[ Jan 22 22:16:08 Enabled. ] [ Jan 22 22:16:08 Rereading configuration. ] [ Jan 22 22:16:09 Rereading configuration. ] [ Jan 22 22:16:17 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 [ Jan 22 22:16:17 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.01.22 22:16:21.529672 [ 1 ] {} Application: Will watch for the process with pid 26353 2026.01.22 22:16:21.530257 [ 1 ] {} Application: Forked a child process to watch 2026.01.22 22:16:21.754947 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 26353 2026.01.22 22:16:21.757750 [ 1 ] {} Application: starting up 2026.01.22 22:16:21.757916 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.01.22 22:16:22.065474 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.01.22 22:16:22.123123 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.01.22 22:16:22.123239 [ 1 ] {} Application: Initializing DateLUT. 2026.01.22 22:16:22.123261 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.01.22 22:16:22.123337 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.01.22 22:16:22.124129 [ 1 ] {} Application: Initializing interserver credentials. 2026.01.22 22:16:22.128454 [ 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.01.22 22:16:22.130075 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.22 22:16:22.131366 [ 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.01.22 22:16:22.132350 [ 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.01.22 22:16:22.132592 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.01.22 22:16:22.133767 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.22 22:16:22.135545 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.01.22 22:16:22.143104 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.22 22:16:22.143966 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.22 22:16:22.145489 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.22 22:16:22.145615 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.22 22:16:22.146862 [ 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.01.22 22:16:22.147392 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.22 22:16:22.153673 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.22 22:16:22.154290 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.01.22 22:16:22.159504 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.01.22 22:16:22.159941 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.01.22 22:16:22.160480 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.01.22 22:16:22.160892 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.01.22 22:16:22.162666 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.01.22 22:16:22.162695 [ 1 ] {} Application: Loading metadata from /data/ 2026.01.22 22:16:22.162789 [ 151 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:16:22.162893 [ 151 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:16:22.190627 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.01.22 22:16:22.190672 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000257382 sec 2026.01.22 22:16:22.190734 [ 1 ] {} ReferentialDeps: No tables 2026.01.22 22:16:22.190783 [ 1 ] {} LoadingDeps: No tables 2026.01.22 22:16:22.193388 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.01.22 22:16:22.194139 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.01.22 22:16:22.217362 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.01.22 22:16:22.217424 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.01.22 22:16:22.217505 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.01.22 22:16:22.217520 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.01.22 22:16:22.217563 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.01.22 22:16:22.217642 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.01.22 22:16:22.222273 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.01.22 22:16:22.222335 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.01.22 22:16:22.222392 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.01.22 22:16:22.222595 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.01.22 22:16:22.222650 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.01.22 22:16:22.222665 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.01.22 22:16:22.222749 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.01.22 22:16:22.222764 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.01.22 22:16:22.222801 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.01.22 22:16:22.222883 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.01.22 22:16:22.255539 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.01.22 22:16:22.263531 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.01.22 22:16:22.263622 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000111091 sec 2026.01.22 22:16:22.263636 [ 1 ] {} ReferentialDeps: No tables 2026.01.22 22:16:22.263648 [ 1 ] {} LoadingDeps: No tables 2026.01.22 22:16:22.263687 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.01.22 22:16:22.263979 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.01.22 22:16:22.264135 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.01.22 22:16:22.264156 [ 1 ] {} Application: Loaded metadata. 2026.01.22 22:16:22.264173 [ 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.01.22 22:16:22.264190 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.01.22 22:16:22.270320 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.22 22:16:22.270595 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.78 MiB (RSS), difference: 92.01 MiB 2026.01.22 22:16:22.272267 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.344e-05 sec. 2026.01.22 22:16:22.272788 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.01.22 22:16:22.274328 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.01.22 22:16:22.274350 [ 1 ] {} Application: Ready for connections. 2026.01.22 22:16:22.475123 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33116 2026.01.22 22:16:22.477341 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.477420 [ 4 ] {} TCP-Session: 44cf146f-de9b-423d-a50e-a13f522f2565 Authenticating user 'default' from [fd00:1122:3344:101::a]:33116 2026.01.22 22:16:22.477455 [ 4 ] {} TCP-Session: 44cf146f-de9b-423d-a50e-a13f522f2565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.477552 [ 4 ] {} TCP-Session: 44cf146f-de9b-423d-a50e-a13f522f2565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.477668 [ 4 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.22 22:16:22.477703 [ 4 ] {} 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.01.22 22:16:22.477787 [ 4 ] {} 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.01.22 22:16:22.481147 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58508 2026.01.22 22:16:22.481263 [ 6 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34245 2026.01.22 22:16:22.481270 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54456 2026.01.22 22:16:22.481411 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.481498 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50415 2026.01.22 22:16:22.481554 [ 5 ] {} TCP-Session: 19c43327-47ed-442c-a784-1095c0dbf48a Authenticating user 'default' from [fd00:1122:3344:101::a]:58508 2026.01.22 22:16:22.481569 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.481605 [ 5 ] {} TCP-Session: 19c43327-47ed-442c-a784-1095c0dbf48a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.481645 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36284 2026.01.22 22:16:22.481670 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.481646 [ 254 ] {} TCP-Session: b686202d-16d4-4216-8e75-acca70021be8 Authenticating user 'default' from [fd00:1122:3344:101::a]:54456 2026.01.22 22:16:22.481755 [ 5 ] {} TCP-Session: 19c43327-47ed-442c-a784-1095c0dbf48a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.481780 [ 255 ] {} TCP-Session: a73f9014-485e-4b2f-bcce-ec795d6c759e Authenticating user 'default' from [fd00:1122:3344:101::a]:50415 2026.01.22 22:16:22.481565 [ 6 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.481859 [ 254 ] {} TCP-Session: b686202d-16d4-4216-8e75-acca70021be8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.481866 [ 255 ] {} TCP-Session: a73f9014-485e-4b2f-bcce-ec795d6c759e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.481900 [ 6 ] {} TCP-Session: 0bfd628e-058c-4b36-8411-5b1438d1d856 Authenticating user 'default' from [fd00:1122:3344:101::a]:34245 2026.01.22 22:16:22.481955 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.481964 [ 255 ] {} TCP-Session: a73f9014-485e-4b2f-bcce-ec795d6c759e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.481978 [ 6 ] {} TCP-Session: 0bfd628e-058c-4b36-8411-5b1438d1d856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.481900 [ 254 ] {} TCP-Session: b686202d-16d4-4216-8e75-acca70021be8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.482041 [ 256 ] {} TCP-Session: 60eb73f6-1280-412f-86e9-a9c278969126 Authenticating user 'default' from [fd00:1122:3344:101::a]:36284 2026.01.22 22:16:22.482056 [ 6 ] {} TCP-Session: 0bfd628e-058c-4b36-8411-5b1438d1d856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.482000 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44498 2026.01.22 22:16:22.482116 [ 256 ] {} TCP-Session: 60eb73f6-1280-412f-86e9-a9c278969126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.481849 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53398 2026.01.22 22:16:22.482212 [ 256 ] {} TCP-Session: 60eb73f6-1280-412f-86e9-a9c278969126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.482330 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.482378 [ 258 ] {} TCP-Session: cb80eb38-4f72-4c78-af67-522e2fa66132 Authenticating user 'default' from [fd00:1122:3344:101::a]:44498 2026.01.22 22:16:22.482397 [ 258 ] {} TCP-Session: cb80eb38-4f72-4c78-af67-522e2fa66132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.482437 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.482488 [ 258 ] {} TCP-Session: cb80eb38-4f72-4c78-af67-522e2fa66132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.482583 [ 257 ] {} TCP-Session: b329e8ce-af80-4c9f-b893-57db4c19118b Authenticating user 'default' from [fd00:1122:3344:101::a]:53398 2026.01.22 22:16:22.482620 [ 257 ] {} TCP-Session: b329e8ce-af80-4c9f-b893-57db4c19118b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.482726 [ 257 ] {} TCP-Session: b329e8ce-af80-4c9f-b893-57db4c19118b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.557128 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55314 2026.01.22 22:16:22.559226 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.559346 [ 259 ] {} TCP-Session: 2cf8bd4b-a045-4832-b40f-0274af7731cb Authenticating user 'default' from [fd00:1122:3344:101::b]:55314 2026.01.22 22:16:22.559366 [ 259 ] {} TCP-Session: 2cf8bd4b-a045-4832-b40f-0274af7731cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.559381 [ 259 ] {} TCP-Session: 2cf8bd4b-a045-4832-b40f-0274af7731cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.559608 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.22 22:16:22.559642 [ 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.01.22 22:16:22.559736 [ 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.01.22 22:16:22.572091 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42000 2026.01.22 22:16:22.572210 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57700 2026.01.22 22:16:22.572386 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55989 2026.01.22 22:16:22.572403 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.572472 [ 260 ] {} TCP-Session: a26a541a-330c-421d-a304-5b0560995146 Authenticating user 'default' from [fd00:1122:3344:101::b]:42000 2026.01.22 22:16:22.572529 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.572586 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35801 2026.01.22 22:16:22.572601 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.572616 [ 261 ] {} TCP-Session: 5df9267a-079f-44e8-84d9-96fbce68cbcb Authenticating user 'default' from [fd00:1122:3344:101::b]:57700 2026.01.22 22:16:22.572663 [ 262 ] {} TCP-Session: 84935bd7-69ab-4bd8-995c-cd3a72af0f45 Authenticating user 'default' from [fd00:1122:3344:101::b]:55989 2026.01.22 22:16:22.572598 [ 260 ] {} TCP-Session: a26a541a-330c-421d-a304-5b0560995146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.572759 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64129 2026.01.22 22:16:22.572815 [ 262 ] {} TCP-Session: 84935bd7-69ab-4bd8-995c-cd3a72af0f45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.572793 [ 260 ] {} TCP-Session: a26a541a-330c-421d-a304-5b0560995146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.572845 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.572902 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41736 2026.01.22 22:16:22.572900 [ 262 ] {} TCP-Session: 84935bd7-69ab-4bd8-995c-cd3a72af0f45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.572776 [ 261 ] {} TCP-Session: 5df9267a-079f-44e8-84d9-96fbce68cbcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.573032 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.573079 [ 261 ] {} TCP-Session: 5df9267a-079f-44e8-84d9-96fbce68cbcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.573080 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63853 2026.01.22 22:16:22.573002 [ 263 ] {} TCP-Session: b71dbc9b-c8ad-44ed-8404-f23c83fcd3b6 Authenticating user 'default' from [fd00:1122:3344:101::b]:35801 2026.01.22 22:16:22.573193 [ 264 ] {} TCP-Session: a48ba931-950c-4ccb-8b02-2aa11d7353b3 Authenticating user 'default' from [fd00:1122:3344:101::b]:64129 2026.01.22 22:16:22.573245 [ 263 ] {} TCP-Session: b71dbc9b-c8ad-44ed-8404-f23c83fcd3b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.573253 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.573299 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:22.573275 [ 263 ] {} TCP-Session: b71dbc9b-c8ad-44ed-8404-f23c83fcd3b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.573257 [ 264 ] {} TCP-Session: a48ba931-950c-4ccb-8b02-2aa11d7353b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.573389 [ 265 ] {} TCP-Session: 73795235-231a-4314-8cc1-fd4e7e8596f0 Authenticating user 'default' from [fd00:1122:3344:101::b]:41736 2026.01.22 22:16:22.573428 [ 266 ] {} TCP-Session: e3a7316a-2995-4d71-91a0-e2b87a3f7799 Authenticating user 'default' from [fd00:1122:3344:101::b]:63853 2026.01.22 22:16:22.573479 [ 264 ] {} TCP-Session: a48ba931-950c-4ccb-8b02-2aa11d7353b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.573509 [ 265 ] {} TCP-Session: 73795235-231a-4314-8cc1-fd4e7e8596f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.573496 [ 266 ] {} TCP-Session: e3a7316a-2995-4d71-91a0-e2b87a3f7799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.573597 [ 266 ] {} TCP-Session: e3a7316a-2995-4d71-91a0-e2b87a3f7799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:22.573611 [ 265 ] {} TCP-Session: 73795235-231a-4314-8cc1-fd4e7e8596f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.89 MiB, peak 116.89 MiB, free memory in arenas 0.00 B, will set to 119.46 MiB (RSS), difference: 2.57 MiB 2026.01.22 22:16:23.067472 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37592 2026.01.22 22:16:23.069173 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:23.069263 [ 267 ] {} TCP-Session: 11ab79c1-fa4c-428e-b786-f1d507ed9a31 Authenticating user 'default' from [fd00:1122:3344:101::c]:37592 2026.01.22 22:16:23.069290 [ 267 ] {} TCP-Session: 11ab79c1-fa4c-428e-b786-f1d507ed9a31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.069306 [ 267 ] {} TCP-Session: 11ab79c1-fa4c-428e-b786-f1d507ed9a31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.069473 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.22 22:16:23.069520 [ 267 ] {} 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.01.22 22:16:23.069614 [ 267 ] {} 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.01.22 22:16:23.076030 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63491 2026.01.22 22:16:23.076125 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63271 2026.01.22 22:16:23.076231 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:23.076259 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53795 2026.01.22 22:16:23.076274 [ 268 ] {} TCP-Session: 262016b3-cfb5-46f7-aaab-948482892dbe Authenticating user 'default' from [fd00:1122:3344:101::c]:63491 2026.01.22 22:16:23.076369 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:23.076447 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59686 2026.01.22 22:16:23.076449 [ 268 ] {} TCP-Session: 262016b3-cfb5-46f7-aaab-948482892dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.076628 [ 269 ] {} TCP-Session: 97edbe77-1786-4b6b-8d0e-f756f17ff136 Authenticating user 'default' from [fd00:1122:3344:101::c]:63271 2026.01.22 22:16:23.076627 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:23.076643 [ 268 ] {} TCP-Session: 262016b3-cfb5-46f7-aaab-948482892dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.076694 [ 270 ] {} TCP-Session: 47c24549-12f5-4d37-99ad-335f98ebc6c9 Authenticating user 'default' from [fd00:1122:3344:101::c]:53795 2026.01.22 22:16:23.076734 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33217 2026.01.22 22:16:23.076671 [ 269 ] {} TCP-Session: 97edbe77-1786-4b6b-8d0e-f756f17ff136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.076823 [ 270 ] {} TCP-Session: 47c24549-12f5-4d37-99ad-335f98ebc6c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.076856 [ 269 ] {} TCP-Session: 97edbe77-1786-4b6b-8d0e-f756f17ff136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.076628 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58117 2026.01.22 22:16:23.076862 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63320 2026.01.22 22:16:23.076932 [ 270 ] {} TCP-Session: 47c24549-12f5-4d37-99ad-335f98ebc6c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.076923 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:23.076788 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:23.077042 [ 273 ] {} TCP-Session: 83b6026c-94b6-427d-936c-f64cc13351c7 Authenticating user 'default' from [fd00:1122:3344:101::c]:33217 2026.01.22 22:16:23.077110 [ 271 ] {} TCP-Session: 6b027e01-b1a0-441c-8ccc-76529c6a481e Authenticating user 'default' from [fd00:1122:3344:101::c]:59686 2026.01.22 22:16:23.077115 [ 273 ] {} TCP-Session: 83b6026c-94b6-427d-936c-f64cc13351c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.077137 [ 271 ] {} TCP-Session: 6b027e01-b1a0-441c-8ccc-76529c6a481e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.077193 [ 273 ] {} TCP-Session: 83b6026c-94b6-427d-936c-f64cc13351c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.077194 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:23.077245 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:23.077292 [ 271 ] {} TCP-Session: 6b027e01-b1a0-441c-8ccc-76529c6a481e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.077319 [ 272 ] {} TCP-Session: 9b383eb6-e2ed-46e3-86f3-42cda3a7562e Authenticating user 'default' from [fd00:1122:3344:101::c]:58117 2026.01.22 22:16:23.077398 [ 274 ] {} TCP-Session: c4f0c8fc-44a4-4af4-b14a-606715544586 Authenticating user 'default' from [fd00:1122:3344:101::c]:63320 2026.01.22 22:16:23.077399 [ 272 ] {} TCP-Session: 9b383eb6-e2ed-46e3-86f3-42cda3a7562e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.077512 [ 274 ] {} TCP-Session: c4f0c8fc-44a4-4af4-b14a-606715544586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.077519 [ 272 ] {} TCP-Session: 9b383eb6-e2ed-46e3-86f3-42cda3a7562e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:23.077541 [ 274 ] {} TCP-Session: c4f0c8fc-44a4-4af4-b14a-606715544586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.775550 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49279 2026.01.22 22:16:26.777532 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:26.777643 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49279 2026.01.22 22:16:26.777664 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.777676 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.777812 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.22 22:16:26.777848 [ 275 ] {} 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.01.22 22:16:26.777928 [ 275 ] {} 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.01.22 22:16:26.778641 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50121 2026.01.22 22:16:26.778748 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65417 2026.01.22 22:16:26.778825 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38175 2026.01.22 22:16:26.778908 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36900 2026.01.22 22:16:26.779144 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45353 2026.01.22 22:16:26.779267 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:26.779325 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33356 2026.01.22 22:16:26.779348 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:26.779336 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:26.779435 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Authenticating user 'default' from [fd00:1122:3344:101::d]:65417 2026.01.22 22:16:26.779446 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45064 2026.01.22 22:16:26.779417 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:26.779508 [ 276 ] {} TCP-Session: 968bd063-7b91-4a31-9e21-a1f18df51e75 Authenticating user 'default' from [fd00:1122:3344:101::d]:50121 2026.01.22 22:16:26.779561 [ 280 ] {} TCP-Session: ade9c324-bb75-49cb-aa80-994a271462d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45353 2026.01.22 22:16:26.779581 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:26.779542 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.779664 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:26.779640 [ 280 ] {} TCP-Session: ade9c324-bb75-49cb-aa80-994a271462d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.779644 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38339 2026.01.22 22:16:26.779741 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.779793 [ 282 ] {} TCP-Session: e9e04ea0-eb8d-4eff-b400-d6c1303302d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45064 2026.01.22 22:16:26.779754 [ 280 ] {} TCP-Session: ade9c324-bb75-49cb-aa80-994a271462d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.779628 [ 281 ] {} TCP-Session: 26592d29-fdc3-4b7d-a77f-de377d01446b Authenticating user 'default' from [fd00:1122:3344:101::d]:33356 2026.01.22 22:16:26.779893 [ 282 ] {} TCP-Session: e9e04ea0-eb8d-4eff-b400-d6c1303302d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.779900 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:26.779618 [ 276 ] {} TCP-Session: 968bd063-7b91-4a31-9e21-a1f18df51e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.779984 [ 283 ] {} TCP-Session: 607e2121-b0ee-438e-a91a-e06e838a9328 Authenticating user 'default' from [fd00:1122:3344:101::d]:38339 2026.01.22 22:16:26.779990 [ 282 ] {} TCP-Session: e9e04ea0-eb8d-4eff-b400-d6c1303302d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.779414 [ 278 ] {} TCP-Session: 8c17701e-e5a9-4465-a971-4d25183cc1ab Authenticating user 'default' from [fd00:1122:3344:101::d]:38175 2026.01.22 22:16:26.780063 [ 283 ] {} TCP-Session: 607e2121-b0ee-438e-a91a-e06e838a9328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.780036 [ 276 ] {} TCP-Session: 968bd063-7b91-4a31-9e21-a1f18df51e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.779273 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:26.780160 [ 283 ] {} TCP-Session: 607e2121-b0ee-438e-a91a-e06e838a9328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.780142 [ 278 ] {} TCP-Session: 8c17701e-e5a9-4465-a971-4d25183cc1ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.779961 [ 281 ] {} TCP-Session: 26592d29-fdc3-4b7d-a77f-de377d01446b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.780270 [ 278 ] {} TCP-Session: 8c17701e-e5a9-4465-a971-4d25183cc1ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.780259 [ 279 ] {} TCP-Session: a6a35675-31c4-4c29-abe0-c41d3525c2d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36900 2026.01.22 22:16:26.780346 [ 281 ] {} TCP-Session: 26592d29-fdc3-4b7d-a77f-de377d01446b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.780358 [ 279 ] {} TCP-Session: a6a35675-31c4-4c29-abe0-c41d3525c2d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.780430 [ 279 ] {} TCP-Session: a6a35675-31c4-4c29-abe0-c41d3525c2d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:26.789167 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:26.792340 [ 275 ] {ba07689c-20e8-4996-98b8-bdc27dc514ab} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:16:26.981780 [ 275 ] {ba07689c-20e8-4996-98b8-bdc27dc514ab} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49279) (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.22 22:16:26.982919 [ 275 ] {ba07689c-20e8-4996-98b8-bdc27dc514ab} 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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.22 22:16:26.983292 [ 275 ] {ba07689c-20e8-4996-98b8-bdc27dc514ab} TCPHandler: Processed in 0.200706725 sec. 2026.01.22 22:16:26.983796 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:26.984017 [ 277 ] {d6c932aa-5041-4c3a-ac96-043a7aed8485} executeQuery: (from [fd00:1122:3344:101::d]:65417) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:16:26.984487 [ 277 ] {d6c932aa-5041-4c3a-ac96-043a7aed8485} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:65417) (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.22 22:16:26.985916 [ 277 ] {d6c932aa-5041-4c3a-ac96-043a7aed8485} 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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.22 22:16:26.986236 [ 277 ] {d6c932aa-5041-4c3a-ac96-043a7aed8485} TCPHandler: Processed in 0.00262105 sec. 2026.01.22 22:16:26.988708 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:26.989614 [ 275 ] {d7bd2b55-27f8-4cd0-81f0-e461d2effc11} executeQuery: (from [fd00:1122:3344:101::d]:49279) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.01.22 22:16:26.990286 [ 275 ] {d7bd2b55-27f8-4cd0-81f0-e461d2effc11} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.01.22 22:16:26.992799 [ 275 ] {d7bd2b55-27f8-4cd0-81f0-e461d2effc11} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.01.22 22:16:26.992901 [ 275 ] {d7bd2b55-27f8-4cd0-81f0-e461d2effc11} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000137861 sec 2026.01.22 22:16:26.992915 [ 275 ] {d7bd2b55-27f8-4cd0-81f0-e461d2effc11} ReferentialDeps: No tables 2026.01.22 22:16:26.992926 [ 275 ] {d7bd2b55-27f8-4cd0-81f0-e461d2effc11} LoadingDeps: No tables 2026.01.22 22:16:26.992982 [ 275 ] {d7bd2b55-27f8-4cd0-81f0-e461d2effc11} DatabaseAtomic (oximeter): Starting up tables. 2026.01.22 22:16:26.993692 [ 275 ] {d7bd2b55-27f8-4cd0-81f0-e461d2effc11} TCPHandler: Processed in 0.005095017 sec. 2026.01.22 22:16:26.993868 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:26.994022 [ 275 ] {3a09d562-b362-4de0-bd57-9abb9b6e217b} executeQuery: (from [fd00:1122:3344:101::d]:49279) /* 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.01.22 22:16:26.994244 [ 275 ] {3a09d562-b362-4de0-bd57-9abb9b6e217b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.01.22 22:16:27.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.20 MiB, peak 124.20 MiB, free memory in arenas 0.00 B, will set to 130.67 MiB (RSS), difference: 6.48 MiB 2026.01.22 22:16:27.000436 [ 275 ] {3a09d562-b362-4de0-bd57-9abb9b6e217b} StoragePolicy (default): Storage policy default created, total volumes 1 2026.01.22 22:16:27.003113 [ 275 ] {3a09d562-b362-4de0-bd57-9abb9b6e217b} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52): Loading data parts 2026.01.22 22:16:27.005643 [ 275 ] {3a09d562-b362-4de0-bd57-9abb9b6e217b} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52): There are no data parts 2026.01.22 22:16:27.014918 [ 275 ] {3a09d562-b362-4de0-bd57-9abb9b6e217b} TCPHandler: Processed in 0.021101897 sec. 2026.01.22 22:16:27.015161 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.015379 [ 275 ] {15d1a093-257f-4e3e-817b-c65d038f04a8} executeQuery: (from [fd00:1122:3344:101::d]:49279) /* 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.01.22 22:16:27.015556 [ 275 ] {15d1a093-257f-4e3e-817b-c65d038f04a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.01.22 22:16:27.043860 [ 275 ] {15d1a093-257f-4e3e-817b-c65d038f04a8} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Loading data parts 2026.01.22 22:16:27.044148 [ 275 ] {15d1a093-257f-4e3e-817b-c65d038f04a8} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): There are no data parts 2026.01.22 22:16:27.050674 [ 275 ] {15d1a093-257f-4e3e-817b-c65d038f04a8} TCPHandler: Processed in 0.035609263 sec. 2026.01.22 22:16:27.050994 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.051191 [ 275 ] {708f7523-0d3f-4ce2-887c-c2ab81e96a60} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.051341 [ 275 ] {708f7523-0d3f-4ce2-887c-c2ab81e96a60} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.01.22 22:16:27.054013 [ 275 ] {708f7523-0d3f-4ce2-887c-c2ab81e96a60} oximeter.measurements_i8 (9f9ede17-d3c3-4e75-9c45-94e11104ebc0): Loading data parts 2026.01.22 22:16:27.054192 [ 275 ] {708f7523-0d3f-4ce2-887c-c2ab81e96a60} oximeter.measurements_i8 (9f9ede17-d3c3-4e75-9c45-94e11104ebc0): There are no data parts 2026.01.22 22:16:27.064386 [ 275 ] {708f7523-0d3f-4ce2-887c-c2ab81e96a60} TCPHandler: Processed in 0.013485329 sec. 2026.01.22 22:16:27.064608 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.064772 [ 275 ] {3d44ecf4-7c80-4ff5-95f7-dc366831f234} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.064947 [ 275 ] {3d44ecf4-7c80-4ff5-95f7-dc366831f234} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.01.22 22:16:27.071117 [ 275 ] {3d44ecf4-7c80-4ff5-95f7-dc366831f234} oximeter.measurements_u8 (d2fb4b89-ba9e-451e-943f-bc1aa0e8884d): Loading data parts 2026.01.22 22:16:27.071262 [ 275 ] {3d44ecf4-7c80-4ff5-95f7-dc366831f234} oximeter.measurements_u8 (d2fb4b89-ba9e-451e-943f-bc1aa0e8884d): There are no data parts 2026.01.22 22:16:27.078591 [ 275 ] {3d44ecf4-7c80-4ff5-95f7-dc366831f234} TCPHandler: Processed in 0.014043964 sec. 2026.01.22 22:16:27.078837 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.079048 [ 275 ] {768d3e87-f989-426d-9603-1a632b84cc20} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.079174 [ 275 ] {768d3e87-f989-426d-9603-1a632b84cc20} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.01.22 22:16:27.085371 [ 275 ] {768d3e87-f989-426d-9603-1a632b84cc20} oximeter.measurements_i16 (a24853ac-2647-4a2e-a956-89bb4f2a03d8): Loading data parts 2026.01.22 22:16:27.085849 [ 275 ] {768d3e87-f989-426d-9603-1a632b84cc20} oximeter.measurements_i16 (a24853ac-2647-4a2e-a956-89bb4f2a03d8): There are no data parts 2026.01.22 22:16:27.092419 [ 275 ] {768d3e87-f989-426d-9603-1a632b84cc20} TCPHandler: Processed in 0.013634241 sec. 2026.01.22 22:16:27.092602 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.092777 [ 275 ] {cfc9a25d-5f35-4861-8f34-50c4ef841d13} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.093082 [ 275 ] {cfc9a25d-5f35-4861-8f34-50c4ef841d13} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.01.22 22:16:27.108560 [ 275 ] {cfc9a25d-5f35-4861-8f34-50c4ef841d13} oximeter.measurements_u16 (6213f584-cb71-4846-a731-5793c1a2f10e): Loading data parts 2026.01.22 22:16:27.108745 [ 275 ] {cfc9a25d-5f35-4861-8f34-50c4ef841d13} oximeter.measurements_u16 (6213f584-cb71-4846-a731-5793c1a2f10e): There are no data parts 2026.01.22 22:16:27.115841 [ 275 ] {cfc9a25d-5f35-4861-8f34-50c4ef841d13} TCPHandler: Processed in 0.023291562 sec. 2026.01.22 22:16:27.116028 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.116303 [ 275 ] {0e676799-98f0-41fa-b1ad-f93ed2a7e40f} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.116460 [ 275 ] {0e676799-98f0-41fa-b1ad-f93ed2a7e40f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.01.22 22:16:27.124563 [ 275 ] {0e676799-98f0-41fa-b1ad-f93ed2a7e40f} oximeter.measurements_i32 (812d5400-7224-4d2e-a08d-f7b7f84c3612): Loading data parts 2026.01.22 22:16:27.124737 [ 275 ] {0e676799-98f0-41fa-b1ad-f93ed2a7e40f} oximeter.measurements_i32 (812d5400-7224-4d2e-a08d-f7b7f84c3612): There are no data parts 2026.01.22 22:16:27.129882 [ 275 ] {0e676799-98f0-41fa-b1ad-f93ed2a7e40f} TCPHandler: Processed in 0.013914293 sec. 2026.01.22 22:16:27.130062 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.130259 [ 275 ] {9bb69802-ea43-4477-b406-9148aa789627} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.130386 [ 275 ] {9bb69802-ea43-4477-b406-9148aa789627} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.01.22 22:16:27.135879 [ 275 ] {9bb69802-ea43-4477-b406-9148aa789627} oximeter.measurements_u32 (15585762-ca43-4df3-8c1c-6f873fbd3659): Loading data parts 2026.01.22 22:16:27.136036 [ 275 ] {9bb69802-ea43-4477-b406-9148aa789627} oximeter.measurements_u32 (15585762-ca43-4df3-8c1c-6f873fbd3659): There are no data parts 2026.01.22 22:16:27.142604 [ 275 ] {9bb69802-ea43-4477-b406-9148aa789627} TCPHandler: Processed in 0.012601663 sec. 2026.01.22 22:16:27.142793 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.143071 [ 275 ] {7aa7ce73-beb6-42e7-b36d-d55b27350760} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.143210 [ 275 ] {7aa7ce73-beb6-42e7-b36d-d55b27350760} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.01.22 22:16:27.152202 [ 275 ] {7aa7ce73-beb6-42e7-b36d-d55b27350760} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Loading data parts 2026.01.22 22:16:27.152392 [ 275 ] {7aa7ce73-beb6-42e7-b36d-d55b27350760} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): There are no data parts 2026.01.22 22:16:27.157545 [ 275 ] {7aa7ce73-beb6-42e7-b36d-d55b27350760} TCPHandler: Processed in 0.01481055 sec. 2026.01.22 22:16:27.157773 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.157987 [ 275 ] {e3133af0-3bae-411b-89f5-6123fc9e299d} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.158128 [ 275 ] {e3133af0-3bae-411b-89f5-6123fc9e299d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.01.22 22:16:27.163609 [ 275 ] {e3133af0-3bae-411b-89f5-6123fc9e299d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Loading data parts 2026.01.22 22:16:27.163802 [ 275 ] {e3133af0-3bae-411b-89f5-6123fc9e299d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): There are no data parts 2026.01.22 22:16:27.166265 [ 275 ] {e3133af0-3bae-411b-89f5-6123fc9e299d} TCPHandler: Processed in 0.008579633 sec. 2026.01.22 22:16:27.166425 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.166736 [ 275 ] {0044a7fc-7bdd-406d-b27f-82af5bae2aa5} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.166851 [ 275 ] {0044a7fc-7bdd-406d-b27f-82af5bae2aa5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.01.22 22:16:27.172941 [ 275 ] {0044a7fc-7bdd-406d-b27f-82af5bae2aa5} oximeter.measurements_f32 (7fbad8f7-2c5d-460e-a436-fd4636ec4758): Loading data parts 2026.01.22 22:16:27.173157 [ 275 ] {0044a7fc-7bdd-406d-b27f-82af5bae2aa5} oximeter.measurements_f32 (7fbad8f7-2c5d-460e-a436-fd4636ec4758): There are no data parts 2026.01.22 22:16:27.177379 [ 275 ] {0044a7fc-7bdd-406d-b27f-82af5bae2aa5} TCPHandler: Processed in 0.011007002 sec. 2026.01.22 22:16:27.177560 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.177731 [ 275 ] {faa4f0f5-ebda-4fc4-ad63-010328c7194c} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.177852 [ 275 ] {faa4f0f5-ebda-4fc4-ad63-010328c7194c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.01.22 22:16:27.179843 [ 275 ] {faa4f0f5-ebda-4fc4-ad63-010328c7194c} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Loading data parts 2026.01.22 22:16:27.180045 [ 275 ] {faa4f0f5-ebda-4fc4-ad63-010328c7194c} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): There are no data parts 2026.01.22 22:16:27.185128 [ 275 ] {faa4f0f5-ebda-4fc4-ad63-010328c7194c} TCPHandler: Processed in 0.007635956 sec. 2026.01.22 22:16:27.185313 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.185597 [ 275 ] {42f1718c-f145-46a0-b29f-212ccf136874} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.185716 [ 275 ] {42f1718c-f145-46a0-b29f-212ccf136874} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.01.22 22:16:27.188148 [ 275 ] {42f1718c-f145-46a0-b29f-212ccf136874} oximeter.measurements_string (d8908ff4-3823-4a00-8a5a-ade632f6bcd7): Loading data parts 2026.01.22 22:16:27.188397 [ 275 ] {42f1718c-f145-46a0-b29f-212ccf136874} oximeter.measurements_string (d8908ff4-3823-4a00-8a5a-ade632f6bcd7): There are no data parts 2026.01.22 22:16:27.192561 [ 275 ] {42f1718c-f145-46a0-b29f-212ccf136874} TCPHandler: Processed in 0.007309674 sec. 2026.01.22 22:16:27.192743 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.192908 [ 275 ] {0dc9c26d-502b-4beb-bee8-aadfcb428b7c} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.193037 [ 275 ] {0dc9c26d-502b-4beb-bee8-aadfcb428b7c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.01.22 22:16:27.195043 [ 275 ] {0dc9c26d-502b-4beb-bee8-aadfcb428b7c} oximeter.measurements_bytes (c602fb6a-54f6-4e35-a55b-624668543858): Loading data parts 2026.01.22 22:16:27.195247 [ 275 ] {0dc9c26d-502b-4beb-bee8-aadfcb428b7c} oximeter.measurements_bytes (c602fb6a-54f6-4e35-a55b-624668543858): There are no data parts 2026.01.22 22:16:27.200026 [ 275 ] {0dc9c26d-502b-4beb-bee8-aadfcb428b7c} TCPHandler: Processed in 0.007334934 sec. 2026.01.22 22:16:27.200185 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.200353 [ 275 ] {0ccbc7ab-70d3-42af-aa05-4c5df4a0de0f} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.200489 [ 275 ] {0ccbc7ab-70d3-42af-aa05-4c5df4a0de0f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.01.22 22:16:27.202593 [ 275 ] {0ccbc7ab-70d3-42af-aa05-4c5df4a0de0f} oximeter.measurements_cumulativei64 (7d86ec52-1d8e-4d09-ba7b-f69f251fdba1): Loading data parts 2026.01.22 22:16:27.202877 [ 275 ] {0ccbc7ab-70d3-42af-aa05-4c5df4a0de0f} oximeter.measurements_cumulativei64 (7d86ec52-1d8e-4d09-ba7b-f69f251fdba1): There are no data parts 2026.01.22 22:16:27.208753 [ 275 ] {0ccbc7ab-70d3-42af-aa05-4c5df4a0de0f} TCPHandler: Processed in 0.008621374 sec. 2026.01.22 22:16:27.208989 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.209154 [ 275 ] {9227e75d-2622-4db7-917c-838e5a1943da} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.209268 [ 275 ] {9227e75d-2622-4db7-917c-838e5a1943da} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.01.22 22:16:27.215594 [ 275 ] {9227e75d-2622-4db7-917c-838e5a1943da} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Loading data parts 2026.01.22 22:16:27.215860 [ 275 ] {9227e75d-2622-4db7-917c-838e5a1943da} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): There are no data parts 2026.01.22 22:16:27.221875 [ 275 ] {9227e75d-2622-4db7-917c-838e5a1943da} TCPHandler: Processed in 0.012937456 sec. 2026.01.22 22:16:27.222037 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.222274 [ 275 ] {54ab1fbd-58ff-4cf4-8484-872f0287fd6a} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.222386 [ 275 ] {54ab1fbd-58ff-4cf4-8484-872f0287fd6a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.01.22 22:16:27.226607 [ 275 ] {54ab1fbd-58ff-4cf4-8484-872f0287fd6a} oximeter.measurements_cumulativef32 (fa3c81e7-124c-42d2-8f35-39eeff3b2412): Loading data parts 2026.01.22 22:16:27.226817 [ 275 ] {54ab1fbd-58ff-4cf4-8484-872f0287fd6a} oximeter.measurements_cumulativef32 (fa3c81e7-124c-42d2-8f35-39eeff3b2412): There are no data parts 2026.01.22 22:16:27.229327 [ 275 ] {54ab1fbd-58ff-4cf4-8484-872f0287fd6a} TCPHandler: Processed in 0.007341614 sec. 2026.01.22 22:16:27.229481 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.229651 [ 275 ] {b0a1bdf4-57c2-4aab-8b51-41b6a5098ee6} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.229769 [ 275 ] {b0a1bdf4-57c2-4aab-8b51-41b6a5098ee6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.01.22 22:16:27.235315 [ 275 ] {b0a1bdf4-57c2-4aab-8b51-41b6a5098ee6} oximeter.measurements_cumulativef64 (63ba6ef4-1b53-4ad4-81a0-47224f913285): Loading data parts 2026.01.22 22:16:27.235513 [ 275 ] {b0a1bdf4-57c2-4aab-8b51-41b6a5098ee6} oximeter.measurements_cumulativef64 (63ba6ef4-1b53-4ad4-81a0-47224f913285): There are no data parts 2026.01.22 22:16:27.241823 [ 275 ] {b0a1bdf4-57c2-4aab-8b51-41b6a5098ee6} TCPHandler: Processed in 0.012393732 sec. 2026.01.22 22:16:27.242106 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.242379 [ 275 ] {b5daa272-3d3f-407c-b96b-f2fb8b32fd36} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.242530 [ 275 ] {b5daa272-3d3f-407c-b96b-f2fb8b32fd36} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.01.22 22:16:27.244843 [ 275 ] {b5daa272-3d3f-407c-b96b-f2fb8b32fd36} oximeter.measurements_histogrami8 (40fdab9f-859b-4046-9ee1-f65987afd140): Loading data parts 2026.01.22 22:16:27.244993 [ 275 ] {b5daa272-3d3f-407c-b96b-f2fb8b32fd36} oximeter.measurements_histogrami8 (40fdab9f-859b-4046-9ee1-f65987afd140): There are no data parts 2026.01.22 22:16:27.248925 [ 275 ] {b5daa272-3d3f-407c-b96b-f2fb8b32fd36} TCPHandler: Processed in 0.006880691 sec. 2026.01.22 22:16:27.249098 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.249338 [ 275 ] {84e766eb-81dc-4297-beba-81e23ef3aad4} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.249501 [ 275 ] {84e766eb-81dc-4297-beba-81e23ef3aad4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.01.22 22:16:27.255085 [ 275 ] {84e766eb-81dc-4297-beba-81e23ef3aad4} oximeter.measurements_histogramu8 (1f0a2e02-7464-4244-9c70-2296785c6ddc): Loading data parts 2026.01.22 22:16:27.255265 [ 275 ] {84e766eb-81dc-4297-beba-81e23ef3aad4} oximeter.measurements_histogramu8 (1f0a2e02-7464-4244-9c70-2296785c6ddc): There are no data parts 2026.01.22 22:16:27.257779 [ 275 ] {84e766eb-81dc-4297-beba-81e23ef3aad4} TCPHandler: Processed in 0.008739894 sec. 2026.01.22 22:16:27.257991 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.258307 [ 275 ] {3a548663-5bf5-4db0-866d-1a078749e9a8} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.258436 [ 275 ] {3a548663-5bf5-4db0-866d-1a078749e9a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.01.22 22:16:27.263303 [ 275 ] {3a548663-5bf5-4db0-866d-1a078749e9a8} oximeter.measurements_histogrami16 (b309cc09-0ab9-4bfe-b2d6-cb9c8c3378df): Loading data parts 2026.01.22 22:16:27.263450 [ 275 ] {3a548663-5bf5-4db0-866d-1a078749e9a8} oximeter.measurements_histogrami16 (b309cc09-0ab9-4bfe-b2d6-cb9c8c3378df): There are no data parts 2026.01.22 22:16:27.269256 [ 275 ] {3a548663-5bf5-4db0-866d-1a078749e9a8} TCPHandler: Processed in 0.011316233 sec. 2026.01.22 22:16:27.269433 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.269713 [ 275 ] {c868118a-00b6-46b8-aec7-84ac06645d0d} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.269885 [ 275 ] {c868118a-00b6-46b8-aec7-84ac06645d0d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.01.22 22:16:27.274847 [ 275 ] {c868118a-00b6-46b8-aec7-84ac06645d0d} oximeter.measurements_histogramu16 (35e78ed3-267b-4b8c-bd4a-34230659ac96): Loading data parts 2026.01.22 22:16:27.275047 [ 275 ] {c868118a-00b6-46b8-aec7-84ac06645d0d} oximeter.measurements_histogramu16 (35e78ed3-267b-4b8c-bd4a-34230659ac96): There are no data parts 2026.01.22 22:16:27.279287 [ 275 ] {c868118a-00b6-46b8-aec7-84ac06645d0d} TCPHandler: Processed in 0.009912924 sec. 2026.01.22 22:16:27.279511 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.279786 [ 275 ] {b3fd1ed0-c306-4028-849e-e6ad786f1f86} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.279936 [ 275 ] {b3fd1ed0-c306-4028-849e-e6ad786f1f86} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.01.22 22:16:27.282099 [ 275 ] {b3fd1ed0-c306-4028-849e-e6ad786f1f86} oximeter.measurements_histogrami32 (c16adccc-6ae3-4918-82e1-98ceee35af7a): Loading data parts 2026.01.22 22:16:27.282333 [ 275 ] {b3fd1ed0-c306-4028-849e-e6ad786f1f86} oximeter.measurements_histogrami32 (c16adccc-6ae3-4918-82e1-98ceee35af7a): There are no data parts 2026.01.22 22:16:27.286840 [ 275 ] {b3fd1ed0-c306-4028-849e-e6ad786f1f86} TCPHandler: Processed in 0.007387485 sec. 2026.01.22 22:16:27.287016 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.287288 [ 275 ] {a1b3ff74-6fd2-4d07-a755-25dfae0bac63} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.287440 [ 275 ] {a1b3ff74-6fd2-4d07-a755-25dfae0bac63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.01.22 22:16:27.290692 [ 275 ] {a1b3ff74-6fd2-4d07-a755-25dfae0bac63} oximeter.measurements_histogramu32 (f8cc2b4d-6bc1-4a9b-bdbf-e17d56f88f15): Loading data parts 2026.01.22 22:16:27.290883 [ 275 ] {a1b3ff74-6fd2-4d07-a755-25dfae0bac63} oximeter.measurements_histogramu32 (f8cc2b4d-6bc1-4a9b-bdbf-e17d56f88f15): There are no data parts 2026.01.22 22:16:27.295523 [ 275 ] {a1b3ff74-6fd2-4d07-a755-25dfae0bac63} TCPHandler: Processed in 0.008571614 sec. 2026.01.22 22:16:27.295741 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.296050 [ 275 ] {2ad1e046-543b-49a1-aa91-59cbee89981a} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.296200 [ 275 ] {2ad1e046-543b-49a1-aa91-59cbee89981a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.01.22 22:16:27.301590 [ 275 ] {2ad1e046-543b-49a1-aa91-59cbee89981a} oximeter.measurements_histogrami64 (b5c3ccaa-fff2-44f1-880b-1cc87f96573b): Loading data parts 2026.01.22 22:16:27.301782 [ 275 ] {2ad1e046-543b-49a1-aa91-59cbee89981a} oximeter.measurements_histogrami64 (b5c3ccaa-fff2-44f1-880b-1cc87f96573b): There are no data parts 2026.01.22 22:16:27.308272 [ 275 ] {2ad1e046-543b-49a1-aa91-59cbee89981a} TCPHandler: Processed in 0.012591613 sec. 2026.01.22 22:16:27.308457 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.308680 [ 275 ] {94c7cb2a-969b-47f9-9968-5a870652d6ac} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.308830 [ 275 ] {94c7cb2a-969b-47f9-9968-5a870652d6ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.01.22 22:16:27.314286 [ 275 ] {94c7cb2a-969b-47f9-9968-5a870652d6ac} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Loading data parts 2026.01.22 22:16:27.314484 [ 275 ] {94c7cb2a-969b-47f9-9968-5a870652d6ac} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): There are no data parts 2026.01.22 22:16:27.317209 [ 275 ] {94c7cb2a-969b-47f9-9968-5a870652d6ac} TCPHandler: Processed in 0.008817475 sec. 2026.01.22 22:16:27.317388 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.317723 [ 275 ] {9064b327-bdb6-4697-a597-ff49d5848547} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.317870 [ 275 ] {9064b327-bdb6-4697-a597-ff49d5848547} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.01.22 22:16:27.323423 [ 275 ] {9064b327-bdb6-4697-a597-ff49d5848547} oximeter.measurements_histogramf32 (63c475ba-6a99-4df5-b126-cfb81f73b2b4): Loading data parts 2026.01.22 22:16:27.323636 [ 275 ] {9064b327-bdb6-4697-a597-ff49d5848547} oximeter.measurements_histogramf32 (63c475ba-6a99-4df5-b126-cfb81f73b2b4): There are no data parts 2026.01.22 22:16:27.327862 [ 275 ] {9064b327-bdb6-4697-a597-ff49d5848547} TCPHandler: Processed in 0.010529848 sec. 2026.01.22 22:16:27.328031 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.328256 [ 275 ] {db20ecdb-51cf-43d5-820c-511af096d0f5} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.328396 [ 275 ] {db20ecdb-51cf-43d5-820c-511af096d0f5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.01.22 22:16:27.333865 [ 275 ] {db20ecdb-51cf-43d5-820c-511af096d0f5} oximeter.measurements_histogramf64 (3b071b7f-f49f-4cc1-98e4-d3580130e0cb): Loading data parts 2026.01.22 22:16:27.334087 [ 275 ] {db20ecdb-51cf-43d5-820c-511af096d0f5} oximeter.measurements_histogramf64 (3b071b7f-f49f-4cc1-98e4-d3580130e0cb): There are no data parts 2026.01.22 22:16:27.339928 [ 275 ] {db20ecdb-51cf-43d5-820c-511af096d0f5} TCPHandler: Processed in 0.011948878 sec. 2026.01.22 22:16:27.340091 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.340358 [ 275 ] {bbd8dadf-1d08-4825-981a-8ed74da883ce} executeQuery: (from [fd00:1122:3344:101::d]:49279) /* 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.01.22 22:16:27.340483 [ 275 ] {bbd8dadf-1d08-4825-981a-8ed74da883ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.01.22 22:16:27.345463 [ 275 ] {bbd8dadf-1d08-4825-981a-8ed74da883ce} oximeter.fields_bool (ea7072f2-4305-438b-b015-146f961c515d): Loading data parts 2026.01.22 22:16:27.345677 [ 275 ] {bbd8dadf-1d08-4825-981a-8ed74da883ce} oximeter.fields_bool (ea7072f2-4305-438b-b015-146f961c515d): There are no data parts 2026.01.22 22:16:27.351403 [ 275 ] {bbd8dadf-1d08-4825-981a-8ed74da883ce} TCPHandler: Processed in 0.011363884 sec. 2026.01.22 22:16:27.351575 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.351744 [ 275 ] {6f32e21f-308b-46fd-a3c3-c193f67841ba} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.351929 [ 275 ] {6f32e21f-308b-46fd-a3c3-c193f67841ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.01.22 22:16:27.357214 [ 275 ] {6f32e21f-308b-46fd-a3c3-c193f67841ba} oximeter.fields_i8 (f1d16044-ba45-47d6-8a38-eb668e9ec42a): Loading data parts 2026.01.22 22:16:27.357453 [ 275 ] {6f32e21f-308b-46fd-a3c3-c193f67841ba} oximeter.fields_i8 (f1d16044-ba45-47d6-8a38-eb668e9ec42a): There are no data parts 2026.01.22 22:16:27.363295 [ 275 ] {6f32e21f-308b-46fd-a3c3-c193f67841ba} TCPHandler: Processed in 0.011773667 sec. 2026.01.22 22:16:27.363452 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.363758 [ 275 ] {b2eee68d-f052-4e7c-8ab7-f6a62b23d753} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.363884 [ 275 ] {b2eee68d-f052-4e7c-8ab7-f6a62b23d753} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.01.22 22:16:27.367450 [ 275 ] {b2eee68d-f052-4e7c-8ab7-f6a62b23d753} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Loading data parts 2026.01.22 22:16:27.367627 [ 275 ] {b2eee68d-f052-4e7c-8ab7-f6a62b23d753} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): There are no data parts 2026.01.22 22:16:27.373385 [ 275 ] {b2eee68d-f052-4e7c-8ab7-f6a62b23d753} TCPHandler: Processed in 0.009983424 sec. 2026.01.22 22:16:27.373565 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.373742 [ 275 ] {2c1d7bd9-0107-4344-86bf-6071bb8f53d7} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.373868 [ 275 ] {2c1d7bd9-0107-4344-86bf-6071bb8f53d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.01.22 22:16:27.378907 [ 275 ] {2c1d7bd9-0107-4344-86bf-6071bb8f53d7} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Loading data parts 2026.01.22 22:16:27.379134 [ 275 ] {2c1d7bd9-0107-4344-86bf-6071bb8f53d7} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): There are no data parts 2026.01.22 22:16:27.384214 [ 275 ] {2c1d7bd9-0107-4344-86bf-6071bb8f53d7} TCPHandler: Processed in 0.010707479 sec. 2026.01.22 22:16:27.384420 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.384756 [ 275 ] {443e03f2-eadf-4730-adfa-4886ba8ab636} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.384887 [ 275 ] {443e03f2-eadf-4730-adfa-4886ba8ab636} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.01.22 22:16:27.391477 [ 275 ] {443e03f2-eadf-4730-adfa-4886ba8ab636} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Loading data parts 2026.01.22 22:16:27.391641 [ 275 ] {443e03f2-eadf-4730-adfa-4886ba8ab636} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): There are no data parts 2026.01.22 22:16:27.396074 [ 275 ] {443e03f2-eadf-4730-adfa-4886ba8ab636} TCPHandler: Processed in 0.011735127 sec. 2026.01.22 22:16:27.396245 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.396425 [ 275 ] {202c5b13-0bf9-4398-a6d6-264f46540d20} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.396570 [ 275 ] {202c5b13-0bf9-4398-a6d6-264f46540d20} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.01.22 22:16:27.398850 [ 275 ] {202c5b13-0bf9-4398-a6d6-264f46540d20} oximeter.fields_i32 (9c5418d7-81ad-452a-afa8-25b05f310e0e): Loading data parts 2026.01.22 22:16:27.399027 [ 275 ] {202c5b13-0bf9-4398-a6d6-264f46540d20} oximeter.fields_i32 (9c5418d7-81ad-452a-afa8-25b05f310e0e): There are no data parts 2026.01.22 22:16:27.403394 [ 275 ] {202c5b13-0bf9-4398-a6d6-264f46540d20} TCPHandler: Processed in 0.007203873 sec. 2026.01.22 22:16:27.403572 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.403859 [ 275 ] {a5a815d5-4d30-4a30-adef-aa6e39602895} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.404053 [ 275 ] {a5a815d5-4d30-4a30-adef-aa6e39602895} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.01.22 22:16:27.406324 [ 275 ] {a5a815d5-4d30-4a30-adef-aa6e39602895} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Loading data parts 2026.01.22 22:16:27.406480 [ 275 ] {a5a815d5-4d30-4a30-adef-aa6e39602895} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): There are no data parts 2026.01.22 22:16:27.412193 [ 275 ] {a5a815d5-4d30-4a30-adef-aa6e39602895} TCPHandler: Processed in 0.008675564 sec. 2026.01.22 22:16:27.412360 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.412538 [ 275 ] {ef7d97da-cf4d-4320-a80c-3908f7cf985f} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.412685 [ 275 ] {ef7d97da-cf4d-4320-a80c-3908f7cf985f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.01.22 22:16:27.418116 [ 275 ] {ef7d97da-cf4d-4320-a80c-3908f7cf985f} oximeter.fields_i64 (0caaf4ba-41d6-4df2-938b-e0c328e628cd): Loading data parts 2026.01.22 22:16:27.418273 [ 275 ] {ef7d97da-cf4d-4320-a80c-3908f7cf985f} oximeter.fields_i64 (0caaf4ba-41d6-4df2-938b-e0c328e628cd): There are no data parts 2026.01.22 22:16:27.422222 [ 275 ] {ef7d97da-cf4d-4320-a80c-3908f7cf985f} TCPHandler: Processed in 0.009918353 sec. 2026.01.22 22:16:27.422468 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.422694 [ 275 ] {4c401894-b3aa-4803-94dd-fc466c5a9d6a} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.422822 [ 275 ] {4c401894-b3aa-4803-94dd-fc466c5a9d6a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.01.22 22:16:27.424818 [ 275 ] {4c401894-b3aa-4803-94dd-fc466c5a9d6a} oximeter.fields_u64 (e4be2fc1-8bef-47d8-a03a-85569035e673): Loading data parts 2026.01.22 22:16:27.424986 [ 275 ] {4c401894-b3aa-4803-94dd-fc466c5a9d6a} oximeter.fields_u64 (e4be2fc1-8bef-47d8-a03a-85569035e673): There are no data parts 2026.01.22 22:16:27.429810 [ 275 ] {4c401894-b3aa-4803-94dd-fc466c5a9d6a} TCPHandler: Processed in 0.007406805 sec. 2026.01.22 22:16:27.429976 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.430170 [ 275 ] {5f00475a-ac20-4c9d-855f-b64dc4aa4957} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.430318 [ 275 ] {5f00475a-ac20-4c9d-855f-b64dc4aa4957} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.01.22 22:16:27.436616 [ 275 ] {5f00475a-ac20-4c9d-855f-b64dc4aa4957} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Loading data parts 2026.01.22 22:16:27.436810 [ 275 ] {5f00475a-ac20-4c9d-855f-b64dc4aa4957} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): There are no data parts 2026.01.22 22:16:27.439695 [ 275 ] {5f00475a-ac20-4c9d-855f-b64dc4aa4957} TCPHandler: Processed in 0.009779203 sec. 2026.01.22 22:16:27.439949 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.440142 [ 275 ] {aff45235-1dc9-4dc1-b308-6af0976dfbfc} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.440275 [ 275 ] {aff45235-1dc9-4dc1-b308-6af0976dfbfc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.01.22 22:16:27.446592 [ 275 ] {aff45235-1dc9-4dc1-b308-6af0976dfbfc} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Loading data parts 2026.01.22 22:16:27.446845 [ 275 ] {aff45235-1dc9-4dc1-b308-6af0976dfbfc} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): There are no data parts 2026.01.22 22:16:27.450891 [ 275 ] {aff45235-1dc9-4dc1-b308-6af0976dfbfc} TCPHandler: Processed in 0.011002801 sec. 2026.01.22 22:16:27.451055 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.451303 [ 275 ] {f11ff048-d0de-449a-82af-257531033296} executeQuery: (from [fd00:1122:3344:101::d]:49279) 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.01.22 22:16:27.451349 [ 275 ] {f11ff048-d0de-449a-82af-257531033296} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.01.22 22:16:27.453384 [ 275 ] {f11ff048-d0de-449a-82af-257531033296} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Loading data parts 2026.01.22 22:16:27.453558 [ 275 ] {f11ff048-d0de-449a-82af-257531033296} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): There are no data parts 2026.01.22 22:16:27.457878 [ 275 ] {f11ff048-d0de-449a-82af-257531033296} TCPHandler: Processed in 0.006875161 sec. 2026.01.22 22:16:27.458191 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.458602 [ 275 ] {c82a60b5-6e7c-4807-9d13-2033e4b1ff82} executeQuery: (from [fd00:1122:3344:101::d]:49279) /* 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.01.22 22:16:27.458774 [ 275 ] {c82a60b5-6e7c-4807-9d13-2033e4b1ff82} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.01.22 22:16:27.464239 [ 275 ] {c82a60b5-6e7c-4807-9d13-2033e4b1ff82} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Loading data parts 2026.01.22 22:16:27.464452 [ 275 ] {c82a60b5-6e7c-4807-9d13-2033e4b1ff82} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): There are no data parts 2026.01.22 22:16:27.466888 [ 275 ] {c82a60b5-6e7c-4807-9d13-2033e4b1ff82} TCPHandler: Processed in 0.008772895 sec. 2026.01.22 22:16:27.467287 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:27.467676 [ 277 ] {d2cf6e82-4382-483e-a0fb-b38f8fff41d4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.01.22 22:16:27.469044 [ 277 ] {d2cf6e82-4382-483e-a0fb-b38f8fff41d4} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.01.22 22:16:27.495708 [ 284 ] {d2cf6e82-4382-483e-a0fb-b38f8fff41d4} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:27.495768 [ 284 ] {d2cf6e82-4382-483e-a0fb-b38f8fff41d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:27.501818 [ 284 ] {d2cf6e82-4382-483e-a0fb-b38f8fff41d4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:16:27.503157 [ 284 ] {d2cf6e82-4382-483e-a0fb-b38f8fff41d4} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:27.503658 [ 277 ] {d2cf6e82-4382-483e-a0fb-b38f8fff41d4} executeQuery: Read 1 rows, 16.00 B in 0.036119 sec., 27.686259309504695 rows/sec., 442.98 B/sec. 2026.01.22 22:16:27.504102 [ 277 ] {d2cf6e82-4382-483e-a0fb-b38f8fff41d4} TCPHandler: Processed in 0.036986874 sec. 2026.01.22 22:16:28.000274 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 133.87 MiB, peak 133.87 MiB, free memory in arenas 0.00 B, will set to 139.68 MiB (RSS), difference: 5.82 MiB 2026.01.22 22:16:29.723305 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.01.22 22:16:29.723325 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.01.22 22:16:29.723403 [ 245 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.01.22 22:16:29.723555 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.01.22 22:16:29.728049 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Loading data parts 2026.01.22 22:16:29.728428 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): There are no data parts 2026.01.22 22:16:29.733772 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:29.733811 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:29.738622 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:16:29.739472 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:29.739620 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.01.22 22:16:29.740095 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Loading data parts 2026.01.22 22:16:29.740513 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): There are no data parts 2026.01.22 22:16:29.767083 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:29.767163 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:29.774406 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:16:29.775907 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:29.780130 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.01.22 22:16:30.001130 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.65 MiB, peak 148.65 MiB, free memory in arenas 0.00 B, will set to 153.75 MiB (RSS), difference: 9.10 MiB 2026.01.22 22:16:32.224092 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.01.22 22:16:32.224204 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.01.22 22:16:32.228608 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Loading data parts 2026.01.22 22:16:32.228809 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): There are no data parts 2026.01.22 22:16:32.235098 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:32.235139 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:32.236896 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:16:32.237479 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:32.237810 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.01.22 22:16:33.000162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.16 MiB, peak 158.16 MiB, free memory in arenas 0.00 B, will set to 154.84 MiB (RSS), difference: -3.31 MiB 2026.01.22 22:16:37.162937 [ 122 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:16:37.163050 [ 122 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:16:37.240619 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.01.22 22:16:37.241342 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:37.241382 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:37.242168 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:16:37.242671 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:37.242835 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.01.22 22:16:37.281140 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.01.22 22:16:37.299828 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:37.299891 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:37.306754 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:16:37.307923 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:37.311256 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.01.22 22:16:38.001144 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.57 MiB, peak 159.57 MiB, free memory in arenas 0.00 B, will set to 157.57 MiB (RSS), difference: 2.00 MiB 2026.01.22 22:16:43.000416 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.58 MiB, peak 159.57 MiB, free memory in arenas 0.00 B, will set to 157.60 MiB (RSS), difference: 4.02 MiB 2026.01.22 22:16:44.743476 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2026.01.22 22:16:44.743949 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:44.744052 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:44.744782 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:16:44.745337 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:44.745514 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2026.01.22 22:16:44.811822 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.01.22 22:16:44.829247 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:44.829321 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:44.835665 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:16:44.836853 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:44.840011 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.01.22 22:16:47.519490 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.519722 [ 275 ] {69d91fa3-2277-46c4-93c4-f0b42742d702} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.525042 [ 275 ] {69d91fa3-2277-46c4-93c4-f0b42742d702} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.529435 [ 275 ] {69d91fa3-2277-46c4-93c4-f0b42742d702} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.540219 [ 275 ] {69d91fa3-2277-46c4-93c4-f0b42742d702} TCPHandler: Processed in 0.020870144 sec. 2026.01.22 22:16:47.549305 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.549458 [ 275 ] {8065754c-e231-449c-a8b0-c439d439bf35} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.557345 [ 275 ] {8065754c-e231-449c-a8b0-c439d439bf35} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.557398 [ 275 ] {8065754c-e231-449c-a8b0-c439d439bf35} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.559682 [ 275 ] {8065754c-e231-449c-a8b0-c439d439bf35} TCPHandler: Processed in 0.010439407 sec. 2026.01.22 22:16:47.562440 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.562577 [ 275 ] {2fdec800-9065-49f6-a64b-10df4dd1ddda} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.562876 [ 275 ] {2fdec800-9065-49f6-a64b-10df4dd1ddda} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.562921 [ 275 ] {2fdec800-9065-49f6-a64b-10df4dd1ddda} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.563283 [ 275 ] {2fdec800-9065-49f6-a64b-10df4dd1ddda} TCPHandler: Processed in 0.000896237 sec. 2026.01.22 22:16:47.563515 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.563635 [ 275 ] {533e59f8-4dd6-4c82-a028-2d0b13721f49} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.563881 [ 275 ] {533e59f8-4dd6-4c82-a028-2d0b13721f49} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.563925 [ 275 ] {533e59f8-4dd6-4c82-a028-2d0b13721f49} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.564244 [ 275 ] {533e59f8-4dd6-4c82-a028-2d0b13721f49} TCPHandler: Processed in 0.000777426 sec. 2026.01.22 22:16:47.564453 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.564575 [ 275 ] {b8a8ddae-2c1e-4afe-86c7-448795e318dc} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.564814 [ 275 ] {b8a8ddae-2c1e-4afe-86c7-448795e318dc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.564857 [ 275 ] {b8a8ddae-2c1e-4afe-86c7-448795e318dc} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.565173 [ 275 ] {b8a8ddae-2c1e-4afe-86c7-448795e318dc} TCPHandler: Processed in 0.000768125 sec. 2026.01.22 22:16:47.565377 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.565493 [ 275 ] {236c2fe2-57ce-4b20-a50b-2c9d589fd926} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.565727 [ 275 ] {236c2fe2-57ce-4b20-a50b-2c9d589fd926} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.565769 [ 275 ] {236c2fe2-57ce-4b20-a50b-2c9d589fd926} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.566083 [ 275 ] {236c2fe2-57ce-4b20-a50b-2c9d589fd926} TCPHandler: Processed in 0.000754615 sec. 2026.01.22 22:16:47.566278 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.566385 [ 275 ] {072f1640-8c7a-4ea7-b2ea-af70e4f97300} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.566606 [ 275 ] {072f1640-8c7a-4ea7-b2ea-af70e4f97300} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.566646 [ 275 ] {072f1640-8c7a-4ea7-b2ea-af70e4f97300} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.566930 [ 275 ] {072f1640-8c7a-4ea7-b2ea-af70e4f97300} TCPHandler: Processed in 0.000742985 sec. 2026.01.22 22:16:47.567184 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.567297 [ 275 ] {5e0d04bc-d5dd-4ad3-b75d-fa47dc79f9df} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.567535 [ 275 ] {5e0d04bc-d5dd-4ad3-b75d-fa47dc79f9df} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.567578 [ 275 ] {5e0d04bc-d5dd-4ad3-b75d-fa47dc79f9df} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.567878 [ 275 ] {5e0d04bc-d5dd-4ad3-b75d-fa47dc79f9df} TCPHandler: Processed in 0.000740806 sec. 2026.01.22 22:16:47.568078 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.568190 [ 275 ] {5d9e2b0b-9589-4523-befb-d6778edae148} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.568424 [ 275 ] {5d9e2b0b-9589-4523-befb-d6778edae148} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.568466 [ 275 ] {5d9e2b0b-9589-4523-befb-d6778edae148} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.568769 [ 275 ] {5d9e2b0b-9589-4523-befb-d6778edae148} TCPHandler: Processed in 0.000736895 sec. 2026.01.22 22:16:47.568959 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.569073 [ 275 ] {c8f47f3e-ef65-4ca0-a717-eda1a42db3e1} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.569310 [ 275 ] {c8f47f3e-ef65-4ca0-a717-eda1a42db3e1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.569352 [ 275 ] {c8f47f3e-ef65-4ca0-a717-eda1a42db3e1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.569648 [ 275 ] {c8f47f3e-ef65-4ca0-a717-eda1a42db3e1} TCPHandler: Processed in 0.000736076 sec. 2026.01.22 22:16:47.569840 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.569955 [ 275 ] {e8a15f06-c87b-4e55-837d-c82c27ce4741} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.570192 [ 275 ] {e8a15f06-c87b-4e55-837d-c82c27ce4741} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.570233 [ 275 ] {e8a15f06-c87b-4e55-837d-c82c27ce4741} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.570535 [ 275 ] {e8a15f06-c87b-4e55-837d-c82c27ce4741} TCPHandler: Processed in 0.000742355 sec. 2026.01.22 22:16:47.570740 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.570857 [ 275 ] {b84b0046-cccc-4622-8771-5276241bc0d3} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.571105 [ 275 ] {b84b0046-cccc-4622-8771-5276241bc0d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.571146 [ 275 ] {b84b0046-cccc-4622-8771-5276241bc0d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.571465 [ 275 ] {b84b0046-cccc-4622-8771-5276241bc0d3} TCPHandler: Processed in 0.000772185 sec. 2026.01.22 22:16:47.571670 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.571786 [ 275 ] {89c7d44e-9239-4628-a9d0-940e61f9fa46} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.572031 [ 275 ] {89c7d44e-9239-4628-a9d0-940e61f9fa46} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.572073 [ 275 ] {89c7d44e-9239-4628-a9d0-940e61f9fa46} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.572391 [ 275 ] {89c7d44e-9239-4628-a9d0-940e61f9fa46} TCPHandler: Processed in 0.000769226 sec. 2026.01.22 22:16:47.572587 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.572702 [ 275 ] {24e324c9-5171-4c0e-a194-1761084d02f1} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.572948 [ 275 ] {24e324c9-5171-4c0e-a194-1761084d02f1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.572991 [ 275 ] {24e324c9-5171-4c0e-a194-1761084d02f1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.573293 [ 275 ] {24e324c9-5171-4c0e-a194-1761084d02f1} TCPHandler: Processed in 0.000753036 sec. 2026.01.22 22:16:47.573490 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.573606 [ 275 ] {eda4fbe4-f878-4d00-9ad2-32792c254d58} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:16:47.573856 [ 275 ] {eda4fbe4-f878-4d00-9ad2-32792c254d58} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.573897 [ 275 ] {eda4fbe4-f878-4d00-9ad2-32792c254d58} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:47.574229 [ 275 ] {eda4fbe4-f878-4d00-9ad2-32792c254d58} TCPHandler: Processed in 0.000786306 sec. 2026.01.22 22:16:47.578517 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.578644 [ 275 ] {8abd70d9-ba4f-4c4f-91c3-bb66f8f4f41d} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.22 22:16:47.578695 [ 275 ] {8abd70d9-ba4f-4c4f-91c3-bb66f8f4f41d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:16:47.581850 [ 275 ] {8abd70d9-ba4f-4c4f-91c3-bb66f8f4f41d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:47.581896 [ 275 ] {8abd70d9-ba4f-4c4f-91c3-bb66f8f4f41d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:47.584380 [ 275 ] {8abd70d9-ba4f-4c4f-91c3-bb66f8f4f41d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:16:47.584815 [ 275 ] {8abd70d9-ba4f-4c4f-91c3-bb66f8f4f41d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:47.584961 [ 275 ] {8abd70d9-ba4f-4c4f-91c3-bb66f8f4f41d} executeQuery: Read 15 rows, 2.24 KiB in 0.006354 sec., 2360.717658168083 rows/sec., 351.80 KiB/sec. 2026.01.22 22:16:47.585000 [ 275 ] {8abd70d9-ba4f-4c4f-91c3-bb66f8f4f41d} TCPHandler: Processed in 0.006541518 sec. 2026.01.22 22:16:47.585111 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.585210 [ 275 ] {2f136696-2e03-4f88-b3f1-7577892a5999} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:16:47.585251 [ 275 ] {2f136696-2e03-4f88-b3f1-7577892a5999} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:16:47.585720 [ 275 ] {2f136696-2e03-4f88-b3f1-7577892a5999} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:47.585756 [ 275 ] {2f136696-2e03-4f88-b3f1-7577892a5999} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:47.586182 [ 275 ] {2f136696-2e03-4f88-b3f1-7577892a5999} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:16:47.586592 [ 275 ] {2f136696-2e03-4f88-b3f1-7577892a5999} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:47.586721 [ 275 ] {2f136696-2e03-4f88-b3f1-7577892a5999} executeQuery: Read 2 rows, 167.00 B in 0.001534 sec., 1303.780964797914 rows/sec., 106.31 KiB/sec. 2026.01.22 22:16:47.586759 [ 275 ] {2f136696-2e03-4f88-b3f1-7577892a5999} TCPHandler: Processed in 0.001697632 sec. 2026.01.22 22:16:47.586867 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.586963 [ 275 ] {efeadc3d-2d81-44c2-a135-1f19eb968daf} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:16:47.587002 [ 275 ] {efeadc3d-2d81-44c2-a135-1f19eb968daf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:16:47.587416 [ 275 ] {efeadc3d-2d81-44c2-a135-1f19eb968daf} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:47.587452 [ 275 ] {efeadc3d-2d81-44c2-a135-1f19eb968daf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:47.587840 [ 275 ] {efeadc3d-2d81-44c2-a135-1f19eb968daf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:16:47.588290 [ 275 ] {efeadc3d-2d81-44c2-a135-1f19eb968daf} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:47.588417 [ 275 ] {efeadc3d-2d81-44c2-a135-1f19eb968daf} executeQuery: Read 27 rows, 2.05 KiB in 0.001474 sec., 18317.503392130257 rows/sec., 1.36 MiB/sec. 2026.01.22 22:16:47.588453 [ 275 ] {efeadc3d-2d81-44c2-a135-1f19eb968daf} TCPHandler: Processed in 0.001634042 sec. 2026.01.22 22:16:47.588559 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.588653 [ 275 ] {cad8800d-d915-4aa2-9fc7-f845939bfa2e} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:16:47.588692 [ 275 ] {cad8800d-d915-4aa2-9fc7-f845939bfa2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:16:47.589077 [ 275 ] {cad8800d-d915-4aa2-9fc7-f845939bfa2e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:47.589111 [ 275 ] {cad8800d-d915-4aa2-9fc7-f845939bfa2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:47.589468 [ 275 ] {cad8800d-d915-4aa2-9fc7-f845939bfa2e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:16:47.589846 [ 275 ] {cad8800d-d915-4aa2-9fc7-f845939bfa2e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:47.589963 [ 275 ] {cad8800d-d915-4aa2-9fc7-f845939bfa2e} executeQuery: Read 2 rows, 143.00 B in 0.001388 sec., 1440.922190201729 rows/sec., 100.61 KiB/sec. 2026.01.22 22:16:47.589998 [ 275 ] {cad8800d-d915-4aa2-9fc7-f845939bfa2e} TCPHandler: Processed in 0.001548122 sec. 2026.01.22 22:16:47.590168 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.590261 [ 275 ] {50ab9c76-1e4b-43a4-88e7-233fc884ae64} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:16:47.590301 [ 275 ] {50ab9c76-1e4b-43a4-88e7-233fc884ae64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:16:47.590682 [ 275 ] {50ab9c76-1e4b-43a4-88e7-233fc884ae64} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:47.590720 [ 275 ] {50ab9c76-1e4b-43a4-88e7-233fc884ae64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:47.591101 [ 275 ] {50ab9c76-1e4b-43a4-88e7-233fc884ae64} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:16:47.591506 [ 275 ] {50ab9c76-1e4b-43a4-88e7-233fc884ae64} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:47.591634 [ 275 ] {50ab9c76-1e4b-43a4-88e7-233fc884ae64} executeQuery: Read 30 rows, 2.40 KiB in 0.001391 sec., 21567.21782890007 rows/sec., 1.68 MiB/sec. 2026.01.22 22:16:47.591670 [ 275 ] {50ab9c76-1e4b-43a4-88e7-233fc884ae64} TCPHandler: Processed in 0.001549852 sec. 2026.01.22 22:16:47.591768 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.591860 [ 275 ] {999af132-910b-47d3-9eea-cf760f9e6f5d} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:16:47.591903 [ 275 ] {999af132-910b-47d3-9eea-cf760f9e6f5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:16:47.592351 [ 275 ] {999af132-910b-47d3-9eea-cf760f9e6f5d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:47.592385 [ 275 ] {999af132-910b-47d3-9eea-cf760f9e6f5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:47.594748 [ 275 ] {999af132-910b-47d3-9eea-cf760f9e6f5d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:16:47.595170 [ 275 ] {999af132-910b-47d3-9eea-cf760f9e6f5d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:47.595301 [ 275 ] {999af132-910b-47d3-9eea-cf760f9e6f5d} executeQuery: Read 101 rows, 7.17 KiB in 0.003458 sec., 29207.634470792364 rows/sec., 2.02 MiB/sec. 2026.01.22 22:16:47.595337 [ 275 ] {999af132-910b-47d3-9eea-cf760f9e6f5d} TCPHandler: Processed in 0.003616377 sec. 2026.01.22 22:16:47.595450 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:47.595544 [ 275 ] {0b51b54d-cee4-40c9-b1b5-9498823f9607} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:16:47.595586 [ 275 ] {0b51b54d-cee4-40c9-b1b5-9498823f9607} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:16:47.595896 [ 275 ] {0b51b54d-cee4-40c9-b1b5-9498823f9607} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:47.595934 [ 275 ] {0b51b54d-cee4-40c9-b1b5-9498823f9607} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:47.596408 [ 275 ] {0b51b54d-cee4-40c9-b1b5-9498823f9607} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:16:47.596819 [ 275 ] {0b51b54d-cee4-40c9-b1b5-9498823f9607} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:47.596946 [ 275 ] {0b51b54d-cee4-40c9-b1b5-9498823f9607} executeQuery: Read 30 rows, 2.10 KiB in 0.00142 sec., 21126.76056338028 rows/sec., 1.45 MiB/sec. 2026.01.22 22:16:47.596981 [ 275 ] {0b51b54d-cee4-40c9-b1b5-9498823f9607} TCPHandler: Processed in 0.001578862 sec. 2026.01.22 22:16:52.164102 [ 87 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:16:52.164164 [ 87 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:16:52.238855 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 132 2026.01.22 22:16:52.241791 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:52.241853 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:52.243127 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:16:52.243638 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:52.243949 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 132 2026.01.22 22:16:52.245903 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2026.01.22 22:16:52.246413 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:52.246465 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:52.247142 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:16:52.247735 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:52.247885 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.01.22 22:16:52.340390 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.01.22 22:16:52.357165 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:52.357224 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:52.363865 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:16:52.365062 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:52.368034 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.01.22 22:16:52.522915 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:52.523109 [ 275 ] {4b71756e-3ab1-40f1-8a82-295e852d6c0e} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:16:52.523181 [ 275 ] {4b71756e-3ab1-40f1-8a82-295e852d6c0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:16:52.523850 [ 275 ] {4b71756e-3ab1-40f1-8a82-295e852d6c0e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:52.523900 [ 275 ] {4b71756e-3ab1-40f1-8a82-295e852d6c0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:52.524429 [ 275 ] {4b71756e-3ab1-40f1-8a82-295e852d6c0e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:16:52.524847 [ 275 ] {4b71756e-3ab1-40f1-8a82-295e852d6c0e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:52.525007 [ 275 ] {4b71756e-3ab1-40f1-8a82-295e852d6c0e} executeQuery: Read 26 rows, 1.98 KiB in 0.00195 sec., 13333.333333333334 rows/sec., 1015.12 KiB/sec. 2026.01.22 22:16:52.525055 [ 275 ] {4b71756e-3ab1-40f1-8a82-295e852d6c0e} TCPHandler: Processed in 0.002271367 sec. 2026.01.22 22:16:52.525185 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:52.525288 [ 275 ] {c2a08c4a-c79a-4270-9c0d-b92b4791180d} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:16:52.525331 [ 275 ] {c2a08c4a-c79a-4270-9c0d-b92b4791180d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:16:52.525754 [ 275 ] {c2a08c4a-c79a-4270-9c0d-b92b4791180d} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:52.525795 [ 275 ] {c2a08c4a-c79a-4270-9c0d-b92b4791180d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:52.526186 [ 275 ] {c2a08c4a-c79a-4270-9c0d-b92b4791180d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:16:52.526604 [ 275 ] {c2a08c4a-c79a-4270-9c0d-b92b4791180d} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:52.526737 [ 275 ] {c2a08c4a-c79a-4270-9c0d-b92b4791180d} executeQuery: Read 28 rows, 2.24 KiB in 0.001473 sec., 19008.825526137138 rows/sec., 1.48 MiB/sec. 2026.01.22 22:16:52.526774 [ 275 ] {c2a08c4a-c79a-4270-9c0d-b92b4791180d} TCPHandler: Processed in 0.001642102 sec. 2026.01.22 22:16:52.526885 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:52.526981 [ 275 ] {34f8dd1f-cc50-4a75-be02-6edc9e2733cb} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:16:52.527025 [ 275 ] {34f8dd1f-cc50-4a75-be02-6edc9e2733cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:16:52.527425 [ 275 ] {34f8dd1f-cc50-4a75-be02-6edc9e2733cb} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:52.527459 [ 275 ] {34f8dd1f-cc50-4a75-be02-6edc9e2733cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:52.527897 [ 275 ] {34f8dd1f-cc50-4a75-be02-6edc9e2733cb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:16:52.528366 [ 275 ] {34f8dd1f-cc50-4a75-be02-6edc9e2733cb} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:52.528501 [ 275 ] {34f8dd1f-cc50-4a75-be02-6edc9e2733cb} executeQuery: Read 100 rows, 7.10 KiB in 0.001539 sec., 64977.2579597141 rows/sec., 4.51 MiB/sec. 2026.01.22 22:16:52.528537 [ 275 ] {34f8dd1f-cc50-4a75-be02-6edc9e2733cb} TCPHandler: Processed in 0.001701662 sec. 2026.01.22 22:16:52.528652 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:52.528748 [ 275 ] {73cc6764-159b-42bb-8f7e-b2572176098d} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:16:52.528789 [ 275 ] {73cc6764-159b-42bb-8f7e-b2572176098d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:16:52.529114 [ 275 ] {73cc6764-159b-42bb-8f7e-b2572176098d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:52.529152 [ 275 ] {73cc6764-159b-42bb-8f7e-b2572176098d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:52.529591 [ 275 ] {73cc6764-159b-42bb-8f7e-b2572176098d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:16:52.530021 [ 275 ] {73cc6764-159b-42bb-8f7e-b2572176098d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:52.530151 [ 275 ] {73cc6764-159b-42bb-8f7e-b2572176098d} executeQuery: Read 30 rows, 2.10 KiB in 0.001423 sec., 21082.220660576248 rows/sec., 1.44 MiB/sec. 2026.01.22 22:16:52.530187 [ 275 ] {73cc6764-159b-42bb-8f7e-b2572176098d} TCPHandler: Processed in 0.001583931 sec. 2026.01.22 22:16:53.505665 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53762 2026.01.22 22:16:53.507628 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:53.507670 [ 286 ] {} TCP-Session: 283d14fc-9a0f-4645-846a-8db16a8412c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:53762 2026.01.22 22:16:53.507691 [ 286 ] {} TCP-Session: 283d14fc-9a0f-4645-846a-8db16a8412c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.507704 [ 286 ] {} TCP-Session: 283d14fc-9a0f-4645-846a-8db16a8412c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.507753 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.22 22:16:53.507776 [ 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.01.22 22:16:53.507792 [ 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.01.22 22:16:53.508198 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53174 2026.01.22 22:16:53.508372 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34760 2026.01.22 22:16:53.508373 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57826 2026.01.22 22:16:53.508430 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:53.508448 [ 286 ] {} TCP-Session: 283d14fc-9a0f-4645-846a-8db16a8412c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:53.508499 [ 287 ] {} TCP-Session: 004d4bd1-47d3-4620-8c77-51cdd10ce2fa Authenticating user 'default' from [fd00:1122:3344:101::e]:53174 2026.01.22 22:16:53.508509 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63815 2026.01.22 22:16:53.508537 [ 287 ] {} TCP-Session: 004d4bd1-47d3-4620-8c77-51cdd10ce2fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.508563 [ 287 ] {} TCP-Session: 004d4bd1-47d3-4620-8c77-51cdd10ce2fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.508622 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:53.508667 [ 286 ] {00565f09-58bc-4e4b-96b4-c2b0fa7fe6aa} executeQuery: (from [fd00:1122:3344:101::e]:53762) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:16:53.508770 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54371 2026.01.22 22:16:53.508839 [ 288 ] {} TCP-Session: aedbab3b-2848-4788-881e-900038f3932f Authenticating user 'default' from [fd00:1122:3344:101::e]:34760 2026.01.22 22:16:53.508872 [ 288 ] {} TCP-Session: aedbab3b-2848-4788-881e-900038f3932f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.508885 [ 288 ] {} TCP-Session: aedbab3b-2848-4788-881e-900038f3932f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.508856 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:53.508926 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:53.508967 [ 289 ] {} TCP-Session: 298ed9fd-c68d-4f2b-bfd9-1e2275c345d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:57826 2026.01.22 22:16:53.508976 [ 290 ] {} TCP-Session: 63c183c2-5af7-411c-805d-8bec70387148 Authenticating user 'default' from [fd00:1122:3344:101::e]:63815 2026.01.22 22:16:53.509000 [ 289 ] {} TCP-Session: 298ed9fd-c68d-4f2b-bfd9-1e2275c345d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.509007 [ 290 ] {} TCP-Session: 63c183c2-5af7-411c-805d-8bec70387148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.509021 [ 289 ] {} TCP-Session: 298ed9fd-c68d-4f2b-bfd9-1e2275c345d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.509033 [ 290 ] {} TCP-Session: 63c183c2-5af7-411c-805d-8bec70387148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.509046 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34258 2026.01.22 22:16:53.509022 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:53.509063 [ 286 ] {00565f09-58bc-4e4b-96b4-c2b0fa7fe6aa} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:16:53.509113 [ 291 ] {} TCP-Session: bdd8b382-ad23-4ed6-92c9-65dd0ad6b79f Authenticating user 'default' from [fd00:1122:3344:101::e]:54371 2026.01.22 22:16:53.509118 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36728 2026.01.22 22:16:53.509142 [ 291 ] {} TCP-Session: bdd8b382-ad23-4ed6-92c9-65dd0ad6b79f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.509163 [ 291 ] {} TCP-Session: bdd8b382-ad23-4ed6-92c9-65dd0ad6b79f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.509235 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62884 2026.01.22 22:16:53.509243 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:53.509340 [ 292 ] {} TCP-Session: 6bb60296-9f1f-405a-b266-5ee26adf40cb Authenticating user 'default' from [fd00:1122:3344:101::e]:34258 2026.01.22 22:16:53.509359 [ 292 ] {} TCP-Session: 6bb60296-9f1f-405a-b266-5ee26adf40cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.509365 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:53.509379 [ 292 ] {} TCP-Session: 6bb60296-9f1f-405a-b266-5ee26adf40cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.509401 [ 293 ] {} TCP-Session: 923a195c-3674-4a87-9985-0e15266efbf7 Authenticating user 'default' from [fd00:1122:3344:101::e]:36728 2026.01.22 22:16:53.509421 [ 293 ] {} TCP-Session: 923a195c-3674-4a87-9985-0e15266efbf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.509433 [ 293 ] {} TCP-Session: 923a195c-3674-4a87-9985-0e15266efbf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.509464 [ 286 ] {00565f09-58bc-4e4b-96b4-c2b0fa7fe6aa} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:53.509480 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:53.509507 [ 294 ] {} TCP-Session: 2f9f1ed9-36d6-4c17-87bc-f2337b8fff93 Authenticating user 'default' from [fd00:1122:3344:101::e]:62884 2026.01.22 22:16:53.509523 [ 294 ] {} TCP-Session: 2f9f1ed9-36d6-4c17-87bc-f2337b8fff93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.509534 [ 294 ] {} TCP-Session: 2f9f1ed9-36d6-4c17-87bc-f2337b8fff93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.514032 [ 286 ] {00565f09-58bc-4e4b-96b4-c2b0fa7fe6aa} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:16:53.525006 [ 297 ] {00565f09-58bc-4e4b-96b4-c2b0fa7fe6aa} AggregatingTransform: Aggregating 2026.01.22 22:16:53.527338 [ 297 ] {00565f09-58bc-4e4b-96b4-c2b0fa7fe6aa} Aggregator: Aggregation method: without_key 2026.01.22 22:16:53.528013 [ 297 ] {00565f09-58bc-4e4b-96b4-c2b0fa7fe6aa} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.005961064 sec. (167.755 rows/sec., 6.55 KiB/sec.) 2026.01.22 22:16:53.528037 [ 297 ] {00565f09-58bc-4e4b-96b4-c2b0fa7fe6aa} Aggregator: Merging aggregated data 2026.01.22 22:16:53.528066 [ 297 ] {00565f09-58bc-4e4b-96b4-c2b0fa7fe6aa} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.01.22 22:16:53.529213 [ 286 ] {00565f09-58bc-4e4b-96b4-c2b0fa7fe6aa} executeQuery: Read 1 rows, 40.00 B in 0.020613 sec., 48.513074273516715 rows/sec., 1.90 KiB/sec. 2026.01.22 22:16:53.529393 [ 286 ] {00565f09-58bc-4e4b-96b4-c2b0fa7fe6aa} TCPHandler: Processed in 0.021091796 sec. 2026.01.22 22:16:53.532520 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:53.532556 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:53.532569 [ 286 ] {} TCP-Session: 283d14fc-9a0f-4645-846a-8db16a8412c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.532579 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:53.532597 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:53.532616 [ 293 ] {} TCP-Session: 923a195c-3674-4a87-9985-0e15266efbf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.532646 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:53.532675 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:53.532662 [ 290 ] {} TCP-Session: 63c183c2-5af7-411c-805d-8bec70387148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.532706 [ 289 ] {} TCP-Session: 298ed9fd-c68d-4f2b-bfd9-1e2275c345d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.532720 [ 292 ] {} TCP-Session: 6bb60296-9f1f-405a-b266-5ee26adf40cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.532731 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:53.532713 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:53.532779 [ 294 ] {} TCP-Session: 2f9f1ed9-36d6-4c17-87bc-f2337b8fff93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.532647 [ 287 ] {} TCP-Session: 004d4bd1-47d3-4620-8c77-51cdd10ce2fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.532809 [ 291 ] {} TCP-Session: bdd8b382-ad23-4ed6-92c9-65dd0ad6b79f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:53.532621 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:53.532873 [ 288 ] {} TCP-Session: aedbab3b-2848-4788-881e-900038f3932f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:54.000256 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.38 MiB, peak 170.46 MiB, free memory in arenas 0.00 B, will set to 165.12 MiB (RSS), difference: 2.74 MiB 2026.01.22 22:16:57.523659 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:57.523829 [ 275 ] {4328c7fa-cf75-49cc-9a07-7456548e1353} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:16:57.523892 [ 275 ] {4328c7fa-cf75-49cc-9a07-7456548e1353} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:16:57.524568 [ 275 ] {4328c7fa-cf75-49cc-9a07-7456548e1353} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:57.524608 [ 275 ] {4328c7fa-cf75-49cc-9a07-7456548e1353} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:57.525093 [ 275 ] {4328c7fa-cf75-49cc-9a07-7456548e1353} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:16:57.525574 [ 275 ] {4328c7fa-cf75-49cc-9a07-7456548e1353} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:57.525738 [ 275 ] {4328c7fa-cf75-49cc-9a07-7456548e1353} executeQuery: Read 26 rows, 1.98 KiB in 0.001956 sec., 13292.433537832312 rows/sec., 1012.01 KiB/sec. 2026.01.22 22:16:57.525787 [ 275 ] {4328c7fa-cf75-49cc-9a07-7456548e1353} TCPHandler: Processed in 0.002248497 sec. 2026.01.22 22:16:57.525931 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:57.526034 [ 275 ] {cbfe5ab8-8e43-42b4-908d-6c5468d90de4} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:16:57.526077 [ 275 ] {cbfe5ab8-8e43-42b4-908d-6c5468d90de4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:16:57.526506 [ 275 ] {cbfe5ab8-8e43-42b4-908d-6c5468d90de4} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:57.526541 [ 275 ] {cbfe5ab8-8e43-42b4-908d-6c5468d90de4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:57.526931 [ 275 ] {cbfe5ab8-8e43-42b4-908d-6c5468d90de4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:16:57.527352 [ 275 ] {cbfe5ab8-8e43-42b4-908d-6c5468d90de4} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:57.527486 [ 275 ] {cbfe5ab8-8e43-42b4-908d-6c5468d90de4} executeQuery: Read 28 rows, 2.24 KiB in 0.001476 sec., 18970.18970189702 rows/sec., 1.48 MiB/sec. 2026.01.22 22:16:57.527532 [ 275 ] {cbfe5ab8-8e43-42b4-908d-6c5468d90de4} TCPHandler: Processed in 0.001652663 sec. 2026.01.22 22:16:57.527645 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:57.527741 [ 275 ] {4bafe6ca-5af6-46d6-869e-81d112fb9adc} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:16:57.527786 [ 275 ] {4bafe6ca-5af6-46d6-869e-81d112fb9adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:16:57.528163 [ 275 ] {4bafe6ca-5af6-46d6-869e-81d112fb9adc} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:57.528197 [ 275 ] {4bafe6ca-5af6-46d6-869e-81d112fb9adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:57.528634 [ 275 ] {4bafe6ca-5af6-46d6-869e-81d112fb9adc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:16:57.529040 [ 275 ] {4bafe6ca-5af6-46d6-869e-81d112fb9adc} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:57.529169 [ 275 ] {4bafe6ca-5af6-46d6-869e-81d112fb9adc} executeQuery: Read 100 rows, 7.10 KiB in 0.001448 sec., 69060.77348066297 rows/sec., 4.79 MiB/sec. 2026.01.22 22:16:57.529212 [ 275 ] {4bafe6ca-5af6-46d6-869e-81d112fb9adc} TCPHandler: Processed in 0.001616222 sec. 2026.01.22 22:16:57.529327 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:57.529421 [ 275 ] {07d48d66-5e5e-4857-9138-399c1b8b1742} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:16:57.529463 [ 275 ] {07d48d66-5e5e-4857-9138-399c1b8b1742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:16:57.529823 [ 275 ] {07d48d66-5e5e-4857-9138-399c1b8b1742} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:57.529857 [ 275 ] {07d48d66-5e5e-4857-9138-399c1b8b1742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:57.530262 [ 275 ] {07d48d66-5e5e-4857-9138-399c1b8b1742} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:16:57.530703 [ 275 ] {07d48d66-5e5e-4857-9138-399c1b8b1742} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:57.530835 [ 275 ] {07d48d66-5e5e-4857-9138-399c1b8b1742} executeQuery: Read 30 rows, 2.10 KiB in 0.001433 sec., 20935.1011863224 rows/sec., 1.43 MiB/sec. 2026.01.22 22:16:57.530871 [ 275 ] {07d48d66-5e5e-4857-9138-399c1b8b1742} TCPHandler: Processed in 0.001592902 sec. 2026.01.22 22:16:59.135557 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43273 2026.01.22 22:16:59.135673 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.135700 [ 286 ] {} TCP-Session: c578fa59-b3d0-4e08-8a1e-814c92f66b7b Authenticating user 'default' from [fd00:1122:3344:101::e]:43273 2026.01.22 22:16:59.135722 [ 286 ] {} TCP-Session: c578fa59-b3d0-4e08-8a1e-814c92f66b7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.135735 [ 286 ] {} TCP-Session: c578fa59-b3d0-4e08-8a1e-814c92f66b7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.135986 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41699 2026.01.22 22:16:59.136018 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64553 2026.01.22 22:16:59.136019 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47419 2026.01.22 22:16:59.136052 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64666 2026.01.22 22:16:59.136071 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57694 2026.01.22 22:16:59.136109 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.136108 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.136138 [ 290 ] {} TCP-Session: c5a91dbe-1b31-4c64-a5d7-db7cd019b1b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:64553 2026.01.22 22:16:59.136141 [ 286 ] {} TCP-Session: c578fa59-b3d0-4e08-8a1e-814c92f66b7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:59.136165 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.136164 [ 290 ] {} TCP-Session: c5a91dbe-1b31-4c64-a5d7-db7cd019b1b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136163 [ 287 ] {} TCP-Session: 5cc32811-5721-4901-a930-60488f21bd57 Authenticating user 'default' from [fd00:1122:3344:101::e]:41699 2026.01.22 22:16:59.136190 [ 294 ] {} TCP-Session: bbc0b57a-e11f-4f94-994b-c82d05380888 Authenticating user 'default' from [fd00:1122:3344:101::e]:57694 2026.01.22 22:16:59.136204 [ 290 ] {} TCP-Session: c5a91dbe-1b31-4c64-a5d7-db7cd019b1b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136222 [ 287 ] {} TCP-Session: 5cc32811-5721-4901-a930-60488f21bd57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136223 [ 294 ] {} TCP-Session: bbc0b57a-e11f-4f94-994b-c82d05380888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136246 [ 287 ] {} TCP-Session: 5cc32811-5721-4901-a930-60488f21bd57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136263 [ 294 ] {} TCP-Session: bbc0b57a-e11f-4f94-994b-c82d05380888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136160 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.136064 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52438 2026.01.22 22:16:59.136331 [ 292 ] {} TCP-Session: 542e3cd2-c51d-4240-a06a-44811d06d97f Authenticating user 'default' from [fd00:1122:3344:101::e]:64666 2026.01.22 22:16:59.136342 [ 286 ] {1d5c6f4e-84a8-4eea-ba78-d1506d38999a} executeQuery: (from [fd00:1122:3344:101::e]:43273) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:16:59.136042 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50392 2026.01.22 22:16:59.136381 [ 292 ] {} TCP-Session: 542e3cd2-c51d-4240-a06a-44811d06d97f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136424 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.136437 [ 292 ] {} TCP-Session: 542e3cd2-c51d-4240-a06a-44811d06d97f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136004 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59852 2026.01.22 22:16:59.136470 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.136161 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.136514 [ 291 ] {} TCP-Session: d5d18c91-a02a-4f2b-8813-39fc0610bf49 Authenticating user 'default' from [fd00:1122:3344:101::e]:50392 2026.01.22 22:16:59.136462 [ 293 ] {} TCP-Session: a4c13bc3-002c-40a6-af1b-31f415640568 Authenticating user 'default' from [fd00:1122:3344:101::e]:52438 2026.01.22 22:16:59.136537 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.136538 [ 289 ] {} TCP-Session: 2fe42773-4353-42cd-bc0c-12af756798b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:47419 2026.01.22 22:16:59.136567 [ 293 ] {} TCP-Session: a4c13bc3-002c-40a6-af1b-31f415640568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136573 [ 288 ] {} TCP-Session: 01283f17-9ff1-465f-84c7-43b2bc6acfc0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59852 2026.01.22 22:16:59.136585 [ 289 ] {} TCP-Session: 2fe42773-4353-42cd-bc0c-12af756798b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136592 [ 293 ] {} TCP-Session: a4c13bc3-002c-40a6-af1b-31f415640568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136606 [ 288 ] {} TCP-Session: 01283f17-9ff1-465f-84c7-43b2bc6acfc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136616 [ 289 ] {} TCP-Session: 2fe42773-4353-42cd-bc0c-12af756798b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136636 [ 288 ] {} TCP-Session: 01283f17-9ff1-465f-84c7-43b2bc6acfc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136544 [ 291 ] {} TCP-Session: d5d18c91-a02a-4f2b-8813-39fc0610bf49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136664 [ 286 ] {1d5c6f4e-84a8-4eea-ba78-d1506d38999a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:16:59.136685 [ 291 ] {} TCP-Session: d5d18c91-a02a-4f2b-8813-39fc0610bf49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.136740 [ 286 ] {1d5c6f4e-84a8-4eea-ba78-d1506d38999a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:59.137033 [ 286 ] {1d5c6f4e-84a8-4eea-ba78-d1506d38999a} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:16:59.137960 [ 332 ] {1d5c6f4e-84a8-4eea-ba78-d1506d38999a} AggregatingTransform: Aggregating 2026.01.22 22:16:59.138011 [ 332 ] {1d5c6f4e-84a8-4eea-ba78-d1506d38999a} Aggregator: Aggregation method: without_key 2026.01.22 22:16:59.138051 [ 332 ] {1d5c6f4e-84a8-4eea-ba78-d1506d38999a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000915727 sec. (1092.029 rows/sec., 42.66 KiB/sec.) 2026.01.22 22:16:59.138071 [ 332 ] {1d5c6f4e-84a8-4eea-ba78-d1506d38999a} Aggregator: Merging aggregated data 2026.01.22 22:16:59.139404 [ 286 ] {1d5c6f4e-84a8-4eea-ba78-d1506d38999a} executeQuery: Read 1 rows, 40.00 B in 0.003139 sec., 318.57279388340237 rows/sec., 12.44 KiB/sec. 2026.01.22 22:16:59.139554 [ 286 ] {1d5c6f4e-84a8-4eea-ba78-d1506d38999a} TCPHandler: Processed in 0.003556976 sec. 2026.01.22 22:16:59.139636 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.139669 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.139674 [ 286 ] {} TCP-Session: c578fa59-b3d0-4e08-8a1e-814c92f66b7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.139706 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.139714 [ 294 ] {} TCP-Session: bbc0b57a-e11f-4f94-994b-c82d05380888 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.139746 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.139751 [ 288 ] {} TCP-Session: 01283f17-9ff1-465f-84c7-43b2bc6acfc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.139762 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.139792 [ 287 ] {} TCP-Session: 5cc32811-5721-4901-a930-60488f21bd57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.139801 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.139823 [ 292 ] {} TCP-Session: 542e3cd2-c51d-4240-a06a-44811d06d97f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.139828 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.139854 [ 290 ] {} TCP-Session: c5a91dbe-1b31-4c64-a5d7-db7cd019b1b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.139779 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.139904 [ 291 ] {} TCP-Session: d5d18c91-a02a-4f2b-8813-39fc0610bf49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.139838 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.139932 [ 289 ] {} TCP-Session: 2fe42773-4353-42cd-bc0c-12af756798b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.139976 [ 293 ] {} TCP-Session: a4c13bc3-002c-40a6-af1b-31f415640568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.405491 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59241 2026.01.22 22:16:59.405609 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.405636 [ 286 ] {} TCP-Session: 39932d92-00d2-484e-a6df-e86765aec154 Authenticating user 'default' from [fd00:1122:3344:101::e]:59241 2026.01.22 22:16:59.405660 [ 286 ] {} TCP-Session: 39932d92-00d2-484e-a6df-e86765aec154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.405672 [ 286 ] {} TCP-Session: 39932d92-00d2-484e-a6df-e86765aec154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.405906 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47823 2026.01.22 22:16:59.405951 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61843 2026.01.22 22:16:59.405981 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57329 2026.01.22 22:16:59.406006 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34004 2026.01.22 22:16:59.406023 [ 286 ] {} TCP-Session: 39932d92-00d2-484e-a6df-e86765aec154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:16:59.406035 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41633 2026.01.22 22:16:59.406056 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55697 2026.01.22 22:16:59.406076 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.406097 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.406128 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.406135 [ 288 ] {} TCP-Session: 01564fd5-f34e-402e-a410-ffc86478af8d Authenticating user 'default' from [fd00:1122:3344:101::e]:61843 2026.01.22 22:16:59.406151 [ 289 ] {} TCP-Session: fe9ade2a-119b-4726-9256-1bdcababf871 Authenticating user 'default' from [fd00:1122:3344:101::e]:57329 2026.01.22 22:16:59.406155 [ 292 ] {} TCP-Session: 919a025e-f017-4d79-9a03-f0393d338870 Authenticating user 'default' from [fd00:1122:3344:101::e]:41633 2026.01.22 22:16:59.406172 [ 288 ] {} TCP-Session: 01564fd5-f34e-402e-a410-ffc86478af8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406184 [ 289 ] {} TCP-Session: fe9ade2a-119b-4726-9256-1bdcababf871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406187 [ 292 ] {} TCP-Session: 919a025e-f017-4d79-9a03-f0393d338870 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406197 [ 288 ] {} TCP-Session: 01564fd5-f34e-402e-a410-ffc86478af8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406225 [ 292 ] {} TCP-Session: 919a025e-f017-4d79-9a03-f0393d338870 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406207 [ 289 ] {} TCP-Session: fe9ade2a-119b-4726-9256-1bdcababf871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406152 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.406102 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.406306 [ 294 ] {} TCP-Session: b2fc43ed-fa80-4ab6-a05b-a1c45e364588 Authenticating user 'default' from [fd00:1122:3344:101::e]:55697 2026.01.22 22:16:59.406032 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.406329 [ 294 ] {} TCP-Session: b2fc43ed-fa80-4ab6-a05b-a1c45e364588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406324 [ 290 ] {} TCP-Session: 59442838-a54c-4d47-97f7-d08002c38937 Authenticating user 'default' from [fd00:1122:3344:101::e]:34004 2026.01.22 22:16:59.406356 [ 294 ] {} TCP-Session: b2fc43ed-fa80-4ab6-a05b-a1c45e364588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406359 [ 287 ] {} TCP-Session: 8542f864-b846-4520-b363-5ad6f9bb6b80 Authenticating user 'default' from [fd00:1122:3344:101::e]:47823 2026.01.22 22:16:59.406369 [ 290 ] {} TCP-Session: 59442838-a54c-4d47-97f7-d08002c38937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406024 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50004 2026.01.22 22:16:59.406398 [ 287 ] {} TCP-Session: 8542f864-b846-4520-b363-5ad6f9bb6b80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406402 [ 290 ] {} TCP-Session: 59442838-a54c-4d47-97f7-d08002c38937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406433 [ 287 ] {} TCP-Session: 8542f864-b846-4520-b363-5ad6f9bb6b80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406209 [ 286 ] {85626620-c198-4652-8e09-84d65cd6b898} executeQuery: (from [fd00:1122:3344:101::e]:59241) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:16:59.406475 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.406047 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54374 2026.01.22 22:16:59.406519 [ 291 ] {} TCP-Session: 0fbb5dbe-d9f2-43d4-a063-e99da3c38ccc Authenticating user 'default' from [fd00:1122:3344:101::e]:50004 2026.01.22 22:16:59.406550 [ 291 ] {} TCP-Session: 0fbb5dbe-d9f2-43d4-a063-e99da3c38ccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406563 [ 291 ] {} TCP-Session: 0fbb5dbe-d9f2-43d4-a063-e99da3c38ccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406584 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:16:59.406610 [ 293 ] {} TCP-Session: 6865d585-4067-4586-87eb-9d044a539ad6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54374 2026.01.22 22:16:59.406627 [ 293 ] {} TCP-Session: 6865d585-4067-4586-87eb-9d044a539ad6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406640 [ 293 ] {} TCP-Session: 6865d585-4067-4586-87eb-9d044a539ad6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.406740 [ 286 ] {85626620-c198-4652-8e09-84d65cd6b898} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:16:59.406800 [ 286 ] {85626620-c198-4652-8e09-84d65cd6b898} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:16:59.407085 [ 286 ] {85626620-c198-4652-8e09-84d65cd6b898} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:16:59.408025 [ 306 ] {85626620-c198-4652-8e09-84d65cd6b898} AggregatingTransform: Aggregating 2026.01.22 22:16:59.408070 [ 306 ] {85626620-c198-4652-8e09-84d65cd6b898} Aggregator: Aggregation method: without_key 2026.01.22 22:16:59.408104 [ 306 ] {85626620-c198-4652-8e09-84d65cd6b898} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000920147 sec. (1086.783 rows/sec., 42.45 KiB/sec.) 2026.01.22 22:16:59.408124 [ 306 ] {85626620-c198-4652-8e09-84d65cd6b898} Aggregator: Merging aggregated data 2026.01.22 22:16:59.409622 [ 286 ] {85626620-c198-4652-8e09-84d65cd6b898} executeQuery: Read 1 rows, 40.00 B in 0.003469 sec., 288.2675122513693 rows/sec., 11.26 KiB/sec. 2026.01.22 22:16:59.409763 [ 286 ] {85626620-c198-4652-8e09-84d65cd6b898} TCPHandler: Processed in 0.003857009 sec. 2026.01.22 22:16:59.409882 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.409910 [ 286 ] {} TCP-Session: 39932d92-00d2-484e-a6df-e86765aec154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.409912 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.409936 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.409957 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.409963 [ 287 ] {} TCP-Session: 8542f864-b846-4520-b363-5ad6f9bb6b80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.409976 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.409994 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.410019 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.410039 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.410049 [ 289 ] {} TCP-Session: fe9ade2a-119b-4726-9256-1bdcababf871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.410055 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.22 22:16:59.410080 [ 293 ] {} TCP-Session: 6865d585-4067-4586-87eb-9d044a539ad6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.410072 [ 288 ] {} TCP-Session: 01564fd5-f34e-402e-a410-ffc86478af8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.410115 [ 291 ] {} TCP-Session: 0fbb5dbe-d9f2-43d4-a063-e99da3c38ccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.410035 [ 292 ] {} TCP-Session: 919a025e-f017-4d79-9a03-f0393d338870 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.409999 [ 294 ] {} TCP-Session: b2fc43ed-fa80-4ab6-a05b-a1c45e364588 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.409979 [ 290 ] {} TCP-Session: 59442838-a54c-4d47-97f7-d08002c38937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:16:59.748205 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 445 entries to flush up to offset 2336 2026.01.22 22:16:59.748766 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:59.748823 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:59.749474 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:16:59.750051 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:59.750241 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2336 2026.01.22 22:16:59.868337 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.01.22 22:16:59.885992 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:16:59.886075 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:16:59.892748 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:16:59.894094 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:16:59.899318 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.01.22 22:17:00.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.15 MiB, peak 173.46 MiB, free memory in arenas 0.00 B, will set to 167.34 MiB (RSS), difference: 1.18 MiB 2026.01.22 22:17:02.244356 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 154 2026.01.22 22:17:02.246289 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.246346 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.247640 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:17:02.248142 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.248457 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 154 2026.01.22 22:17:02.519476 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.519688 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.22 22:17:02.520013 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.520140 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections')" moved to PREWHERE 2026.01.22 22:17:02.520370 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.520441 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.520625 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2026.01.22 22:17:02.522799 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.525126 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.525153 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.527372 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections'))" 2026.01.22 22:17:02.527404 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.553608 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} executeQuery: Read 15 rows, 624.00 B in 0.034001 sec., 441.16349519131785 rows/sec., 17.92 KiB/sec. 2026.01.22 22:17:02.553717 [ 275 ] {afcd6b5b-ea39-42b8-b7d8-80a55f0be7dd} TCPHandler: Processed in 0.034368784 sec. 2026.01.22 22:17:02.554053 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.554200 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.22 22:17:02.554425 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.554456 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_routes')" moved to PREWHERE 2026.01.22 22:17:02.554630 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.554688 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.554806 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2026.01.22 22:17:02.554836 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.554856 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.554871 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.554906 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_routes'))" 2026.01.22 22:17:02.554924 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.555454 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} executeQuery: Read 15 rows, 624.00 B in 0.001314 sec., 11415.52511415525 rows/sec., 463.76 KiB/sec. 2026.01.22 22:17:02.555539 [ 275 ] {7b116baa-1603-457a-b251-57f7813f17c8} TCPHandler: Processed in 0.001549422 sec. 2026.01.22 22:17:02.555770 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.555899 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.22 22:17:02.556106 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.556138 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2026.01.22 22:17:02.556306 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.556358 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.556458 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2026.01.22 22:17:02.556488 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.556506 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.556520 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.556555 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2026.01.22 22:17:02.556573 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.556991 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} executeQuery: Read 15 rows, 624.00 B in 0.001142 sec., 13134.851138353766 rows/sec., 533.60 KiB/sec. 2026.01.22 22:17:02.557072 [ 275 ] {1ecb8cc7-11a5-455d-a930-8a318bcc97e4} TCPHandler: Processed in 0.00135361 sec. 2026.01.22 22:17:02.557301 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.557426 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.22 22:17:02.557622 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.557653 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.22 22:17:02.557814 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.557865 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.557963 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2026.01.22 22:17:02.557990 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.558009 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.558023 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.558056 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.01.22 22:17:02.558073 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.558461 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} executeQuery: Read 15 rows, 624.00 B in 0.001082 sec., 13863.216266173751 rows/sec., 563.19 KiB/sec. 2026.01.22 22:17:02.558542 [ 275 ] {98d7a593-75b5-47e1-b808-ce9bf357a7cb} TCPHandler: Processed in 0.00129205 sec. 2026.01.22 22:17:02.558749 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.558874 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.01.22 22:17:02.559062 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.559093 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.01.22 22:17:02.559258 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.559310 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.559406 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2026.01.22 22:17:02.559435 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.559452 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.559466 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.559498 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.01.22 22:17:02.559515 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.559916 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} executeQuery: Read 15 rows, 624.00 B in 0.001089 sec., 13774.104683195594 rows/sec., 559.57 KiB/sec. 2026.01.22 22:17:02.559995 [ 275 ] {8a60087e-f80c-4417-9bf1-5e30a71fb0aa} TCPHandler: Processed in 0.001294609 sec. 2026.01.22 22:17:02.560527 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.560649 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.560840 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.560871 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.561046 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.561097 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.561194 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.01.22 22:17:02.561223 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.561241 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.561255 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.561287 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.561304 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.561724 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} executeQuery: Read 15 rows, 624.00 B in 0.00112 sec., 13392.857142857145 rows/sec., 544.08 KiB/sec. 2026.01.22 22:17:02.561800 [ 275 ] {b862113c-7a35-4f36-9fd8-0850228d1257} TCPHandler: Processed in 0.00132164 sec. 2026.01.22 22:17:02.562005 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.562130 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.562323 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.562354 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.562524 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.562575 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.562673 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.01.22 22:17:02.562700 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.562720 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.562734 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.562765 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.562782 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.563197 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} executeQuery: Read 15 rows, 624.00 B in 0.001114 sec., 13464.991023339318 rows/sec., 547.02 KiB/sec. 2026.01.22 22:17:02.563277 [ 275 ] {89f4cee8-af4b-4452-92e6-dc189f6891e2} TCPHandler: Processed in 0.00132115 sec. 2026.01.22 22:17:02.563484 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.563609 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.563801 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.563832 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.564001 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.564051 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.564148 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.01.22 22:17:02.564176 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.564193 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.564208 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.564239 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.564257 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.564659 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} executeQuery: Read 15 rows, 624.00 B in 0.001098 sec., 13661.20218579235 rows/sec., 554.99 KiB/sec. 2026.01.22 22:17:02.564735 [ 275 ] {1dea201f-0706-4790-93ec-6e541a19bc5f} TCPHandler: Processed in 0.00130021 sec. 2026.01.22 22:17:02.565170 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.565295 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.565491 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.565523 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.565694 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.565744 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.565840 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.01.22 22:17:02.565868 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.565884 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.565897 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.565929 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.565946 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.566339 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} executeQuery: Read 15 rows, 624.00 B in 0.001092 sec., 13736.263736263734 rows/sec., 558.04 KiB/sec. 2026.01.22 22:17:02.566416 [ 275 ] {edb87caf-ed40-4323-9599-51d297afe654} TCPHandler: Processed in 0.001297719 sec. 2026.01.22 22:17:02.566750 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.566874 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.567149 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.567182 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.567434 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.567488 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.567585 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.01.22 22:17:02.567614 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.567631 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.567645 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.567677 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.567695 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.568080 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} executeQuery: Read 15 rows, 624.00 B in 0.001252 sec., 11980.830670926516 rows/sec., 486.72 KiB/sec. 2026.01.22 22:17:02.568157 [ 275 ] {b96e276e-7c16-47b6-a9d6-c407ecdfddfd} TCPHandler: Processed in 0.001455731 sec. 2026.01.22 22:17:02.568713 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.568839 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.569033 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.569064 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.569238 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.569289 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.569385 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.01.22 22:17:02.569412 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.569430 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.569443 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.569475 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.569492 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.569885 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} executeQuery: Read 15 rows, 624.00 B in 0.001094 sec., 13711.151736745887 rows/sec., 557.02 KiB/sec. 2026.01.22 22:17:02.569963 [ 275 ] {e0925e6d-a1b9-4a57-a386-706ea2ea8b78} TCPHandler: Processed in 0.001297609 sec. 2026.01.22 22:17:02.570202 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.570326 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.570525 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.570557 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.570730 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.570781 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.570877 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.01.22 22:17:02.570906 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.570925 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.570940 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.570972 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.570989 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.571370 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} executeQuery: Read 15 rows, 624.00 B in 0.001092 sec., 13736.263736263734 rows/sec., 558.04 KiB/sec. 2026.01.22 22:17:02.571447 [ 275 ] {8c35ad07-2685-4e45-9a26-8e81512f5ec6} TCPHandler: Processed in 0.001292179 sec. 2026.01.22 22:17:02.571711 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.571836 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.572030 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.572062 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.572237 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.572288 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.572383 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.01.22 22:17:02.572411 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.572429 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.572443 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.572473 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.572490 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.572900 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} executeQuery: Read 15 rows, 624.00 B in 0.001111 sec., 13501.350135013501 rows/sec., 548.49 KiB/sec. 2026.01.22 22:17:02.572977 [ 275 ] {f29f3ea4-9b89-401e-8c1c-7eec32d085d6} TCPHandler: Processed in 0.00131435 sec. 2026.01.22 22:17:02.573235 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.573360 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.573555 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.573589 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.573767 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.573817 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.573912 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.01.22 22:17:02.573940 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.573958 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.573971 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.574003 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.574024 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.574414 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} executeQuery: Read 15 rows, 624.00 B in 0.001102 sec., 13611.615245009076 rows/sec., 552.97 KiB/sec. 2026.01.22 22:17:02.574491 [ 275 ] {6b5d643c-bf94-44ff-ab92-1f41b065d68a} TCPHandler: Processed in 0.00130414 sec. 2026.01.22 22:17:02.574733 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.574859 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.575056 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.575089 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.575269 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.575320 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.575416 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.01.22 22:17:02.575443 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.575461 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.575474 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.575506 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.575523 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.575913 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} executeQuery: Read 15 rows, 624.00 B in 0.001104 sec., 13586.956521739132 rows/sec., 551.97 KiB/sec. 2026.01.22 22:17:02.575990 [ 275 ] {34ddeb73-ab55-4117-bf1c-f0d421da043f} TCPHandler: Processed in 0.00130539 sec. 2026.01.22 22:17:02.576241 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.576368 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.576564 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.576596 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.576781 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.576832 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.576931 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.01.22 22:17:02.576958 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.576976 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.576990 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.577023 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.577040 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.577440 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} executeQuery: Read 15 rows, 624.00 B in 0.001121 sec., 13380.909901873327 rows/sec., 543.60 KiB/sec. 2026.01.22 22:17:02.577519 [ 275 ] {ca119d51-f6d9-48c8-bdeb-b903173c88df} TCPHandler: Processed in 0.00132696 sec. 2026.01.22 22:17:02.577760 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.577888 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.578085 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.578118 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.578301 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.578351 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.578448 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.01.22 22:17:02.578475 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.578493 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.578507 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.578538 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.578555 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.579184 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} executeQuery: Read 15 rows, 624.00 B in 0.001347 sec., 11135.857461024498 rows/sec., 452.39 KiB/sec. 2026.01.22 22:17:02.579266 [ 275 ] {19ea0e74-8c79-4dc3-92f3-6486478912ca} TCPHandler: Processed in 0.001555941 sec. 2026.01.22 22:17:02.579506 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.579635 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.579842 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.579876 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.580061 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.580112 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.580208 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.01.22 22:17:02.580235 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.580253 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.580267 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.580299 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.580316 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.580746 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} executeQuery: Read 15 rows, 624.00 B in 0.001162 sec., 12908.777969018933 rows/sec., 524.42 KiB/sec. 2026.01.22 22:17:02.580826 [ 275 ] {d7decedf-9339-4841-9e84-ba7fb0201c4d} TCPHandler: Processed in 0.00136849 sec. 2026.01.22 22:17:02.581068 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.581196 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.581396 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.581430 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.581623 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.581673 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.581772 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.01.22 22:17:02.581799 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.581816 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.581830 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.581863 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.581881 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.582341 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} executeQuery: Read 15 rows, 624.00 B in 0.001197 sec., 12531.328320802006 rows/sec., 509.09 KiB/sec. 2026.01.22 22:17:02.582420 [ 275 ] {5e7a998c-e290-46df-b765-c72843913354} TCPHandler: Processed in 0.001400581 sec. 2026.01.22 22:17:02.595244 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.595378 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.595587 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:02.595621 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.595811 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.595862 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:02.595959 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.01.22 22:17:02.595987 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:02.596005 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:02.596019 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:02.596051 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.22 22:17:02.596068 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.22 22:17:02.596493 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} executeQuery: Read 15 rows, 624.00 B in 0.001168 sec., 12842.465753424658 rows/sec., 521.73 KiB/sec. 2026.01.22 22:17:02.596573 [ 275 ] {e134b2a4-f949-4d6b-a767-95d6c53d32b7} TCPHandler: Processed in 0.00137941 sec. 2026.01.22 22:17:02.604448 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.604578 [ 275 ] {2ae29c10-6678-400f-952b-b3dc99a3a95d} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.22 22:17:02.604627 [ 275 ] {2ae29c10-6678-400f-952b-b3dc99a3a95d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:02.605201 [ 275 ] {2ae29c10-6678-400f-952b-b3dc99a3a95d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.605249 [ 275 ] {2ae29c10-6678-400f-952b-b3dc99a3a95d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.605808 [ 275 ] {2ae29c10-6678-400f-952b-b3dc99a3a95d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:17:02.606175 [ 275 ] {2ae29c10-6678-400f-952b-b3dc99a3a95d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.606319 [ 275 ] {2ae29c10-6678-400f-952b-b3dc99a3a95d} executeQuery: Read 20 rows, 5.30 KiB in 0.001777 sec., 11254.924029262804 rows/sec., 2.91 MiB/sec. 2026.01.22 22:17:02.606357 [ 275 ] {2ae29c10-6678-400f-952b-b3dc99a3a95d} TCPHandler: Processed in 0.001969965 sec. 2026.01.22 22:17:02.606473 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.606570 [ 275 ] {ddf6f517-fa67-498f-a081-e7de195c3f30} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:17:02.606609 [ 275 ] {ddf6f517-fa67-498f-a081-e7de195c3f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:17:02.609329 [ 275 ] {ddf6f517-fa67-498f-a081-e7de195c3f30} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.609371 [ 275 ] {ddf6f517-fa67-498f-a081-e7de195c3f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.609871 [ 275 ] {ddf6f517-fa67-498f-a081-e7de195c3f30} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:17:02.610319 [ 275 ] {ddf6f517-fa67-498f-a081-e7de195c3f30} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.610448 [ 275 ] {ddf6f517-fa67-498f-a081-e7de195c3f30} executeQuery: Read 446 rows, 28.96 KiB in 0.0039 sec., 114358.97435897436 rows/sec., 7.25 MiB/sec. 2026.01.22 22:17:02.610499 [ 275 ] {ddf6f517-fa67-498f-a081-e7de195c3f30} TCPHandler: Processed in 0.00407269 sec. 2026.01.22 22:17:02.610646 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.610742 [ 275 ] {f49db46e-27fe-48af-a77d-fdb03fb88652} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:17:02.610783 [ 275 ] {f49db46e-27fe-48af-a77d-fdb03fb88652} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:17:02.611196 [ 275 ] {f49db46e-27fe-48af-a77d-fdb03fb88652} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.611233 [ 275 ] {f49db46e-27fe-48af-a77d-fdb03fb88652} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.611656 [ 275 ] {f49db46e-27fe-48af-a77d-fdb03fb88652} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:17:02.612112 [ 275 ] {f49db46e-27fe-48af-a77d-fdb03fb88652} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.612242 [ 275 ] {f49db46e-27fe-48af-a77d-fdb03fb88652} executeQuery: Read 10 rows, 835.00 B in 0.001519 sec., 6583.278472679394 rows/sec., 536.82 KiB/sec. 2026.01.22 22:17:02.612279 [ 275 ] {f49db46e-27fe-48af-a77d-fdb03fb88652} TCPHandler: Processed in 0.001683652 sec. 2026.01.22 22:17:02.612386 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.612489 [ 275 ] {46639692-38cc-457b-b738-46fb3ab4d0ef} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:02.612528 [ 275 ] {46639692-38cc-457b-b738-46fb3ab4d0ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:02.613574 [ 275 ] {46639692-38cc-457b-b738-46fb3ab4d0ef} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.613610 [ 275 ] {46639692-38cc-457b-b738-46fb3ab4d0ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.614162 [ 275 ] {46639692-38cc-457b-b738-46fb3ab4d0ef} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:17:02.614584 [ 275 ] {46639692-38cc-457b-b738-46fb3ab4d0ef} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.614713 [ 275 ] {46639692-38cc-457b-b738-46fb3ab4d0ef} executeQuery: Read 1237 rows, 100.54 KiB in 0.002252 sec., 549289.5204262877 rows/sec., 43.60 MiB/sec. 2026.01.22 22:17:02.614750 [ 275 ] {46639692-38cc-457b-b738-46fb3ab4d0ef} TCPHandler: Processed in 0.002412538 sec. 2026.01.22 22:17:02.614862 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.614956 [ 275 ] {854bde71-ea3f-424a-8482-7aec4ba51b6d} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:17:02.614994 [ 275 ] {854bde71-ea3f-424a-8482-7aec4ba51b6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:17:02.615480 [ 275 ] {854bde71-ea3f-424a-8482-7aec4ba51b6d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.615517 [ 275 ] {854bde71-ea3f-424a-8482-7aec4ba51b6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.615934 [ 275 ] {854bde71-ea3f-424a-8482-7aec4ba51b6d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:17:02.616394 [ 275 ] {854bde71-ea3f-424a-8482-7aec4ba51b6d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.616529 [ 275 ] {854bde71-ea3f-424a-8482-7aec4ba51b6d} executeQuery: Read 248 rows, 15.22 KiB in 0.001591 sec., 155876.80703959774 rows/sec., 9.34 MiB/sec. 2026.01.22 22:17:02.616566 [ 275 ] {854bde71-ea3f-424a-8482-7aec4ba51b6d} TCPHandler: Processed in 0.001752813 sec. 2026.01.22 22:17:02.616676 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.616770 [ 275 ] {eb597a47-1cae-4789-a0a3-5fc80b26ac45} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:17:02.616808 [ 275 ] {eb597a47-1cae-4789-a0a3-5fc80b26ac45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:17:02.617312 [ 275 ] {eb597a47-1cae-4789-a0a3-5fc80b26ac45} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.617346 [ 275 ] {eb597a47-1cae-4789-a0a3-5fc80b26ac45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.617764 [ 275 ] {eb597a47-1cae-4789-a0a3-5fc80b26ac45} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:17:02.618209 [ 275 ] {eb597a47-1cae-4789-a0a3-5fc80b26ac45} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.618334 [ 275 ] {eb597a47-1cae-4789-a0a3-5fc80b26ac45} executeQuery: Read 230 rows, 15.18 KiB in 0.001583 sec., 145293.74605180038 rows/sec., 9.37 MiB/sec. 2026.01.22 22:17:02.618370 [ 275 ] {eb597a47-1cae-4789-a0a3-5fc80b26ac45} TCPHandler: Processed in 0.001743132 sec. 2026.01.22 22:17:02.618488 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.618583 [ 275 ] {ae907b0d-ef1b-4587-908f-14cbafda6dd2} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:17:02.618622 [ 275 ] {ae907b0d-ef1b-4587-908f-14cbafda6dd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:17:02.619097 [ 275 ] {ae907b0d-ef1b-4587-908f-14cbafda6dd2} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.619133 [ 275 ] {ae907b0d-ef1b-4587-908f-14cbafda6dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.621729 [ 275 ] {ae907b0d-ef1b-4587-908f-14cbafda6dd2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:17:02.622171 [ 275 ] {ae907b0d-ef1b-4587-908f-14cbafda6dd2} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.622316 [ 275 ] {ae907b0d-ef1b-4587-908f-14cbafda6dd2} executeQuery: Read 229 rows, 13.31 KiB in 0.003751 sec., 61050.386563583044 rows/sec., 3.47 MiB/sec. 2026.01.22 22:17:02.622360 [ 275 ] {ae907b0d-ef1b-4587-908f-14cbafda6dd2} TCPHandler: Processed in 0.003922069 sec. 2026.01.22 22:17:02.622483 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.622578 [ 275 ] {0f65d670-67da-4de7-a78b-e9db21dd4f0e} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:02.622618 [ 275 ] {0f65d670-67da-4de7-a78b-e9db21dd4f0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:02.623262 [ 275 ] {0f65d670-67da-4de7-a78b-e9db21dd4f0e} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.623299 [ 275 ] {0f65d670-67da-4de7-a78b-e9db21dd4f0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.623762 [ 275 ] {0f65d670-67da-4de7-a78b-e9db21dd4f0e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:17:02.624220 [ 275 ] {0f65d670-67da-4de7-a78b-e9db21dd4f0e} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.624349 [ 275 ] {0f65d670-67da-4de7-a78b-e9db21dd4f0e} executeQuery: Read 767 rows, 55.00 KiB in 0.00179 sec., 428491.62011173187 rows/sec., 30.01 MiB/sec. 2026.01.22 22:17:02.624386 [ 275 ] {0f65d670-67da-4de7-a78b-e9db21dd4f0e} TCPHandler: Processed in 0.001950945 sec. 2026.01.22 22:17:02.624502 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.624596 [ 275 ] {b0bac937-0408-4c7c-a94d-1131cde81226} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:17:02.624638 [ 275 ] {b0bac937-0408-4c7c-a94d-1131cde81226} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:17:02.624976 [ 275 ] {b0bac937-0408-4c7c-a94d-1131cde81226} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.625014 [ 275 ] {b0bac937-0408-4c7c-a94d-1131cde81226} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.625510 [ 275 ] {b0bac937-0408-4c7c-a94d-1131cde81226} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:17:02.625921 [ 275 ] {b0bac937-0408-4c7c-a94d-1131cde81226} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.626059 [ 275 ] {b0bac937-0408-4c7c-a94d-1131cde81226} executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec. 2026.01.22 22:17:02.626096 [ 275 ] {b0bac937-0408-4c7c-a94d-1131cde81226} TCPHandler: Processed in 0.001643772 sec. 2026.01.22 22:17:02.626208 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.626302 [ 275 ] {ec9b93dc-5f4a-4b1c-8869-b8fb2c553b28} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:02.626345 [ 275 ] {ec9b93dc-5f4a-4b1c-8869-b8fb2c553b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:02.626781 [ 275 ] {ec9b93dc-5f4a-4b1c-8869-b8fb2c553b28} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.626816 [ 275 ] {ec9b93dc-5f4a-4b1c-8869-b8fb2c553b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.627267 [ 275 ] {ec9b93dc-5f4a-4b1c-8869-b8fb2c553b28} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:17:02.627682 [ 275 ] {ec9b93dc-5f4a-4b1c-8869-b8fb2c553b28} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.627810 [ 275 ] {ec9b93dc-5f4a-4b1c-8869-b8fb2c553b28} executeQuery: Read 333 rows, 22.36 KiB in 0.001526 sec., 218217.5622542595 rows/sec., 14.31 MiB/sec. 2026.01.22 22:17:02.627846 [ 275 ] {ec9b93dc-5f4a-4b1c-8869-b8fb2c553b28} TCPHandler: Processed in 0.001687073 sec. 2026.01.22 22:17:02.627955 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.628048 [ 275 ] {4e2ca7bd-c400-46dc-973b-a6c9b84e6b15} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:17:02.628090 [ 275 ] {4e2ca7bd-c400-46dc-973b-a6c9b84e6b15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:17:02.628413 [ 275 ] {4e2ca7bd-c400-46dc-973b-a6c9b84e6b15} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.628449 [ 275 ] {4e2ca7bd-c400-46dc-973b-a6c9b84e6b15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.628857 [ 275 ] {4e2ca7bd-c400-46dc-973b-a6c9b84e6b15} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:17:02.629296 [ 275 ] {4e2ca7bd-c400-46dc-973b-a6c9b84e6b15} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.629422 [ 275 ] {4e2ca7bd-c400-46dc-973b-a6c9b84e6b15} executeQuery: Read 1 rows, 69.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 48.37 KiB/sec. 2026.01.22 22:17:02.629457 [ 275 ] {4e2ca7bd-c400-46dc-973b-a6c9b84e6b15} TCPHandler: Processed in 0.001550282 sec. 2026.01.22 22:17:02.629579 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.629672 [ 275 ] {9ecc6e8c-16fe-455a-8deb-c5ec3da075d7} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:02.629725 [ 275 ] {9ecc6e8c-16fe-455a-8deb-c5ec3da075d7} 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.01.22 22:17:02.630532 [ 275 ] {9ecc6e8c-16fe-455a-8deb-c5ec3da075d7} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.630570 [ 275 ] {9ecc6e8c-16fe-455a-8deb-c5ec3da075d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.633986 [ 275 ] {9ecc6e8c-16fe-455a-8deb-c5ec3da075d7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:17:02.634409 [ 275 ] {9ecc6e8c-16fe-455a-8deb-c5ec3da075d7} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.634566 [ 275 ] {9ecc6e8c-16fe-455a-8deb-c5ec3da075d7} executeQuery: Read 15 rows, 27.52 KiB in 0.004912 sec., 3053.7459283387625 rows/sec., 5.47 MiB/sec. 2026.01.22 22:17:02.634628 [ 275 ] {9ecc6e8c-16fe-455a-8deb-c5ec3da075d7} TCPHandler: Processed in 0.005096628 sec. 2026.01.22 22:17:02.634745 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.634839 [ 275 ] {5157de29-f092-42c8-a4f9-63d141d84cce} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.22 22:17:02.634881 [ 275 ] {5157de29-f092-42c8-a4f9-63d141d84cce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.22 22:17:02.635200 [ 275 ] {5157de29-f092-42c8-a4f9-63d141d84cce} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.635235 [ 275 ] {5157de29-f092-42c8-a4f9-63d141d84cce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.635736 [ 275 ] {5157de29-f092-42c8-a4f9-63d141d84cce} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:17:02.636238 [ 275 ] {5157de29-f092-42c8-a4f9-63d141d84cce} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.636363 [ 275 ] {5157de29-f092-42c8-a4f9-63d141d84cce} executeQuery: Read 9 rows, 651.00 B in 0.001543 sec., 5832.793259883344 rows/sec., 412.02 KiB/sec. 2026.01.22 22:17:02.636397 [ 275 ] {5157de29-f092-42c8-a4f9-63d141d84cce} TCPHandler: Processed in 0.001702783 sec. 2026.01.22 22:17:02.636509 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:02.636602 [ 275 ] {c25b7368-dc0d-4ff7-8737-6bcb92138ec7} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:02.636642 [ 275 ] {c25b7368-dc0d-4ff7-8737-6bcb92138ec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:02.636967 [ 275 ] {c25b7368-dc0d-4ff7-8737-6bcb92138ec7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:02.637001 [ 275 ] {c25b7368-dc0d-4ff7-8737-6bcb92138ec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.22 22:17:02.637406 [ 275 ] {c25b7368-dc0d-4ff7-8737-6bcb92138ec7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:17:02.637831 [ 275 ] {c25b7368-dc0d-4ff7-8737-6bcb92138ec7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:02.637966 [ 275 ] {c25b7368-dc0d-4ff7-8737-6bcb92138ec7} executeQuery: Read 108 rows, 6.74 KiB in 0.001382 sec., 78147.61215629523 rows/sec., 4.76 MiB/sec. 2026.01.22 22:17:02.638002 [ 275 ] {c25b7368-dc0d-4ff7-8737-6bcb92138ec7} TCPHandler: Processed in 0.001541412 sec. 2026.01.22 22:17:07.164409 [ 80 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:17:07.164483 [ 80 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:17:07.251296 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2848 2026.01.22 22:17:07.251874 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:07.251926 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:07.252615 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:17:07.253064 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:07.253201 [ 80 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.22 22:17:07.253214 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2848 2026.01.22 22:17:07.253284 [ 80 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:07.253310 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:07.255582 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:17:07.257682 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:07.257805 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:17:07.257963 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2026.01.22 22:17:07.258023 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2026.01.22 22:17:07.258072 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2026.01.22 22:17:07.258139 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 445 rows starting from the beginning of the part 2026.01.22 22:17:07.258235 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:17:07.292451 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2848 rows, containing 4 columns (4 merged, 0 gathered) in 0.039016239 sec., 72995.24692782408 rows/sec., 1.04 MiB/sec. 2026.01.22 22:17:07.293493 [ 187 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.22 22:17:07.294042 [ 187 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_6_1} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:07.294128 [ 187 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_6_1} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.22 22:17:07.294247 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.01.22 22:17:07.400354 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.01.22 22:17:07.418356 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:07.418417 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:07.425071 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:17:07.426204 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:07.426504 [ 80 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.22 22:17:07.426573 [ 80 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:07.426597 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:07.426695 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:07.429482 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.01.22 22:17:07.429789 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:07.430644 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:07.434221 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:07.437716 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:07.441660 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:07.448540 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:07.452812 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:07.516133 [ 192 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.089475032 sec., 514.1099027491827 rows/sec., 2.66 MiB/sec. 2026.01.22 22:17:07.518168 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.22 22:17:07.520616 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_6_1} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:07.520726 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_6_1} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.22 22:17:07.522018 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.01.22 22:17:07.526548 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:07.526720 [ 275 ] {87b7a78b-690b-415f-acad-5707a1d66792} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:07.526785 [ 275 ] {87b7a78b-690b-415f-acad-5707a1d66792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:07.527406 [ 275 ] {87b7a78b-690b-415f-acad-5707a1d66792} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:07.527456 [ 275 ] {87b7a78b-690b-415f-acad-5707a1d66792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:07.527973 [ 275 ] {87b7a78b-690b-415f-acad-5707a1d66792} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:17:07.528428 [ 275 ] {87b7a78b-690b-415f-acad-5707a1d66792} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:07.528613 [ 275 ] {87b7a78b-690b-415f-acad-5707a1d66792} executeQuery: Read 56 rows, 4.38 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.20 MiB/sec. 2026.01.22 22:17:07.528665 [ 275 ] {87b7a78b-690b-415f-acad-5707a1d66792} TCPHandler: Processed in 0.002245557 sec. 2026.01.22 22:17:07.528788 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:07.528893 [ 275 ] {07ea0a8d-2dd4-4e05-b741-12f010fcb4ac} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:07.528936 [ 275 ] {07ea0a8d-2dd4-4e05-b741-12f010fcb4ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:07.529390 [ 275 ] {07ea0a8d-2dd4-4e05-b741-12f010fcb4ac} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:07.529427 [ 275 ] {07ea0a8d-2dd4-4e05-b741-12f010fcb4ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:07.529847 [ 275 ] {07ea0a8d-2dd4-4e05-b741-12f010fcb4ac} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:17:07.530290 [ 275 ] {07ea0a8d-2dd4-4e05-b741-12f010fcb4ac} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:07.530445 [ 275 ] {07ea0a8d-2dd4-4e05-b741-12f010fcb4ac} executeQuery: Read 64 rows, 5.12 KiB in 0.001577 sec., 40583.38617628408 rows/sec., 3.17 MiB/sec. 2026.01.22 22:17:07.530487 [ 275 ] {07ea0a8d-2dd4-4e05-b741-12f010fcb4ac} TCPHandler: Processed in 0.001750803 sec. 2026.01.22 22:17:07.530605 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:07.530704 [ 275 ] {706457c2-3c09-43e3-bc61-ab1babe1ca43} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:07.530749 [ 275 ] {706457c2-3c09-43e3-bc61-ab1babe1ca43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:07.531153 [ 275 ] {706457c2-3c09-43e3-bc61-ab1babe1ca43} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:07.531188 [ 275 ] {706457c2-3c09-43e3-bc61-ab1babe1ca43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:07.531645 [ 275 ] {706457c2-3c09-43e3-bc61-ab1babe1ca43} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:17:07.532146 [ 275 ] {706457c2-3c09-43e3-bc61-ab1babe1ca43} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:07.532301 [ 275 ] {706457c2-3c09-43e3-bc61-ab1babe1ca43} executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec. 2026.01.22 22:17:07.532339 [ 275 ] {706457c2-3c09-43e3-bc61-ab1babe1ca43} TCPHandler: Processed in 0.001784253 sec. 2026.01.22 22:17:07.532448 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:07.532547 [ 275 ] {b3fff14e-7410-4e77-9fc3-5bf35cf8979f} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:07.532590 [ 275 ] {b3fff14e-7410-4e77-9fc3-5bf35cf8979f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:07.532932 [ 275 ] {b3fff14e-7410-4e77-9fc3-5bf35cf8979f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:07.532966 [ 275 ] {b3fff14e-7410-4e77-9fc3-5bf35cf8979f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:07.533372 [ 275 ] {b3fff14e-7410-4e77-9fc3-5bf35cf8979f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:17:07.533797 [ 275 ] {b3fff14e-7410-4e77-9fc3-5bf35cf8979f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:07.533944 [ 275 ] {b3fff14e-7410-4e77-9fc3-5bf35cf8979f} executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. 2026.01.22 22:17:07.533985 [ 275 ] {b3fff14e-7410-4e77-9fc3-5bf35cf8979f} TCPHandler: Processed in 0.001586742 sec. 2026.01.22 22:17:08.001188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.16 MiB, peak 179.42 MiB, free memory in arenas 0.00 B, will set to 181.19 MiB (RSS), difference: 11.03 MiB 2026.01.22 22:17:12.248588 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 76 entries to flush up to offset 230 2026.01.22 22:17:12.251668 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.251715 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.253214 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:17:12.253817 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.254052 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 230 2026.01.22 22:17:12.541104 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.541274 [ 275 ] {900b80ed-2b51-4cd2-82b6-8e3cf2ba2842} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:17:12.541338 [ 275 ] {900b80ed-2b51-4cd2-82b6-8e3cf2ba2842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:17:12.542161 [ 275 ] {900b80ed-2b51-4cd2-82b6-8e3cf2ba2842} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.542209 [ 275 ] {900b80ed-2b51-4cd2-82b6-8e3cf2ba2842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.542737 [ 275 ] {900b80ed-2b51-4cd2-82b6-8e3cf2ba2842} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:17:12.543233 [ 275 ] {900b80ed-2b51-4cd2-82b6-8e3cf2ba2842} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.543387 [ 275 ] {900b80ed-2b51-4cd2-82b6-8e3cf2ba2842} executeQuery: Read 446 rows, 28.96 KiB in 0.002159 sec., 206577.11903659103 rows/sec., 13.10 MiB/sec. 2026.01.22 22:17:12.543435 [ 275 ] {900b80ed-2b51-4cd2-82b6-8e3cf2ba2842} TCPHandler: Processed in 0.002444638 sec. 2026.01.22 22:17:12.543569 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.543673 [ 275 ] {0c34363b-5fa8-42ea-8c04-499a0f1fd375} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:12.543716 [ 275 ] {0c34363b-5fa8-42ea-8c04-499a0f1fd375} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:12.544676 [ 275 ] {0c34363b-5fa8-42ea-8c04-499a0f1fd375} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.544715 [ 275 ] {0c34363b-5fa8-42ea-8c04-499a0f1fd375} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.545195 [ 275 ] {0c34363b-5fa8-42ea-8c04-499a0f1fd375} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:17:12.545627 [ 275 ] {0c34363b-5fa8-42ea-8c04-499a0f1fd375} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.545742 [ 73 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.22 22:17:12.545759 [ 275 ] {0c34363b-5fa8-42ea-8c04-499a0f1fd375} executeQuery: Read 1268 rows, 103.52 KiB in 0.00211 sec., 600947.8672985783 rows/sec., 47.91 MiB/sec. 2026.01.22 22:17:12.545819 [ 73 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.545827 [ 275 ] {0c34363b-5fa8-42ea-8c04-499a0f1fd375} TCPHandler: Processed in 0.002310166 sec. 2026.01.22 22:17:12.545854 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.545956 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.545980 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:17:12.546057 [ 275 ] {9b6755b1-4541-4ca8-a815-0b86d06a8537} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:17:12.546098 [ 275 ] {9b6755b1-4541-4ca8-a815-0b86d06a8537} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:17:12.546103 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:12.546148 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part 2026.01.22 22:17:12.546244 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2026.01.22 22:17:12.546303 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2026.01.22 22:17:12.546355 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1237 rows starting from the beginning of the part 2026.01.22 22:17:12.546401 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.01.22 22:17:12.546447 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1268 rows starting from the beginning of the part 2026.01.22 22:17:12.546594 [ 275 ] {9b6755b1-4541-4ca8-a815-0b86d06a8537} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.546629 [ 275 ] {9b6755b1-4541-4ca8-a815-0b86d06a8537} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.547160 [ 275 ] {9b6755b1-4541-4ca8-a815-0b86d06a8537} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:17:12.547603 [ 275 ] {9b6755b1-4541-4ca8-a815-0b86d06a8537} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.547707 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2640 rows, containing 5 columns (5 merged, 0 gathered) in 0.001778863 sec., 1484094.0533363165 rows/sec., 123.39 MiB/sec. 2026.01.22 22:17:12.547735 [ 275 ] {9b6755b1-4541-4ca8-a815-0b86d06a8537} executeQuery: Read 256 rows, 15.88 KiB in 0.001697 sec., 150854.44902769593 rows/sec., 9.14 MiB/sec. 2026.01.22 22:17:12.547775 [ 275 ] {9b6755b1-4541-4ca8-a815-0b86d06a8537} TCPHandler: Processed in 0.001868714 sec. 2026.01.22 22:17:12.547891 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.547976 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.22 22:17:12.547988 [ 275 ] {dc882512-3023-49fc-90c0-a20f04081ebe} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:17:12.548028 [ 275 ] {dc882512-3023-49fc-90c0-a20f04081ebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:17:12.548424 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_6_1} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.548487 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_6_1} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.22 22:17:12.548495 [ 275 ] {dc882512-3023-49fc-90c0-a20f04081ebe} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.548532 [ 275 ] {dc882512-3023-49fc-90c0-a20f04081ebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.548545 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.01.22 22:17:12.548935 [ 275 ] {dc882512-3023-49fc-90c0-a20f04081ebe} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:17:12.549384 [ 275 ] {dc882512-3023-49fc-90c0-a20f04081ebe} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.549516 [ 275 ] {dc882512-3023-49fc-90c0-a20f04081ebe} executeQuery: Read 230 rows, 15.18 KiB in 0.001547 sec., 148674.8545572075 rows/sec., 9.58 MiB/sec. 2026.01.22 22:17:12.549554 [ 275 ] {dc882512-3023-49fc-90c0-a20f04081ebe} TCPHandler: Processed in 0.001712252 sec. 2026.01.22 22:17:12.549656 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.549751 [ 275 ] {0269f529-9013-4014-8e85-a8be73037787} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:17:12.549789 [ 275 ] {0269f529-9013-4014-8e85-a8be73037787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:17:12.550250 [ 275 ] {0269f529-9013-4014-8e85-a8be73037787} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.550287 [ 275 ] {0269f529-9013-4014-8e85-a8be73037787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.550738 [ 275 ] {0269f529-9013-4014-8e85-a8be73037787} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:17:12.551180 [ 275 ] {0269f529-9013-4014-8e85-a8be73037787} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.551314 [ 275 ] {0269f529-9013-4014-8e85-a8be73037787} executeQuery: Read 229 rows, 13.31 KiB in 0.001582 sec., 144753.47661188367 rows/sec., 8.22 MiB/sec. 2026.01.22 22:17:12.551353 [ 275 ] {0269f529-9013-4014-8e85-a8be73037787} TCPHandler: Processed in 0.001745733 sec. 2026.01.22 22:17:12.551456 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.551552 [ 275 ] {8359f3ff-567b-4d0d-82e9-4914a12d955b} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:12.551591 [ 275 ] {8359f3ff-567b-4d0d-82e9-4914a12d955b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:12.552204 [ 275 ] {8359f3ff-567b-4d0d-82e9-4914a12d955b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.552240 [ 275 ] {8359f3ff-567b-4d0d-82e9-4914a12d955b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.552672 [ 275 ] {8359f3ff-567b-4d0d-82e9-4914a12d955b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:17:12.553086 [ 275 ] {8359f3ff-567b-4d0d-82e9-4914a12d955b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.553184 [ 73 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.22 22:17:12.553214 [ 275 ] {8359f3ff-567b-4d0d-82e9-4914a12d955b} executeQuery: Read 774 rows, 55.57 KiB in 0.001681 sec., 460440.21415823913 rows/sec., 32.28 MiB/sec. 2026.01.22 22:17:12.553219 [ 73 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.553255 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.553260 [ 275 ] {8359f3ff-567b-4d0d-82e9-4914a12d955b} TCPHandler: Processed in 0.001852794 sec. 2026.01.22 22:17:12.553383 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.553394 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:17:12.553478 [ 275 ] {b236612c-c273-4852-8a1c-453b387aaff4} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:17:12.553524 [ 275 ] {b236612c-c273-4852-8a1c-453b387aaff4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:17:12.553555 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:12.553608 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:17:12.553718 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2026.01.22 22:17:12.553781 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part 2026.01.22 22:17:12.553839 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 767 rows starting from the beginning of the part 2026.01.22 22:17:12.553875 [ 275 ] {b236612c-c273-4852-8a1c-453b387aaff4} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.553895 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2026.01.22 22:17:12.553920 [ 275 ] {b236612c-c273-4852-8a1c-453b387aaff4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.553957 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 774 rows starting from the beginning of the part 2026.01.22 22:17:12.554387 [ 275 ] {b236612c-c273-4852-8a1c-453b387aaff4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:17:12.554883 [ 275 ] {b236612c-c273-4852-8a1c-453b387aaff4} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.555021 [ 275 ] {b236612c-c273-4852-8a1c-453b387aaff4} executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec. 2026.01.22 22:17:12.555058 [ 275 ] {b236612c-c273-4852-8a1c-453b387aaff4} TCPHandler: Processed in 0.001724943 sec. 2026.01.22 22:17:12.555171 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.555265 [ 275 ] {01215938-4119-49ea-aea7-e2703e1c4489} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:12.555307 [ 275 ] {01215938-4119-49ea-aea7-e2703e1c4489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:12.555324 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1691 rows, containing 5 columns (5 merged, 0 gathered) in 0.001997025 sec., 846759.5548378213 rows/sec., 63.16 MiB/sec. 2026.01.22 22:17:12.555595 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.22 22:17:12.555752 [ 275 ] {01215938-4119-49ea-aea7-e2703e1c4489} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.555795 [ 275 ] {01215938-4119-49ea-aea7-e2703e1c4489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.556077 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_6_1} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.556155 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_6_1} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.22 22:17:12.556229 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.22 22:17:12.556256 [ 275 ] {01215938-4119-49ea-aea7-e2703e1c4489} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:17:12.556674 [ 275 ] {01215938-4119-49ea-aea7-e2703e1c4489} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.556778 [ 73 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.22 22:17:12.556806 [ 275 ] {01215938-4119-49ea-aea7-e2703e1c4489} executeQuery: Read 328 rows, 22.00 KiB in 0.00156 sec., 210256.41025641025 rows/sec., 13.78 MiB/sec. 2026.01.22 22:17:12.556811 [ 73 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.556844 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.556851 [ 275 ] {01215938-4119-49ea-aea7-e2703e1c4489} TCPHandler: Processed in 0.001728993 sec. 2026.01.22 22:17:12.556922 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:17:12.556966 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.557020 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:12.557060 [ 275 ] {81a5034f-d30d-46f4-a95d-92967a59df50} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:17:12.557061 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 101 rows starting from the beginning of the part 2026.01.22 22:17:12.557101 [ 275 ] {81a5034f-d30d-46f4-a95d-92967a59df50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:17:12.557150 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part 2026.01.22 22:17:12.557201 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2026.01.22 22:17:12.557245 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 333 rows starting from the beginning of the part 2026.01.22 22:17:12.557285 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:17:12.557330 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 328 rows starting from the beginning of the part 2026.01.22 22:17:12.557415 [ 275 ] {81a5034f-d30d-46f4-a95d-92967a59df50} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.557451 [ 275 ] {81a5034f-d30d-46f4-a95d-92967a59df50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.557844 [ 275 ] {81a5034f-d30d-46f4-a95d-92967a59df50} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:17:12.558311 [ 275 ] {81a5034f-d30d-46f4-a95d-92967a59df50} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.558341 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1122 rows, containing 5 columns (5 merged, 0 gathered) in 0.001456241 sec., 770476.8647497221 rows/sec., 51.73 MiB/sec. 2026.01.22 22:17:12.558445 [ 275 ] {81a5034f-d30d-46f4-a95d-92967a59df50} executeQuery: Read 1 rows, 69.00 B in 0.001404 sec., 712.2507122507122 rows/sec., 47.99 KiB/sec. 2026.01.22 22:17:12.558485 [ 275 ] {81a5034f-d30d-46f4-a95d-92967a59df50} TCPHandler: Processed in 0.001568271 sec. 2026.01.22 22:17:12.558589 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.558621 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.22 22:17:12.558682 [ 275 ] {ab13a000-60d3-4b61-b8d9-702bb5d95481} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:12.558734 [ 275 ] {ab13a000-60d3-4b61-b8d9-702bb5d95481} 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.01.22 22:17:12.559117 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_6_1} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.559177 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_6_1} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.22 22:17:12.559234 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.22 22:17:12.559608 [ 275 ] {ab13a000-60d3-4b61-b8d9-702bb5d95481} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.559643 [ 275 ] {ab13a000-60d3-4b61-b8d9-702bb5d95481} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.560265 [ 275 ] {ab13a000-60d3-4b61-b8d9-702bb5d95481} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:17:12.560761 [ 275 ] {ab13a000-60d3-4b61-b8d9-702bb5d95481} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.560973 [ 275 ] {ab13a000-60d3-4b61-b8d9-702bb5d95481} executeQuery: Read 33 rows, 60.55 KiB in 0.002309 sec., 14291.90125595496 rows/sec., 25.61 MiB/sec. 2026.01.22 22:17:12.561029 [ 275 ] {ab13a000-60d3-4b61-b8d9-702bb5d95481} TCPHandler: Processed in 0.002488668 sec. 2026.01.22 22:17:12.561142 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.561236 [ 275 ] {c2120d71-5248-4be0-b299-4956683b3f2e} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.22 22:17:12.561276 [ 275 ] {c2120d71-5248-4be0-b299-4956683b3f2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.22 22:17:12.561605 [ 275 ] {c2120d71-5248-4be0-b299-4956683b3f2e} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.561641 [ 275 ] {c2120d71-5248-4be0-b299-4956683b3f2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.562037 [ 275 ] {c2120d71-5248-4be0-b299-4956683b3f2e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.22 22:17:12.562442 [ 275 ] {c2120d71-5248-4be0-b299-4956683b3f2e} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.562573 [ 275 ] {c2120d71-5248-4be0-b299-4956683b3f2e} executeQuery: Read 15 rows, 1.14 KiB in 0.001355 sec., 11070.11070110701 rows/sec., 844.67 KiB/sec. 2026.01.22 22:17:12.562609 [ 275 ] {c2120d71-5248-4be0-b299-4956683b3f2e} TCPHandler: Processed in 0.001514682 sec. 2026.01.22 22:17:12.562718 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:12.562812 [ 275 ] {75146f53-eb3f-47c7-8339-b3bd3f50a067} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:12.562854 [ 275 ] {75146f53-eb3f-47c7-8339-b3bd3f50a067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:12.563182 [ 275 ] {75146f53-eb3f-47c7-8339-b3bd3f50a067} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.563218 [ 275 ] {75146f53-eb3f-47c7-8339-b3bd3f50a067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.563629 [ 275 ] {75146f53-eb3f-47c7-8339-b3bd3f50a067} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:17:12.564040 [ 275 ] {75146f53-eb3f-47c7-8339-b3bd3f50a067} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.564136 [ 70 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.22 22:17:12.564168 [ 275 ] {75146f53-eb3f-47c7-8339-b3bd3f50a067} executeQuery: Read 108 rows, 6.74 KiB in 0.001374 sec., 78602.62008733624 rows/sec., 4.79 MiB/sec. 2026.01.22 22:17:12.564181 [ 70 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:12.564208 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:12.564210 [ 275 ] {75146f53-eb3f-47c7-8339-b3bd3f50a067} TCPHandler: Processed in 0.001541211 sec. 2026.01.22 22:17:12.564317 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:17:12.564448 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:12.564494 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:17:12.564589 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:17:12.564646 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:17:12.564694 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 108 rows starting from the beginning of the part 2026.01.22 22:17:12.564739 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:17:12.564791 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 108 rows starting from the beginning of the part 2026.01.22 22:17:12.565711 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 4 columns (4 merged, 0 gathered) in 0.001437291 sec., 254645.71892539505 rows/sec., 16.26 MiB/sec. 2026.01.22 22:17:12.565917 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.22 22:17:12.566351 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_6_1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:12.566413 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_6_1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.22 22:17:12.566466 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:17:14.753400 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3296 2026.01.22 22:17:14.753942 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:14.753995 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:14.754653 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:17:14.755130 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:14.755281 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3296 2026.01.22 22:17:14.929637 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.01.22 22:17:14.947693 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:14.947754 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:14.953505 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:17:14.954874 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:14.958560 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.01.22 22:17:17.519833 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.520149 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.520592 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:17.520641 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.520897 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:17.520969 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:17.521107 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.01.22 22:17:17.521204 [ 284 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:17.521237 [ 328 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:17:17.521351 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:17.521378 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:17.523783 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:17:17.523812 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.01.22 22:17:17.523866 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.523907 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.524833 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} executeQuery: Read 35 rows, 1.35 KiB in 0.004814 sec., 7270.461154964687 rows/sec., 279.74 KiB/sec. 2026.01.22 22:17:17.524936 [ 275 ] {09daa15e-2219-46d3-ad03-6ee7e8567cbb} TCPHandler: Processed in 0.005251979 sec. 2026.01.22 22:17:17.525218 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.525366 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.525592 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:17.525635 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.525838 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:17.525892 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:17.525995 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.01.22 22:17:17.526047 [ 284 ] {4c2eb219-4920-40ff-a349-970a1a917522} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:17.526060 [ 328 ] {4c2eb219-4920-40ff-a349-970a1a917522} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:17:17.526137 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:17.526163 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:17.526218 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:17:17.526237 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.01.22 22:17:17.526267 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.526298 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.526900 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} executeQuery: Read 35 rows, 1.35 KiB in 0.001601 sec., 21861.336664584636 rows/sec., 841.15 KiB/sec. 2026.01.22 22:17:17.526975 [ 275 ] {4c2eb219-4920-40ff-a349-970a1a917522} TCPHandler: Processed in 0.001808063 sec. 2026.01.22 22:17:17.527342 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.527481 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.527697 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:17.527733 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.527930 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:17.527982 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:17.528080 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.01.22 22:17:17.528128 [ 284 ] {f83d3cad-7077-47dd-9262-81023b06054b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:17.528141 [ 328 ] {f83d3cad-7077-47dd-9262-81023b06054b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:17:17.528214 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:17.528239 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:17.528293 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:17:17.528310 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.01.22 22:17:17.528340 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.528369 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.528931 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} executeQuery: Read 35 rows, 1.35 KiB in 0.001508 sec., 23209.549071618036 rows/sec., 893.02 KiB/sec. 2026.01.22 22:17:17.529023 [ 275 ] {f83d3cad-7077-47dd-9262-81023b06054b} TCPHandler: Processed in 0.001730442 sec. 2026.01.22 22:17:17.529263 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.529430 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.529672 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:17.529709 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.529919 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:17.529973 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:17.530075 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.01.22 22:17:17.530126 [ 323 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:17.530128 [ 284 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:17:17.530194 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:17.530214 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:17.530269 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:17:17.530286 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.01.22 22:17:17.530316 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.530350 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.531132 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} executeQuery: Read 35 rows, 1.35 KiB in 0.001774 sec., 19729.425028184894 rows/sec., 759.12 KiB/sec. 2026.01.22 22:17:17.531221 [ 275 ] {aa581ce6-f68b-4aaf-96bc-54b377710f10} TCPHandler: Processed in 0.002020165 sec. 2026.01.22 22:17:17.531468 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.531606 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.531824 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:17.531860 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.532061 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:17.532114 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:17.532212 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.01.22 22:17:17.532261 [ 284 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:17.532265 [ 323 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:17:17.532327 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:17.532348 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:17.532401 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:17:17.532418 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.01.22 22:17:17.532447 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.532479 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.533258 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} executeQuery: Read 35 rows, 1.35 KiB in 0.00171 sec., 20467.836257309944 rows/sec., 787.53 KiB/sec. 2026.01.22 22:17:17.533349 [ 275 ] {fdfb1794-a8a5-4319-b959-5ad7da58f0eb} TCPHandler: Processed in 0.001932155 sec. 2026.01.22 22:17:17.533569 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.533712 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} executeQuery: (from [fd00:1122:3344:101::d]:49279) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.533934 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:17.533971 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.534176 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:17.534229 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:17.534328 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.01.22 22:17:17.534386 [ 284 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:17.534399 [ 312 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:17:17.534480 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:17.534506 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:17.534560 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:17:17.534576 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.01.22 22:17:17.534606 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.534637 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:17.535164 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} executeQuery: Read 35 rows, 1.35 KiB in 0.001509 sec., 23194.168323392976 rows/sec., 892.43 KiB/sec. 2026.01.22 22:17:17.535251 [ 275 ] {c204da52-4b1b-47e5-9f26-fd409a0b878f} TCPHandler: Processed in 0.001733163 sec. 2026.01.22 22:17:17.548874 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.549060 [ 275 ] {079b5f68-322e-4ebe-8494-e1de21f3dbd3} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.22 22:17:17.549136 [ 275 ] {079b5f68-322e-4ebe-8494-e1de21f3dbd3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:17.549817 [ 275 ] {079b5f68-322e-4ebe-8494-e1de21f3dbd3} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:17.549856 [ 275 ] {079b5f68-322e-4ebe-8494-e1de21f3dbd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:17.550384 [ 275 ] {079b5f68-322e-4ebe-8494-e1de21f3dbd3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:17:17.550747 [ 275 ] {079b5f68-322e-4ebe-8494-e1de21f3dbd3} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:17.550895 [ 275 ] {079b5f68-322e-4ebe-8494-e1de21f3dbd3} executeQuery: Read 6 rows, 2.84 KiB in 0.001886 sec., 3181.3361611876985 rows/sec., 1.47 MiB/sec. 2026.01.22 22:17:17.550933 [ 275 ] {079b5f68-322e-4ebe-8494-e1de21f3dbd3} TCPHandler: Processed in 0.002151715 sec. 2026.01.22 22:17:17.551067 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.551164 [ 275 ] {0fb4d9a8-7300-44dd-a45f-19cc63a6e674} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:17:17.551205 [ 275 ] {0fb4d9a8-7300-44dd-a45f-19cc63a6e674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:17:17.551626 [ 275 ] {0fb4d9a8-7300-44dd-a45f-19cc63a6e674} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:17.551663 [ 275 ] {0fb4d9a8-7300-44dd-a45f-19cc63a6e674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:17.552059 [ 275 ] {0fb4d9a8-7300-44dd-a45f-19cc63a6e674} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:17:17.552481 [ 275 ] {0fb4d9a8-7300-44dd-a45f-19cc63a6e674} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:17.552617 [ 275 ] {0fb4d9a8-7300-44dd-a45f-19cc63a6e674} executeQuery: Read 24 rows, 2.04 KiB in 0.001473 sec., 16293.27902240326 rows/sec., 1.35 MiB/sec. 2026.01.22 22:17:17.552661 [ 275 ] {0fb4d9a8-7300-44dd-a45f-19cc63a6e674} TCPHandler: Processed in 0.001645272 sec. 2026.01.22 22:17:17.552779 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.552875 [ 275 ] {779e18df-afca-4ce2-94cb-d3fbf700336c} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:17.552914 [ 275 ] {779e18df-afca-4ce2-94cb-d3fbf700336c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:17.553396 [ 275 ] {779e18df-afca-4ce2-94cb-d3fbf700336c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:17.553432 [ 275 ] {779e18df-afca-4ce2-94cb-d3fbf700336c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:17.553840 [ 275 ] {779e18df-afca-4ce2-94cb-d3fbf700336c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:17:17.554286 [ 275 ] {779e18df-afca-4ce2-94cb-d3fbf700336c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:17.554419 [ 275 ] {779e18df-afca-4ce2-94cb-d3fbf700336c} executeQuery: Read 176 rows, 15.82 KiB in 0.001563 sec., 112603.96673064619 rows/sec., 9.88 MiB/sec. 2026.01.22 22:17:17.554462 [ 275 ] {779e18df-afca-4ce2-94cb-d3fbf700336c} TCPHandler: Processed in 0.001733483 sec. 2026.01.22 22:17:17.554572 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.554667 [ 275 ] {942348f3-4331-473b-a750-15fb4aff7412} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:17:17.554706 [ 275 ] {942348f3-4331-473b-a750-15fb4aff7412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:17:17.555087 [ 275 ] {942348f3-4331-473b-a750-15fb4aff7412} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:17.555124 [ 275 ] {942348f3-4331-473b-a750-15fb4aff7412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:17.555507 [ 275 ] {942348f3-4331-473b-a750-15fb4aff7412} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:17:17.555912 [ 275 ] {942348f3-4331-473b-a750-15fb4aff7412} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:17.556052 [ 275 ] {942348f3-4331-473b-a750-15fb4aff7412} executeQuery: Read 12 rows, 984.00 B in 0.001403 sec., 8553.100498930862 rows/sec., 684.92 KiB/sec. 2026.01.22 22:17:17.556093 [ 275 ] {942348f3-4331-473b-a750-15fb4aff7412} TCPHandler: Processed in 0.001572472 sec. 2026.01.22 22:17:17.556203 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.556298 [ 275 ] {d151dd06-86d1-4a20-9cda-660cba6bf50f} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:17:17.556337 [ 275 ] {d151dd06-86d1-4a20-9cda-660cba6bf50f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:17:17.556741 [ 275 ] {d151dd06-86d1-4a20-9cda-660cba6bf50f} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:17.556777 [ 275 ] {d151dd06-86d1-4a20-9cda-660cba6bf50f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:17.557160 [ 275 ] {d151dd06-86d1-4a20-9cda-660cba6bf50f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:17:17.557562 [ 275 ] {d151dd06-86d1-4a20-9cda-660cba6bf50f} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:17.557701 [ 275 ] {d151dd06-86d1-4a20-9cda-660cba6bf50f} executeQuery: Read 24 rows, 2.04 KiB in 0.001421 sec., 16889.51442646024 rows/sec., 1.40 MiB/sec. 2026.01.22 22:17:17.557743 [ 275 ] {d151dd06-86d1-4a20-9cda-660cba6bf50f} TCPHandler: Processed in 0.001590042 sec. 2026.01.22 22:17:17.557851 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.557945 [ 275 ] {519783d5-fa64-4baf-8d25-dfd5c8e8b1ec} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:17:17.557985 [ 275 ] {519783d5-fa64-4baf-8d25-dfd5c8e8b1ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:17:17.558378 [ 275 ] {519783d5-fa64-4baf-8d25-dfd5c8e8b1ec} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:17.558414 [ 275 ] {519783d5-fa64-4baf-8d25-dfd5c8e8b1ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:17.558815 [ 275 ] {519783d5-fa64-4baf-8d25-dfd5c8e8b1ec} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:17:17.559291 [ 275 ] {519783d5-fa64-4baf-8d25-dfd5c8e8b1ec} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:17.559428 [ 275 ] {519783d5-fa64-4baf-8d25-dfd5c8e8b1ec} executeQuery: Read 12 rows, 960.00 B in 0.0015 sec., 8000 rows/sec., 625.00 KiB/sec. 2026.01.22 22:17:17.559470 [ 275 ] {519783d5-fa64-4baf-8d25-dfd5c8e8b1ec} TCPHandler: Processed in 0.001668493 sec. 2026.01.22 22:17:17.559581 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.559676 [ 275 ] {f4a3028c-0793-4dea-96bf-465c76d2011c} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:17.559713 [ 275 ] {f4a3028c-0793-4dea-96bf-465c76d2011c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:17.560148 [ 275 ] {f4a3028c-0793-4dea-96bf-465c76d2011c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:17.560184 [ 275 ] {f4a3028c-0793-4dea-96bf-465c76d2011c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:17.560633 [ 275 ] {f4a3028c-0793-4dea-96bf-465c76d2011c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:17:17.561043 [ 275 ] {f4a3028c-0793-4dea-96bf-465c76d2011c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:17.561181 [ 275 ] {f4a3028c-0793-4dea-96bf-465c76d2011c} executeQuery: Read 100 rows, 8.37 KiB in 0.001524 sec., 65616.79790026246 rows/sec., 5.37 MiB/sec. 2026.01.22 22:17:17.561223 [ 275 ] {f4a3028c-0793-4dea-96bf-465c76d2011c} TCPHandler: Processed in 0.001694303 sec. 2026.01.22 22:17:17.561337 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.561431 [ 275 ] {e49f88d3-f3bb-41a4-b357-94b7750b726d} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:17.561473 [ 275 ] {e49f88d3-f3bb-41a4-b357-94b7750b726d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:17.561928 [ 275 ] {e49f88d3-f3bb-41a4-b357-94b7750b726d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:17.561965 [ 275 ] {e49f88d3-f3bb-41a4-b357-94b7750b726d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:17.562417 [ 275 ] {e49f88d3-f3bb-41a4-b357-94b7750b726d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:17:17.562855 [ 275 ] {e49f88d3-f3bb-41a4-b357-94b7750b726d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:17.562985 [ 275 ] {e49f88d3-f3bb-41a4-b357-94b7750b726d} executeQuery: Read 346 rows, 26.85 KiB in 0.001572 sec., 220101.78117048345 rows/sec., 16.68 MiB/sec. 2026.01.22 22:17:17.563021 [ 275 ] {e49f88d3-f3bb-41a4-b357-94b7750b726d} TCPHandler: Processed in 0.001734183 sec. 2026.01.22 22:17:17.563132 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:17.563226 [ 275 ] {89b6b8b9-e72d-436b-94cd-3b2e7f365e53} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:17.563267 [ 275 ] {89b6b8b9-e72d-436b-94cd-3b2e7f365e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:17.563615 [ 275 ] {89b6b8b9-e72d-436b-94cd-3b2e7f365e53} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:17.563649 [ 275 ] {89b6b8b9-e72d-436b-94cd-3b2e7f365e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:17.564010 [ 275 ] {89b6b8b9-e72d-436b-94cd-3b2e7f365e53} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:17:17.564399 [ 275 ] {89b6b8b9-e72d-436b-94cd-3b2e7f365e53} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:17.564519 [ 275 ] {89b6b8b9-e72d-436b-94cd-3b2e7f365e53} executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. 2026.01.22 22:17:17.564616 [ 275 ] {89b6b8b9-e72d-436b-94cd-3b2e7f365e53} TCPHandler: Processed in 0.001533061 sec. 2026.01.22 22:17:22.164532 [ 51 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:17:22.164630 [ 51 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:17:22.254475 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 284 2026.01.22 22:17:22.255480 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3808 2026.01.22 22:17:22.256005 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:22.256043 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:22.256529 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:17:22.256766 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:22.256899 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3808 2026.01.22 22:17:22.257005 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:22.257058 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:22.258215 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:17:22.258474 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:22.258718 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 284 2026.01.22 22:17:22.458777 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.01.22 22:17:22.476910 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:22.476976 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:22.483369 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:17:22.484055 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:22.487944 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.01.22 22:17:22.527687 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:22.527858 [ 275 ] {f3b45535-5a11-479c-a066-35fee87ab5be} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:22.527920 [ 275 ] {f3b45535-5a11-479c-a066-35fee87ab5be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:22.528576 [ 275 ] {f3b45535-5a11-479c-a066-35fee87ab5be} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:22.528621 [ 275 ] {f3b45535-5a11-479c-a066-35fee87ab5be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:22.529005 [ 275 ] {f3b45535-5a11-479c-a066-35fee87ab5be} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:17:22.529231 [ 275 ] {f3b45535-5a11-479c-a066-35fee87ab5be} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:22.529375 [ 275 ] {f3b45535-5a11-479c-a066-35fee87ab5be} executeQuery: Read 128 rows, 11.26 KiB in 0.001564 sec., 81841.43222506394 rows/sec., 7.03 MiB/sec. 2026.01.22 22:17:22.529415 [ 275 ] {f3b45535-5a11-479c-a066-35fee87ab5be} TCPHandler: Processed in 0.001840393 sec. 2026.01.22 22:17:22.529540 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:22.529638 [ 275 ] {e3e50e37-7632-44d4-93bc-1df64533a393} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:17:22.529677 [ 275 ] {e3e50e37-7632-44d4-93bc-1df64533a393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:17:22.530057 [ 275 ] {e3e50e37-7632-44d4-93bc-1df64533a393} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:22.530091 [ 275 ] {e3e50e37-7632-44d4-93bc-1df64533a393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:22.530361 [ 275 ] {e3e50e37-7632-44d4-93bc-1df64533a393} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:17:22.530557 [ 275 ] {e3e50e37-7632-44d4-93bc-1df64533a393} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:22.530766 [ 275 ] {e3e50e37-7632-44d4-93bc-1df64533a393} executeQuery: Read 36 rows, 2.71 KiB in 0.001145 sec., 31441.048034934498 rows/sec., 2.31 MiB/sec. 2026.01.22 22:17:22.530812 [ 275 ] {e3e50e37-7632-44d4-93bc-1df64533a393} TCPHandler: Processed in 0.00131938 sec. 2026.01.22 22:17:22.530919 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:22.531014 [ 275 ] {8db92008-48ab-4f27-95f9-14959eb8f038} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:22.531055 [ 275 ] {8db92008-48ab-4f27-95f9-14959eb8f038} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:22.531489 [ 275 ] {8db92008-48ab-4f27-95f9-14959eb8f038} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:22.531528 [ 275 ] {8db92008-48ab-4f27-95f9-14959eb8f038} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:22.531847 [ 275 ] {8db92008-48ab-4f27-95f9-14959eb8f038} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:17:22.532060 [ 275 ] {8db92008-48ab-4f27-95f9-14959eb8f038} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:22.532188 [ 275 ] {8db92008-48ab-4f27-95f9-14959eb8f038} executeQuery: Read 100 rows, 8.00 KiB in 0.001192 sec., 83892.61744966444 rows/sec., 6.55 MiB/sec. 2026.01.22 22:17:22.532226 [ 275 ] {8db92008-48ab-4f27-95f9-14959eb8f038} TCPHandler: Processed in 0.00135683 sec. 2026.01.22 22:17:22.532337 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:22.532431 [ 275 ] {532d1cb2-6381-4ddd-8f0a-63c384455b5a} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:22.532474 [ 275 ] {532d1cb2-6381-4ddd-8f0a-63c384455b5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:22.532872 [ 275 ] {532d1cb2-6381-4ddd-8f0a-63c384455b5a} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:22.532909 [ 275 ] {532d1cb2-6381-4ddd-8f0a-63c384455b5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:22.533258 [ 275 ] {532d1cb2-6381-4ddd-8f0a-63c384455b5a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:17:22.533468 [ 275 ] {532d1cb2-6381-4ddd-8f0a-63c384455b5a} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:22.533596 [ 275 ] {532d1cb2-6381-4ddd-8f0a-63c384455b5a} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.01.22 22:17:22.533631 [ 275 ] {532d1cb2-6381-4ddd-8f0a-63c384455b5a} TCPHandler: Processed in 0.00134377 sec. 2026.01.22 22:17:22.533742 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:22.533835 [ 275 ] {df03cdb7-8a2d-45ed-a9cd-c5b6b6cebd62} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:22.533888 [ 275 ] {df03cdb7-8a2d-45ed-a9cd-c5b6b6cebd62} 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.01.22 22:17:22.534686 [ 275 ] {df03cdb7-8a2d-45ed-a9cd-c5b6b6cebd62} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:22.534723 [ 275 ] {df03cdb7-8a2d-45ed-a9cd-c5b6b6cebd62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:22.535347 [ 275 ] {df03cdb7-8a2d-45ed-a9cd-c5b6b6cebd62} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:17:22.535571 [ 275 ] {df03cdb7-8a2d-45ed-a9cd-c5b6b6cebd62} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:22.535704 [ 275 ] {df03cdb7-8a2d-45ed-a9cd-c5b6b6cebd62} executeQuery: Read 36 rows, 66.06 KiB in 0.001888 sec., 19067.79661016949 rows/sec., 34.17 MiB/sec. 2026.01.22 22:17:22.535760 [ 275 ] {df03cdb7-8a2d-45ed-a9cd-c5b6b6cebd62} TCPHandler: Processed in 0.002067695 sec. 2026.01.22 22:17:22.535875 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:22.535969 [ 275 ] {3d1d1459-c7a6-4884-b5dc-c076bae68816} executeQuery: (from [fd00:1122:3344:101::d]:49279) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:22.536010 [ 275 ] {3d1d1459-c7a6-4884-b5dc-c076bae68816} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:22.536336 [ 275 ] {3d1d1459-c7a6-4884-b5dc-c076bae68816} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:22.536373 [ 275 ] {3d1d1459-c7a6-4884-b5dc-c076bae68816} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:22.536675 [ 275 ] {3d1d1459-c7a6-4884-b5dc-c076bae68816} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:17:22.536883 [ 275 ] {3d1d1459-c7a6-4884-b5dc-c076bae68816} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:22.537010 [ 275 ] {3d1d1459-c7a6-4884-b5dc-c076bae68816} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.01.22 22:17:22.537044 [ 275 ] {3d1d1459-c7a6-4884-b5dc-c076bae68816} TCPHandler: Processed in 0.001219419 sec. 2026.01.22 22:17:26.782150 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.22 22:17:26.782232 [ 275 ] {} TCP-Session: 1f5ab517-51b7-4be3-b896-496360619db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:27.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.12 MiB, peak 187.04 MiB, free memory in arenas 0.00 B, will set to 184.17 MiB (RSS), difference: 2.05 MiB 2026.01.22 22:17:27.526347 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:27.526565 [ 277 ] {ec144259-577d-4bce-a957-17a46a2f598c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:27.526650 [ 277 ] {ec144259-577d-4bce-a957-17a46a2f598c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:27.527360 [ 277 ] {ec144259-577d-4bce-a957-17a46a2f598c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:27.527410 [ 277 ] {ec144259-577d-4bce-a957-17a46a2f598c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:27.527832 [ 277 ] {ec144259-577d-4bce-a957-17a46a2f598c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:17:27.528101 [ 277 ] {ec144259-577d-4bce-a957-17a46a2f598c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:27.528268 [ 277 ] {ec144259-577d-4bce-a957-17a46a2f598c} executeQuery: Read 56 rows, 4.38 KiB in 0.001765 sec., 31728.045325779036 rows/sec., 2.42 MiB/sec. 2026.01.22 22:17:27.528321 [ 277 ] {ec144259-577d-4bce-a957-17a46a2f598c} TCPHandler: Processed in 0.002110576 sec. 2026.01.22 22:17:27.528466 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:27.528574 [ 277 ] {dbcfd13d-0d8a-46d6-8862-57c1369d5abc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:27.528618 [ 277 ] {dbcfd13d-0d8a-46d6-8862-57c1369d5abc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:27.529100 [ 277 ] {dbcfd13d-0d8a-46d6-8862-57c1369d5abc} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:27.529137 [ 277 ] {dbcfd13d-0d8a-46d6-8862-57c1369d5abc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:27.529499 [ 277 ] {dbcfd13d-0d8a-46d6-8862-57c1369d5abc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:17:27.529712 [ 277 ] {dbcfd13d-0d8a-46d6-8862-57c1369d5abc} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:27.529869 [ 277 ] {dbcfd13d-0d8a-46d6-8862-57c1369d5abc} executeQuery: Read 64 rows, 5.12 KiB in 0.001322 sec., 48411.497730711046 rows/sec., 3.78 MiB/sec. 2026.01.22 22:17:27.529911 [ 277 ] {dbcfd13d-0d8a-46d6-8862-57c1369d5abc} TCPHandler: Processed in 0.001498211 sec. 2026.01.22 22:17:27.530057 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:27.530158 [ 277 ] {89d05c15-54cb-4ed0-8d4e-16beaff49be8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:27.530203 [ 277 ] {89d05c15-54cb-4ed0-8d4e-16beaff49be8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:27.530657 [ 277 ] {89d05c15-54cb-4ed0-8d4e-16beaff49be8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:27.530701 [ 277 ] {89d05c15-54cb-4ed0-8d4e-16beaff49be8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:27.531078 [ 277 ] {89d05c15-54cb-4ed0-8d4e-16beaff49be8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:17:27.531305 [ 277 ] {89d05c15-54cb-4ed0-8d4e-16beaff49be8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:27.531435 [ 277 ] {89d05c15-54cb-4ed0-8d4e-16beaff49be8} executeQuery: Read 160 rows, 11.41 KiB in 0.001299 sec., 123171.67051578137 rows/sec., 8.58 MiB/sec. 2026.01.22 22:17:27.531471 [ 277 ] {89d05c15-54cb-4ed0-8d4e-16beaff49be8} TCPHandler: Processed in 0.001465201 sec. 2026.01.22 22:17:27.531596 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:27.531692 [ 277 ] {ea7d06c3-4a6e-45ab-a50e-18870d69c7ec} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:27.531736 [ 277 ] {ea7d06c3-4a6e-45ab-a50e-18870d69c7ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:27.532093 [ 277 ] {ea7d06c3-4a6e-45ab-a50e-18870d69c7ec} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:27.532129 [ 277 ] {ea7d06c3-4a6e-45ab-a50e-18870d69c7ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:27.532459 [ 277 ] {ea7d06c3-4a6e-45ab-a50e-18870d69c7ec} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:17:27.532666 [ 277 ] {ea7d06c3-4a6e-45ab-a50e-18870d69c7ec} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:27.532793 [ 277 ] {ea7d06c3-4a6e-45ab-a50e-18870d69c7ec} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.01.22 22:17:27.532829 [ 277 ] {ea7d06c3-4a6e-45ab-a50e-18870d69c7ec} TCPHandler: Processed in 0.001283699 sec. 2026.01.22 22:17:29.075889 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51467 2026.01.22 22:17:29.075990 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:17:29.076017 [ 275 ] {} TCP-Session: 3e8961d8-b156-42ef-beb2-506061509395 Authenticating user 'default' from [fd00:1122:3344:101::e]:51467 2026.01.22 22:17:29.076038 [ 275 ] {} TCP-Session: 3e8961d8-b156-42ef-beb2-506061509395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.076051 [ 275 ] {} TCP-Session: 3e8961d8-b156-42ef-beb2-506061509395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.076300 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41871 2026.01.22 22:17:29.076301 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57457 2026.01.22 22:17:29.076367 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33715 2026.01.22 22:17:29.076381 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59382 2026.01.22 22:17:29.076417 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43003 2026.01.22 22:17:29.076457 [ 275 ] {} TCP-Session: 3e8961d8-b156-42ef-beb2-506061509395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:29.076431 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:17:29.076406 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39674 2026.01.22 22:17:29.076526 [ 286 ] {} TCP-Session: b2698e05-6893-4b78-bdb0-5ddfb1274754 Authenticating user 'default' from [fd00:1122:3344:101::e]:41871 2026.01.22 22:17:29.076537 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:17:29.076383 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63556 2026.01.22 22:17:29.076571 [ 286 ] {} TCP-Session: b2698e05-6893-4b78-bdb0-5ddfb1274754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.076591 [ 287 ] {} TCP-Session: d0664bd9-f340-4a6e-ad71-638dddc2e546 Authenticating user 'default' from [fd00:1122:3344:101::e]:57457 2026.01.22 22:17:29.076616 [ 286 ] {} TCP-Session: b2698e05-6893-4b78-bdb0-5ddfb1274754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.076632 [ 275 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} executeQuery: (from [fd00:1122:3344:101::e]:51467) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:17:29.076646 [ 287 ] {} TCP-Session: d0664bd9-f340-4a6e-ad71-638dddc2e546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.076361 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48266 2026.01.22 22:17:29.076682 [ 287 ] {} TCP-Session: d0664bd9-f340-4a6e-ad71-638dddc2e546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.076901 [ 275 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:17:29.076903 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:17:29.076938 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:17:29.076947 [ 292 ] {} TCP-Session: 195a3709-e152-462c-ba88-68f82fc14d2d Authenticating user 'default' from [fd00:1122:3344:101::e]:39674 2026.01.22 22:17:29.076961 [ 275 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:29.076976 [ 291 ] {} TCP-Session: 7d25fb4d-b056-4f09-9901-b60c1bb13738 Authenticating user 'default' from [fd00:1122:3344:101::e]:63556 2026.01.22 22:17:29.076983 [ 292 ] {} TCP-Session: 195a3709-e152-462c-ba88-68f82fc14d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.077003 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:17:29.077012 [ 292 ] {} TCP-Session: 195a3709-e152-462c-ba88-68f82fc14d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.077040 [ 290 ] {} TCP-Session: eebbd7e2-0801-4951-aade-4a9a29ce0f18 Authenticating user 'default' from [fd00:1122:3344:101::e]:59382 2026.01.22 22:17:29.077007 [ 291 ] {} TCP-Session: 7d25fb4d-b056-4f09-9901-b60c1bb13738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.077067 [ 290 ] {} TCP-Session: eebbd7e2-0801-4951-aade-4a9a29ce0f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.077085 [ 291 ] {} TCP-Session: 7d25fb4d-b056-4f09-9901-b60c1bb13738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.077094 [ 290 ] {} TCP-Session: eebbd7e2-0801-4951-aade-4a9a29ce0f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.077193 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:17:29.077193 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:17:29.077223 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:17:29.077234 [ 293 ] {} TCP-Session: edd670d5-df38-47ca-b5dc-d0b053848e35 Authenticating user 'default' from [fd00:1122:3344:101::e]:43003 2026.01.22 22:17:29.077247 [ 289 ] {} TCP-Session: 6edc930b-4b36-48a2-9d2e-92031adcd15f Authenticating user 'default' from [fd00:1122:3344:101::e]:33715 2026.01.22 22:17:29.077259 [ 275 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:17:29.077282 [ 289 ] {} TCP-Session: 6edc930b-4b36-48a2-9d2e-92031adcd15f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.077277 [ 293 ] {} TCP-Session: edd670d5-df38-47ca-b5dc-d0b053848e35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.077301 [ 289 ] {} TCP-Session: 6edc930b-4b36-48a2-9d2e-92031adcd15f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.077317 [ 293 ] {} TCP-Session: edd670d5-df38-47ca-b5dc-d0b053848e35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.077264 [ 288 ] {} TCP-Session: a4920a95-929e-4be5-ac52-97d3218e651b Authenticating user 'default' from [fd00:1122:3344:101::e]:48266 2026.01.22 22:17:29.077355 [ 275 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} Aggregator: Compile expression max()(UInt64) 0 2026.01.22 22:17:29.077359 [ 288 ] {} TCP-Session: a4920a95-929e-4be5-ac52-97d3218e651b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.077389 [ 288 ] {} TCP-Session: a4920a95-929e-4be5-ac52-97d3218e651b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.522429 [ 323 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} AggregatingTransform: Aggregating 2026.01.22 22:17:29.522490 [ 323 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} Aggregator: Aggregation method: without_key 2026.01.22 22:17:29.522519 [ 323 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001478122 sec. (676.534 rows/sec., 26.43 KiB/sec.) 2026.01.22 22:17:29.522533 [ 323 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} Aggregator: Merging aggregated data 2026.01.22 22:17:29.523861 [ 275 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} executeQuery: Read 1 rows, 40.00 B in 0.44728 sec., 2.235736004292613 rows/sec., 89.43 B/sec. 2026.01.22 22:17:29.523995 [ 275 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.01.22 22:17:29.524010 [ 275 ] {e2629a01-58a3-4b05-8887-df0e93ba1e54} TCPHandler: Processed in 0.447655052 sec. 2026.01.22 22:17:29.524124 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.22 22:17:29.524166 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:17:29.524190 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:17:29.524195 [ 293 ] {} TCP-Session: edd670d5-df38-47ca-b5dc-d0b053848e35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.524220 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.22 22:17:29.524235 [ 286 ] {} TCP-Session: b2698e05-6893-4b78-bdb0-5ddfb1274754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.524261 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.22 22:17:29.524280 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:17:29.524297 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.22 22:17:29.524308 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.22 22:17:29.524317 [ 291 ] {} TCP-Session: 7d25fb4d-b056-4f09-9901-b60c1bb13738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.524333 [ 290 ] {} TCP-Session: eebbd7e2-0801-4951-aade-4a9a29ce0f18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.524353 [ 275 ] {} TCP-Session: 3e8961d8-b156-42ef-beb2-506061509395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.524348 [ 292 ] {} TCP-Session: 195a3709-e152-462c-ba88-68f82fc14d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.524302 [ 287 ] {} TCP-Session: d0664bd9-f340-4a6e-ad71-638dddc2e546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.524242 [ 289 ] {} TCP-Session: 6edc930b-4b36-48a2-9d2e-92031adcd15f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.524237 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:17:29.524487 [ 288 ] {} TCP-Session: a4920a95-929e-4be5-ac52-97d3218e651b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:17:29.757099 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4256 2026.01.22 22:17:29.757718 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:29.757775 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:29.758389 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:17:29.758713 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:29.758890 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4256 2026.01.22 22:17:29.988127 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.01.22 22:17:30.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 185.66 MiB, peak 196.79 MiB, free memory in arenas 0.00 B, will set to 204.58 MiB (RSS), difference: 18.92 MiB 2026.01.22 22:17:30.008617 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:30.008690 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:30.014507 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:17:30.015250 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:30.019299 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.01.22 22:17:32.259064 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 306 2026.01.22 22:17:32.261181 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:32.261232 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:32.262381 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:17:32.262651 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:32.262779 [ 24 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.22 22:17:32.262824 [ 24 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:32.262848 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:32.262946 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:17:32.262982 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 306 2026.01.22 22:17:32.263477 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:32.263647 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:17:32.264081 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part 2026.01.22 22:17:32.264434 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part 2026.01.22 22:17:32.264778 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 76 rows starting from the beginning of the part 2026.01.22 22:17:32.265111 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 54 rows starting from the beginning of the part 2026.01.22 22:17:32.265441 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part 2026.01.22 22:17:32.271493 [ 194 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 72 columns (72 merged, 0 gathered) in 0.008589614 sec., 35624.41804719048 rows/sec., 37.29 MiB/sec. 2026.01.22 22:17:32.272605 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.22 22:17:32.273228 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_6_1} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:32.273306 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_6_1} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.22 22:17:32.273536 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB. 2026.01.22 22:17:32.528468 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:32.528662 [ 277 ] {6254f494-1451-44c4-ac58-3ef82e9b05e9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:32.528734 [ 277 ] {6254f494-1451-44c4-ac58-3ef82e9b05e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:32.529438 [ 277 ] {6254f494-1451-44c4-ac58-3ef82e9b05e9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:32.529487 [ 277 ] {6254f494-1451-44c4-ac58-3ef82e9b05e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:32.529868 [ 277 ] {6254f494-1451-44c4-ac58-3ef82e9b05e9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:17:32.530106 [ 277 ] {6254f494-1451-44c4-ac58-3ef82e9b05e9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:32.530262 [ 277 ] {6254f494-1451-44c4-ac58-3ef82e9b05e9} executeQuery: Read 128 rows, 11.26 KiB in 0.001653 sec., 77434.96672716274 rows/sec., 6.65 MiB/sec. 2026.01.22 22:17:32.530306 [ 277 ] {6254f494-1451-44c4-ac58-3ef82e9b05e9} TCPHandler: Processed in 0.001974995 sec. 2026.01.22 22:17:32.530434 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:32.530537 [ 277 ] {d8f3c6b0-cc8a-43d3-8dd5-d189e6eb4ded} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:17:32.530580 [ 277 ] {d8f3c6b0-cc8a-43d3-8dd5-d189e6eb4ded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:17:32.531004 [ 277 ] {d8f3c6b0-cc8a-43d3-8dd5-d189e6eb4ded} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:32.531040 [ 277 ] {d8f3c6b0-cc8a-43d3-8dd5-d189e6eb4ded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:32.531338 [ 277 ] {d8f3c6b0-cc8a-43d3-8dd5-d189e6eb4ded} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:17:32.531546 [ 277 ] {d8f3c6b0-cc8a-43d3-8dd5-d189e6eb4ded} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:32.531636 [ 31 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.22 22:17:32.531671 [ 277 ] {d8f3c6b0-cc8a-43d3-8dd5-d189e6eb4ded} executeQuery: Read 36 rows, 2.71 KiB in 0.001158 sec., 31088.082901554404 rows/sec., 2.28 MiB/sec. 2026.01.22 22:17:32.531671 [ 31 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:32.531703 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:32.531708 [ 277 ] {d8f3c6b0-cc8a-43d3-8dd5-d189e6eb4ded} TCPHandler: Processed in 0.001326479 sec. 2026.01.22 22:17:32.531814 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:32.531829 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:17:32.531911 [ 277 ] {320d1982-9daa-4e16-8304-c665e1257a7f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:32.531956 [ 277 ] {320d1982-9daa-4e16-8304-c665e1257a7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:32.531992 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:32.532035 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.01.22 22:17:32.532107 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 248 rows starting from the beginning of the part 2026.01.22 22:17:32.532159 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 256 rows starting from the beginning of the part 2026.01.22 22:17:32.532210 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.01.22 22:17:32.532269 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2026.01.22 22:17:32.532320 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2026.01.22 22:17:32.532397 [ 277 ] {320d1982-9daa-4e16-8304-c665e1257a7f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:32.532438 [ 277 ] {320d1982-9daa-4e16-8304-c665e1257a7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:32.532817 [ 277 ] {320d1982-9daa-4e16-8304-c665e1257a7f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:17:32.533058 [ 277 ] {320d1982-9daa-4e16-8304-c665e1257a7f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:32.533192 [ 277 ] {320d1982-9daa-4e16-8304-c665e1257a7f} executeQuery: Read 100 rows, 8.00 KiB in 0.0013 sec., 76923.07692307692 rows/sec., 6.01 MiB/sec. 2026.01.22 22:17:32.533230 [ 277 ] {320d1982-9daa-4e16-8304-c665e1257a7f} TCPHandler: Processed in 0.001466531 sec. 2026.01.22 22:17:32.533349 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:32.533427 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 590 rows, containing 5 columns (5 merged, 0 gathered) in 0.001654802 sec., 356538.12359424273 rows/sec., 23.55 MiB/sec. 2026.01.22 22:17:32.533443 [ 277 ] {51c4b5c8-c1ed-459d-83d6-ed433322eecf} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:32.533536 [ 277 ] {51c4b5c8-c1ed-459d-83d6-ed433322eecf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:32.533725 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.22 22:17:32.533962 [ 277 ] {51c4b5c8-c1ed-459d-83d6-ed433322eecf} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:32.534004 [ 277 ] {51c4b5c8-c1ed-459d-83d6-ed433322eecf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:32.534101 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_6_1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:32.534195 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_6_1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.22 22:17:32.534291 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.22 22:17:32.534374 [ 277 ] {51c4b5c8-c1ed-459d-83d6-ed433322eecf} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:17:32.534584 [ 277 ] {51c4b5c8-c1ed-459d-83d6-ed433322eecf} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:32.534712 [ 277 ] {51c4b5c8-c1ed-459d-83d6-ed433322eecf} executeQuery: Read 160 rows, 11.41 KiB in 0.001288 sec., 124223.60248447204 rows/sec., 8.65 MiB/sec. 2026.01.22 22:17:32.534747 [ 277 ] {51c4b5c8-c1ed-459d-83d6-ed433322eecf} TCPHandler: Processed in 0.001448211 sec. 2026.01.22 22:17:32.534858 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:32.534952 [ 277 ] {93ea493d-91fe-4784-a8b1-5f113f07569c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:32.535006 [ 277 ] {93ea493d-91fe-4784-a8b1-5f113f07569c} 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.01.22 22:17:32.536023 [ 277 ] {93ea493d-91fe-4784-a8b1-5f113f07569c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:32.536060 [ 277 ] {93ea493d-91fe-4784-a8b1-5f113f07569c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:32.536630 [ 277 ] {93ea493d-91fe-4784-a8b1-5f113f07569c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:17:32.536853 [ 277 ] {93ea493d-91fe-4784-a8b1-5f113f07569c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:32.536987 [ 277 ] {93ea493d-91fe-4784-a8b1-5f113f07569c} executeQuery: Read 36 rows, 66.06 KiB in 0.002054 sec., 17526.77702044791 rows/sec., 31.41 MiB/sec. 2026.01.22 22:17:32.537045 [ 277 ] {93ea493d-91fe-4784-a8b1-5f113f07569c} TCPHandler: Processed in 0.002237247 sec. 2026.01.22 22:17:32.537166 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:32.537261 [ 277 ] {ae18586a-e065-4787-beb3-0424bf9fe134} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:32.537303 [ 277 ] {ae18586a-e065-4787-beb3-0424bf9fe134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:32.537639 [ 277 ] {ae18586a-e065-4787-beb3-0424bf9fe134} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:32.537673 [ 277 ] {ae18586a-e065-4787-beb3-0424bf9fe134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:32.537984 [ 277 ] {ae18586a-e065-4787-beb3-0424bf9fe134} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:17:32.538201 [ 277 ] {ae18586a-e065-4787-beb3-0424bf9fe134} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:32.538326 [ 277 ] {ae18586a-e065-4787-beb3-0424bf9fe134} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.01.22 22:17:32.538360 [ 277 ] {ae18586a-e065-4787-beb3-0424bf9fe134} TCPHandler: Processed in 0.001243579 sec. 2026.01.22 22:17:37.164678 [ 36 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:17:37.164749 [ 36 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:17:37.259053 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4768 2026.01.22 22:17:37.259550 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:37.259589 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:37.260087 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:17:37.260313 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:37.260447 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4768 2026.01.22 22:17:37.519459 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.01.22 22:17:37.527017 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:37.527182 [ 277 ] {9887200d-bc87-4211-90d7-cf2fbd9d2038} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:37.527242 [ 277 ] {9887200d-bc87-4211-90d7-cf2fbd9d2038} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:37.527876 [ 277 ] {9887200d-bc87-4211-90d7-cf2fbd9d2038} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:37.527925 [ 277 ] {9887200d-bc87-4211-90d7-cf2fbd9d2038} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:37.528327 [ 277 ] {9887200d-bc87-4211-90d7-cf2fbd9d2038} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:17:37.528585 [ 277 ] {9887200d-bc87-4211-90d7-cf2fbd9d2038} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:37.528740 [ 35 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.22 22:17:37.528768 [ 277 ] {9887200d-bc87-4211-90d7-cf2fbd9d2038} executeQuery: Read 56 rows, 4.38 KiB in 0.001632 sec., 34313.72549019608 rows/sec., 2.62 MiB/sec. 2026.01.22 22:17:37.528790 [ 35 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:37.528814 [ 277 ] {9887200d-bc87-4211-90d7-cf2fbd9d2038} TCPHandler: Processed in 0.001914314 sec. 2026.01.22 22:17:37.528816 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:37.528952 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:37.528954 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:17:37.529058 [ 277 ] {279e8f5c-1856-4533-a2b1-e905d996e0ba} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:37.529106 [ 277 ] {279e8f5c-1856-4533-a2b1-e905d996e0ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:37.529112 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:37.529156 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1274 rows starting from the beginning of the part 2026.01.22 22:17:37.529220 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 176 rows starting from the beginning of the part 2026.01.22 22:17:37.529264 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part 2026.01.22 22:17:37.529305 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2026.01.22 22:17:37.529345 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 128 rows starting from the beginning of the part 2026.01.22 22:17:37.529388 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2026.01.22 22:17:37.529646 [ 277 ] {279e8f5c-1856-4533-a2b1-e905d996e0ba} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:37.529699 [ 277 ] {279e8f5c-1856-4533-a2b1-e905d996e0ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:37.530128 [ 277 ] {279e8f5c-1856-4533-a2b1-e905d996e0ba} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:17:37.530420 [ 277 ] {279e8f5c-1856-4533-a2b1-e905d996e0ba} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:37.530515 [ 35 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.22 22:17:37.530541 [ 35 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:37.530557 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:37.530557 [ 277 ] {279e8f5c-1856-4533-a2b1-e905d996e0ba} executeQuery: Read 64 rows, 5.12 KiB in 0.001524 sec., 41994.75065616798 rows/sec., 3.28 MiB/sec. 2026.01.22 22:17:37.530603 [ 277 ] {279e8f5c-1856-4533-a2b1-e905d996e0ba} TCPHandler: Processed in 0.001707913 sec. 2026.01.22 22:17:37.530668 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:17:37.530754 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:37.530737 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.001838164 sec., 989030.3585534261 rows/sec., 84.03 MiB/sec. 2026.01.22 22:17:37.530806 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:37.530848 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 793 rows starting from the beginning of the part 2026.01.22 22:17:37.530862 [ 277 ] {f04d584e-f392-408b-87ff-d2bc98c829cb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:37.530914 [ 277 ] {f04d584e-f392-408b-87ff-d2bc98c829cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:37.530933 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part 2026.01.22 22:17:37.530985 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.22 22:17:37.530995 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part 2026.01.22 22:17:37.531072 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2026.01.22 22:17:37.531118 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part 2026.01.22 22:17:37.531160 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2026.01.22 22:17:37.531279 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_11_2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:37.531361 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_11_2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.22 22:17:37.531421 [ 277 ] {f04d584e-f392-408b-87ff-d2bc98c829cb} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:37.531438 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.01.22 22:17:37.531467 [ 277 ] {f04d584e-f392-408b-87ff-d2bc98c829cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:37.531864 [ 277 ] {f04d584e-f392-408b-87ff-d2bc98c829cb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:17:37.532108 [ 277 ] {f04d584e-f392-408b-87ff-d2bc98c829cb} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:37.532221 [ 35 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.22 22:17:37.532248 [ 277 ] {f04d584e-f392-408b-87ff-d2bc98c829cb} executeQuery: Read 160 rows, 11.41 KiB in 0.001409 sec., 113555.71327182397 rows/sec., 7.91 MiB/sec. 2026.01.22 22:17:37.532251 [ 35 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:37.532285 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:37.532298 [ 277 ] {f04d584e-f392-408b-87ff-d2bc98c829cb} TCPHandler: Processed in 0.001596192 sec. 2026.01.22 22:17:37.532359 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1221 rows, containing 5 columns (5 merged, 0 gathered) in 0.001743923 sec., 700145.5912904411 rows/sec., 54.02 MiB/sec. 2026.01.22 22:17:37.532364 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:17:37.532428 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:37.532488 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:37.532521 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1122 rows starting from the beginning of the part 2026.01.22 22:17:37.532533 [ 277 ] {22c3c267-1663-4dd7-bbf8-adad9147b1e1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:37.532558 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.22 22:17:37.532570 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 346 rows starting from the beginning of the part 2026.01.22 22:17:37.532583 [ 277 ] {22c3c267-1663-4dd7-bbf8-adad9147b1e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:37.532615 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:17:37.532653 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.01.22 22:17:37.532689 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.01.22 22:17:37.532728 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.01.22 22:17:37.532878 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_11_2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:37.532951 [ 277 ] {22c3c267-1663-4dd7-bbf8-adad9147b1e1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:37.532959 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_11_2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.22 22:17:37.532995 [ 277 ] {22c3c267-1663-4dd7-bbf8-adad9147b1e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:37.533056 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.22 22:17:37.533357 [ 277 ] {22c3c267-1663-4dd7-bbf8-adad9147b1e1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:17:37.533636 [ 277 ] {22c3c267-1663-4dd7-bbf8-adad9147b1e1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:37.533747 [ 35 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.22 22:17:37.533775 [ 35 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:37.533785 [ 277 ] {22c3c267-1663-4dd7-bbf8-adad9147b1e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001272 sec., 47169.81132075472 rows/sec., 3.18 MiB/sec. 2026.01.22 22:17:37.533793 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:37.533835 [ 277 ] {22c3c267-1663-4dd7-bbf8-adad9147b1e1} TCPHandler: Processed in 0.001458601 sec. 2026.01.22 22:17:37.533919 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:17:37.534037 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:37.534078 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 366 rows starting from the beginning of the part 2026.01.22 22:17:37.534092 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2108 rows, containing 5 columns (5 merged, 0 gathered) in 0.001756513 sec., 1200104.980720325 rows/sec., 83.19 MiB/sec. 2026.01.22 22:17:37.534159 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.01.22 22:17:37.534206 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:17:37.534240 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.01.22 22:17:37.534280 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:17:37.534315 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.01.22 22:17:37.534371 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.22 22:17:37.534660 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_11_2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:37.534731 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_11_2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.22 22:17:37.534793 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.22 22:17:37.535164 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 666 rows, containing 4 columns (4 merged, 0 gathered) in 0.001301149 sec., 511855.2909774361 rows/sec., 33.51 MiB/sec. 2026.01.22 22:17:37.535326 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.22 22:17:37.535586 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_11_2} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:37.535665 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_11_2} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.22 22:17:37.535736 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.22 22:17:37.538328 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:37.538371 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:37.544480 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:17:37.545205 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:37.548707 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.01.22 22:17:38.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 206.41 MiB, peak 212.39 MiB, free memory in arenas 0.00 B, will set to 208.78 MiB (RSS), difference: 2.36 MiB 2026.01.22 22:17:42.263198 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 326 2026.01.22 22:17:42.265217 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:42.265274 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:42.266417 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:17:42.266687 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:42.267031 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 326 2026.01.22 22:17:42.527687 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:42.527884 [ 277 ] {31350b03-e366-4a58-957f-401ecefddfe6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:42.527957 [ 277 ] {31350b03-e366-4a58-957f-401ecefddfe6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:42.528696 [ 277 ] {31350b03-e366-4a58-957f-401ecefddfe6} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:42.528744 [ 277 ] {31350b03-e366-4a58-957f-401ecefddfe6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:42.529145 [ 277 ] {31350b03-e366-4a58-957f-401ecefddfe6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:17:42.529367 [ 277 ] {31350b03-e366-4a58-957f-401ecefddfe6} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:42.529524 [ 277 ] {31350b03-e366-4a58-957f-401ecefddfe6} executeQuery: Read 128 rows, 11.26 KiB in 0.001695 sec., 75516.22418879057 rows/sec., 6.49 MiB/sec. 2026.01.22 22:17:42.529572 [ 277 ] {31350b03-e366-4a58-957f-401ecefddfe6} TCPHandler: Processed in 0.002018445 sec. 2026.01.22 22:17:42.529705 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:42.529809 [ 277 ] {284c13a1-103d-4e23-b710-c9e031513228} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:17:42.529854 [ 277 ] {284c13a1-103d-4e23-b710-c9e031513228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:17:42.530284 [ 277 ] {284c13a1-103d-4e23-b710-c9e031513228} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:42.530322 [ 277 ] {284c13a1-103d-4e23-b710-c9e031513228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:42.530622 [ 277 ] {284c13a1-103d-4e23-b710-c9e031513228} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:17:42.530835 [ 277 ] {284c13a1-103d-4e23-b710-c9e031513228} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:42.530967 [ 277 ] {284c13a1-103d-4e23-b710-c9e031513228} executeQuery: Read 36 rows, 2.71 KiB in 0.001181 sec., 30482.64182895851 rows/sec., 2.24 MiB/sec. 2026.01.22 22:17:42.531006 [ 277 ] {284c13a1-103d-4e23-b710-c9e031513228} TCPHandler: Processed in 0.0013533 sec. 2026.01.22 22:17:42.531120 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:42.531216 [ 277 ] {5572015f-5a68-459a-b9ea-acba5202df2b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:42.531257 [ 277 ] {5572015f-5a68-459a-b9ea-acba5202df2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:42.531693 [ 277 ] {5572015f-5a68-459a-b9ea-acba5202df2b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:42.531729 [ 277 ] {5572015f-5a68-459a-b9ea-acba5202df2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:42.532038 [ 277 ] {5572015f-5a68-459a-b9ea-acba5202df2b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:17:42.532256 [ 277 ] {5572015f-5a68-459a-b9ea-acba5202df2b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:42.532384 [ 277 ] {5572015f-5a68-459a-b9ea-acba5202df2b} executeQuery: Read 100 rows, 8.00 KiB in 0.001187 sec., 84245.99831508004 rows/sec., 6.58 MiB/sec. 2026.01.22 22:17:42.532421 [ 277 ] {5572015f-5a68-459a-b9ea-acba5202df2b} TCPHandler: Processed in 0.00135111 sec. 2026.01.22 22:17:42.532551 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:42.532645 [ 277 ] {116684cd-3fac-408b-b99b-77e26c70d044} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:42.532689 [ 277 ] {116684cd-3fac-408b-b99b-77e26c70d044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:42.533113 [ 277 ] {116684cd-3fac-408b-b99b-77e26c70d044} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:42.533150 [ 277 ] {116684cd-3fac-408b-b99b-77e26c70d044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:42.533476 [ 277 ] {116684cd-3fac-408b-b99b-77e26c70d044} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:17:42.533683 [ 277 ] {116684cd-3fac-408b-b99b-77e26c70d044} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:42.533811 [ 277 ] {116684cd-3fac-408b-b99b-77e26c70d044} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.01.22 22:17:42.533846 [ 277 ] {116684cd-3fac-408b-b99b-77e26c70d044} TCPHandler: Processed in 0.00135803 sec. 2026.01.22 22:17:42.533961 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:42.534056 [ 277 ] {090f903b-a91a-4af3-a090-48f6762bc0b2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:42.534110 [ 277 ] {090f903b-a91a-4af3-a090-48f6762bc0b2} 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.01.22 22:17:42.534952 [ 277 ] {090f903b-a91a-4af3-a090-48f6762bc0b2} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:42.534990 [ 277 ] {090f903b-a91a-4af3-a090-48f6762bc0b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:42.535533 [ 277 ] {090f903b-a91a-4af3-a090-48f6762bc0b2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:17:42.535746 [ 277 ] {090f903b-a91a-4af3-a090-48f6762bc0b2} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:42.535888 [ 277 ] {090f903b-a91a-4af3-a090-48f6762bc0b2} executeQuery: Read 36 rows, 66.06 KiB in 0.00185 sec., 19459.45945945946 rows/sec., 34.87 MiB/sec. 2026.01.22 22:17:42.535947 [ 277 ] {090f903b-a91a-4af3-a090-48f6762bc0b2} TCPHandler: Processed in 0.002035675 sec. 2026.01.22 22:17:42.536078 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:42.536178 [ 277 ] {44351ca4-b449-42da-b7d6-30f1d19405e6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:42.536223 [ 277 ] {44351ca4-b449-42da-b7d6-30f1d19405e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:42.536572 [ 277 ] {44351ca4-b449-42da-b7d6-30f1d19405e6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:42.536608 [ 277 ] {44351ca4-b449-42da-b7d6-30f1d19405e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:42.536901 [ 277 ] {44351ca4-b449-42da-b7d6-30f1d19405e6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:17:42.537113 [ 277 ] {44351ca4-b449-42da-b7d6-30f1d19405e6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:42.537240 [ 277 ] {44351ca4-b449-42da-b7d6-30f1d19405e6} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.01.22 22:17:42.537276 [ 277 ] {44351ca4-b449-42da-b7d6-30f1d19405e6} TCPHandler: Processed in 0.001247319 sec. 2026.01.22 22:17:44.760672 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5216 2026.01.22 22:17:44.761475 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:44.761562 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:44.762189 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:17:44.762421 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:44.762550 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5216 2026.01.22 22:17:44.762574 [ 26 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.22 22:17:44.762647 [ 26 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:44.762671 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:44.762805 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:17:44.762958 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:44.762999 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2848 rows starting from the beginning of the part 2026.01.22 22:17:44.763063 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:17:44.763109 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:17:44.763152 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:17:44.763190 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:17:44.763232 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:17:44.764643 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5216 rows, containing 4 columns (4 merged, 0 gathered) in 0.001896064 sec., 2750961.9928441234 rows/sec., 39.35 MiB/sec. 2026.01.22 22:17:44.765438 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.22 22:17:44.765783 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_11_2} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:44.765869 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_11_2} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.22 22:17:44.765963 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.01.22 22:17:45.048844 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.01.22 22:17:45.065131 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:45.065182 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:45.071245 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:17:45.071936 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:45.072220 [ 41 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.22 22:17:45.072307 [ 41 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:45.072342 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:45.072438 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:45.074696 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.01.22 22:17:45.075441 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:45.076149 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:45.079398 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:45.082836 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:45.086825 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:45.091266 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:45.095630 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:17:45.146009 [ 201 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.073611014 sec., 1127.5486573245682 rows/sec., 5.83 MiB/sec. 2026.01.22 22:17:45.148506 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.22 22:17:45.150669 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_11_2} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:45.150777 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_11_2} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.22 22:17:45.152745 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.01.22 22:17:46.000204 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 210.58 MiB, peak 220.46 MiB, free memory in arenas 0.00 B, will set to 219.46 MiB (RSS), difference: 8.88 MiB 2026.01.22 22:17:47.522640 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.522872 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} executeQuery: (from [fd00:1122:3344:101::d]:65417) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:47.523226 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:17:47.523271 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:47.523551 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:47.523621 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:17:47.523757 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.01.22 22:17:47.523878 [ 320 ] {2df6b114-5625-4605-88dc-eb60091412a1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:17:47.523894 [ 341 ] {2df6b114-5625-4605-88dc-eb60091412a1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.22 22:17:47.523878 [ 340 ] {2df6b114-5625-4605-88dc-eb60091412a1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:17:47.524037 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:17:47.524068 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:17:47.524159 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:17:47.524180 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.22 22:17:47.524215 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:47.524255 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:47.524291 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} 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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session: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.01.22 22:17:47.525200 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} executeQuery: Read 41 rows, 1.65 KiB in 0.002427 sec., 16893.283889575607 rows/sec., 680.41 KiB/sec. 2026.01.22 22:17:47.525348 [ 277 ] {2df6b114-5625-4605-88dc-eb60091412a1} TCPHandler: Processed in 0.002835761 sec. 2026.01.22 22:17:47.532022 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.532139 [ 277 ] {ab4f68b7-d7f1-4ff3-8090-2f4ad1e0621f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.22 22:17:47.532187 [ 277 ] {ab4f68b7-d7f1-4ff3-8090-2f4ad1e0621f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:17:47.532719 [ 277 ] {ab4f68b7-d7f1-4ff3-8090-2f4ad1e0621f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.532765 [ 277 ] {ab4f68b7-d7f1-4ff3-8090-2f4ad1e0621f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.533172 [ 277 ] {ab4f68b7-d7f1-4ff3-8090-2f4ad1e0621f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:17:47.533374 [ 277 ] {ab4f68b7-d7f1-4ff3-8090-2f4ad1e0621f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.533522 [ 277 ] {ab4f68b7-d7f1-4ff3-8090-2f4ad1e0621f} executeQuery: Read 1 rows, 106.00 B in 0.001419 sec., 704.7216349541932 rows/sec., 72.95 KiB/sec. 2026.01.22 22:17:47.533563 [ 277 ] {ab4f68b7-d7f1-4ff3-8090-2f4ad1e0621f} TCPHandler: Processed in 0.001595462 sec. 2026.01.22 22:17:47.533676 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.533776 [ 277 ] {4aff77ec-e47f-429d-886c-65475d3a4cd5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:17:47.533819 [ 277 ] {4aff77ec-e47f-429d-886c-65475d3a4cd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:17:47.534246 [ 277 ] {4aff77ec-e47f-429d-886c-65475d3a4cd5} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.534284 [ 277 ] {4aff77ec-e47f-429d-886c-65475d3a4cd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.534589 [ 277 ] {4aff77ec-e47f-429d-886c-65475d3a4cd5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:17:47.534802 [ 277 ] {4aff77ec-e47f-429d-886c-65475d3a4cd5} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.534932 [ 277 ] {4aff77ec-e47f-429d-886c-65475d3a4cd5} executeQuery: Read 24 rows, 2.04 KiB in 0.001178 sec., 20373.51443123939 rows/sec., 1.69 MiB/sec. 2026.01.22 22:17:47.534970 [ 277 ] {4aff77ec-e47f-429d-886c-65475d3a4cd5} TCPHandler: Processed in 0.00134515 sec. 2026.01.22 22:17:47.535085 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.535180 [ 277 ] {9f289872-1586-4cbc-8da9-ca84bee74dd9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:17:47.535220 [ 277 ] {9f289872-1586-4cbc-8da9-ca84bee74dd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:17:47.535605 [ 277 ] {9f289872-1586-4cbc-8da9-ca84bee74dd9} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.535641 [ 277 ] {9f289872-1586-4cbc-8da9-ca84bee74dd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.535928 [ 277 ] {9f289872-1586-4cbc-8da9-ca84bee74dd9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:17:47.536135 [ 277 ] {9f289872-1586-4cbc-8da9-ca84bee74dd9} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.536259 [ 277 ] {9f289872-1586-4cbc-8da9-ca84bee74dd9} executeQuery: Read 6 rows, 501.00 B in 0.001098 sec., 5464.48087431694 rows/sec., 445.59 KiB/sec. 2026.01.22 22:17:47.536296 [ 277 ] {9f289872-1586-4cbc-8da9-ca84bee74dd9} TCPHandler: Processed in 0.001262429 sec. 2026.01.22 22:17:47.536407 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.536501 [ 277 ] {175b43ec-fb53-4ed9-b95a-3b383577872a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:47.536540 [ 277 ] {175b43ec-fb53-4ed9-b95a-3b383577872a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:47.536999 [ 277 ] {175b43ec-fb53-4ed9-b95a-3b383577872a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.537037 [ 277 ] {175b43ec-fb53-4ed9-b95a-3b383577872a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.537359 [ 277 ] {175b43ec-fb53-4ed9-b95a-3b383577872a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:17:47.537569 [ 277 ] {175b43ec-fb53-4ed9-b95a-3b383577872a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.537693 [ 277 ] {175b43ec-fb53-4ed9-b95a-3b383577872a} executeQuery: Read 191 rows, 17.20 KiB in 0.00121 sec., 157851.23966942148 rows/sec., 13.88 MiB/sec. 2026.01.22 22:17:47.537730 [ 277 ] {175b43ec-fb53-4ed9-b95a-3b383577872a} TCPHandler: Processed in 0.001372061 sec. 2026.01.22 22:17:47.537841 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.537934 [ 277 ] {4acae3dc-816b-41b7-a9cb-e19186ff0014} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:17:47.537973 [ 277 ] {4acae3dc-816b-41b7-a9cb-e19186ff0014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:17:47.538360 [ 277 ] {4acae3dc-816b-41b7-a9cb-e19186ff0014} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.538396 [ 277 ] {4acae3dc-816b-41b7-a9cb-e19186ff0014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.538689 [ 277 ] {4acae3dc-816b-41b7-a9cb-e19186ff0014} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:17:47.538897 [ 277 ] {4acae3dc-816b-41b7-a9cb-e19186ff0014} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.539024 [ 277 ] {4acae3dc-816b-41b7-a9cb-e19186ff0014} executeQuery: Read 23 rows, 1.76 KiB in 0.001107 sec., 20776.874435411024 rows/sec., 1.55 MiB/sec. 2026.01.22 22:17:47.539067 [ 277 ] {4acae3dc-816b-41b7-a9cb-e19186ff0014} TCPHandler: Processed in 0.00127471 sec. 2026.01.22 22:17:47.539187 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.539308 [ 277 ] {21f79c30-e41d-45fa-9006-8a695fd46568} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:17:47.539355 [ 277 ] {21f79c30-e41d-45fa-9006-8a695fd46568} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:17:47.539783 [ 277 ] {21f79c30-e41d-45fa-9006-8a695fd46568} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.539821 [ 277 ] {21f79c30-e41d-45fa-9006-8a695fd46568} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.540128 [ 277 ] {21f79c30-e41d-45fa-9006-8a695fd46568} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:17:47.540343 [ 277 ] {21f79c30-e41d-45fa-9006-8a695fd46568} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.540474 [ 277 ] {21f79c30-e41d-45fa-9006-8a695fd46568} executeQuery: Read 26 rows, 2.17 KiB in 0.001192 sec., 21812.080536912752 rows/sec., 1.78 MiB/sec. 2026.01.22 22:17:47.540511 [ 277 ] {21f79c30-e41d-45fa-9006-8a695fd46568} TCPHandler: Processed in 0.00138533 sec. 2026.01.22 22:17:47.540634 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.540757 [ 277 ] {5fd0b61b-e157-485d-9e10-7431f96dbf51} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:17:47.540806 [ 277 ] {5fd0b61b-e157-485d-9e10-7431f96dbf51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:17:47.541273 [ 277 ] {5fd0b61b-e157-485d-9e10-7431f96dbf51} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.541318 [ 277 ] {5fd0b61b-e157-485d-9e10-7431f96dbf51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.541643 [ 277 ] {5fd0b61b-e157-485d-9e10-7431f96dbf51} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:17:47.541855 [ 277 ] {5fd0b61b-e157-485d-9e10-7431f96dbf51} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.541984 [ 277 ] {5fd0b61b-e157-485d-9e10-7431f96dbf51} executeQuery: Read 12 rows, 960.00 B in 0.001251 sec., 9592.32613908873 rows/sec., 749.40 KiB/sec. 2026.01.22 22:17:47.542021 [ 277 ] {5fd0b61b-e157-485d-9e10-7431f96dbf51} TCPHandler: Processed in 0.001450071 sec. 2026.01.22 22:17:47.542145 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.542240 [ 277 ] {bb5aa7f9-c3a9-4d73-a58e-c326df618aed} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:47.542279 [ 277 ] {bb5aa7f9-c3a9-4d73-a58e-c326df618aed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:47.542704 [ 277 ] {bb5aa7f9-c3a9-4d73-a58e-c326df618aed} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.542740 [ 277 ] {bb5aa7f9-c3a9-4d73-a58e-c326df618aed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.543043 [ 277 ] {bb5aa7f9-c3a9-4d73-a58e-c326df618aed} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:17:47.543244 [ 277 ] {bb5aa7f9-c3a9-4d73-a58e-c326df618aed} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.543368 [ 277 ] {bb5aa7f9-c3a9-4d73-a58e-c326df618aed} executeQuery: Read 114 rows, 9.50 KiB in 0.001147 sec., 99389.7122929381 rows/sec., 8.09 MiB/sec. 2026.01.22 22:17:47.543404 [ 277 ] {bb5aa7f9-c3a9-4d73-a58e-c326df618aed} TCPHandler: Processed in 0.00131101 sec. 2026.01.22 22:17:47.543519 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.543614 [ 277 ] {dc60ce47-491b-4f1a-bee0-051c33cba5e9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:47.543657 [ 277 ] {dc60ce47-491b-4f1a-bee0-051c33cba5e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:47.544040 [ 277 ] {dc60ce47-491b-4f1a-bee0-051c33cba5e9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.544075 [ 277 ] {dc60ce47-491b-4f1a-bee0-051c33cba5e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.544395 [ 277 ] {dc60ce47-491b-4f1a-bee0-051c33cba5e9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:17:47.544607 [ 277 ] {dc60ce47-491b-4f1a-bee0-051c33cba5e9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.544733 [ 277 ] {dc60ce47-491b-4f1a-bee0-051c33cba5e9} executeQuery: Read 199 rows, 14.61 KiB in 0.001137 sec., 175021.98768689533 rows/sec., 12.55 MiB/sec. 2026.01.22 22:17:47.544768 [ 277 ] {dc60ce47-491b-4f1a-bee0-051c33cba5e9} TCPHandler: Processed in 0.00129989 sec. 2026.01.22 22:17:47.544882 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.544976 [ 277 ] {15b851d5-6e66-4195-a599-3a32df78cbba} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:17:47.545017 [ 277 ] {15b851d5-6e66-4195-a599-3a32df78cbba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:17:47.545329 [ 277 ] {15b851d5-6e66-4195-a599-3a32df78cbba} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.545365 [ 277 ] {15b851d5-6e66-4195-a599-3a32df78cbba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.545648 [ 277 ] {15b851d5-6e66-4195-a599-3a32df78cbba} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:17:47.545850 [ 277 ] {15b851d5-6e66-4195-a599-3a32df78cbba} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.545972 [ 277 ] {15b851d5-6e66-4195-a599-3a32df78cbba} executeQuery: Read 2 rows, 130.00 B in 0.001015 sec., 1970.4433497536945 rows/sec., 125.08 KiB/sec. 2026.01.22 22:17:47.546008 [ 277 ] {15b851d5-6e66-4195-a599-3a32df78cbba} TCPHandler: Processed in 0.001177639 sec. 2026.01.22 22:17:47.546111 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.546206 [ 277 ] {2f522ef7-4826-4ccf-a64c-61f6eb4ae0c0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:47.546258 [ 277 ] {2f522ef7-4826-4ccf-a64c-61f6eb4ae0c0} 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.01.22 22:17:47.546948 [ 277 ] {2f522ef7-4826-4ccf-a64c-61f6eb4ae0c0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.546984 [ 277 ] {2f522ef7-4826-4ccf-a64c-61f6eb4ae0c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.547460 [ 277 ] {2f522ef7-4826-4ccf-a64c-61f6eb4ae0c0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:17:47.547677 [ 277 ] {2f522ef7-4826-4ccf-a64c-61f6eb4ae0c0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.547781 [ 61 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.22 22:17:47.547811 [ 277 ] {2f522ef7-4826-4ccf-a64c-61f6eb4ae0c0} executeQuery: Read 5 rows, 9.17 KiB in 0.001623 sec., 3080.714725816389 rows/sec., 5.52 MiB/sec. 2026.01.22 22:17:47.547846 [ 61 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.547872 [ 277 ] {2f522ef7-4826-4ccf-a64c-61f6eb4ae0c0} TCPHandler: Processed in 0.001810674 sec. 2026.01.22 22:17:47.547875 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.547992 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.547994 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:17:47.548095 [ 277 ] {5eb68df1-458b-4dbf-80a2-28c3bc765dbe} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.22 22:17:47.548140 [ 277 ] {5eb68df1-458b-4dbf-80a2-28c3bc765dbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.22 22:17:47.548248 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:17:47.548315 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part 2026.01.22 22:17:47.548457 [ 277 ] {5eb68df1-458b-4dbf-80a2-28c3bc765dbe} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.548472 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 33 rows starting from the beginning of the part 2026.01.22 22:17:47.548499 [ 277 ] {5eb68df1-458b-4dbf-80a2-28c3bc765dbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.548587 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2026.01.22 22:17:47.548688 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2026.01.22 22:17:47.548779 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2026.01.22 22:17:47.548803 [ 277 ] {5eb68df1-458b-4dbf-80a2-28c3bc765dbe} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:17:47.548874 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part 2026.01.22 22:17:47.549028 [ 277 ] {5eb68df1-458b-4dbf-80a2-28c3bc765dbe} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.549157 [ 277 ] {5eb68df1-458b-4dbf-80a2-28c3bc765dbe} executeQuery: Read 3 rows, 217.00 B in 0.001081 sec., 2775.208140610546 rows/sec., 196.04 KiB/sec. 2026.01.22 22:17:47.549193 [ 277 ] {5eb68df1-458b-4dbf-80a2-28c3bc765dbe} TCPHandler: Processed in 0.00125227 sec. 2026.01.22 22:17:47.549316 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:47.549439 [ 277 ] {2a81ac58-2cd7-460f-9114-dc4c0c6be9f1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:47.549490 [ 277 ] {2a81ac58-2cd7-460f-9114-dc4c0c6be9f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:47.549848 [ 277 ] {2a81ac58-2cd7-460f-9114-dc4c0c6be9f1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:47.549886 [ 277 ] {2a81ac58-2cd7-460f-9114-dc4c0c6be9f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:47.550332 [ 277 ] {2a81ac58-2cd7-460f-9114-dc4c0c6be9f1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:17:47.550563 [ 277 ] {2a81ac58-2cd7-460f-9114-dc4c0c6be9f1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.550700 [ 277 ] {2a81ac58-2cd7-460f-9114-dc4c0c6be9f1} executeQuery: Read 60 rows, 4.14 KiB in 0.001285 sec., 46692.607003891055 rows/sec., 3.15 MiB/sec. 2026.01.22 22:17:47.550737 [ 277 ] {2a81ac58-2cd7-460f-9114-dc4c0c6be9f1} TCPHandler: Processed in 0.001481931 sec. 2026.01.22 22:17:47.555990 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 161 rows, containing 19 columns (19 merged, 0 gathered) in 0.00803502 sec., 20037.2867771331 rows/sec., 35.91 MiB/sec. 2026.01.22 22:17:47.556396 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.22 22:17:47.556735 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_6_1} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:47.556810 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_6_1} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.22 22:17:47.556918 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.22 22:17:52.164788 [ 104 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:17:52.164846 [ 104 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:17:52.262701 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5728 2026.01.22 22:17:52.263289 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:52.263345 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:52.263959 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:17:52.264239 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:52.264404 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5728 2026.01.22 22:17:52.267228 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 366 2026.01.22 22:17:52.269641 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:52.269693 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:52.270924 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:17:52.271219 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:52.271575 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 366 2026.01.22 22:17:52.528958 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:52.529126 [ 277 ] {c0a6b6e6-b97f-4dab-8c31-1f54ce19f0cb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:52.529186 [ 277 ] {c0a6b6e6-b97f-4dab-8c31-1f54ce19f0cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:52.529848 [ 277 ] {c0a6b6e6-b97f-4dab-8c31-1f54ce19f0cb} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:52.529889 [ 277 ] {c0a6b6e6-b97f-4dab-8c31-1f54ce19f0cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:52.530269 [ 277 ] {c0a6b6e6-b97f-4dab-8c31-1f54ce19f0cb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:17:52.530487 [ 277 ] {c0a6b6e6-b97f-4dab-8c31-1f54ce19f0cb} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:52.530625 [ 277 ] {c0a6b6e6-b97f-4dab-8c31-1f54ce19f0cb} executeQuery: Read 128 rows, 11.26 KiB in 0.001547 sec., 82740.78862314156 rows/sec., 7.11 MiB/sec. 2026.01.22 22:17:52.530663 [ 277 ] {c0a6b6e6-b97f-4dab-8c31-1f54ce19f0cb} TCPHandler: Processed in 0.001821963 sec. 2026.01.22 22:17:52.530785 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:52.530877 [ 277 ] {c84dbe32-f024-411c-af39-354fcacd5fa6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:17:52.530916 [ 277 ] {c84dbe32-f024-411c-af39-354fcacd5fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:17:52.531316 [ 277 ] {c84dbe32-f024-411c-af39-354fcacd5fa6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:52.531348 [ 277 ] {c84dbe32-f024-411c-af39-354fcacd5fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:52.531615 [ 277 ] {c84dbe32-f024-411c-af39-354fcacd5fa6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:17:52.531828 [ 277 ] {c84dbe32-f024-411c-af39-354fcacd5fa6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:52.531943 [ 277 ] {c84dbe32-f024-411c-af39-354fcacd5fa6} executeQuery: Read 36 rows, 2.71 KiB in 0.001142 sec., 31523.642732049037 rows/sec., 2.31 MiB/sec. 2026.01.22 22:17:52.531975 [ 277 ] {c84dbe32-f024-411c-af39-354fcacd5fa6} TCPHandler: Processed in 0.0012982 sec. 2026.01.22 22:17:52.532144 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:52.532242 [ 277 ] {3b910ae3-7f01-41f8-a809-a196040e3eeb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:52.532280 [ 277 ] {3b910ae3-7f01-41f8-a809-a196040e3eeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:52.532697 [ 277 ] {3b910ae3-7f01-41f8-a809-a196040e3eeb} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:52.532731 [ 277 ] {3b910ae3-7f01-41f8-a809-a196040e3eeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:52.533018 [ 277 ] {3b910ae3-7f01-41f8-a809-a196040e3eeb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:17:52.533220 [ 277 ] {3b910ae3-7f01-41f8-a809-a196040e3eeb} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:52.533339 [ 277 ] {3b910ae3-7f01-41f8-a809-a196040e3eeb} executeQuery: Read 100 rows, 8.00 KiB in 0.001114 sec., 89766.60682226213 rows/sec., 7.01 MiB/sec. 2026.01.22 22:17:52.533373 [ 277 ] {3b910ae3-7f01-41f8-a809-a196040e3eeb} TCPHandler: Processed in 0.001275789 sec. 2026.01.22 22:17:52.533483 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:52.533573 [ 277 ] {e27c254b-e401-4279-8bb3-ec44916060ec} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:52.533615 [ 277 ] {e27c254b-e401-4279-8bb3-ec44916060ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:52.534013 [ 277 ] {e27c254b-e401-4279-8bb3-ec44916060ec} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:52.534046 [ 277 ] {e27c254b-e401-4279-8bb3-ec44916060ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:52.534369 [ 277 ] {e27c254b-e401-4279-8bb3-ec44916060ec} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:17:52.534569 [ 277 ] {e27c254b-e401-4279-8bb3-ec44916060ec} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:52.534690 [ 277 ] {e27c254b-e401-4279-8bb3-ec44916060ec} executeQuery: Read 160 rows, 11.41 KiB in 0.001135 sec., 140969.16299559473 rows/sec., 9.82 MiB/sec. 2026.01.22 22:17:52.534725 [ 277 ] {e27c254b-e401-4279-8bb3-ec44916060ec} TCPHandler: Processed in 0.001288999 sec. 2026.01.22 22:17:52.534825 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:52.534915 [ 277 ] {5fc24d3b-d1b7-455a-a3cd-a85f7a257491} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:52.534966 [ 277 ] {5fc24d3b-d1b7-455a-a3cd-a85f7a257491} 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.01.22 22:17:52.535803 [ 277 ] {5fc24d3b-d1b7-455a-a3cd-a85f7a257491} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:52.535839 [ 277 ] {5fc24d3b-d1b7-455a-a3cd-a85f7a257491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:52.536417 [ 277 ] {5fc24d3b-d1b7-455a-a3cd-a85f7a257491} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:17:52.536643 [ 277 ] {5fc24d3b-d1b7-455a-a3cd-a85f7a257491} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:52.536777 [ 277 ] {5fc24d3b-d1b7-455a-a3cd-a85f7a257491} executeQuery: Read 36 rows, 66.06 KiB in 0.001879 sec., 19159.127195316658 rows/sec., 34.33 MiB/sec. 2026.01.22 22:17:52.536827 [ 277 ] {5fc24d3b-d1b7-455a-a3cd-a85f7a257491} TCPHandler: Processed in 0.002048295 sec. 2026.01.22 22:17:52.536943 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:52.537036 [ 277 ] {35ec4c1f-5026-4c4c-8537-59851dd4c767} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:52.537079 [ 277 ] {35ec4c1f-5026-4c4c-8537-59851dd4c767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:52.537421 [ 277 ] {35ec4c1f-5026-4c4c-8537-59851dd4c767} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:52.537455 [ 277 ] {35ec4c1f-5026-4c4c-8537-59851dd4c767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:52.537753 [ 277 ] {35ec4c1f-5026-4c4c-8537-59851dd4c767} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:17:52.537959 [ 277 ] {35ec4c1f-5026-4c4c-8537-59851dd4c767} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:52.538086 [ 277 ] {35ec4c1f-5026-4c4c-8537-59851dd4c767} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.01.22 22:17:52.538122 [ 277 ] {35ec4c1f-5026-4c4c-8537-59851dd4c767} TCPHandler: Processed in 0.001228449 sec. 2026.01.22 22:17:52.574817 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.01.22 22:17:52.591839 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:52.591878 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:52.597497 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:17:52.598152 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:52.600977 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.01.22 22:17:57.527687 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:57.527883 [ 277 ] {c395b39b-aa7a-48cb-ab82-c31100e068a8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:17:57.527950 [ 277 ] {c395b39b-aa7a-48cb-ab82-c31100e068a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:17:57.528593 [ 277 ] {c395b39b-aa7a-48cb-ab82-c31100e068a8} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:57.528644 [ 277 ] {c395b39b-aa7a-48cb-ab82-c31100e068a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:57.529054 [ 277 ] {c395b39b-aa7a-48cb-ab82-c31100e068a8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:17:57.529290 [ 277 ] {c395b39b-aa7a-48cb-ab82-c31100e068a8} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:57.529447 [ 277 ] {c395b39b-aa7a-48cb-ab82-c31100e068a8} executeQuery: Read 66 rows, 5.35 KiB in 0.001613 sec., 40917.54494730316 rows/sec., 3.24 MiB/sec. 2026.01.22 22:17:57.529496 [ 277 ] {c395b39b-aa7a-48cb-ab82-c31100e068a8} TCPHandler: Processed in 0.001938455 sec. 2026.01.22 22:17:57.529620 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:57.529721 [ 277 ] {be347aee-0a42-4a7e-9bf9-21a9041e64de} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:17:57.529765 [ 277 ] {be347aee-0a42-4a7e-9bf9-21a9041e64de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:17:57.530171 [ 277 ] {be347aee-0a42-4a7e-9bf9-21a9041e64de} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:57.530209 [ 277 ] {be347aee-0a42-4a7e-9bf9-21a9041e64de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:57.530503 [ 277 ] {be347aee-0a42-4a7e-9bf9-21a9041e64de} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:17:57.530709 [ 277 ] {be347aee-0a42-4a7e-9bf9-21a9041e64de} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:57.530839 [ 277 ] {be347aee-0a42-4a7e-9bf9-21a9041e64de} executeQuery: Read 5 rows, 385.00 B in 0.001142 sec., 4378.283712784589 rows/sec., 329.23 KiB/sec. 2026.01.22 22:17:57.530876 [ 277 ] {be347aee-0a42-4a7e-9bf9-21a9041e64de} TCPHandler: Processed in 0.00130795 sec. 2026.01.22 22:17:57.530987 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:57.531081 [ 277 ] {2ec5c7da-8174-4484-8a3a-81f48900c03e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:17:57.531121 [ 277 ] {2ec5c7da-8174-4484-8a3a-81f48900c03e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:17:57.531566 [ 277 ] {2ec5c7da-8174-4484-8a3a-81f48900c03e} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:57.531603 [ 277 ] {2ec5c7da-8174-4484-8a3a-81f48900c03e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:57.531907 [ 277 ] {2ec5c7da-8174-4484-8a3a-81f48900c03e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:17:57.532114 [ 277 ] {2ec5c7da-8174-4484-8a3a-81f48900c03e} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:57.532242 [ 277 ] {2ec5c7da-8174-4484-8a3a-81f48900c03e} executeQuery: Read 69 rows, 5.52 KiB in 0.00118 sec., 58474.57627118644 rows/sec., 4.56 MiB/sec. 2026.01.22 22:17:57.532277 [ 277 ] {2ec5c7da-8174-4484-8a3a-81f48900c03e} TCPHandler: Processed in 0.00134063 sec. 2026.01.22 22:17:57.532396 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:57.532490 [ 277 ] {59a7ab8e-946f-421e-b9cb-e99a25c86cb8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:57.532534 [ 277 ] {59a7ab8e-946f-421e-b9cb-e99a25c86cb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:17:57.532972 [ 277 ] {59a7ab8e-946f-421e-b9cb-e99a25c86cb8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:57.533009 [ 277 ] {59a7ab8e-946f-421e-b9cb-e99a25c86cb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:57.533361 [ 277 ] {59a7ab8e-946f-421e-b9cb-e99a25c86cb8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:17:57.533608 [ 277 ] {59a7ab8e-946f-421e-b9cb-e99a25c86cb8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:57.533742 [ 277 ] {59a7ab8e-946f-421e-b9cb-e99a25c86cb8} executeQuery: Read 160 rows, 11.41 KiB in 0.001271 sec., 125885.12981904013 rows/sec., 8.77 MiB/sec. 2026.01.22 22:17:57.533778 [ 277 ] {59a7ab8e-946f-421e-b9cb-e99a25c86cb8} TCPHandler: Processed in 0.00143029 sec. 2026.01.22 22:17:57.533895 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:57.533991 [ 277 ] {55497a85-3aaa-4332-b8c9-911092f240e3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:17:57.534046 [ 277 ] {55497a85-3aaa-4332-b8c9-911092f240e3} 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.01.22 22:17:57.534763 [ 277 ] {55497a85-3aaa-4332-b8c9-911092f240e3} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:57.534799 [ 277 ] {55497a85-3aaa-4332-b8c9-911092f240e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:57.535296 [ 277 ] {55497a85-3aaa-4332-b8c9-911092f240e3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:17:57.535523 [ 277 ] {55497a85-3aaa-4332-b8c9-911092f240e3} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:57.535661 [ 277 ] {55497a85-3aaa-4332-b8c9-911092f240e3} executeQuery: Read 5 rows, 9.17 KiB in 0.001689 sec., 2960.331557134399 rows/sec., 5.30 MiB/sec. 2026.01.22 22:17:57.535719 [ 277 ] {55497a85-3aaa-4332-b8c9-911092f240e3} TCPHandler: Processed in 0.001871944 sec. 2026.01.22 22:17:57.535831 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:17:57.535925 [ 277 ] {03e1ef03-9269-4782-9550-41d882b8be8b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:17:57.535968 [ 277 ] {03e1ef03-9269-4782-9550-41d882b8be8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:17:57.536304 [ 277 ] {03e1ef03-9269-4782-9550-41d882b8be8b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:57.536340 [ 277 ] {03e1ef03-9269-4782-9550-41d882b8be8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:57.536637 [ 277 ] {03e1ef03-9269-4782-9550-41d882b8be8b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:17:57.536846 [ 277 ] {03e1ef03-9269-4782-9550-41d882b8be8b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:57.536973 [ 277 ] {03e1ef03-9269-4782-9550-41d882b8be8b} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2026.01.22 22:17:57.537007 [ 277 ] {03e1ef03-9269-4782-9550-41d882b8be8b} TCPHandler: Processed in 0.00122509 sec. 2026.01.22 22:17:59.764541 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6176 2026.01.22 22:17:59.765132 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:17:59.765213 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:17:59.765910 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:17:59.766150 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:17:59.766297 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6176 2026.01.22 22:18:00.101102 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.01.22 22:18:00.117232 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:00.117297 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:18:00.123397 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:18:00.124093 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:00.126882 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.01.22 22:18:02.271811 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 390 2026.01.22 22:18:02.274009 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.274066 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:18:02.275214 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:18:02.275497 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.275835 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 390 2026.01.22 22:18:02.529387 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:02.529660 [ 277 ] {1220a551-a5c7-4e21-b0d3-b4da83d66d4a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:18:02.529766 [ 277 ] {1220a551-a5c7-4e21-b0d3-b4da83d66d4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:18:02.530456 [ 277 ] {1220a551-a5c7-4e21-b0d3-b4da83d66d4a} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.530504 [ 277 ] {1220a551-a5c7-4e21-b0d3-b4da83d66d4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:18:02.530873 [ 277 ] {1220a551-a5c7-4e21-b0d3-b4da83d66d4a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:18:02.531112 [ 277 ] {1220a551-a5c7-4e21-b0d3-b4da83d66d4a} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.531271 [ 277 ] {1220a551-a5c7-4e21-b0d3-b4da83d66d4a} executeQuery: Read 10 rows, 835.00 B in 0.001688 sec., 5924.170616113744 rows/sec., 483.07 KiB/sec. 2026.01.22 22:18:02.531319 [ 277 ] {1220a551-a5c7-4e21-b0d3-b4da83d66d4a} TCPHandler: Processed in 0.002111916 sec. 2026.01.22 22:18:02.531444 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:02.531546 [ 277 ] {5c20616f-ad2b-4c53-a47c-4af8371c97d5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:02.531589 [ 277 ] {5c20616f-ad2b-4c53-a47c-4af8371c97d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:02.532060 [ 277 ] {5c20616f-ad2b-4c53-a47c-4af8371c97d5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.532098 [ 277 ] {5c20616f-ad2b-4c53-a47c-4af8371c97d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:18:02.532417 [ 277 ] {5c20616f-ad2b-4c53-a47c-4af8371c97d5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:18:02.532628 [ 277 ] {5c20616f-ad2b-4c53-a47c-4af8371c97d5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.532735 [ 92 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.22 22:18:02.532757 [ 277 ] {5c20616f-ad2b-4c53-a47c-4af8371c97d5} executeQuery: Read 133 rows, 11.63 KiB in 0.001236 sec., 107605.17799352751 rows/sec., 9.19 MiB/sec. 2026.01.22 22:18:02.532799 [ 92 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.532809 [ 277 ] {5c20616f-ad2b-4c53-a47c-4af8371c97d5} TCPHandler: Processed in 0.00141786 sec. 2026.01.22 22:18:02.532829 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:18:02.532935 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:02.532993 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:18:02.533034 [ 277 ] {eefaee0e-8e82-4528-afda-d75afb01618d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:02.533094 [ 277 ] {eefaee0e-8e82-4528-afda-d75afb01618d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:02.533215 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:02.533277 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1400 rows starting from the beginning of the part 2026.01.22 22:18:02.533418 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 128 rows starting from the beginning of the part 2026.01.22 22:18:02.533499 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 191 rows starting from the beginning of the part 2026.01.22 22:18:02.533507 [ 277 ] {eefaee0e-8e82-4528-afda-d75afb01618d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.533559 [ 277 ] {eefaee0e-8e82-4528-afda-d75afb01618d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:02.533568 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 128 rows starting from the beginning of the part 2026.01.22 22:18:02.533638 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 66 rows starting from the beginning of the part 2026.01.22 22:18:02.533702 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 133 rows starting from the beginning of the part 2026.01.22 22:18:02.533886 [ 277 ] {eefaee0e-8e82-4528-afda-d75afb01618d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:18:02.534146 [ 277 ] {eefaee0e-8e82-4528-afda-d75afb01618d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.534248 [ 92 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.22 22:18:02.534279 [ 92 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.534283 [ 277 ] {eefaee0e-8e82-4528-afda-d75afb01618d} executeQuery: Read 46 rows, 3.41 KiB in 0.001268 sec., 36277.602523659305 rows/sec., 2.62 MiB/sec. 2026.01.22 22:18:02.534300 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:02.534331 [ 277 ] {eefaee0e-8e82-4528-afda-d75afb01618d} TCPHandler: Processed in 0.001447111 sec. 2026.01.22 22:18:02.534387 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:18:02.534452 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:02.534489 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:02.534519 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 283 rows starting from the beginning of the part 2026.01.22 22:18:02.534551 [ 277 ] {842eb1ff-e207-460c-afb4-5261853993e8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:02.534570 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part 2026.01.22 22:18:02.534597 [ 277 ] {842eb1ff-e207-460c-afb4-5261853993e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:02.534618 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part 2026.01.22 22:18:02.534663 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2026.01.22 22:18:02.534699 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part 2026.01.22 22:18:02.534738 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part 2026.01.22 22:18:02.535048 [ 277 ] {842eb1ff-e207-460c-afb4-5261853993e8} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.535063 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2046 rows, containing 5 columns (5 merged, 0 gathered) in 0.002161156 sec., 946715.5540830926 rows/sec., 81.64 MiB/sec. 2026.01.22 22:18:02.535090 [ 277 ] {842eb1ff-e207-460c-afb4-5261853993e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:02.535343 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.22 22:18:02.535503 [ 277 ] {842eb1ff-e207-460c-afb4-5261853993e8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:18:02.535519 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 429 rows, containing 5 columns (5 merged, 0 gathered) in 0.001167259 sec., 367527.68665737426 rows/sec., 25.54 MiB/sec. 2026.01.22 22:18:02.535654 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_16_3} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.535690 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.22 22:18:02.535753 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_16_3} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.22 22:18:02.535791 [ 277 ] {842eb1ff-e207-460c-afb4-5261853993e8} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.535874 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.01.22 22:18:02.535909 [ 92 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.22 22:18:02.535938 [ 277 ] {842eb1ff-e207-460c-afb4-5261853993e8} executeQuery: Read 110 rows, 8.81 KiB in 0.001406 sec., 78236.13086770981 rows/sec., 6.12 MiB/sec. 2026.01.22 22:18:02.535944 [ 92 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.535974 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_11_2} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.535983 [ 277 ] {842eb1ff-e207-460c-afb4-5261853993e8} TCPHandler: Processed in 0.001579942 sec. 2026.01.22 22:18:02.535980 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:18:02.536062 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_11_2} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.22 22:18:02.536073 [ 189 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:18:02.536114 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:02.536141 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:18:02.536153 [ 189 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:02.536179 [ 189 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 832 rows starting from the beginning of the part 2026.01.22 22:18:02.536215 [ 277 ] {b086d02b-79c3-4477-a0bb-cdb5e1827a38} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:02.536222 [ 189 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part 2026.01.22 22:18:02.536268 [ 277 ] {b086d02b-79c3-4477-a0bb-cdb5e1827a38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:02.536274 [ 189 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 114 rows starting from the beginning of the part 2026.01.22 22:18:02.536321 [ 189 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 100 rows starting from the beginning of the part 2026.01.22 22:18:02.536354 [ 189 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 69 rows starting from the beginning of the part 2026.01.22 22:18:02.536391 [ 189 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 110 rows starting from the beginning of the part 2026.01.22 22:18:02.536712 [ 277 ] {b086d02b-79c3-4477-a0bb-cdb5e1827a38} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.536753 [ 277 ] {b086d02b-79c3-4477-a0bb-cdb5e1827a38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:02.537094 [ 277 ] {b086d02b-79c3-4477-a0bb-cdb5e1827a38} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:18:02.537226 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1325 rows, containing 5 columns (5 merged, 0 gathered) in 0.001181849 sec., 1121124.610673614 rows/sec., 87.25 MiB/sec. 2026.01.22 22:18:02.537307 [ 277 ] {b086d02b-79c3-4477-a0bb-cdb5e1827a38} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.537376 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.22 22:18:02.537412 [ 92 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.22 22:18:02.537444 [ 92 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.537444 [ 277 ] {b086d02b-79c3-4477-a0bb-cdb5e1827a38} executeQuery: Read 165 rows, 11.76 KiB in 0.001248 sec., 132211.53846153847 rows/sec., 9.20 MiB/sec. 2026.01.22 22:18:02.537479 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:18:02.537503 [ 277 ] {b086d02b-79c3-4477-a0bb-cdb5e1827a38} TCPHandler: Processed in 0.001437231 sec. 2026.01.22 22:18:02.537550 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:18:02.537623 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_16_3} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.537625 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:02.537645 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:02.537684 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2108 rows starting from the beginning of the part 2026.01.22 22:18:02.537687 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_16_3} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.22 22:18:02.537728 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:18:02.537736 [ 277 ] {4408bbc9-0579-4e98-b68a-0d743f01ed59} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:02.537749 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.01.22 22:18:02.537764 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 199 rows starting from the beginning of the part 2026.01.22 22:18:02.537801 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:18:02.537801 [ 277 ] {4408bbc9-0579-4e98-b68a-0d743f01ed59} 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.01.22 22:18:02.537834 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:18:02.537872 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 165 rows starting from the beginning of the part 2026.01.22 22:18:02.538643 [ 277 ] {4408bbc9-0579-4e98-b68a-0d743f01ed59} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.538685 [ 277 ] {4408bbc9-0579-4e98-b68a-0d743f01ed59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:02.539139 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2952 rows, containing 5 columns (5 merged, 0 gathered) in 0.001614452 sec., 1828484.2163161247 rows/sec., 127.17 MiB/sec. 2026.01.22 22:18:02.539259 [ 277 ] {4408bbc9-0579-4e98-b68a-0d743f01ed59} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:18:02.539376 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.22 22:18:02.539528 [ 277 ] {4408bbc9-0579-4e98-b68a-0d743f01ed59} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.539655 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_16_3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.539683 [ 277 ] {4408bbc9-0579-4e98-b68a-0d743f01ed59} executeQuery: Read 36 rows, 66.06 KiB in 0.001966 sec., 18311.291963377418 rows/sec., 32.81 MiB/sec. 2026.01.22 22:18:02.539727 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_16_3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.22 22:18:02.539752 [ 277 ] {4408bbc9-0579-4e98-b68a-0d743f01ed59} TCPHandler: Processed in 0.002176216 sec. 2026.01.22 22:18:02.539792 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.01.22 22:18:02.539873 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:02.539971 [ 277 ] {bdd10af5-9960-45c4-b3a4-8b24f8c83141} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:02.540013 [ 277 ] {bdd10af5-9960-45c4-b3a4-8b24f8c83141} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:02.540370 [ 277 ] {bdd10af5-9960-45c4-b3a4-8b24f8c83141} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.540407 [ 277 ] {bdd10af5-9960-45c4-b3a4-8b24f8c83141} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:18:02.540710 [ 277 ] {bdd10af5-9960-45c4-b3a4-8b24f8c83141} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:18:02.540926 [ 277 ] {bdd10af5-9960-45c4-b3a4-8b24f8c83141} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.541023 [ 92 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.22 22:18:02.541053 [ 277 ] {bdd10af5-9960-45c4-b3a4-8b24f8c83141} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.01.22 22:18:02.541053 [ 92 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:02.541092 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.22 22:18:02.541094 [ 277 ] {bdd10af5-9960-45c4-b3a4-8b24f8c83141} TCPHandler: Processed in 0.00127084 sec. 2026.01.22 22:18:02.541165 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:02.541274 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:02.541303 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 666 rows starting from the beginning of the part 2026.01.22 22:18:02.541359 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:02.541405 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:02.541443 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:02.541479 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:02.541517 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.01.22 22:18:02.542385 [ 188 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 966 rows, containing 4 columns (4 merged, 0 gathered) in 0.001252179 sec., 771455.1992965862 rows/sec., 50.96 MiB/sec. 2026.01.22 22:18:02.542604 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.22 22:18:02.542922 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_16_3} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:02.542991 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_16_3} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.22 22:18:02.543060 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.22 22:18:07.165107 [ 82 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:18:07.165205 [ 82 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:18:07.266442 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6688 2026.01.22 22:18:07.266955 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:07.267003 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:07.267484 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:18:07.267721 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:07.267865 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6688 2026.01.22 22:18:07.527676 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:07.527869 [ 277 ] {220547b2-266d-4063-9066-4ce11f244501} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:07.527941 [ 277 ] {220547b2-266d-4063-9066-4ce11f244501} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:07.528619 [ 277 ] {220547b2-266d-4063-9066-4ce11f244501} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:07.528667 [ 277 ] {220547b2-266d-4063-9066-4ce11f244501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:07.529061 [ 277 ] {220547b2-266d-4063-9066-4ce11f244501} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:18:07.529292 [ 277 ] {220547b2-266d-4063-9066-4ce11f244501} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:07.529450 [ 277 ] {220547b2-266d-4063-9066-4ce11f244501} executeQuery: Read 66 rows, 5.35 KiB in 0.001635 sec., 40366.97247706422 rows/sec., 3.20 MiB/sec. 2026.01.22 22:18:07.529498 [ 277 ] {220547b2-266d-4063-9066-4ce11f244501} TCPHandler: Processed in 0.001955834 sec. 2026.01.22 22:18:07.529630 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:07.529731 [ 277 ] {b05e5e3e-2cf2-4e3d-ac2c-d01f9ff8c054} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:07.529775 [ 277 ] {b05e5e3e-2cf2-4e3d-ac2c-d01f9ff8c054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:07.530189 [ 277 ] {b05e5e3e-2cf2-4e3d-ac2c-d01f9ff8c054} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:07.530227 [ 277 ] {b05e5e3e-2cf2-4e3d-ac2c-d01f9ff8c054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:07.530527 [ 277 ] {b05e5e3e-2cf2-4e3d-ac2c-d01f9ff8c054} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:18:07.530734 [ 277 ] {b05e5e3e-2cf2-4e3d-ac2c-d01f9ff8c054} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:07.530862 [ 277 ] {b05e5e3e-2cf2-4e3d-ac2c-d01f9ff8c054} executeQuery: Read 5 rows, 385.00 B in 0.001154 sec., 4332.7556325823225 rows/sec., 325.80 KiB/sec. 2026.01.22 22:18:07.530898 [ 277 ] {b05e5e3e-2cf2-4e3d-ac2c-d01f9ff8c054} TCPHandler: Processed in 0.001320279 sec. 2026.01.22 22:18:07.531016 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:07.531110 [ 277 ] {6f0b4fbe-69e5-4b39-a009-9047958a604f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:07.531150 [ 277 ] {6f0b4fbe-69e5-4b39-a009-9047958a604f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:07.531573 [ 277 ] {6f0b4fbe-69e5-4b39-a009-9047958a604f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:07.531607 [ 277 ] {6f0b4fbe-69e5-4b39-a009-9047958a604f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:07.531903 [ 277 ] {6f0b4fbe-69e5-4b39-a009-9047958a604f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:18:07.532115 [ 277 ] {6f0b4fbe-69e5-4b39-a009-9047958a604f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:07.532239 [ 277 ] {6f0b4fbe-69e5-4b39-a009-9047958a604f} executeQuery: Read 69 rows, 5.52 KiB in 0.001149 sec., 60052.21932114882 rows/sec., 4.69 MiB/sec. 2026.01.22 22:18:07.532274 [ 277 ] {6f0b4fbe-69e5-4b39-a009-9047958a604f} TCPHandler: Processed in 0.00130894 sec. 2026.01.22 22:18:07.532393 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:07.532485 [ 277 ] {98331aa0-fcfc-482b-bd19-b6d56d06c9be} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:07.532528 [ 277 ] {98331aa0-fcfc-482b-bd19-b6d56d06c9be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:07.532936 [ 277 ] {98331aa0-fcfc-482b-bd19-b6d56d06c9be} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:07.532969 [ 277 ] {98331aa0-fcfc-482b-bd19-b6d56d06c9be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:07.533310 [ 277 ] {98331aa0-fcfc-482b-bd19-b6d56d06c9be} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:18:07.533526 [ 277 ] {98331aa0-fcfc-482b-bd19-b6d56d06c9be} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:07.533649 [ 277 ] {98331aa0-fcfc-482b-bd19-b6d56d06c9be} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.01.22 22:18:07.533685 [ 277 ] {98331aa0-fcfc-482b-bd19-b6d56d06c9be} TCPHandler: Processed in 0.0013403 sec. 2026.01.22 22:18:07.533801 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:07.533892 [ 277 ] {80ebda64-a7df-4660-8e16-7023d49d1e6a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:07.533944 [ 277 ] {80ebda64-a7df-4660-8e16-7023d49d1e6a} 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.01.22 22:18:07.534734 [ 277 ] {80ebda64-a7df-4660-8e16-7023d49d1e6a} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:07.534769 [ 277 ] {80ebda64-a7df-4660-8e16-7023d49d1e6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:07.535258 [ 277 ] {80ebda64-a7df-4660-8e16-7023d49d1e6a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:18:07.535475 [ 277 ] {80ebda64-a7df-4660-8e16-7023d49d1e6a} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:07.535609 [ 277 ] {80ebda64-a7df-4660-8e16-7023d49d1e6a} executeQuery: Read 5 rows, 9.17 KiB in 0.001735 sec., 2881.844380403458 rows/sec., 5.16 MiB/sec. 2026.01.22 22:18:07.535669 [ 277 ] {80ebda64-a7df-4660-8e16-7023d49d1e6a} TCPHandler: Processed in 0.001917945 sec. 2026.01.22 22:18:07.535789 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:07.535883 [ 277 ] {a2dace93-1809-4994-aed8-a802a3461f12} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:07.535925 [ 277 ] {a2dace93-1809-4994-aed8-a802a3461f12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:07.536263 [ 277 ] {a2dace93-1809-4994-aed8-a802a3461f12} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:07.536296 [ 277 ] {a2dace93-1809-4994-aed8-a802a3461f12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:07.536596 [ 277 ] {a2dace93-1809-4994-aed8-a802a3461f12} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:18:07.536807 [ 277 ] {a2dace93-1809-4994-aed8-a802a3461f12} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:07.536932 [ 277 ] {a2dace93-1809-4994-aed8-a802a3461f12} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2026.01.22 22:18:07.536965 [ 277 ] {a2dace93-1809-4994-aed8-a802a3461f12} TCPHandler: Processed in 0.001225549 sec. 2026.01.22 22:18:07.627003 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.01.22 22:18:07.643205 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:07.643247 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:07.648468 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:18:07.649190 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:07.651882 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.01.22 22:18:12.276047 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 416 2026.01.22 22:18:12.278556 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:12.278602 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:12.279745 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:18:12.280016 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:12.280351 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 416 2026.01.22 22:18:12.528792 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:12.528967 [ 277 ] {b8cefb8f-8235-4ee2-9455-d268bef1265a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:12.529033 [ 277 ] {b8cefb8f-8235-4ee2-9455-d268bef1265a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:12.529706 [ 277 ] {b8cefb8f-8235-4ee2-9455-d268bef1265a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:12.529755 [ 277 ] {b8cefb8f-8235-4ee2-9455-d268bef1265a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:12.530141 [ 277 ] {b8cefb8f-8235-4ee2-9455-d268bef1265a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:18:12.530373 [ 277 ] {b8cefb8f-8235-4ee2-9455-d268bef1265a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:12.530541 [ 277 ] {b8cefb8f-8235-4ee2-9455-d268bef1265a} executeQuery: Read 128 rows, 11.26 KiB in 0.001622 sec., 78914.91985203452 rows/sec., 6.78 MiB/sec. 2026.01.22 22:18:12.530587 [ 277 ] {b8cefb8f-8235-4ee2-9455-d268bef1265a} TCPHandler: Processed in 0.001918984 sec. 2026.01.22 22:18:12.530716 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:12.530819 [ 277 ] {af4cb7fc-5821-4516-bd60-780e2e2636b1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:12.530862 [ 277 ] {af4cb7fc-5821-4516-bd60-780e2e2636b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:12.531288 [ 277 ] {af4cb7fc-5821-4516-bd60-780e2e2636b1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:12.531327 [ 277 ] {af4cb7fc-5821-4516-bd60-780e2e2636b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:12.531629 [ 277 ] {af4cb7fc-5821-4516-bd60-780e2e2636b1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:18:12.531843 [ 277 ] {af4cb7fc-5821-4516-bd60-780e2e2636b1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:12.531975 [ 277 ] {af4cb7fc-5821-4516-bd60-780e2e2636b1} executeQuery: Read 36 rows, 2.71 KiB in 0.001179 sec., 30534.35114503817 rows/sec., 2.24 MiB/sec. 2026.01.22 22:18:12.532013 [ 277 ] {af4cb7fc-5821-4516-bd60-780e2e2636b1} TCPHandler: Processed in 0.00134887 sec. 2026.01.22 22:18:12.532127 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:12.532224 [ 277 ] {a4d698cf-e85a-4a91-be3e-b578b4aab8e3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:12.532264 [ 277 ] {a4d698cf-e85a-4a91-be3e-b578b4aab8e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:12.532687 [ 277 ] {a4d698cf-e85a-4a91-be3e-b578b4aab8e3} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:12.532724 [ 277 ] {a4d698cf-e85a-4a91-be3e-b578b4aab8e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:12.533019 [ 277 ] {a4d698cf-e85a-4a91-be3e-b578b4aab8e3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:18:12.533222 [ 277 ] {a4d698cf-e85a-4a91-be3e-b578b4aab8e3} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:12.533352 [ 277 ] {a4d698cf-e85a-4a91-be3e-b578b4aab8e3} executeQuery: Read 100 rows, 8.00 KiB in 0.001148 sec., 87108.01393728223 rows/sec., 6.80 MiB/sec. 2026.01.22 22:18:12.533388 [ 277 ] {a4d698cf-e85a-4a91-be3e-b578b4aab8e3} TCPHandler: Processed in 0.001312019 sec. 2026.01.22 22:18:12.533499 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:12.533594 [ 277 ] {5f599c13-7a90-4740-9560-ba65dd0e5276} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:12.533638 [ 277 ] {5f599c13-7a90-4740-9560-ba65dd0e5276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:12.534041 [ 277 ] {5f599c13-7a90-4740-9560-ba65dd0e5276} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:12.534076 [ 277 ] {5f599c13-7a90-4740-9560-ba65dd0e5276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:12.534402 [ 277 ] {5f599c13-7a90-4740-9560-ba65dd0e5276} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:18:12.534609 [ 277 ] {5f599c13-7a90-4740-9560-ba65dd0e5276} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:12.534753 [ 277 ] {5f599c13-7a90-4740-9560-ba65dd0e5276} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.01.22 22:18:12.534789 [ 277 ] {5f599c13-7a90-4740-9560-ba65dd0e5276} TCPHandler: Processed in 0.00133905 sec. 2026.01.22 22:18:12.534889 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:12.534983 [ 277 ] {69041b8d-b8a9-4ff0-a9db-4e8cf92bbbdd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:12.535037 [ 277 ] {69041b8d-b8a9-4ff0-a9db-4e8cf92bbbdd} 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.01.22 22:18:12.535836 [ 277 ] {69041b8d-b8a9-4ff0-a9db-4e8cf92bbbdd} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:12.535872 [ 277 ] {69041b8d-b8a9-4ff0-a9db-4e8cf92bbbdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:12.536410 [ 277 ] {69041b8d-b8a9-4ff0-a9db-4e8cf92bbbdd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:18:12.536641 [ 277 ] {69041b8d-b8a9-4ff0-a9db-4e8cf92bbbdd} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:12.536749 [ 128 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.22 22:18:12.536775 [ 277 ] {69041b8d-b8a9-4ff0-a9db-4e8cf92bbbdd} executeQuery: Read 36 rows, 66.06 KiB in 0.00181 sec., 19889.50276243094 rows/sec., 35.64 MiB/sec. 2026.01.22 22:18:12.536814 [ 128 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:12.536838 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:12.536847 [ 277 ] {69041b8d-b8a9-4ff0-a9db-4e8cf92bbbdd} TCPHandler: Processed in 0.002007065 sec. 2026.01.22 22:18:12.536959 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:18:12.536968 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:12.537101 [ 277 ] {c7300b85-0029-46e4-880d-f59c7d501b39} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:12.537144 [ 277 ] {c7300b85-0029-46e4-880d-f59c7d501b39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:12.537212 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:12.537286 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 161 rows starting from the beginning of the part 2026.01.22 22:18:12.537426 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part 2026.01.22 22:18:12.537520 [ 277 ] {c7300b85-0029-46e4-880d-f59c7d501b39} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:12.537539 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part 2026.01.22 22:18:12.537571 [ 277 ] {c7300b85-0029-46e4-880d-f59c7d501b39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:12.537655 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2026.01.22 22:18:12.537760 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part 2026.01.22 22:18:12.537858 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part 2026.01.22 22:18:12.537973 [ 277 ] {c7300b85-0029-46e4-880d-f59c7d501b39} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:18:12.538245 [ 277 ] {c7300b85-0029-46e4-880d-f59c7d501b39} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:12.538394 [ 277 ] {c7300b85-0029-46e4-880d-f59c7d501b39} executeQuery: Read 60 rows, 4.14 KiB in 0.001311 sec., 45766.59038901601 rows/sec., 3.08 MiB/sec. 2026.01.22 22:18:12.538430 [ 277 ] {c7300b85-0029-46e4-880d-f59c7d501b39} TCPHandler: Processed in 0.001512401 sec. 2026.01.22 22:18:12.540866 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 279 rows, containing 19 columns (19 merged, 0 gathered) in 0.00396635 sec., 70341.74997163638 rows/sec., 126.05 MiB/sec. 2026.01.22 22:18:12.541372 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.22 22:18:12.541681 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_11_2} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:12.541757 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_11_2} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.22 22:18:12.541843 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2026.01.22 22:18:13.028277 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.028549 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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.01.22 22:18:13.028958 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:18:13.029013 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} 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.01.22 22:18:13.029309 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:18:13.029379 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:18:13.029520 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.01.22 22:18:13.029655 [ 340 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:18:13.029672 [ 339 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:18:13.029659 [ 300 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.22 22:18:13.029655 [ 320 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.22 22:18:13.029844 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.01.22 22:18:13.029876 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:18:13.029964 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:18:13.029985 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.22 22:18:13.030022 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} 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.01.22 22:18:13.030063 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} 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.01.22 22:18:13.030099 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} 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.01.22 22:18:13.030884 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} executeQuery: Read 41 rows, 1.65 KiB in 0.002458 sec., 16680.227827502033 rows/sec., 671.83 KiB/sec. 2026.01.22 22:18:13.031037 [ 277 ] {96e55928-9cf2-48c1-9fe7-7a921ce9de4e} TCPHandler: Processed in 0.002898032 sec. 2026.01.22 22:18:13.031293 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.031443 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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.01.22 22:18:13.031684 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:18:13.031723 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} 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.01.22 22:18:13.031944 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:18:13.031998 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:18:13.032103 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.01.22 22:18:13.032164 [ 320 ] {aef3431f-704e-4af0-97b6-f359707e9787} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:18:13.032177 [ 340 ] {aef3431f-704e-4af0-97b6-f359707e9787} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:18:13.032176 [ 339 ] {aef3431f-704e-4af0-97b6-f359707e9787} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.22 22:18:13.032234 [ 325 ] {aef3431f-704e-4af0-97b6-f359707e9787} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.22 22:18:13.032347 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.01.22 22:18:13.032375 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:18:13.032447 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:18:13.032466 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.22 22:18:13.032497 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} 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.01.22 22:18:13.032529 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} 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.01.22 22:18:13.032559 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} 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.01.22 22:18:13.033313 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} executeQuery: Read 41 rows, 1.65 KiB in 0.001937 sec., 21166.752710376873 rows/sec., 852.54 KiB/sec. 2026.01.22 22:18:13.033440 [ 277 ] {aef3431f-704e-4af0-97b6-f359707e9787} TCPHandler: Processed in 0.002200796 sec. 2026.01.22 22:18:13.033661 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.033803 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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.01.22 22:18:13.034024 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:18:13.034062 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} 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.01.22 22:18:13.034288 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:18:13.034342 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:18:13.034443 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.01.22 22:18:13.034514 [ 340 ] {eb705a91-5f18-4584-a1b2-cd501474f795} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:18:13.034519 [ 320 ] {eb705a91-5f18-4584-a1b2-cd501474f795} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.22 22:18:13.034522 [ 339 ] {eb705a91-5f18-4584-a1b2-cd501474f795} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:18:13.034519 [ 325 ] {eb705a91-5f18-4584-a1b2-cd501474f795} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.22 22:18:13.034672 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.01.22 22:18:13.034699 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:18:13.034768 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:18:13.034787 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.22 22:18:13.034816 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} 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.01.22 22:18:13.034851 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} 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.01.22 22:18:13.034885 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} 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.01.22 22:18:13.035485 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} executeQuery: Read 41 rows, 1.65 KiB in 0.001744 sec., 23509.174311926603 rows/sec., 946.88 KiB/sec. 2026.01.22 22:18:13.035614 [ 277 ] {eb705a91-5f18-4584-a1b2-cd501474f795} TCPHandler: Processed in 0.002003704 sec. 2026.01.22 22:18:13.035842 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.035983 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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.01.22 22:18:13.036208 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:18:13.036245 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} 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.01.22 22:18:13.036461 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:18:13.036512 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:18:13.036612 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.01.22 22:18:13.036670 [ 320 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:18:13.036672 [ 340 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.22 22:18:13.036692 [ 296 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:18:13.036702 [ 329 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.22 22:18:13.036796 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.01.22 22:18:13.036822 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:18:13.036891 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:18:13.036909 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.22 22:18:13.036940 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} 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.01.22 22:18:13.036980 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} 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.01.22 22:18:13.037015 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} 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.01.22 22:18:13.037632 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} executeQuery: Read 41 rows, 1.65 KiB in 0.001709 sec., 23990.637799882974 rows/sec., 966.28 KiB/sec. 2026.01.22 22:18:13.037758 [ 277 ] {10c27ae1-b85b-4b11-bd85-4d0c5434cb46} TCPHandler: Processed in 0.001967774 sec. 2026.01.22 22:18:13.037985 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.038124 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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.01.22 22:18:13.038347 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:18:13.038385 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} 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.01.22 22:18:13.038603 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:18:13.038656 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:18:13.038754 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.01.22 22:18:13.038814 [ 329 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:18:13.038821 [ 296 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:18:13.038821 [ 340 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.22 22:18:13.038820 [ 320 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.22 22:18:13.038950 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.01.22 22:18:13.038978 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:18:13.039044 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:18:13.039061 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.22 22:18:13.039091 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} 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.01.22 22:18:13.039124 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} 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.01.22 22:18:13.039153 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} 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.01.22 22:18:13.039736 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} executeQuery: Read 41 rows, 1.65 KiB in 0.001671 sec., 24536.205864751646 rows/sec., 988.25 KiB/sec. 2026.01.22 22:18:13.039863 [ 277 ] {3ed48745-8c0c-4aeb-b55c-cf24f15474b2} TCPHandler: Processed in 0.001928014 sec. 2026.01.22 22:18:13.040073 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.040212 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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.01.22 22:18:13.040434 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:18:13.040471 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} 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.01.22 22:18:13.040688 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:18:13.040740 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:18:13.040837 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.01.22 22:18:13.040897 [ 340 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.22 22:18:13.040904 [ 320 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.22 22:18:13.040921 [ 304 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.22 22:18:13.040899 [ 296 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.22 22:18:13.041024 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.01.22 22:18:13.041050 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:18:13.041117 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:18:13.041134 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.22 22:18:13.041165 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} 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.01.22 22:18:13.041198 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} 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.01.22 22:18:13.041234 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} 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.01.22 22:18:13.041810 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} executeQuery: Read 41 rows, 1.65 KiB in 0.001657 sec., 24743.512371756184 rows/sec., 996.60 KiB/sec. 2026.01.22 22:18:13.041939 [ 277 ] {25f0f421-d31e-4cf0-ad02-a9a750046c68} TCPHandler: Processed in 0.001916284 sec. 2026.01.22 22:18:13.168169 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.168304 [ 277 ] {3c403051-7330-41e1-aeaf-b08fab22b57d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.22 22:18:13.168359 [ 277 ] {3c403051-7330-41e1-aeaf-b08fab22b57d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:18:13.169030 [ 277 ] {3c403051-7330-41e1-aeaf-b08fab22b57d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:13.169082 [ 277 ] {3c403051-7330-41e1-aeaf-b08fab22b57d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:13.169516 [ 277 ] {3c403051-7330-41e1-aeaf-b08fab22b57d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:18:13.169711 [ 277 ] {3c403051-7330-41e1-aeaf-b08fab22b57d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:13.169860 [ 277 ] {3c403051-7330-41e1-aeaf-b08fab22b57d} executeQuery: Read 6 rows, 1.34 KiB in 0.001593 sec., 3766.478342749529 rows/sec., 838.63 KiB/sec. 2026.01.22 22:18:13.169901 [ 277 ] {3c403051-7330-41e1-aeaf-b08fab22b57d} TCPHandler: Processed in 0.001788143 sec. 2026.01.22 22:18:13.170020 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.170119 [ 277 ] {0c8e868a-e591-4809-a981-ad04443b7705} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:18:13.170160 [ 277 ] {0c8e868a-e591-4809-a981-ad04443b7705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:18:13.170590 [ 277 ] {0c8e868a-e591-4809-a981-ad04443b7705} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:13.170628 [ 277 ] {0c8e868a-e591-4809-a981-ad04443b7705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:13.170925 [ 277 ] {0c8e868a-e591-4809-a981-ad04443b7705} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:18:13.171141 [ 277 ] {0c8e868a-e591-4809-a981-ad04443b7705} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:13.171275 [ 277 ] {0c8e868a-e591-4809-a981-ad04443b7705} executeQuery: Read 24 rows, 2.04 KiB in 0.001177 sec., 20390.824129141885 rows/sec., 1.69 MiB/sec. 2026.01.22 22:18:13.171313 [ 277 ] {0c8e868a-e591-4809-a981-ad04443b7705} TCPHandler: Processed in 0.001342079 sec. 2026.01.22 22:18:13.171429 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.171525 [ 277 ] {a661a550-2b2e-4bc6-85ee-91360cddb522} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:18:13.171566 [ 277 ] {a661a550-2b2e-4bc6-85ee-91360cddb522} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:18:13.171948 [ 277 ] {a661a550-2b2e-4bc6-85ee-91360cddb522} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:13.171985 [ 277 ] {a661a550-2b2e-4bc6-85ee-91360cddb522} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:13.172264 [ 277 ] {a661a550-2b2e-4bc6-85ee-91360cddb522} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:18:13.172481 [ 277 ] {a661a550-2b2e-4bc6-85ee-91360cddb522} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:13.172610 [ 277 ] {a661a550-2b2e-4bc6-85ee-91360cddb522} executeQuery: Read 2 rows, 167.00 B in 0.001105 sec., 1809.9547511312217 rows/sec., 147.59 KiB/sec. 2026.01.22 22:18:13.172646 [ 277 ] {a661a550-2b2e-4bc6-85ee-91360cddb522} TCPHandler: Processed in 0.001267449 sec. 2026.01.22 22:18:13.172753 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.172848 [ 277 ] {53ef1a61-7042-4a4b-961b-a6ab29a2a167} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:13.172886 [ 277 ] {53ef1a61-7042-4a4b-961b-a6ab29a2a167} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:13.173960 [ 277 ] {53ef1a61-7042-4a4b-961b-a6ab29a2a167} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:13.173996 [ 277 ] {53ef1a61-7042-4a4b-961b-a6ab29a2a167} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:13.174373 [ 277 ] {53ef1a61-7042-4a4b-961b-a6ab29a2a167} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:18:13.174586 [ 277 ] {53ef1a61-7042-4a4b-961b-a6ab29a2a167} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:13.174714 [ 277 ] {53ef1a61-7042-4a4b-961b-a6ab29a2a167} executeQuery: Read 1327 rows, 112.98 KiB in 0.001884 sec., 704352.4416135881 rows/sec., 58.56 MiB/sec. 2026.01.22 22:18:13.174752 [ 277 ] {53ef1a61-7042-4a4b-961b-a6ab29a2a167} TCPHandler: Processed in 0.002047275 sec. 2026.01.22 22:18:13.174861 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.174955 [ 277 ] {53ded5c0-58fd-48be-ac50-55d332ce25ba} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:13.174994 [ 277 ] {53ded5c0-58fd-48be-ac50-55d332ce25ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:13.175386 [ 277 ] {53ded5c0-58fd-48be-ac50-55d332ce25ba} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:13.175422 [ 277 ] {53ded5c0-58fd-48be-ac50-55d332ce25ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:13.175703 [ 277 ] {53ded5c0-58fd-48be-ac50-55d332ce25ba} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:18:13.175906 [ 277 ] {53ded5c0-58fd-48be-ac50-55d332ce25ba} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:13.176032 [ 277 ] {53ded5c0-58fd-48be-ac50-55d332ce25ba} executeQuery: Read 19 rows, 1.48 KiB in 0.001095 sec., 17351.59817351598 rows/sec., 1.32 MiB/sec. 2026.01.22 22:18:13.176069 [ 277 ] {53ded5c0-58fd-48be-ac50-55d332ce25ba} TCPHandler: Processed in 0.001257899 sec. 2026.01.22 22:18:13.176174 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.176268 [ 277 ] {5cbc072c-15b3-46cf-aaa9-92040095e3cc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:18:13.176309 [ 277 ] {5cbc072c-15b3-46cf-aaa9-92040095e3cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:18:13.176774 [ 277 ] {5cbc072c-15b3-46cf-aaa9-92040095e3cc} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:13.176810 [ 277 ] {5cbc072c-15b3-46cf-aaa9-92040095e3cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:13.177110 [ 277 ] {5cbc072c-15b3-46cf-aaa9-92040095e3cc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:18:13.177314 [ 277 ] {5cbc072c-15b3-46cf-aaa9-92040095e3cc} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:13.177442 [ 277 ] {5cbc072c-15b3-46cf-aaa9-92040095e3cc} executeQuery: Read 252 rows, 17.85 KiB in 0.001192 sec., 211409.39597315437 rows/sec., 14.62 MiB/sec. 2026.01.22 22:18:13.177479 [ 277 ] {5cbc072c-15b3-46cf-aaa9-92040095e3cc} TCPHandler: Processed in 0.00135351 sec. 2026.01.22 22:18:13.177594 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.177689 [ 277 ] {058371bf-abf8-4ee4-b0cf-8a316c700581} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:18:13.177729 [ 277 ] {058371bf-abf8-4ee4-b0cf-8a316c700581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:18:13.178112 [ 277 ] {058371bf-abf8-4ee4-b0cf-8a316c700581} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:13.178148 [ 277 ] {058371bf-abf8-4ee4-b0cf-8a316c700581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:13.178444 [ 277 ] {058371bf-abf8-4ee4-b0cf-8a316c700581} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:18:13.178651 [ 277 ] {058371bf-abf8-4ee4-b0cf-8a316c700581} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:13.178780 [ 277 ] {058371bf-abf8-4ee4-b0cf-8a316c700581} executeQuery: Read 12 rows, 960.00 B in 0.001109 sec., 10820.559062218215 rows/sec., 845.36 KiB/sec. 2026.01.22 22:18:13.178818 [ 277 ] {058371bf-abf8-4ee4-b0cf-8a316c700581} TCPHandler: Processed in 0.001273099 sec. 2026.01.22 22:18:13.178940 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.179071 [ 277 ] {29afbb70-b803-45f9-9fa0-1319ae0a4331} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:13.179121 [ 277 ] {29afbb70-b803-45f9-9fa0-1319ae0a4331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:13.179724 [ 277 ] {29afbb70-b803-45f9-9fa0-1319ae0a4331} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:13.179763 [ 277 ] {29afbb70-b803-45f9-9fa0-1319ae0a4331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:13.180093 [ 277 ] {29afbb70-b803-45f9-9fa0-1319ae0a4331} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:18:13.180307 [ 277 ] {29afbb70-b803-45f9-9fa0-1319ae0a4331} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:13.180444 [ 277 ] {29afbb70-b803-45f9-9fa0-1319ae0a4331} executeQuery: Read 563 rows, 43.23 KiB in 0.001398 sec., 402718.1688125894 rows/sec., 30.19 MiB/sec. 2026.01.22 22:18:13.180483 [ 277 ] {29afbb70-b803-45f9-9fa0-1319ae0a4331} TCPHandler: Processed in 0.001605262 sec. 2026.01.22 22:18:13.180597 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.180694 [ 277 ] {16c062da-97e9-4e3b-8c4f-4ab4efc13f34} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:13.180737 [ 277 ] {16c062da-97e9-4e3b-8c4f-4ab4efc13f34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:13.181982 [ 277 ] {16c062da-97e9-4e3b-8c4f-4ab4efc13f34} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:13.182020 [ 277 ] {16c062da-97e9-4e3b-8c4f-4ab4efc13f34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:13.182528 [ 277 ] {16c062da-97e9-4e3b-8c4f-4ab4efc13f34} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:18:13.182741 [ 277 ] {16c062da-97e9-4e3b-8c4f-4ab4efc13f34} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:13.182873 [ 277 ] {16c062da-97e9-4e3b-8c4f-4ab4efc13f34} executeQuery: Read 3459 rows, 237.08 KiB in 0.002198 sec., 1573703.3666969973 rows/sec., 105.33 MiB/sec. 2026.01.22 22:18:13.182909 [ 277 ] {16c062da-97e9-4e3b-8c4f-4ab4efc13f34} TCPHandler: Processed in 0.002363227 sec. 2026.01.22 22:18:13.183022 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.183136 [ 277 ] {fb036d63-f447-4ce9-b1c0-a1fc9e1ca20c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:13.183198 [ 277 ] {fb036d63-f447-4ce9-b1c0-a1fc9e1ca20c} 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.01.22 22:18:13.184011 [ 277 ] {fb036d63-f447-4ce9-b1c0-a1fc9e1ca20c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:13.184055 [ 277 ] {fb036d63-f447-4ce9-b1c0-a1fc9e1ca20c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:13.184553 [ 277 ] {fb036d63-f447-4ce9-b1c0-a1fc9e1ca20c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:18:13.184773 [ 277 ] {fb036d63-f447-4ce9-b1c0-a1fc9e1ca20c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:13.184908 [ 277 ] {fb036d63-f447-4ce9-b1c0-a1fc9e1ca20c} executeQuery: Read 5 rows, 9.17 KiB in 0.001797 sec., 2782.4151363383417 rows/sec., 4.99 MiB/sec. 2026.01.22 22:18:13.184963 [ 277 ] {fb036d63-f447-4ce9-b1c0-a1fc9e1ca20c} TCPHandler: Processed in 0.001999855 sec. 2026.01.22 22:18:13.185074 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:13.185170 [ 277 ] {ac041dfb-fd6e-48c0-b47e-972de24eb9ac} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:13.185211 [ 277 ] {ac041dfb-fd6e-48c0-b47e-972de24eb9ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:13.185540 [ 277 ] {ac041dfb-fd6e-48c0-b47e-972de24eb9ac} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:13.185577 [ 277 ] {ac041dfb-fd6e-48c0-b47e-972de24eb9ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:13.185863 [ 277 ] {ac041dfb-fd6e-48c0-b47e-972de24eb9ac} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:18:13.186066 [ 277 ] {ac041dfb-fd6e-48c0-b47e-972de24eb9ac} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:13.186192 [ 277 ] {ac041dfb-fd6e-48c0-b47e-972de24eb9ac} executeQuery: Read 12 rows, 848.00 B in 0.001041 sec., 11527.377521613833 rows/sec., 795.51 KiB/sec. 2026.01.22 22:18:13.186228 [ 277 ] {ac041dfb-fd6e-48c0-b47e-972de24eb9ac} TCPHandler: Processed in 0.001203669 sec. 2026.01.22 22:18:14.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 224.07 MiB, peak 228.55 MiB, free memory in arenas 0.00 B, will set to 222.98 MiB (RSS), difference: -1.09 MiB 2026.01.22 22:18:14.768022 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7136 2026.01.22 22:18:14.768563 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:14.768611 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:14.769090 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:18:14.769329 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:14.769475 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7136 2026.01.22 22:18:15.152037 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.01.22 22:18:15.167947 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:15.168008 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:15.173764 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:18:15.174434 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:15.177158 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.01.22 22:18:17.524810 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:17.524999 [ 277 ] {13c32617-1af5-47f8-9585-ca5fc2ecdcf2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:17.525065 [ 277 ] {13c32617-1af5-47f8-9585-ca5fc2ecdcf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:17.525720 [ 277 ] {13c32617-1af5-47f8-9585-ca5fc2ecdcf2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:17.525773 [ 277 ] {13c32617-1af5-47f8-9585-ca5fc2ecdcf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:17.526165 [ 277 ] {13c32617-1af5-47f8-9585-ca5fc2ecdcf2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:18:17.526388 [ 277 ] {13c32617-1af5-47f8-9585-ca5fc2ecdcf2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:17.526554 [ 277 ] {13c32617-1af5-47f8-9585-ca5fc2ecdcf2} executeQuery: Read 56 rows, 4.38 KiB in 0.001603 sec., 34934.49781659389 rows/sec., 2.67 MiB/sec. 2026.01.22 22:18:17.526603 [ 277 ] {13c32617-1af5-47f8-9585-ca5fc2ecdcf2} TCPHandler: Processed in 0.001919024 sec. 2026.01.22 22:18:17.526730 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:17.526834 [ 277 ] {9920c7d3-232c-4e8c-8539-f272deb0e22f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:17.526876 [ 277 ] {9920c7d3-232c-4e8c-8539-f272deb0e22f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:17.527319 [ 277 ] {9920c7d3-232c-4e8c-8539-f272deb0e22f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:17.527359 [ 277 ] {9920c7d3-232c-4e8c-8539-f272deb0e22f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:17.527665 [ 277 ] {9920c7d3-232c-4e8c-8539-f272deb0e22f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:18:17.527875 [ 277 ] {9920c7d3-232c-4e8c-8539-f272deb0e22f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:17.528007 [ 277 ] {9920c7d3-232c-4e8c-8539-f272deb0e22f} executeQuery: Read 64 rows, 5.12 KiB in 0.001197 sec., 53467.00083542189 rows/sec., 4.17 MiB/sec. 2026.01.22 22:18:17.528045 [ 277 ] {9920c7d3-232c-4e8c-8539-f272deb0e22f} TCPHandler: Processed in 0.00136766 sec. 2026.01.22 22:18:17.528165 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:17.528263 [ 277 ] {19c80f91-bf7a-4b45-b813-adf372c5430f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:17.528309 [ 277 ] {19c80f91-bf7a-4b45-b813-adf372c5430f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:17.528697 [ 277 ] {19c80f91-bf7a-4b45-b813-adf372c5430f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:17.528734 [ 277 ] {19c80f91-bf7a-4b45-b813-adf372c5430f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:17.529050 [ 277 ] {19c80f91-bf7a-4b45-b813-adf372c5430f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:18:17.529256 [ 277 ] {19c80f91-bf7a-4b45-b813-adf372c5430f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:17.529387 [ 277 ] {19c80f91-bf7a-4b45-b813-adf372c5430f} executeQuery: Read 128 rows, 9.13 KiB in 0.001146 sec., 111692.84467713787 rows/sec., 7.78 MiB/sec. 2026.01.22 22:18:17.529423 [ 277 ] {19c80f91-bf7a-4b45-b813-adf372c5430f} TCPHandler: Processed in 0.00130842 sec. 2026.01.22 22:18:17.529538 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:17.529633 [ 277 ] {6181fb75-d792-429d-855c-f2dc204ee892} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:17.529674 [ 277 ] {6181fb75-d792-429d-855c-f2dc204ee892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:17.530015 [ 277 ] {6181fb75-d792-429d-855c-f2dc204ee892} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:17.530050 [ 277 ] {6181fb75-d792-429d-855c-f2dc204ee892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:17.530348 [ 277 ] {6181fb75-d792-429d-855c-f2dc204ee892} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:18:17.530559 [ 277 ] {6181fb75-d792-429d-855c-f2dc204ee892} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:17.530691 [ 277 ] {6181fb75-d792-429d-855c-f2dc204ee892} executeQuery: Read 48 rows, 3.31 KiB in 0.001078 sec., 44526.901669758816 rows/sec., 3.00 MiB/sec. 2026.01.22 22:18:17.530726 [ 277 ] {6181fb75-d792-429d-855c-f2dc204ee892} TCPHandler: Processed in 0.00123714 sec. 2026.01.22 22:18:22.165264 [ 135 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:18:22.165336 [ 135 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:18:22.269633 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7648 2026.01.22 22:18:22.270155 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.270206 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.270820 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:18:22.271076 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.271239 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7648 2026.01.22 22:18:22.271239 [ 135 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.22 22:18:22.271336 [ 135 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.271471 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.271615 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:22.271722 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:22.271754 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5216 rows starting from the beginning of the part 2026.01.22 22:18:22.271837 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:22.271887 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:22.271932 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:22.271972 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:22.272011 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:22.273303 [ 189 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7648 rows, containing 4 columns (4 merged, 0 gathered) in 0.001740072 sec., 4395220.427660464 rows/sec., 62.87 MiB/sec. 2026.01.22 22:18:22.274054 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.22 22:18:22.274391 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_16_3} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.274478 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_16_3} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.22 22:18:22.274589 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.01.22 22:18:22.280578 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 470 2026.01.22 22:18:22.283372 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.283449 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.284731 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:18:22.285001 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.285141 [ 135 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.22 22:18:22.285185 [ 135 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.285203 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.285292 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:18:22.285356 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 470 2026.01.22 22:18:22.285781 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:22.285896 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 306 rows starting from the beginning of the part 2026.01.22 22:18:22.286192 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part 2026.01.22 22:18:22.286496 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part 2026.01.22 22:18:22.286781 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.01.22 22:18:22.287054 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part 2026.01.22 22:18:22.287338 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 54 rows starting from the beginning of the part 2026.01.22 22:18:22.293644 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 470 rows, containing 72 columns (72 merged, 0 gathered) in 0.008389872 sec., 56019.92497620941 rows/sec., 54.70 MiB/sec. 2026.01.22 22:18:22.294337 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.22 22:18:22.294865 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_11_2} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.294941 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_11_2} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.22 22:18:22.295090 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. 2026.01.22 22:18:22.528234 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:22.528394 [ 277 ] {f0bd3033-2470-42f7-bede-c215072d5534} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:22.528457 [ 277 ] {f0bd3033-2470-42f7-bede-c215072d5534} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:22.529131 [ 277 ] {f0bd3033-2470-42f7-bede-c215072d5534} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.529172 [ 277 ] {f0bd3033-2470-42f7-bede-c215072d5534} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.529555 [ 277 ] {f0bd3033-2470-42f7-bede-c215072d5534} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:18:22.529779 [ 277 ] {f0bd3033-2470-42f7-bede-c215072d5534} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.529942 [ 277 ] {f0bd3033-2470-42f7-bede-c215072d5534} executeQuery: Read 128 rows, 11.26 KiB in 0.001594 sec., 80301.12923462987 rows/sec., 6.90 MiB/sec. 2026.01.22 22:18:22.529940 [ 133 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.22 22:18:22.529991 [ 277 ] {f0bd3033-2470-42f7-bede-c215072d5534} TCPHandler: Processed in 0.001871834 sec. 2026.01.22 22:18:22.530006 [ 133 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.530036 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.530123 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:22.530123 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:18:22.530232 [ 277 ] {9962bd79-e482-4679-b7f3-fbe09827516e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:22.530255 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:22.530279 [ 277 ] {9962bd79-e482-4679-b7f3-fbe09827516e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:22.530288 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1415 rows starting from the beginning of the part 2026.01.22 22:18:22.530374 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 66 rows starting from the beginning of the part 2026.01.22 22:18:22.530423 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 128 rows starting from the beginning of the part 2026.01.22 22:18:22.530466 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:18:22.530503 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part 2026.01.22 22:18:22.530545 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 128 rows starting from the beginning of the part 2026.01.22 22:18:22.530720 [ 277 ] {9962bd79-e482-4679-b7f3-fbe09827516e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.530762 [ 277 ] {9962bd79-e482-4679-b7f3-fbe09827516e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.531082 [ 277 ] {9962bd79-e482-4679-b7f3-fbe09827516e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:18:22.531303 [ 277 ] {9962bd79-e482-4679-b7f3-fbe09827516e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.531437 [ 277 ] {9962bd79-e482-4679-b7f3-fbe09827516e} executeQuery: Read 36 rows, 2.71 KiB in 0.001228 sec., 29315.96091205212 rows/sec., 2.15 MiB/sec. 2026.01.22 22:18:22.531474 [ 277 ] {9962bd79-e482-4679-b7f3-fbe09827516e} TCPHandler: Processed in 0.00140428 sec. 2026.01.22 22:18:22.531584 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:22.531678 [ 277 ] {568e98c3-1cfd-4fb5-87a0-28e6257ac277} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:22.531718 [ 277 ] {568e98c3-1cfd-4fb5-87a0-28e6257ac277} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:22.531920 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001832684 sec., 1702421.148435846 rows/sec., 146.42 MiB/sec. 2026.01.22 22:18:22.532151 [ 277 ] {568e98c3-1cfd-4fb5-87a0-28e6257ac277} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.532156 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.22 22:18:22.532195 [ 277 ] {568e98c3-1cfd-4fb5-87a0-28e6257ac277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.532442 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_21_4} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.532514 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_21_4} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.22 22:18:22.532542 [ 277 ] {568e98c3-1cfd-4fb5-87a0-28e6257ac277} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:18:22.532576 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. 2026.01.22 22:18:22.532764 [ 277 ] {568e98c3-1cfd-4fb5-87a0-28e6257ac277} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.532873 [ 133 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.22 22:18:22.532897 [ 277 ] {568e98c3-1cfd-4fb5-87a0-28e6257ac277} executeQuery: Read 100 rows, 8.00 KiB in 0.001238 sec., 80775.44426494346 rows/sec., 6.31 MiB/sec. 2026.01.22 22:18:22.532906 [ 133 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.532936 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.532942 [ 277 ] {568e98c3-1cfd-4fb5-87a0-28e6257ac277} TCPHandler: Processed in 0.001406881 sec. 2026.01.22 22:18:22.533004 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:18:22.533060 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:22.533089 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:22.533119 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 846 rows starting from the beginning of the part 2026.01.22 22:18:22.533158 [ 277 ] {a6464d9e-c4be-4ff9-89b9-61a904761df2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:22.533164 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 69 rows starting from the beginning of the part 2026.01.22 22:18:22.533213 [ 277 ] {a6464d9e-c4be-4ff9-89b9-61a904761df2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:22.533233 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 100 rows starting from the beginning of the part 2026.01.22 22:18:22.533272 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 563 rows starting from the beginning of the part 2026.01.22 22:18:22.533304 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part 2026.01.22 22:18:22.533338 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 100 rows starting from the beginning of the part 2026.01.22 22:18:22.533665 [ 277 ] {a6464d9e-c4be-4ff9-89b9-61a904761df2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.533713 [ 277 ] {a6464d9e-c4be-4ff9-89b9-61a904761df2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.534155 [ 277 ] {a6464d9e-c4be-4ff9-89b9-61a904761df2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:18:22.534242 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1742 rows, containing 5 columns (5 merged, 0 gathered) in 0.001266059 sec., 1375923.238964377 rows/sec., 106.74 MiB/sec. 2026.01.22 22:18:22.534422 [ 277 ] {a6464d9e-c4be-4ff9-89b9-61a904761df2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.534530 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.22 22:18:22.534549 [ 133 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.22 22:18:22.534579 [ 277 ] {a6464d9e-c4be-4ff9-89b9-61a904761df2} executeQuery: Read 160 rows, 11.41 KiB in 0.001439 sec., 111188.3252258513 rows/sec., 7.74 MiB/sec. 2026.01.22 22:18:22.534617 [ 133 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.534647 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.534648 [ 277 ] {a6464d9e-c4be-4ff9-89b9-61a904761df2} TCPHandler: Processed in 0.001637872 sec. 2026.01.22 22:18:22.534717 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:18:22.534792 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:22.534804 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:22.534853 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2952 rows starting from the beginning of the part 2026.01.22 22:18:22.534901 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.01.22 22:18:22.534901 [ 277 ] {4283e123-e7a8-46c4-8832-645d00db8733} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:22.534923 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_21_4} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.534940 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:18:22.534973 [ 277 ] {4283e123-e7a8-46c4-8832-645d00db8733} 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.01.22 22:18:22.534988 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 3459 rows starting from the beginning of the part 2026.01.22 22:18:22.535021 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_21_4} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.22 22:18:22.535029 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 128 rows starting from the beginning of the part 2026.01.22 22:18:22.535077 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:18:22.535121 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.01.22 22:18:22.535837 [ 277 ] {4283e123-e7a8-46c4-8832-645d00db8733} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.535878 [ 277 ] {4283e123-e7a8-46c4-8832-645d00db8733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.536516 [ 277 ] {4283e123-e7a8-46c4-8832-645d00db8733} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:18:22.536752 [ 277 ] {4283e123-e7a8-46c4-8832-645d00db8733} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.536897 [ 277 ] {4283e123-e7a8-46c4-8832-645d00db8733} executeQuery: Read 36 rows, 66.06 KiB in 0.002016 sec., 17857.14285714286 rows/sec., 32.00 MiB/sec. 2026.01.22 22:18:22.536957 [ 277 ] {4283e123-e7a8-46c4-8832-645d00db8733} TCPHandler: Processed in 0.002217636 sec. 2026.01.22 22:18:22.537073 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:22.537170 [ 277 ] {ba1da15f-f496-4985-800e-0a07e4d094aa} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:22.537211 [ 277 ] {ba1da15f-f496-4985-800e-0a07e4d094aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:22.537525 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7019 rows, containing 5 columns (5 merged, 0 gathered) in 0.002831001 sec., 2479335.0479212124 rows/sec., 169.26 MiB/sec. 2026.01.22 22:18:22.537554 [ 277 ] {ba1da15f-f496-4985-800e-0a07e4d094aa} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.537593 [ 277 ] {ba1da15f-f496-4985-800e-0a07e4d094aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.537925 [ 277 ] {ba1da15f-f496-4985-800e-0a07e4d094aa} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:18:22.537932 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.22 22:18:22.538200 [ 277 ] {ba1da15f-f496-4985-800e-0a07e4d094aa} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.538235 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_21_4} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.538307 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_21_4} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.22 22:18:22.538314 [ 133 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.22 22:18:22.538344 [ 277 ] {ba1da15f-f496-4985-800e-0a07e4d094aa} executeQuery: Read 60 rows, 4.14 KiB in 0.001194 sec., 50251.25628140703 rows/sec., 3.39 MiB/sec. 2026.01.22 22:18:22.538349 [ 133 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.538368 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2026.01.22 22:18:22.538387 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.538388 [ 277 ] {ba1da15f-f496-4985-800e-0a07e4d094aa} TCPHandler: Processed in 0.00136618 sec. 2026.01.22 22:18:22.538490 [ 198 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:22.538609 [ 198 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:22.538641 [ 198 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 966 rows starting from the beginning of the part 2026.01.22 22:18:22.538726 [ 198 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.01.22 22:18:22.538773 [ 198 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:22.538828 [ 198 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2026.01.22 22:18:22.538872 [ 198 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part 2026.01.22 22:18:22.538914 [ 198 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:22.539899 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1206 rows, containing 4 columns (4 merged, 0 gathered) in 0.001448681 sec., 832481.4089506248 rows/sec., 55.21 MiB/sec. 2026.01.22 22:18:22.540053 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.22 22:18:22.540303 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_21_4} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.540366 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_21_4} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.22 22:18:22.540433 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.01.22 22:18:22.677302 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.01.22 22:18:22.694837 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.694884 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.700720 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:18:22.701435 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.701725 [ 133 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.22 22:18:22.701765 [ 133 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:22.701782 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:22.701869 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:18:22.704602 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.01.22 22:18:22.706084 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:22.707674 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:18:22.712058 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:18:22.716275 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:18:22.720584 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:18:22.724966 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:18:22.729256 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:18:22.786861 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.085022519 sec., 1423.1523768426573 rows/sec., 7.36 MiB/sec. 2026.01.22 22:18:22.789709 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.22 22:18:22.791859 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_16_3} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:22.791965 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_16_3} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.22 22:18:22.793849 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. 2026.01.22 22:18:23.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.30 MiB, peak 235.29 MiB, free memory in arenas 0.00 B, will set to 236.08 MiB (RSS), difference: 10.78 MiB 2026.01.22 22:18:23.001225 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000804076 sec. 2026.01.22 22:18:24.336770 [ 131 ] {} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.22 22:18:24.336835 [ 131 ] {} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:24.336855 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:24.336989 [ 203 ] {7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a::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.01.22 22:18:24.337327 [ 203 ] {7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:24.337372 [ 203 ] {7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part 2026.01.22 22:18:24.337485 [ 203 ] {7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part 2026.01.22 22:18:24.337557 [ 203 ] {7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.01.22 22:18:24.337616 [ 203 ] {7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a::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.01.22 22:18:24.337674 [ 203 ] {7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.01.22 22:18:24.339179 [ 200 ] {7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 6 columns (6 merged, 0 gathered) in 0.002236336 sec., 21463.679876369206 rows/sec., 5.16 MiB/sec. 2026.01.22 22:18:24.339405 [ 200 ] {7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.22 22:18:24.339825 [ 200 ] {7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a::all_1_5_1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:24.339902 [ 200 ] {7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a::all_1_5_1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.22 22:18:24.340008 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.22 22:18:25.327884 [ 131 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.22 22:18:25.327954 [ 131 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:25.327981 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:25.328114 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::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.01.22 22:18:25.328230 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:25.328264 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.01.22 22:18:25.328332 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.01.22 22:18:25.328395 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.01.22 22:18:25.328439 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.01.22 22:18:25.328491 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.01.22 22:18:25.329263 [ 200 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001186279 sec., 25289.16047573969 rows/sec., 2.11 MiB/sec. 2026.01.22 22:18:25.329461 [ 196 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.22 22:18:25.329785 [ 196 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_5_1} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:25.329864 [ 196 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_5_1} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.22 22:18:25.329953 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.22 22:18:25.650874 [ 131 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.22 22:18:25.650937 [ 131 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:25.650963 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:25.651066 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::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.01.22 22:18:25.651192 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:25.651230 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 230 rows starting from the beginning of the part 2026.01.22 22:18:25.651298 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 230 rows starting from the beginning of the part 2026.01.22 22:18:25.651349 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.01.22 22:18:25.651395 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2026.01.22 22:18:25.651459 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part 2026.01.22 22:18:25.652369 [ 200 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 5 columns (5 merged, 0 gathered) in 0.00134332 sec., 567251.2878539737 rows/sec., 40.28 MiB/sec. 2026.01.22 22:18:25.652599 [ 208 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.22 22:18:25.652918 [ 208 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_5_1} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:25.653002 [ 208 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_5_1} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.22 22:18:25.653091 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.22 22:18:25.696882 [ 131 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.22 22:18:25.696945 [ 131 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:25.696966 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:25.697043 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:18:25.697137 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:25.697164 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 446 rows starting from the beginning of the part 2026.01.22 22:18:25.697210 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 446 rows starting from the beginning of the part 2026.01.22 22:18:25.697246 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.01.22 22:18:25.697282 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:18:25.697331 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:18:25.698198 [ 200 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 964 rows, containing 5 columns (5 merged, 0 gathered) in 0.001190089 sec., 810023.4520275374 rows/sec., 55.65 MiB/sec. 2026.01.22 22:18:25.698353 [ 191 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.22 22:18:25.698629 [ 191 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_5_1} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:25.698715 [ 191 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_5_1} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.22 22:18:25.698804 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.22 22:18:27.278026 [ 127 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.22 22:18:27.278089 [ 127 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:27.278111 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:27.278208 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:18:27.278329 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:27.278362 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 229 rows starting from the beginning of the part 2026.01.22 22:18:27.278425 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 229 rows starting from the beginning of the part 2026.01.22 22:18:27.278468 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.01.22 22:18:27.278518 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:18:27.278555 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:18:27.279428 [ 200 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 5 columns (5 merged, 0 gathered) in 0.001258719 sec., 392462.4956006861 rows/sec., 24.34 MiB/sec. 2026.01.22 22:18:27.279600 [ 191 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.22 22:18:27.279871 [ 191 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_5_1} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:27.279946 [ 191 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_5_1} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.22 22:18:27.280021 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:18:27.528470 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:27.528647 [ 277 ] {ef71d017-2ed5-418b-9a53-8c03042d1bf8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:27.528711 [ 277 ] {ef71d017-2ed5-418b-9a53-8c03042d1bf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:27.529382 [ 277 ] {ef71d017-2ed5-418b-9a53-8c03042d1bf8} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:27.529425 [ 277 ] {ef71d017-2ed5-418b-9a53-8c03042d1bf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:27.529803 [ 277 ] {ef71d017-2ed5-418b-9a53-8c03042d1bf8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:18:27.530025 [ 277 ] {ef71d017-2ed5-418b-9a53-8c03042d1bf8} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:27.530182 [ 277 ] {ef71d017-2ed5-418b-9a53-8c03042d1bf8} executeQuery: Read 66 rows, 5.35 KiB in 0.001582 sec., 41719.342604298356 rows/sec., 3.30 MiB/sec. 2026.01.22 22:18:27.530231 [ 277 ] {ef71d017-2ed5-418b-9a53-8c03042d1bf8} TCPHandler: Processed in 0.001884944 sec. 2026.01.22 22:18:27.530362 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:27.530467 [ 277 ] {19679cf0-4e43-4145-89dd-736beb0bf6c5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:27.530511 [ 277 ] {19679cf0-4e43-4145-89dd-736beb0bf6c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:27.530921 [ 277 ] {19679cf0-4e43-4145-89dd-736beb0bf6c5} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:27.530956 [ 277 ] {19679cf0-4e43-4145-89dd-736beb0bf6c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:27.531338 [ 277 ] {19679cf0-4e43-4145-89dd-736beb0bf6c5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:18:27.531559 [ 277 ] {19679cf0-4e43-4145-89dd-736beb0bf6c5} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:27.531657 [ 127 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.22 22:18:27.531688 [ 277 ] {19679cf0-4e43-4145-89dd-736beb0bf6c5} executeQuery: Read 5 rows, 385.00 B in 0.001246 sec., 4012.841091492777 rows/sec., 301.75 KiB/sec. 2026.01.22 22:18:27.531697 [ 127 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:27.531724 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:27.531726 [ 277 ] {19679cf0-4e43-4145-89dd-736beb0bf6c5} TCPHandler: Processed in 0.001417561 sec. 2026.01.22 22:18:27.531831 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:18:27.531841 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:27.531928 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:27.531949 [ 277 ] {1a20fc20-0dae-4245-8777-4b8ceb655189} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:27.531966 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 294 rows starting from the beginning of the part 2026.01.22 22:18:27.531990 [ 277 ] {1a20fc20-0dae-4245-8777-4b8ceb655189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:27.532034 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part 2026.01.22 22:18:27.532098 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2026.01.22 22:18:27.532156 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 19 rows starting from the beginning of the part 2026.01.22 22:18:27.532210 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2026.01.22 22:18:27.532263 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part 2026.01.22 22:18:27.532435 [ 277 ] {1a20fc20-0dae-4245-8777-4b8ceb655189} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:27.532472 [ 277 ] {1a20fc20-0dae-4245-8777-4b8ceb655189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:27.532954 [ 277 ] {1a20fc20-0dae-4245-8777-4b8ceb655189} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:18:27.533173 [ 277 ] {1a20fc20-0dae-4245-8777-4b8ceb655189} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:27.533183 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 395 rows, containing 5 columns (5 merged, 0 gathered) in 0.00139359 sec., 283440.6102225188 rows/sec., 19.54 MiB/sec. 2026.01.22 22:18:27.533309 [ 277 ] {1a20fc20-0dae-4245-8777-4b8ceb655189} executeQuery: Read 69 rows, 5.52 KiB in 0.001381 sec., 49963.7943519189 rows/sec., 3.90 MiB/sec. 2026.01.22 22:18:27.533320 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.22 22:18:27.533347 [ 277 ] {1a20fc20-0dae-4245-8777-4b8ceb655189} TCPHandler: Processed in 0.001558242 sec. 2026.01.22 22:18:27.533484 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:27.533564 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_16_3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:27.533584 [ 277 ] {319a0e16-8580-4dc1-ba2d-8e9e3a5e64c4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:27.533627 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_16_3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.22 22:18:27.533628 [ 277 ] {319a0e16-8580-4dc1-ba2d-8e9e3a5e64c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:27.533694 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:18:27.534051 [ 277 ] {319a0e16-8580-4dc1-ba2d-8e9e3a5e64c4} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:27.534085 [ 277 ] {319a0e16-8580-4dc1-ba2d-8e9e3a5e64c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:27.534415 [ 277 ] {319a0e16-8580-4dc1-ba2d-8e9e3a5e64c4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:18:27.534623 [ 277 ] {319a0e16-8580-4dc1-ba2d-8e9e3a5e64c4} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:27.534752 [ 277 ] {319a0e16-8580-4dc1-ba2d-8e9e3a5e64c4} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.01.22 22:18:27.534789 [ 277 ] {319a0e16-8580-4dc1-ba2d-8e9e3a5e64c4} TCPHandler: Processed in 0.001359981 sec. 2026.01.22 22:18:27.534914 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:27.535033 [ 277 ] {5f2d821a-d6f3-499d-a573-488cc938675d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:27.535099 [ 277 ] {5f2d821a-d6f3-499d-a573-488cc938675d} 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.01.22 22:18:27.535911 [ 277 ] {5f2d821a-d6f3-499d-a573-488cc938675d} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:27.535949 [ 277 ] {5f2d821a-d6f3-499d-a573-488cc938675d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:27.536486 [ 277 ] {5f2d821a-d6f3-499d-a573-488cc938675d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:18:27.536716 [ 277 ] {5f2d821a-d6f3-499d-a573-488cc938675d} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:27.536858 [ 277 ] {5f2d821a-d6f3-499d-a573-488cc938675d} executeQuery: Read 5 rows, 9.17 KiB in 0.001849 sec., 2704.1644131963226 rows/sec., 4.85 MiB/sec. 2026.01.22 22:18:27.536922 [ 277 ] {5f2d821a-d6f3-499d-a573-488cc938675d} TCPHandler: Processed in 0.002070705 sec. 2026.01.22 22:18:27.537042 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:27.537138 [ 277 ] {62e350c0-fbca-4e7b-96f0-3f39552774ad} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:27.537180 [ 277 ] {62e350c0-fbca-4e7b-96f0-3f39552774ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:27.537652 [ 277 ] {62e350c0-fbca-4e7b-96f0-3f39552774ad} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:27.537696 [ 277 ] {62e350c0-fbca-4e7b-96f0-3f39552774ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:27.538054 [ 277 ] {62e350c0-fbca-4e7b-96f0-3f39552774ad} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:18:27.538281 [ 277 ] {62e350c0-fbca-4e7b-96f0-3f39552774ad} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:27.538409 [ 277 ] {62e350c0-fbca-4e7b-96f0-3f39552774ad} executeQuery: Read 60 rows, 4.14 KiB in 0.00129 sec., 46511.62790697675 rows/sec., 3.13 MiB/sec. 2026.01.22 22:18:27.538445 [ 277 ] {62e350c0-fbca-4e7b-96f0-3f39552774ad} TCPHandler: Processed in 0.001455361 sec. 2026.01.22 22:18:29.208141 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57957 2026.01.22 22:18:29.208281 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.208320 [ 288 ] {} TCP-Session: 1182b928-e10d-4255-9b49-7dc402df0407 Authenticating user 'default' from [fd00:1122:3344:101::e]:57957 2026.01.22 22:18:29.208350 [ 288 ] {} TCP-Session: 1182b928-e10d-4255-9b49-7dc402df0407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.208369 [ 288 ] {} TCP-Session: 1182b928-e10d-4255-9b49-7dc402df0407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.208614 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55570 2026.01.22 22:18:29.208629 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34017 2026.01.22 22:18:29.208658 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36505 2026.01.22 22:18:29.208688 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52041 2026.01.22 22:18:29.208734 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.208735 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.208680 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60671 2026.01.22 22:18:29.208775 [ 292 ] {} TCP-Session: 4d3eac49-59f8-4818-b418-b0737c0db1d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:34017 2026.01.22 22:18:29.208777 [ 289 ] {} TCP-Session: 47321e17-05e9-467e-893c-07f230772354 Authenticating user 'default' from [fd00:1122:3344:101::e]:55570 2026.01.22 22:18:29.208811 [ 292 ] {} TCP-Session: 4d3eac49-59f8-4818-b418-b0737c0db1d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.208817 [ 289 ] {} TCP-Session: 47321e17-05e9-467e-893c-07f230772354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.208826 [ 292 ] {} TCP-Session: 4d3eac49-59f8-4818-b418-b0737c0db1d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.208834 [ 289 ] {} TCP-Session: 47321e17-05e9-467e-893c-07f230772354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.208670 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59351 2026.01.22 22:18:29.208623 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53530 2026.01.22 22:18:29.208628 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55876 2026.01.22 22:18:29.208924 [ 288 ] {} TCP-Session: 1182b928-e10d-4255-9b49-7dc402df0407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:29.209176 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.209181 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.209194 [ 288 ] {08249b4b-f931-401e-9a24-4a631c6ea090} executeQuery: (from [fd00:1122:3344:101::e]:57957) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:18:29.209221 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.209236 [ 290 ] {} TCP-Session: e5cc2f1d-642b-4e36-8998-d0ece0a458a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:53530 2026.01.22 22:18:29.209219 [ 291 ] {} TCP-Session: 31fd158f-fd6c-4c15-8925-f07990f0123f Authenticating user 'default' from [fd00:1122:3344:101::e]:55876 2026.01.22 22:18:29.209292 [ 286 ] {} TCP-Session: 30f9f02a-2248-494c-877b-eb535c18349b Authenticating user 'default' from [fd00:1122:3344:101::e]:52041 2026.01.22 22:18:29.209301 [ 290 ] {} TCP-Session: e5cc2f1d-642b-4e36-8998-d0ece0a458a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209322 [ 291 ] {} TCP-Session: 31fd158f-fd6c-4c15-8925-f07990f0123f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209338 [ 290 ] {} TCP-Session: e5cc2f1d-642b-4e36-8998-d0ece0a458a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209337 [ 286 ] {} TCP-Session: 30f9f02a-2248-494c-877b-eb535c18349b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209370 [ 291 ] {} TCP-Session: 31fd158f-fd6c-4c15-8925-f07990f0123f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209377 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.209395 [ 286 ] {} TCP-Session: 30f9f02a-2248-494c-877b-eb535c18349b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209442 [ 293 ] {} TCP-Session: 66b58b16-7ce4-4f2a-8d33-9a09f7e07fff Authenticating user 'default' from [fd00:1122:3344:101::e]:36505 2026.01.22 22:18:29.209475 [ 293 ] {} TCP-Session: 66b58b16-7ce4-4f2a-8d33-9a09f7e07fff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209496 [ 293 ] {} TCP-Session: 66b58b16-7ce4-4f2a-8d33-9a09f7e07fff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209498 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.209526 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.209551 [ 294 ] {} TCP-Session: 732663dc-9c2b-42fb-938d-ef210415a7f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59351 2026.01.22 22:18:29.209566 [ 275 ] {} TCP-Session: a239f439-eac4-4f41-845b-b0534a4e1b75 Authenticating user 'default' from [fd00:1122:3344:101::e]:60671 2026.01.22 22:18:29.209577 [ 294 ] {} TCP-Session: 732663dc-9c2b-42fb-938d-ef210415a7f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209614 [ 275 ] {} TCP-Session: a239f439-eac4-4f41-845b-b0534a4e1b75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209619 [ 294 ] {} TCP-Session: 732663dc-9c2b-42fb-938d-ef210415a7f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209636 [ 275 ] {} TCP-Session: a239f439-eac4-4f41-845b-b0534a4e1b75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.209818 [ 288 ] {08249b4b-f931-401e-9a24-4a631c6ea090} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:18:29.209895 [ 288 ] {08249b4b-f931-401e-9a24-4a631c6ea090} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:18:29.210332 [ 288 ] {08249b4b-f931-401e-9a24-4a631c6ea090} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:18:29.211623 [ 304 ] {08249b4b-f931-401e-9a24-4a631c6ea090} AggregatingTransform: Aggregating 2026.01.22 22:18:29.211655 [ 304 ] {08249b4b-f931-401e-9a24-4a631c6ea090} Aggregator: Aggregation method: without_key 2026.01.22 22:18:29.211684 [ 304 ] {08249b4b-f931-401e-9a24-4a631c6ea090} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001220669 sec. (819.223 rows/sec., 32.00 KiB/sec.) 2026.01.22 22:18:29.211699 [ 304 ] {08249b4b-f931-401e-9a24-4a631c6ea090} Aggregator: Merging aggregated data 2026.01.22 22:18:29.213261 [ 288 ] {08249b4b-f931-401e-9a24-4a631c6ea090} executeQuery: Read 1 rows, 40.00 B in 0.004187 sec., 238.83448770002389 rows/sec., 9.33 KiB/sec. 2026.01.22 22:18:29.213387 [ 288 ] {08249b4b-f931-401e-9a24-4a631c6ea090} TCPHandler: Processed in 0.004760115 sec. 2026.01.22 22:18:29.213493 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.213525 [ 288 ] {} TCP-Session: 1182b928-e10d-4255-9b49-7dc402df0407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.213530 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.213560 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.213573 [ 289 ] {} TCP-Session: 47321e17-05e9-467e-893c-07f230772354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.213591 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.213605 [ 290 ] {} TCP-Session: e5cc2f1d-642b-4e36-8998-d0ece0a458a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.213612 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.213632 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.213650 [ 291 ] {} TCP-Session: 31fd158f-fd6c-4c15-8925-f07990f0123f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.213670 [ 292 ] {} TCP-Session: 4d3eac49-59f8-4818-b418-b0737c0db1d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.213685 [ 294 ] {} TCP-Session: 732663dc-9c2b-42fb-938d-ef210415a7f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.213689 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.213668 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.213747 [ 275 ] {} TCP-Session: a239f439-eac4-4f41-845b-b0534a4e1b75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.213596 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.213775 [ 293 ] {} TCP-Session: 66b58b16-7ce4-4f2a-8d33-9a09f7e07fff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.213809 [ 286 ] {} TCP-Session: 30f9f02a-2248-494c-877b-eb535c18349b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357158 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56064 2026.01.22 22:18:29.357271 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.357298 [ 288 ] {} TCP-Session: 5bdf8a6a-5220-4904-ac46-be8be195b6cd Authenticating user 'default' from [fd00:1122:3344:101::e]:56064 2026.01.22 22:18:29.357320 [ 288 ] {} TCP-Session: 5bdf8a6a-5220-4904-ac46-be8be195b6cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357333 [ 288 ] {} TCP-Session: 5bdf8a6a-5220-4904-ac46-be8be195b6cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357526 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39589 2026.01.22 22:18:29.357542 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62301 2026.01.22 22:18:29.357573 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64257 2026.01.22 22:18:29.357593 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59448 2026.01.22 22:18:29.357556 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51173 2026.01.22 22:18:29.357531 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39837 2026.01.22 22:18:29.357669 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.357701 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.357701 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.357725 [ 289 ] {} TCP-Session: 30396af1-1aad-412e-95b1-791e1f8e0c42 Authenticating user 'default' from [fd00:1122:3344:101::e]:39589 2026.01.22 22:18:29.357744 [ 286 ] {} TCP-Session: dad70031-b5be-4db5-9366-3c4af352bea5 Authenticating user 'default' from [fd00:1122:3344:101::e]:59448 2026.01.22 22:18:29.357747 [ 294 ] {} TCP-Session: 3b40f3ea-dacc-4dfb-8656-e194a5d1b6b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:64257 2026.01.22 22:18:29.357766 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.357781 [ 294 ] {} TCP-Session: 3b40f3ea-dacc-4dfb-8656-e194a5d1b6b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357781 [ 286 ] {} TCP-Session: dad70031-b5be-4db5-9366-3c4af352bea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357804 [ 291 ] {} TCP-Session: d7e91e9a-307d-463d-8fed-0af0e3150e0b Authenticating user 'default' from [fd00:1122:3344:101::e]:39837 2026.01.22 22:18:29.357810 [ 294 ] {} TCP-Session: 3b40f3ea-dacc-4dfb-8656-e194a5d1b6b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357820 [ 286 ] {} TCP-Session: dad70031-b5be-4db5-9366-3c4af352bea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357843 [ 291 ] {} TCP-Session: d7e91e9a-307d-463d-8fed-0af0e3150e0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357712 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.357871 [ 291 ] {} TCP-Session: d7e91e9a-307d-463d-8fed-0af0e3150e0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357670 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.357905 [ 293 ] {} TCP-Session: a2d366c8-bf91-48fd-82d7-448dcf5510ea Authenticating user 'default' from [fd00:1122:3344:101::e]:51173 2026.01.22 22:18:29.357718 [ 288 ] {} TCP-Session: 5bdf8a6a-5220-4904-ac46-be8be195b6cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:29.357950 [ 293 ] {} TCP-Session: a2d366c8-bf91-48fd-82d7-448dcf5510ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357940 [ 292 ] {} TCP-Session: ca9ae6da-48bf-4287-8c6c-af2717e086ba Authenticating user 'default' from [fd00:1122:3344:101::e]:62301 2026.01.22 22:18:29.357972 [ 293 ] {} TCP-Session: a2d366c8-bf91-48fd-82d7-448dcf5510ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357996 [ 292 ] {} TCP-Session: ca9ae6da-48bf-4287-8c6c-af2717e086ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357766 [ 289 ] {} TCP-Session: 30396af1-1aad-412e-95b1-791e1f8e0c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.358023 [ 292 ] {} TCP-Session: ca9ae6da-48bf-4287-8c6c-af2717e086ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.358033 [ 289 ] {} TCP-Session: 30396af1-1aad-412e-95b1-791e1f8e0c42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.357586 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61219 2026.01.22 22:18:29.357532 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65277 2026.01.22 22:18:29.358107 [ 288 ] {622f9e2c-6e8b-4ea9-9a6b-6a0544aa4d64} executeQuery: (from [fd00:1122:3344:101::e]:56064) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:18:29.358115 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.358152 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.358160 [ 275 ] {} TCP-Session: 74140e6b-6b58-497d-ab9b-f28eb4dc380b Authenticating user 'default' from [fd00:1122:3344:101::e]:61219 2026.01.22 22:18:29.358188 [ 290 ] {} TCP-Session: 049458ca-8712-40b4-8c0a-a07178209bf1 Authenticating user 'default' from [fd00:1122:3344:101::e]:65277 2026.01.22 22:18:29.358192 [ 275 ] {} TCP-Session: 74140e6b-6b58-497d-ab9b-f28eb4dc380b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.358214 [ 290 ] {} TCP-Session: 049458ca-8712-40b4-8c0a-a07178209bf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.358221 [ 275 ] {} TCP-Session: 74140e6b-6b58-497d-ab9b-f28eb4dc380b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.358235 [ 290 ] {} TCP-Session: 049458ca-8712-40b4-8c0a-a07178209bf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.358388 [ 288 ] {622f9e2c-6e8b-4ea9-9a6b-6a0544aa4d64} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:18:29.358448 [ 288 ] {622f9e2c-6e8b-4ea9-9a6b-6a0544aa4d64} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:18:29.358735 [ 288 ] {622f9e2c-6e8b-4ea9-9a6b-6a0544aa4d64} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:18:29.359691 [ 335 ] {622f9e2c-6e8b-4ea9-9a6b-6a0544aa4d64} AggregatingTransform: Aggregating 2026.01.22 22:18:29.359745 [ 335 ] {622f9e2c-6e8b-4ea9-9a6b-6a0544aa4d64} Aggregator: Aggregation method: without_key 2026.01.22 22:18:29.359787 [ 335 ] {622f9e2c-6e8b-4ea9-9a6b-6a0544aa4d64} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000952097 sec. (1050.313 rows/sec., 41.03 KiB/sec.) 2026.01.22 22:18:29.359808 [ 335 ] {622f9e2c-6e8b-4ea9-9a6b-6a0544aa4d64} Aggregator: Merging aggregated data 2026.01.22 22:18:29.361019 [ 288 ] {622f9e2c-6e8b-4ea9-9a6b-6a0544aa4d64} executeQuery: Read 1 rows, 40.00 B in 0.002969 sec., 336.81374200067364 rows/sec., 13.16 KiB/sec. 2026.01.22 22:18:29.361155 [ 288 ] {622f9e2c-6e8b-4ea9-9a6b-6a0544aa4d64} TCPHandler: Processed in 0.003552017 sec. 2026.01.22 22:18:29.361282 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.361311 [ 288 ] {} TCP-Session: 5bdf8a6a-5220-4904-ac46-be8be195b6cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.361315 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.361336 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.361357 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.361379 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.361388 [ 289 ] {} TCP-Session: 30396af1-1aad-412e-95b1-791e1f8e0c42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.361410 [ 294 ] {} TCP-Session: 3b40f3ea-dacc-4dfb-8656-e194a5d1b6b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.361418 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.361436 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.361452 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.361469 [ 286 ] {} TCP-Session: dad70031-b5be-4db5-9366-3c4af352bea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.361489 [ 292 ] {} TCP-Session: ca9ae6da-48bf-4287-8c6c-af2717e086ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.361506 [ 275 ] {} TCP-Session: 74140e6b-6b58-497d-ab9b-f28eb4dc380b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.361427 [ 293 ] {} TCP-Session: a2d366c8-bf91-48fd-82d7-448dcf5510ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.361400 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.361366 [ 290 ] {} TCP-Session: 049458ca-8712-40b4-8c0a-a07178209bf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.361617 [ 291 ] {} TCP-Session: d7e91e9a-307d-463d-8fed-0af0e3150e0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.423463 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61327 2026.01.22 22:18:29.423565 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.423590 [ 288 ] {} TCP-Session: 879de0f3-e387-424f-8a42-fca36cf6de38 Authenticating user 'default' from [fd00:1122:3344:101::e]:61327 2026.01.22 22:18:29.423611 [ 288 ] {} TCP-Session: 879de0f3-e387-424f-8a42-fca36cf6de38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.423624 [ 288 ] {} TCP-Session: 879de0f3-e387-424f-8a42-fca36cf6de38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.423813 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61920 2026.01.22 22:18:29.423856 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40422 2026.01.22 22:18:29.423895 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.423909 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58227 2026.01.22 22:18:29.423927 [ 289 ] {} TCP-Session: 035b53ab-539c-490c-a5b8-fe53d6babbe5 Authenticating user 'default' from [fd00:1122:3344:101::e]:61920 2026.01.22 22:18:29.423940 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49825 2026.01.22 22:18:29.423967 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.423983 [ 289 ] {} TCP-Session: 035b53ab-539c-490c-a5b8-fe53d6babbe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.424017 [ 290 ] {} TCP-Session: 3ec5bb59-3049-4c4b-a407-27266e613094 Authenticating user 'default' from [fd00:1122:3344:101::e]:40422 2026.01.22 22:18:29.424023 [ 289 ] {} TCP-Session: 035b53ab-539c-490c-a5b8-fe53d6babbe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.424040 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.424047 [ 290 ] {} TCP-Session: 3ec5bb59-3049-4c4b-a407-27266e613094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.424073 [ 294 ] {} TCP-Session: 3e61bce0-a3fb-490f-8ff5-32f75af39a8c Authenticating user 'default' from [fd00:1122:3344:101::e]:49825 2026.01.22 22:18:29.424076 [ 290 ] {} TCP-Session: 3ec5bb59-3049-4c4b-a407-27266e613094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.424091 [ 294 ] {} TCP-Session: 3e61bce0-a3fb-490f-8ff5-32f75af39a8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.424031 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.424108 [ 294 ] {} TCP-Session: 3e61bce0-a3fb-490f-8ff5-32f75af39a8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.423927 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38577 2026.01.22 22:18:29.424151 [ 291 ] {} TCP-Session: ad6a2dd5-366d-45bc-aaa0-1552ca4ca1ac Authenticating user 'default' from [fd00:1122:3344:101::e]:58227 2026.01.22 22:18:29.423971 [ 288 ] {} TCP-Session: 879de0f3-e387-424f-8a42-fca36cf6de38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:29.424203 [ 291 ] {} TCP-Session: ad6a2dd5-366d-45bc-aaa0-1552ca4ca1ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.424219 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.424234 [ 291 ] {} TCP-Session: ad6a2dd5-366d-45bc-aaa0-1552ca4ca1ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.424252 [ 293 ] {} TCP-Session: 8defb24d-f517-4118-a5b1-8042fb8a223a Authenticating user 'default' from [fd00:1122:3344:101::e]:38577 2026.01.22 22:18:29.423913 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55956 2026.01.22 22:18:29.424279 [ 293 ] {} TCP-Session: 8defb24d-f517-4118-a5b1-8042fb8a223a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.424310 [ 293 ] {} TCP-Session: 8defb24d-f517-4118-a5b1-8042fb8a223a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.424341 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.424357 [ 288 ] {7fdefda4-e94f-4217-aad8-bbfbd573ca28} executeQuery: (from [fd00:1122:3344:101::e]:61327) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:18:29.424369 [ 292 ] {} TCP-Session: c76a7893-6226-4e6c-9cc4-e994ec989250 Authenticating user 'default' from [fd00:1122:3344:101::e]:55956 2026.01.22 22:18:29.424398 [ 292 ] {} TCP-Session: c76a7893-6226-4e6c-9cc4-e994ec989250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.424411 [ 292 ] {} TCP-Session: c76a7893-6226-4e6c-9cc4-e994ec989250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.424620 [ 288 ] {7fdefda4-e94f-4217-aad8-bbfbd573ca28} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:18:29.424676 [ 288 ] {7fdefda4-e94f-4217-aad8-bbfbd573ca28} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:18:29.424980 [ 288 ] {7fdefda4-e94f-4217-aad8-bbfbd573ca28} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:18:29.425913 [ 284 ] {7fdefda4-e94f-4217-aad8-bbfbd573ca28} AggregatingTransform: Aggregating 2026.01.22 22:18:29.425953 [ 284 ] {7fdefda4-e94f-4217-aad8-bbfbd573ca28} Aggregator: Aggregation method: without_key 2026.01.22 22:18:29.425989 [ 284 ] {7fdefda4-e94f-4217-aad8-bbfbd573ca28} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000910977 sec. (1097.723 rows/sec., 42.88 KiB/sec.) 2026.01.22 22:18:29.426008 [ 284 ] {7fdefda4-e94f-4217-aad8-bbfbd573ca28} Aggregator: Merging aggregated data 2026.01.22 22:18:29.427451 [ 288 ] {7fdefda4-e94f-4217-aad8-bbfbd573ca28} executeQuery: Read 1 rows, 40.00 B in 0.003143 sec., 318.1673560292714 rows/sec., 12.43 KiB/sec. 2026.01.22 22:18:29.427612 [ 288 ] {7fdefda4-e94f-4217-aad8-bbfbd573ca28} TCPHandler: Processed in 0.003748348 sec. 2026.01.22 22:18:29.427737 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.427766 [ 288 ] {} TCP-Session: 879de0f3-e387-424f-8a42-fca36cf6de38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.427773 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.427813 [ 289 ] {} TCP-Session: 035b53ab-539c-490c-a5b8-fe53d6babbe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.427818 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.427838 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.427860 [ 290 ] {} TCP-Session: 3ec5bb59-3049-4c4b-a407-27266e613094 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.427861 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.427882 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.427898 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.22 22:18:29.427916 [ 294 ] {} TCP-Session: 3e61bce0-a3fb-490f-8ff5-32f75af39a8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.427948 [ 293 ] {} TCP-Session: 8defb24d-f517-4118-a5b1-8042fb8a223a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.427956 [ 292 ] {} TCP-Session: c76a7893-6226-4e6c-9cc4-e994ec989250 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.427903 [ 291 ] {} TCP-Session: ad6a2dd5-366d-45bc-aaa0-1552ca4ca1ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.430252 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58592 2026.01.22 22:18:29.430299 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61455 2026.01.22 22:18:29.430320 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.430348 [ 286 ] {} TCP-Session: 3fc5b378-e65c-4ae4-9cb9-443d54b27932 Authenticating user 'default' from [fd00:1122:3344:101::e]:58592 2026.01.22 22:18:29.430365 [ 286 ] {} TCP-Session: 3fc5b378-e65c-4ae4-9cb9-443d54b27932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.430368 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:18:29.430379 [ 286 ] {} TCP-Session: 3fc5b378-e65c-4ae4-9cb9-443d54b27932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.430400 [ 275 ] {} TCP-Session: fa109873-80ea-46ff-a69a-44a938cd98bd Authenticating user 'default' from [fd00:1122:3344:101::e]:61455 2026.01.22 22:18:29.430422 [ 275 ] {} TCP-Session: fa109873-80ea-46ff-a69a-44a938cd98bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.430434 [ 275 ] {} TCP-Session: fa109873-80ea-46ff-a69a-44a938cd98bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.445736 [ 275 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:61455). (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.22 22:18:29.445925 [ 275 ] {} TCP-Session: fa109873-80ea-46ff-a69a-44a938cd98bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.445962 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:58592). (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.22 22:18:29.446032 [ 286 ] {} TCP-Session: 3fc5b378-e65c-4ae4-9cb9-443d54b27932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:18:29.771410 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8096 2026.01.22 22:18:29.771922 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:29.771972 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:29.772509 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:18:29.772763 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:29.772914 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8096 2026.01.22 22:18:30.204758 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.01.22 22:18:30.220665 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:30.220736 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:30.226984 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:18:30.227696 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:30.230476 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.01.22 22:18:32.285700 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 500 2026.01.22 22:18:32.288028 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:32.288090 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:32.289306 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:18:32.289615 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:32.289988 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 500 2026.01.22 22:18:32.530676 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:32.530858 [ 277 ] {b7de5934-43ec-40d9-a6d7-c5e38b425f80} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:32.530927 [ 277 ] {b7de5934-43ec-40d9-a6d7-c5e38b425f80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:32.531662 [ 277 ] {b7de5934-43ec-40d9-a6d7-c5e38b425f80} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:32.531714 [ 277 ] {b7de5934-43ec-40d9-a6d7-c5e38b425f80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:32.532101 [ 277 ] {b7de5934-43ec-40d9-a6d7-c5e38b425f80} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:18:32.532318 [ 277 ] {b7de5934-43ec-40d9-a6d7-c5e38b425f80} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:32.532461 [ 277 ] {b7de5934-43ec-40d9-a6d7-c5e38b425f80} executeQuery: Read 128 rows, 11.26 KiB in 0.001655 sec., 77341.38972809668 rows/sec., 6.65 MiB/sec. 2026.01.22 22:18:32.532500 [ 277 ] {b7de5934-43ec-40d9-a6d7-c5e38b425f80} TCPHandler: Processed in 0.001946465 sec. 2026.01.22 22:18:32.532621 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:32.532714 [ 277 ] {21d10e02-77a0-4494-b44b-208e6f4f024c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:32.532753 [ 277 ] {21d10e02-77a0-4494-b44b-208e6f4f024c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:32.533148 [ 277 ] {21d10e02-77a0-4494-b44b-208e6f4f024c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:32.533184 [ 277 ] {21d10e02-77a0-4494-b44b-208e6f4f024c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:32.533468 [ 277 ] {21d10e02-77a0-4494-b44b-208e6f4f024c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:18:32.533679 [ 277 ] {21d10e02-77a0-4494-b44b-208e6f4f024c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:32.533805 [ 277 ] {21d10e02-77a0-4494-b44b-208e6f4f024c} executeQuery: Read 36 rows, 2.71 KiB in 0.001109 sec., 32461.677186654644 rows/sec., 2.38 MiB/sec. 2026.01.22 22:18:32.533840 [ 277 ] {21d10e02-77a0-4494-b44b-208e6f4f024c} TCPHandler: Processed in 0.001266289 sec. 2026.01.22 22:18:32.533949 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:32.534040 [ 277 ] {c4d6ba1b-7e04-4bc8-a640-1f679f97decc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:32.534078 [ 277 ] {c4d6ba1b-7e04-4bc8-a640-1f679f97decc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:32.534484 [ 277 ] {c4d6ba1b-7e04-4bc8-a640-1f679f97decc} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:32.534519 [ 277 ] {c4d6ba1b-7e04-4bc8-a640-1f679f97decc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:32.534788 [ 277 ] {c4d6ba1b-7e04-4bc8-a640-1f679f97decc} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:18:32.534979 [ 277 ] {c4d6ba1b-7e04-4bc8-a640-1f679f97decc} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:32.535094 [ 277 ] {c4d6ba1b-7e04-4bc8-a640-1f679f97decc} executeQuery: Read 100 rows, 8.00 KiB in 0.001108 sec., 90252.70758122743 rows/sec., 7.05 MiB/sec. 2026.01.22 22:18:32.535126 [ 277 ] {c4d6ba1b-7e04-4bc8-a640-1f679f97decc} TCPHandler: Processed in 0.00126221 sec. 2026.01.22 22:18:32.535228 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:32.535314 [ 277 ] {773b89de-f77c-456d-9127-6bd0a0543294} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:32.535353 [ 277 ] {773b89de-f77c-456d-9127-6bd0a0543294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:32.535797 [ 277 ] {773b89de-f77c-456d-9127-6bd0a0543294} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:32.535832 [ 277 ] {773b89de-f77c-456d-9127-6bd0a0543294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:32.536142 [ 277 ] {773b89de-f77c-456d-9127-6bd0a0543294} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:18:32.536337 [ 277 ] {773b89de-f77c-456d-9127-6bd0a0543294} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:32.536459 [ 277 ] {773b89de-f77c-456d-9127-6bd0a0543294} executeQuery: Read 160 rows, 11.41 KiB in 0.001112 sec., 143884.89208633095 rows/sec., 10.02 MiB/sec. 2026.01.22 22:18:32.536494 [ 277 ] {773b89de-f77c-456d-9127-6bd0a0543294} TCPHandler: Processed in 0.001265969 sec. 2026.01.22 22:18:32.536598 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:32.536689 [ 277 ] {2b945700-20eb-485f-b37f-61029a118486} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:32.536741 [ 277 ] {2b945700-20eb-485f-b37f-61029a118486} 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.01.22 22:18:32.537502 [ 277 ] {2b945700-20eb-485f-b37f-61029a118486} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:32.537537 [ 277 ] {2b945700-20eb-485f-b37f-61029a118486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:32.538088 [ 277 ] {2b945700-20eb-485f-b37f-61029a118486} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:18:32.538305 [ 277 ] {2b945700-20eb-485f-b37f-61029a118486} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:32.538435 [ 277 ] {2b945700-20eb-485f-b37f-61029a118486} executeQuery: Read 36 rows, 66.06 KiB in 0.001765 sec., 20396.600566572237 rows/sec., 36.55 MiB/sec. 2026.01.22 22:18:32.538484 [ 277 ] {2b945700-20eb-485f-b37f-61029a118486} TCPHandler: Processed in 0.001933114 sec. 2026.01.22 22:18:32.538595 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:32.538687 [ 277 ] {792e5cb9-5bab-4180-b963-42bb5d78daef} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:32.538727 [ 277 ] {792e5cb9-5bab-4180-b963-42bb5d78daef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:32.539045 [ 277 ] {792e5cb9-5bab-4180-b963-42bb5d78daef} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:32.539079 [ 277 ] {792e5cb9-5bab-4180-b963-42bb5d78daef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:32.539365 [ 277 ] {792e5cb9-5bab-4180-b963-42bb5d78daef} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:18:32.539575 [ 277 ] {792e5cb9-5bab-4180-b963-42bb5d78daef} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:32.539700 [ 277 ] {792e5cb9-5bab-4180-b963-42bb5d78daef} executeQuery: Read 60 rows, 4.14 KiB in 0.001032 sec., 58139.53488372093 rows/sec., 3.92 MiB/sec. 2026.01.22 22:18:32.539734 [ 277 ] {792e5cb9-5bab-4180-b963-42bb5d78daef} TCPHandler: Processed in 0.001186468 sec. 2026.01.22 22:18:37.165396 [ 113 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:18:37.165496 [ 113 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:18:37.273085 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8608 2026.01.22 22:18:37.273645 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:37.273694 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:37.274217 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:18:37.274456 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:37.274608 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8608 2026.01.22 22:18:37.528422 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:37.528600 [ 277 ] {975d52ba-5e63-4084-8284-870b57907837} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:37.528667 [ 277 ] {975d52ba-5e63-4084-8284-870b57907837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:37.529331 [ 277 ] {975d52ba-5e63-4084-8284-870b57907837} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:37.529380 [ 277 ] {975d52ba-5e63-4084-8284-870b57907837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:37.529768 [ 277 ] {975d52ba-5e63-4084-8284-870b57907837} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:18:37.529977 [ 277 ] {975d52ba-5e63-4084-8284-870b57907837} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:37.530126 [ 277 ] {975d52ba-5e63-4084-8284-870b57907837} executeQuery: Read 66 rows, 5.35 KiB in 0.001607 sec., 41070.31736154325 rows/sec., 3.25 MiB/sec. 2026.01.22 22:18:37.530173 [ 277 ] {975d52ba-5e63-4084-8284-870b57907837} TCPHandler: Processed in 0.001915084 sec. 2026.01.22 22:18:37.530292 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:37.530387 [ 277 ] {9503dd83-6f20-4fa1-8afe-c54aab7d019d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:37.530427 [ 277 ] {9503dd83-6f20-4fa1-8afe-c54aab7d019d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:37.530890 [ 277 ] {9503dd83-6f20-4fa1-8afe-c54aab7d019d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:37.530927 [ 277 ] {9503dd83-6f20-4fa1-8afe-c54aab7d019d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:37.531225 [ 277 ] {9503dd83-6f20-4fa1-8afe-c54aab7d019d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:18:37.531461 [ 277 ] {9503dd83-6f20-4fa1-8afe-c54aab7d019d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:37.531607 [ 277 ] {9503dd83-6f20-4fa1-8afe-c54aab7d019d} executeQuery: Read 5 rows, 385.00 B in 0.001191 sec., 4198.152812762384 rows/sec., 315.68 KiB/sec. 2026.01.22 22:18:37.531647 [ 277 ] {9503dd83-6f20-4fa1-8afe-c54aab7d019d} TCPHandler: Processed in 0.00136204 sec. 2026.01.22 22:18:37.531760 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:37.531856 [ 277 ] {47b1dad9-4d4f-4104-80d3-dbed21a6d85d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:37.531896 [ 277 ] {47b1dad9-4d4f-4104-80d3-dbed21a6d85d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:37.532309 [ 277 ] {47b1dad9-4d4f-4104-80d3-dbed21a6d85d} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:37.532346 [ 277 ] {47b1dad9-4d4f-4104-80d3-dbed21a6d85d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:37.532648 [ 277 ] {47b1dad9-4d4f-4104-80d3-dbed21a6d85d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:18:37.532856 [ 277 ] {47b1dad9-4d4f-4104-80d3-dbed21a6d85d} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:37.532987 [ 277 ] {47b1dad9-4d4f-4104-80d3-dbed21a6d85d} executeQuery: Read 69 rows, 5.52 KiB in 0.001151 sec., 59947.87141615987 rows/sec., 4.68 MiB/sec. 2026.01.22 22:18:37.533024 [ 277 ] {47b1dad9-4d4f-4104-80d3-dbed21a6d85d} TCPHandler: Processed in 0.001313639 sec. 2026.01.22 22:18:37.533134 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:37.533230 [ 277 ] {e8969a59-dddf-4480-a274-355f2a7538bb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:37.533273 [ 277 ] {e8969a59-dddf-4480-a274-355f2a7538bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:37.533677 [ 277 ] {e8969a59-dddf-4480-a274-355f2a7538bb} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:37.533713 [ 277 ] {e8969a59-dddf-4480-a274-355f2a7538bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:37.534048 [ 277 ] {e8969a59-dddf-4480-a274-355f2a7538bb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:18:37.534258 [ 277 ] {e8969a59-dddf-4480-a274-355f2a7538bb} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:37.534388 [ 277 ] {e8969a59-dddf-4480-a274-355f2a7538bb} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.01.22 22:18:37.534424 [ 277 ] {e8969a59-dddf-4480-a274-355f2a7538bb} TCPHandler: Processed in 0.00133901 sec. 2026.01.22 22:18:37.534535 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:37.534630 [ 277 ] {9b7f299d-b215-4f5c-9b90-e71ab0144bb0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:37.534684 [ 277 ] {9b7f299d-b215-4f5c-9b90-e71ab0144bb0} 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.01.22 22:18:37.535393 [ 277 ] {9b7f299d-b215-4f5c-9b90-e71ab0144bb0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:37.535429 [ 277 ] {9b7f299d-b215-4f5c-9b90-e71ab0144bb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:37.535919 [ 277 ] {9b7f299d-b215-4f5c-9b90-e71ab0144bb0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:18:37.536139 [ 277 ] {9b7f299d-b215-4f5c-9b90-e71ab0144bb0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:37.536263 [ 113 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.22 22:18:37.536279 [ 277 ] {9b7f299d-b215-4f5c-9b90-e71ab0144bb0} executeQuery: Read 5 rows, 9.17 KiB in 0.001667 sec., 2999.4001199760046 rows/sec., 5.37 MiB/sec. 2026.01.22 22:18:37.536363 [ 113 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:37.536390 [ 277 ] {9b7f299d-b215-4f5c-9b90-e71ab0144bb0} TCPHandler: Processed in 0.001903904 sec. 2026.01.22 22:18:37.536404 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:37.536508 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:37.536516 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:18:37.536610 [ 277 ] {7c69643c-1d59-4f1d-98d0-7f686e450ce1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:37.536657 [ 277 ] {7c69643c-1d59-4f1d-98d0-7f686e450ce1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:37.536708 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:37.536764 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 279 rows starting from the beginning of the part 2026.01.22 22:18:37.536885 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part 2026.01.22 22:18:37.536981 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2026.01.22 22:18:37.536994 [ 277 ] {7c69643c-1d59-4f1d-98d0-7f686e450ce1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:37.537030 [ 277 ] {7c69643c-1d59-4f1d-98d0-7f686e450ce1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:37.537076 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part 2026.01.22 22:18:37.537169 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2026.01.22 22:18:37.537260 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part 2026.01.22 22:18:37.537363 [ 277 ] {7c69643c-1d59-4f1d-98d0-7f686e450ce1} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:18:37.537567 [ 277 ] {7c69643c-1d59-4f1d-98d0-7f686e450ce1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:37.537697 [ 277 ] {7c69643c-1d59-4f1d-98d0-7f686e450ce1} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.01.22 22:18:37.537732 [ 277 ] {7c69643c-1d59-4f1d-98d0-7f686e450ce1} TCPHandler: Processed in 0.001274209 sec. 2026.01.22 22:18:37.540666 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 19 columns (19 merged, 0 gathered) in 0.004182281 sec., 87512.05382899905 rows/sec., 156.82 MiB/sec. 2026.01.22 22:18:37.541406 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.22 22:18:37.541780 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_16_3} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:37.541860 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_16_3} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.22 22:18:37.542000 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. 2026.01.22 22:18:37.730628 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.01.22 22:18:37.746362 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:37.746413 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:37.752494 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:18:37.753268 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:37.756327 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.01.22 22:18:38.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 239.67 MiB, peak 244.92 MiB, free memory in arenas 0.00 B, will set to 240.76 MiB (RSS), difference: 1.10 MiB 2026.01.22 22:18:42.290259 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 524 2026.01.22 22:18:42.292435 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:42.292510 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:42.293994 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:18:42.294289 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:42.294602 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 524 2026.01.22 22:18:42.529752 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:42.529931 [ 277 ] {6fba71bf-c6cf-42a8-af7a-3f0ab7a3151d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:42.529997 [ 277 ] {6fba71bf-c6cf-42a8-af7a-3f0ab7a3151d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:42.530692 [ 277 ] {6fba71bf-c6cf-42a8-af7a-3f0ab7a3151d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:42.530740 [ 277 ] {6fba71bf-c6cf-42a8-af7a-3f0ab7a3151d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:42.531190 [ 277 ] {6fba71bf-c6cf-42a8-af7a-3f0ab7a3151d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:18:42.531422 [ 277 ] {6fba71bf-c6cf-42a8-af7a-3f0ab7a3151d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:42.531589 [ 277 ] {6fba71bf-c6cf-42a8-af7a-3f0ab7a3151d} executeQuery: Read 128 rows, 11.26 KiB in 0.001705 sec., 75073.3137829912 rows/sec., 6.45 MiB/sec. 2026.01.22 22:18:42.531639 [ 277 ] {6fba71bf-c6cf-42a8-af7a-3f0ab7a3151d} TCPHandler: Processed in 0.002018415 sec. 2026.01.22 22:18:42.531778 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:42.531883 [ 277 ] {eba197af-4bd7-4d40-8d55-716d8864fff1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:42.531926 [ 277 ] {eba197af-4bd7-4d40-8d55-716d8864fff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:42.532384 [ 277 ] {eba197af-4bd7-4d40-8d55-716d8864fff1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:42.532424 [ 277 ] {eba197af-4bd7-4d40-8d55-716d8864fff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:42.532756 [ 277 ] {eba197af-4bd7-4d40-8d55-716d8864fff1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:18:42.532984 [ 277 ] {eba197af-4bd7-4d40-8d55-716d8864fff1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:42.533119 [ 277 ] {eba197af-4bd7-4d40-8d55-716d8864fff1} executeQuery: Read 36 rows, 2.71 KiB in 0.001262 sec., 28526.148969889062 rows/sec., 2.09 MiB/sec. 2026.01.22 22:18:42.533158 [ 277 ] {eba197af-4bd7-4d40-8d55-716d8864fff1} TCPHandler: Processed in 0.001433021 sec. 2026.01.22 22:18:42.533262 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:42.533360 [ 277 ] {26a390bc-b3f3-4f72-a450-54484fdc69d5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:42.533402 [ 277 ] {26a390bc-b3f3-4f72-a450-54484fdc69d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:42.533834 [ 277 ] {26a390bc-b3f3-4f72-a450-54484fdc69d5} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:42.533875 [ 277 ] {26a390bc-b3f3-4f72-a450-54484fdc69d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:42.534199 [ 277 ] {26a390bc-b3f3-4f72-a450-54484fdc69d5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:18:42.534421 [ 277 ] {26a390bc-b3f3-4f72-a450-54484fdc69d5} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:42.534556 [ 277 ] {26a390bc-b3f3-4f72-a450-54484fdc69d5} executeQuery: Read 100 rows, 8.00 KiB in 0.001218 sec., 82101.80623973729 rows/sec., 6.41 MiB/sec. 2026.01.22 22:18:42.534593 [ 277 ] {26a390bc-b3f3-4f72-a450-54484fdc69d5} TCPHandler: Processed in 0.00138145 sec. 2026.01.22 22:18:42.534773 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:42.534901 [ 277 ] {a4da4790-67cf-46dd-9000-a503e70275f0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:42.534952 [ 277 ] {a4da4790-67cf-46dd-9000-a503e70275f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:42.535387 [ 277 ] {a4da4790-67cf-46dd-9000-a503e70275f0} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:42.535427 [ 277 ] {a4da4790-67cf-46dd-9000-a503e70275f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:42.535868 [ 277 ] {a4da4790-67cf-46dd-9000-a503e70275f0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:18:42.536203 [ 277 ] {a4da4790-67cf-46dd-9000-a503e70275f0} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:42.536353 [ 277 ] {a4da4790-67cf-46dd-9000-a503e70275f0} executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec. 2026.01.22 22:18:42.536390 [ 277 ] {a4da4790-67cf-46dd-9000-a503e70275f0} TCPHandler: Processed in 0.001684493 sec. 2026.01.22 22:18:42.536506 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:42.536608 [ 277 ] {117c0e38-4067-4b2c-aa76-bd3b913402a3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:42.536662 [ 277 ] {117c0e38-4067-4b2c-aa76-bd3b913402a3} 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.01.22 22:18:42.537476 [ 277 ] {117c0e38-4067-4b2c-aa76-bd3b913402a3} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:42.537515 [ 277 ] {117c0e38-4067-4b2c-aa76-bd3b913402a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:42.538128 [ 277 ] {117c0e38-4067-4b2c-aa76-bd3b913402a3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:18:42.538357 [ 277 ] {117c0e38-4067-4b2c-aa76-bd3b913402a3} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:42.538500 [ 277 ] {117c0e38-4067-4b2c-aa76-bd3b913402a3} executeQuery: Read 36 rows, 66.06 KiB in 0.001911 sec., 18838.304552590267 rows/sec., 33.76 MiB/sec. 2026.01.22 22:18:42.538572 [ 277 ] {117c0e38-4067-4b2c-aa76-bd3b913402a3} TCPHandler: Processed in 0.002117156 sec. 2026.01.22 22:18:42.538693 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:42.538788 [ 277 ] {962f4ad2-969c-481a-bb22-d6e0ba94d2be} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:42.538830 [ 277 ] {962f4ad2-969c-481a-bb22-d6e0ba94d2be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:42.539169 [ 277 ] {962f4ad2-969c-481a-bb22-d6e0ba94d2be} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:42.539206 [ 277 ] {962f4ad2-969c-481a-bb22-d6e0ba94d2be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:42.539511 [ 277 ] {962f4ad2-969c-481a-bb22-d6e0ba94d2be} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:18:42.539719 [ 277 ] {962f4ad2-969c-481a-bb22-d6e0ba94d2be} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:42.539861 [ 277 ] {962f4ad2-969c-481a-bb22-d6e0ba94d2be} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.01.22 22:18:42.539896 [ 277 ] {962f4ad2-969c-481a-bb22-d6e0ba94d2be} TCPHandler: Processed in 0.001253269 sec. 2026.01.22 22:18:44.774756 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9056 2026.01.22 22:18:44.775252 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:44.775293 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:44.775783 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:18:44.776013 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:44.776151 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9056 2026.01.22 22:18:45.256461 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.01.22 22:18:45.273238 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:45.273303 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:45.279482 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:18:45.280164 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:45.283129 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.01.22 22:18:47.556505 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:47.556716 [ 277 ] {8998ab68-8dc4-45c3-b026-147e773974e7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:18:47.556789 [ 277 ] {8998ab68-8dc4-45c3-b026-147e773974e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:18:47.557445 [ 277 ] {8998ab68-8dc4-45c3-b026-147e773974e7} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.557497 [ 277 ] {8998ab68-8dc4-45c3-b026-147e773974e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:47.557885 [ 277 ] {8998ab68-8dc4-45c3-b026-147e773974e7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:18:47.558117 [ 277 ] {8998ab68-8dc4-45c3-b026-147e773974e7} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.558273 [ 277 ] {8998ab68-8dc4-45c3-b026-147e773974e7} executeQuery: Read 24 rows, 2.04 KiB in 0.001611 sec., 14897.579143389199 rows/sec., 1.24 MiB/sec. 2026.01.22 22:18:47.558324 [ 277 ] {8998ab68-8dc4-45c3-b026-147e773974e7} TCPHandler: Processed in 0.001954015 sec. 2026.01.22 22:18:47.558445 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:47.558548 [ 277 ] {1ed519d9-67a2-4d18-b110-5e3b9b427808} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:18:47.558592 [ 277 ] {1ed519d9-67a2-4d18-b110-5e3b9b427808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:18:47.558997 [ 277 ] {1ed519d9-67a2-4d18-b110-5e3b9b427808} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.559035 [ 277 ] {1ed519d9-67a2-4d18-b110-5e3b9b427808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:47.559338 [ 277 ] {1ed519d9-67a2-4d18-b110-5e3b9b427808} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:18:47.559543 [ 277 ] {1ed519d9-67a2-4d18-b110-5e3b9b427808} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.559674 [ 277 ] {1ed519d9-67a2-4d18-b110-5e3b9b427808} executeQuery: Read 6 rows, 501.00 B in 0.001148 sec., 5226.480836236934 rows/sec., 426.18 KiB/sec. 2026.01.22 22:18:47.559711 [ 277 ] {1ed519d9-67a2-4d18-b110-5e3b9b427808} TCPHandler: Processed in 0.00131887 sec. 2026.01.22 22:18:47.559815 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:47.559908 [ 277 ] {7ccceebd-af15-48c9-a6f0-911fd68848bc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:47.559947 [ 277 ] {7ccceebd-af15-48c9-a6f0-911fd68848bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:47.560812 [ 277 ] {7ccceebd-af15-48c9-a6f0-911fd68848bc} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.560849 [ 277 ] {7ccceebd-af15-48c9-a6f0-911fd68848bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:47.561250 [ 277 ] {7ccceebd-af15-48c9-a6f0-911fd68848bc} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:18:47.561451 [ 277 ] {7ccceebd-af15-48c9-a6f0-911fd68848bc} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.561563 [ 100 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.22 22:18:47.561582 [ 277 ] {7ccceebd-af15-48c9-a6f0-911fd68848bc} executeQuery: Read 1329 rows, 113.13 KiB in 0.001692 sec., 785460.9929078014 rows/sec., 65.29 MiB/sec. 2026.01.22 22:18:47.561638 [ 100 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.561645 [ 277 ] {7ccceebd-af15-48c9-a6f0-911fd68848bc} TCPHandler: Processed in 0.001879284 sec. 2026.01.22 22:18:47.561670 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:47.561783 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:47.561813 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:18:47.561908 [ 277 ] {0e68829a-cef9-4932-bd75-d9ba3e5b16f0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:47.561963 [ 277 ] {0e68829a-cef9-4932-bd75-d9ba3e5b16f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:47.561994 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:47.562044 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2556 rows starting from the beginning of the part 2026.01.22 22:18:47.562133 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 66 rows starting from the beginning of the part 2026.01.22 22:18:47.562194 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 128 rows starting from the beginning of the part 2026.01.22 22:18:47.562254 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 66 rows starting from the beginning of the part 2026.01.22 22:18:47.562301 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 128 rows starting from the beginning of the part 2026.01.22 22:18:47.562341 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1329 rows starting from the beginning of the part 2026.01.22 22:18:47.562425 [ 277 ] {0e68829a-cef9-4932-bd75-d9ba3e5b16f0} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.562466 [ 277 ] {0e68829a-cef9-4932-bd75-d9ba3e5b16f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:47.562826 [ 277 ] {0e68829a-cef9-4932-bd75-d9ba3e5b16f0} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:18:47.563061 [ 277 ] {0e68829a-cef9-4932-bd75-d9ba3e5b16f0} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.563202 [ 277 ] {0e68829a-cef9-4932-bd75-d9ba3e5b16f0} executeQuery: Read 23 rows, 1.76 KiB in 0.001319 sec., 17437.45261561789 rows/sec., 1.30 MiB/sec. 2026.01.22 22:18:47.563240 [ 277 ] {0e68829a-cef9-4932-bd75-d9ba3e5b16f0} TCPHandler: Processed in 0.001519321 sec. 2026.01.22 22:18:47.563361 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:47.563476 [ 277 ] {8f422ce0-0780-47f0-9689-374d98cb782d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:18:47.563523 [ 277 ] {8f422ce0-0780-47f0-9689-374d98cb782d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:18:47.564059 [ 277 ] {8f422ce0-0780-47f0-9689-374d98cb782d} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.564102 [ 277 ] {8f422ce0-0780-47f0-9689-374d98cb782d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:47.564430 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4273 rows, containing 5 columns (5 merged, 0 gathered) in 0.00268537 sec., 1591214.6184697081 rows/sec., 136.96 MiB/sec. 2026.01.22 22:18:47.564446 [ 277 ] {8f422ce0-0780-47f0-9689-374d98cb782d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:18:47.564673 [ 277 ] {8f422ce0-0780-47f0-9689-374d98cb782d} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.564803 [ 277 ] {8f422ce0-0780-47f0-9689-374d98cb782d} executeQuery: Read 252 rows, 17.85 KiB in 0.00135 sec., 186666.66666666666 rows/sec., 12.91 MiB/sec. 2026.01.22 22:18:47.564830 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.22 22:18:47.564844 [ 277 ] {8f422ce0-0780-47f0-9689-374d98cb782d} TCPHandler: Processed in 0.001542821 sec. 2026.01.22 22:18:47.564969 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:47.565065 [ 277 ] {16469d61-0033-4e04-bd17-dee37d411a03} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:18:47.565109 [ 277 ] {16469d61-0033-4e04-bd17-dee37d411a03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:18:47.565148 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_26_5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.565242 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_26_5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.22 22:18:47.565321 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.22 22:18:47.565501 [ 277 ] {16469d61-0033-4e04-bd17-dee37d411a03} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.565542 [ 277 ] {16469d61-0033-4e04-bd17-dee37d411a03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:47.565849 [ 277 ] {16469d61-0033-4e04-bd17-dee37d411a03} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:18:47.566059 [ 277 ] {16469d61-0033-4e04-bd17-dee37d411a03} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.566187 [ 277 ] {16469d61-0033-4e04-bd17-dee37d411a03} executeQuery: Read 12 rows, 960.00 B in 0.00114 sec., 10526.315789473685 rows/sec., 822.37 KiB/sec. 2026.01.22 22:18:47.566224 [ 277 ] {16469d61-0033-4e04-bd17-dee37d411a03} TCPHandler: Processed in 0.00130517 sec. 2026.01.22 22:18:47.566334 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:47.566427 [ 277 ] {e7712e75-86bf-4cab-94c2-4f1a96010a7f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:47.566465 [ 277 ] {e7712e75-86bf-4cab-94c2-4f1a96010a7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:47.567026 [ 277 ] {e7712e75-86bf-4cab-94c2-4f1a96010a7f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.567061 [ 277 ] {e7712e75-86bf-4cab-94c2-4f1a96010a7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:47.567393 [ 277 ] {e7712e75-86bf-4cab-94c2-4f1a96010a7f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:18:47.567611 [ 277 ] {e7712e75-86bf-4cab-94c2-4f1a96010a7f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.567708 [ 99 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.22 22:18:47.567740 [ 277 ] {e7712e75-86bf-4cab-94c2-4f1a96010a7f} executeQuery: Read 567 rows, 43.55 KiB in 0.00133 sec., 426315.7894736842 rows/sec., 31.98 MiB/sec. 2026.01.22 22:18:47.567744 [ 99 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.567771 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:47.567778 [ 277 ] {e7712e75-86bf-4cab-94c2-4f1a96010a7f} TCPHandler: Processed in 0.001494012 sec. 2026.01.22 22:18:47.567891 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:47.567892 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:18:47.567987 [ 277 ] {7353edff-d132-4e8a-88b8-dd45d3049c8f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:47.568035 [ 277 ] {7353edff-d132-4e8a-88b8-dd45d3049c8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:47.568051 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:47.568097 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1304 rows starting from the beginning of the part 2026.01.22 22:18:47.568180 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 69 rows starting from the beginning of the part 2026.01.22 22:18:47.568234 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 100 rows starting from the beginning of the part 2026.01.22 22:18:47.568278 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 69 rows starting from the beginning of the part 2026.01.22 22:18:47.568315 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 100 rows starting from the beginning of the part 2026.01.22 22:18:47.568362 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 567 rows starting from the beginning of the part 2026.01.22 22:18:47.568579 [ 277 ] {7353edff-d132-4e8a-88b8-dd45d3049c8f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.568621 [ 277 ] {7353edff-d132-4e8a-88b8-dd45d3049c8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:47.569047 [ 277 ] {7353edff-d132-4e8a-88b8-dd45d3049c8f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:18:47.569278 [ 277 ] {7353edff-d132-4e8a-88b8-dd45d3049c8f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.569379 [ 99 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.22 22:18:47.569409 [ 99 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.569411 [ 277 ] {7353edff-d132-4e8a-88b8-dd45d3049c8f} executeQuery: Read 883 rows, 61.37 KiB in 0.001444 sec., 611495.8448753463 rows/sec., 41.50 MiB/sec. 2026.01.22 22:18:47.569425 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:47.569452 [ 277 ] {7353edff-d132-4e8a-88b8-dd45d3049c8f} TCPHandler: Processed in 0.001611272 sec. 2026.01.22 22:18:47.569497 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:18:47.569570 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:47.569594 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:47.569627 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7019 rows starting from the beginning of the part 2026.01.22 22:18:47.569629 [ 200 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001799653 sec., 1227458.8490114482 rows/sec., 95.17 MiB/sec. 2026.01.22 22:18:47.569689 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:18:47.569691 [ 277 ] {ee9c9a5f-fff9-48f8-b8e3-eb17527cc154} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:47.569742 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2026.01.22 22:18:47.569773 [ 277 ] {ee9c9a5f-fff9-48f8-b8e3-eb17527cc154} 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.01.22 22:18:47.569792 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.01.22 22:18:47.569836 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:18:47.569852 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.22 22:18:47.569880 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 883 rows starting from the beginning of the part 2026.01.22 22:18:47.570168 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_26_5} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.570301 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_26_5} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.22 22:18:47.570413 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.22 22:18:47.570600 [ 277 ] {ee9c9a5f-fff9-48f8-b8e3-eb17527cc154} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.570641 [ 277 ] {ee9c9a5f-fff9-48f8-b8e3-eb17527cc154} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:47.571179 [ 277 ] {ee9c9a5f-fff9-48f8-b8e3-eb17527cc154} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:18:47.571400 [ 277 ] {ee9c9a5f-fff9-48f8-b8e3-eb17527cc154} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.571544 [ 277 ] {ee9c9a5f-fff9-48f8-b8e3-eb17527cc154} executeQuery: Read 5 rows, 9.17 KiB in 0.001878 sec., 2662.4068157614483 rows/sec., 4.77 MiB/sec. 2026.01.22 22:18:47.571604 [ 277 ] {ee9c9a5f-fff9-48f8-b8e3-eb17527cc154} TCPHandler: Processed in 0.002093666 sec. 2026.01.22 22:18:47.571713 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:47.571808 [ 277 ] {7c7f7069-c90a-477d-a5d8-dc5f270b8d98} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:47.571851 [ 277 ] {7c7f7069-c90a-477d-a5d8-dc5f270b8d98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:47.572182 [ 277 ] {7c7f7069-c90a-477d-a5d8-dc5f270b8d98} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.572217 [ 277 ] {7c7f7069-c90a-477d-a5d8-dc5f270b8d98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:47.572549 [ 277 ] {7c7f7069-c90a-477d-a5d8-dc5f270b8d98} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:18:47.572759 [ 277 ] {7c7f7069-c90a-477d-a5d8-dc5f270b8d98} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.572849 [ 99 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.22 22:18:47.572875 [ 99 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:47.572890 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.22 22:18:47.572890 [ 277 ] {7c7f7069-c90a-477d-a5d8-dc5f270b8d98} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.01.22 22:18:47.572932 [ 277 ] {7c7f7069-c90a-477d-a5d8-dc5f270b8d98} TCPHandler: Processed in 0.00126865 sec. 2026.01.22 22:18:47.572968 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:47.573106 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:47.573150 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1206 rows starting from the beginning of the part 2026.01.22 22:18:47.573185 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8542 rows, containing 5 columns (5 merged, 0 gathered) in 0.003717788 sec., 2297602.7680975893 rows/sec., 157.00 MiB/sec. 2026.01.22 22:18:47.573264 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:47.573320 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.01.22 22:18:47.573380 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.01.22 22:18:47.573383 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.22 22:18:47.573431 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:47.573492 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:18:47.573698 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_26_5} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.573786 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_26_5} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.22 22:18:47.573862 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. 2026.01.22 22:18:47.574656 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1506 rows, containing 4 columns (4 merged, 0 gathered) in 0.001727512 sec., 871773.973205396 rows/sec., 58.01 MiB/sec. 2026.01.22 22:18:47.574835 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.22 22:18:47.575088 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_26_5} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:47.575155 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_26_5} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.22 22:18:47.575228 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.22 22:18:52.165568 [ 94 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:18:52.165672 [ 94 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:18:52.276297 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9568 2026.01.22 22:18:52.276952 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:52.277010 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:52.277598 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:18:52.277831 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:52.277974 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9568 2026.01.22 22:18:52.294892 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 556 2026.01.22 22:18:52.297540 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:52.297598 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:52.298799 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:18:52.299075 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:52.299426 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 556 2026.01.22 22:18:52.530966 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:52.531138 [ 277 ] {9f0def93-877f-403b-a1e5-fd79032c4359} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:52.531200 [ 277 ] {9f0def93-877f-403b-a1e5-fd79032c4359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:52.531854 [ 277 ] {9f0def93-877f-403b-a1e5-fd79032c4359} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:52.531895 [ 277 ] {9f0def93-877f-403b-a1e5-fd79032c4359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:52.532249 [ 277 ] {9f0def93-877f-403b-a1e5-fd79032c4359} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:18:52.532464 [ 277 ] {9f0def93-877f-403b-a1e5-fd79032c4359} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:52.532599 [ 277 ] {9f0def93-877f-403b-a1e5-fd79032c4359} executeQuery: Read 128 rows, 11.26 KiB in 0.001563 sec., 81893.79398592451 rows/sec., 7.04 MiB/sec. 2026.01.22 22:18:52.532637 [ 277 ] {9f0def93-877f-403b-a1e5-fd79032c4359} TCPHandler: Processed in 0.001846734 sec. 2026.01.22 22:18:52.532811 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:52.532904 [ 277 ] {cfad7f2f-bc5d-4d97-9ab6-04c5c0c90afb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:52.532944 [ 277 ] {cfad7f2f-bc5d-4d97-9ab6-04c5c0c90afb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:52.533342 [ 277 ] {cfad7f2f-bc5d-4d97-9ab6-04c5c0c90afb} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:52.533377 [ 277 ] {cfad7f2f-bc5d-4d97-9ab6-04c5c0c90afb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:52.533664 [ 277 ] {cfad7f2f-bc5d-4d97-9ab6-04c5c0c90afb} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:18:52.533866 [ 277 ] {cfad7f2f-bc5d-4d97-9ab6-04c5c0c90afb} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:52.533974 [ 94 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.22 22:18:52.533991 [ 277 ] {cfad7f2f-bc5d-4d97-9ab6-04c5c0c90afb} executeQuery: Read 36 rows, 2.71 KiB in 0.001105 sec., 32579.18552036199 rows/sec., 2.39 MiB/sec. 2026.01.22 22:18:52.534040 [ 94 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:52.534047 [ 277 ] {cfad7f2f-bc5d-4d97-9ab6-04c5c0c90afb} TCPHandler: Processed in 0.00128439 sec. 2026.01.22 22:18:52.534069 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:52.534161 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:52.534189 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:18:52.534256 [ 277 ] {f3351a0b-a61a-4477-ac26-2959fc5781fb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:52.534299 [ 277 ] {f3351a0b-a61a-4477-ac26-2959fc5781fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:52.534326 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:52.534365 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 296 rows starting from the beginning of the part 2026.01.22 22:18:52.534432 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2026.01.22 22:18:52.534476 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part 2026.01.22 22:18:52.534518 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2026.01.22 22:18:52.534559 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part 2026.01.22 22:18:52.534595 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:18:52.534711 [ 277 ] {f3351a0b-a61a-4477-ac26-2959fc5781fb} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:52.534753 [ 277 ] {f3351a0b-a61a-4477-ac26-2959fc5781fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:52.535088 [ 277 ] {f3351a0b-a61a-4477-ac26-2959fc5781fb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:18:52.535309 [ 277 ] {f3351a0b-a61a-4477-ac26-2959fc5781fb} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:52.535439 [ 277 ] {f3351a0b-a61a-4477-ac26-2959fc5781fb} executeQuery: Read 100 rows, 8.00 KiB in 0.0012 sec., 83333.33333333334 rows/sec., 6.51 MiB/sec. 2026.01.22 22:18:52.535475 [ 277 ] {f3351a0b-a61a-4477-ac26-2959fc5781fb} TCPHandler: Processed in 0.0013609 sec. 2026.01.22 22:18:52.535522 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 432 rows, containing 5 columns (5 merged, 0 gathered) in 0.001382141 sec., 312558.5595102092 rows/sec., 21.74 MiB/sec. 2026.01.22 22:18:52.535583 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:52.535679 [ 277 ] {7ea1e5b3-c369-41f3-9e52-2d75b1289c25} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:52.535722 [ 277 ] {7ea1e5b3-c369-41f3-9e52-2d75b1289c25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:52.535759 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.22 22:18:52.536109 [ 277 ] {7ea1e5b3-c369-41f3-9e52-2d75b1289c25} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:52.536118 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_21_4} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:52.536151 [ 277 ] {7ea1e5b3-c369-41f3-9e52-2d75b1289c25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:52.536234 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_21_4} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.22 22:18:52.536351 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:18:52.536495 [ 277 ] {7ea1e5b3-c369-41f3-9e52-2d75b1289c25} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:18:52.536708 [ 277 ] {7ea1e5b3-c369-41f3-9e52-2d75b1289c25} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:52.536836 [ 277 ] {7ea1e5b3-c369-41f3-9e52-2d75b1289c25} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.01.22 22:18:52.536871 [ 277 ] {7ea1e5b3-c369-41f3-9e52-2d75b1289c25} TCPHandler: Processed in 0.00133468 sec. 2026.01.22 22:18:52.536967 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:52.537058 [ 277 ] {e1aa7003-9e78-4482-945a-6feb462f6548} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:52.537109 [ 277 ] {e1aa7003-9e78-4482-945a-6feb462f6548} 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.01.22 22:18:52.537889 [ 277 ] {e1aa7003-9e78-4482-945a-6feb462f6548} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:52.537925 [ 277 ] {e1aa7003-9e78-4482-945a-6feb462f6548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:52.538483 [ 277 ] {e1aa7003-9e78-4482-945a-6feb462f6548} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:18:52.538704 [ 277 ] {e1aa7003-9e78-4482-945a-6feb462f6548} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:52.538839 [ 277 ] {e1aa7003-9e78-4482-945a-6feb462f6548} executeQuery: Read 36 rows, 66.06 KiB in 0.001799 sec., 20011.11728738188 rows/sec., 35.86 MiB/sec. 2026.01.22 22:18:52.538902 [ 277 ] {e1aa7003-9e78-4482-945a-6feb462f6548} TCPHandler: Processed in 0.001981385 sec. 2026.01.22 22:18:52.539012 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:52.539103 [ 277 ] {157fc076-0cc7-4e69-9461-5d309db74545} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:52.539144 [ 277 ] {157fc076-0cc7-4e69-9461-5d309db74545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:52.539468 [ 277 ] {157fc076-0cc7-4e69-9461-5d309db74545} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:52.539503 [ 277 ] {157fc076-0cc7-4e69-9461-5d309db74545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:52.539792 [ 277 ] {157fc076-0cc7-4e69-9461-5d309db74545} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:18:52.539994 [ 277 ] {157fc076-0cc7-4e69-9461-5d309db74545} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:52.540117 [ 277 ] {157fc076-0cc7-4e69-9461-5d309db74545} executeQuery: Read 60 rows, 4.14 KiB in 0.001032 sec., 58139.53488372093 rows/sec., 3.92 MiB/sec. 2026.01.22 22:18:52.540151 [ 277 ] {157fc076-0cc7-4e69-9461-5d309db74545} TCPHandler: Processed in 0.001185779 sec. 2026.01.22 22:18:52.783275 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.01.22 22:18:52.800008 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:52.800045 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:52.805926 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:18:52.806595 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:52.809322 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.01.22 22:18:57.527204 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:57.527394 [ 277 ] {ac117731-986f-4573-aef1-ad2ea9c5d04d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:18:57.527459 [ 277 ] {ac117731-986f-4573-aef1-ad2ea9c5d04d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:18:57.528263 [ 277 ] {ac117731-986f-4573-aef1-ad2ea9c5d04d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:57.528314 [ 277 ] {ac117731-986f-4573-aef1-ad2ea9c5d04d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:57.528702 [ 277 ] {ac117731-986f-4573-aef1-ad2ea9c5d04d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:18:57.528931 [ 277 ] {ac117731-986f-4573-aef1-ad2ea9c5d04d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:57.529087 [ 277 ] {ac117731-986f-4573-aef1-ad2ea9c5d04d} executeQuery: Read 66 rows, 5.35 KiB in 0.00174 sec., 37931.03448275862 rows/sec., 3.00 MiB/sec. 2026.01.22 22:18:57.529133 [ 277 ] {ac117731-986f-4573-aef1-ad2ea9c5d04d} TCPHandler: Processed in 0.002058045 sec. 2026.01.22 22:18:57.529270 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:57.529373 [ 277 ] {54bec9c4-c806-4dfc-bd2e-0a6c5b6e7cf8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:18:57.529417 [ 277 ] {54bec9c4-c806-4dfc-bd2e-0a6c5b6e7cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:18:57.529823 [ 277 ] {54bec9c4-c806-4dfc-bd2e-0a6c5b6e7cf8} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:57.529862 [ 277 ] {54bec9c4-c806-4dfc-bd2e-0a6c5b6e7cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:57.530163 [ 277 ] {54bec9c4-c806-4dfc-bd2e-0a6c5b6e7cf8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:18:57.530383 [ 277 ] {54bec9c4-c806-4dfc-bd2e-0a6c5b6e7cf8} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:57.530516 [ 277 ] {54bec9c4-c806-4dfc-bd2e-0a6c5b6e7cf8} executeQuery: Read 5 rows, 385.00 B in 0.001167 sec., 4284.490145672665 rows/sec., 322.17 KiB/sec. 2026.01.22 22:18:57.530554 [ 277 ] {54bec9c4-c806-4dfc-bd2e-0a6c5b6e7cf8} TCPHandler: Processed in 0.00133814 sec. 2026.01.22 22:18:57.530674 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:57.530775 [ 277 ] {bf115649-b7e5-4a0c-9997-3537270e68aa} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:18:57.530815 [ 277 ] {bf115649-b7e5-4a0c-9997-3537270e68aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:18:57.531238 [ 277 ] {bf115649-b7e5-4a0c-9997-3537270e68aa} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:57.531276 [ 277 ] {bf115649-b7e5-4a0c-9997-3537270e68aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:57.531575 [ 277 ] {bf115649-b7e5-4a0c-9997-3537270e68aa} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:18:57.531782 [ 277 ] {bf115649-b7e5-4a0c-9997-3537270e68aa} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:57.531909 [ 277 ] {bf115649-b7e5-4a0c-9997-3537270e68aa} executeQuery: Read 69 rows, 5.52 KiB in 0.001156 sec., 59688.581314878895 rows/sec., 4.66 MiB/sec. 2026.01.22 22:18:57.531947 [ 277 ] {bf115649-b7e5-4a0c-9997-3537270e68aa} TCPHandler: Processed in 0.00132317 sec. 2026.01.22 22:18:57.532066 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:57.532160 [ 277 ] {cf2cbd8a-ad4d-41b6-aadd-b8e000184ed1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:57.532205 [ 277 ] {cf2cbd8a-ad4d-41b6-aadd-b8e000184ed1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:18:57.532612 [ 277 ] {cf2cbd8a-ad4d-41b6-aadd-b8e000184ed1} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:57.532648 [ 277 ] {cf2cbd8a-ad4d-41b6-aadd-b8e000184ed1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:57.532986 [ 277 ] {cf2cbd8a-ad4d-41b6-aadd-b8e000184ed1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:18:57.533201 [ 277 ] {cf2cbd8a-ad4d-41b6-aadd-b8e000184ed1} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:57.533334 [ 277 ] {cf2cbd8a-ad4d-41b6-aadd-b8e000184ed1} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.01.22 22:18:57.533371 [ 277 ] {cf2cbd8a-ad4d-41b6-aadd-b8e000184ed1} TCPHandler: Processed in 0.001354881 sec. 2026.01.22 22:18:57.533488 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:57.533584 [ 277 ] {fe58ad31-7b2e-47f6-a837-a5794b4e30b5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:18:57.533637 [ 277 ] {fe58ad31-7b2e-47f6-a837-a5794b4e30b5} 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.01.22 22:18:57.534402 [ 277 ] {fe58ad31-7b2e-47f6-a837-a5794b4e30b5} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:57.534438 [ 277 ] {fe58ad31-7b2e-47f6-a837-a5794b4e30b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:57.534936 [ 277 ] {fe58ad31-7b2e-47f6-a837-a5794b4e30b5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:18:57.535163 [ 277 ] {fe58ad31-7b2e-47f6-a837-a5794b4e30b5} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:57.535303 [ 277 ] {fe58ad31-7b2e-47f6-a837-a5794b4e30b5} executeQuery: Read 5 rows, 9.17 KiB in 0.001737 sec., 2878.526194588371 rows/sec., 5.16 MiB/sec. 2026.01.22 22:18:57.535363 [ 277 ] {fe58ad31-7b2e-47f6-a837-a5794b4e30b5} TCPHandler: Processed in 0.001925174 sec. 2026.01.22 22:18:57.535478 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:18:57.535599 [ 277 ] {d8b916ab-de89-43d9-89af-aaa953622e91} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:18:57.535650 [ 277 ] {d8b916ab-de89-43d9-89af-aaa953622e91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:18:57.536075 [ 277 ] {d8b916ab-de89-43d9-89af-aaa953622e91} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:57.536118 [ 277 ] {d8b916ab-de89-43d9-89af-aaa953622e91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:57.536497 [ 277 ] {d8b916ab-de89-43d9-89af-aaa953622e91} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:18:57.536711 [ 277 ] {d8b916ab-de89-43d9-89af-aaa953622e91} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:57.536848 [ 277 ] {d8b916ab-de89-43d9-89af-aaa953622e91} executeQuery: Read 60 rows, 4.14 KiB in 0.001274 sec., 47095.76138147567 rows/sec., 3.17 MiB/sec. 2026.01.22 22:18:57.536884 [ 277 ] {d8b916ab-de89-43d9-89af-aaa953622e91} TCPHandler: Processed in 0.001458121 sec. 2026.01.22 22:18:59.778092 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10016 2026.01.22 22:18:59.778636 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:59.778679 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:59.779163 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:18:59.779405 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:59.779532 [ 84 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.22 22:18:59.779550 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10016 2026.01.22 22:18:59.779607 [ 84 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:18:59.779636 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:18:59.779747 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:59.779857 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:18:59.779893 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7648 rows starting from the beginning of the part 2026.01.22 22:18:59.779955 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:59.780003 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:59.780047 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:59.780085 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:59.780130 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:18:59.782124 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10016 rows, containing 4 columns (4 merged, 0 gathered) in 0.002432078 sec., 4118288.96935049 rows/sec., 58.91 MiB/sec. 2026.01.22 22:18:59.782463 [ 203 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.22 22:18:59.782784 [ 203 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_21_4} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:18:59.782867 [ 203 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_21_4} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.22 22:18:59.782966 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.01.22 22:19:00.309421 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.01.22 22:19:00.327787 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:00.327856 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:00.333941 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:19:00.334653 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:00.334953 [ 84 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.22 22:19:00.335025 [ 84 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:00.335048 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:00.335196 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:00.338086 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.01.22 22:19:00.340557 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:00.342084 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:00.346869 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:00.351408 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:00.355913 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:00.360646 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:00.364895 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:00.413751 [ 192 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.078629522 sec., 2022.1412512211382 rows/sec., 10.46 MiB/sec. 2026.01.22 22:19:00.415507 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.22 22:19:00.417284 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_21_4} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:00.417374 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_21_4} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.22 22:19:00.418887 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.22 22:19:01.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 245.52 MiB, peak 256.06 MiB, free memory in arenas 0.00 B, will set to 250.17 MiB (RSS), difference: 4.65 MiB 2026.01.22 22:19:02.299640 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 580 2026.01.22 22:19:02.301896 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:02.301950 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:02.303153 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:19:02.303435 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:02.303784 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 580 2026.01.22 22:19:02.531160 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:02.531340 [ 277 ] {bdff09c4-8923-4071-862a-025112ee1cdb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:19:02.531405 [ 277 ] {bdff09c4-8923-4071-862a-025112ee1cdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:19:02.532104 [ 277 ] {bdff09c4-8923-4071-862a-025112ee1cdb} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:02.532148 [ 277 ] {bdff09c4-8923-4071-862a-025112ee1cdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:02.532547 [ 277 ] {bdff09c4-8923-4071-862a-025112ee1cdb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:19:02.532776 [ 277 ] {bdff09c4-8923-4071-862a-025112ee1cdb} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:02.532944 [ 277 ] {bdff09c4-8923-4071-862a-025112ee1cdb} executeQuery: Read 10 rows, 835.00 B in 0.001652 sec., 6053.268765133172 rows/sec., 493.60 KiB/sec. 2026.01.22 22:19:02.533000 [ 277 ] {bdff09c4-8923-4071-862a-025112ee1cdb} TCPHandler: Processed in 0.001991544 sec. 2026.01.22 22:19:02.533138 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:02.533244 [ 277 ] {3b7e3b92-cab9-4c0f-9e2a-c115f810deb1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:02.533287 [ 277 ] {3b7e3b92-cab9-4c0f-9e2a-c115f810deb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:02.533782 [ 277 ] {3b7e3b92-cab9-4c0f-9e2a-c115f810deb1} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:02.533821 [ 277 ] {3b7e3b92-cab9-4c0f-9e2a-c115f810deb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:02.534158 [ 277 ] {3b7e3b92-cab9-4c0f-9e2a-c115f810deb1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:19:02.534390 [ 277 ] {3b7e3b92-cab9-4c0f-9e2a-c115f810deb1} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:02.534526 [ 277 ] {3b7e3b92-cab9-4c0f-9e2a-c115f810deb1} executeQuery: Read 133 rows, 11.63 KiB in 0.001307 sec., 101759.75516449886 rows/sec., 8.69 MiB/sec. 2026.01.22 22:19:02.534565 [ 277 ] {3b7e3b92-cab9-4c0f-9e2a-c115f810deb1} TCPHandler: Processed in 0.001480401 sec. 2026.01.22 22:19:02.534679 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:02.534778 [ 277 ] {a20f44cc-78f4-4437-8152-3ad8879294c8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:02.534818 [ 277 ] {a20f44cc-78f4-4437-8152-3ad8879294c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:02.535233 [ 277 ] {a20f44cc-78f4-4437-8152-3ad8879294c8} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:02.535272 [ 277 ] {a20f44cc-78f4-4437-8152-3ad8879294c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:02.535580 [ 277 ] {a20f44cc-78f4-4437-8152-3ad8879294c8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:19:02.535788 [ 277 ] {a20f44cc-78f4-4437-8152-3ad8879294c8} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:02.535920 [ 277 ] {a20f44cc-78f4-4437-8152-3ad8879294c8} executeQuery: Read 46 rows, 3.41 KiB in 0.001163 sec., 39552.880481513326 rows/sec., 2.86 MiB/sec. 2026.01.22 22:19:02.535958 [ 277 ] {a20f44cc-78f4-4437-8152-3ad8879294c8} TCPHandler: Processed in 0.00132958 sec. 2026.01.22 22:19:02.536070 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:02.536166 [ 277 ] {cf0982df-2412-487e-83b3-ca4b5a84c8f8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:02.536205 [ 277 ] {cf0982df-2412-487e-83b3-ca4b5a84c8f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:02.536635 [ 277 ] {cf0982df-2412-487e-83b3-ca4b5a84c8f8} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:02.536672 [ 277 ] {cf0982df-2412-487e-83b3-ca4b5a84c8f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:02.536989 [ 277 ] {cf0982df-2412-487e-83b3-ca4b5a84c8f8} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:19:02.537199 [ 277 ] {cf0982df-2412-487e-83b3-ca4b5a84c8f8} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:02.537328 [ 277 ] {cf0982df-2412-487e-83b3-ca4b5a84c8f8} executeQuery: Read 110 rows, 8.81 KiB in 0.001181 sec., 93141.40558848434 rows/sec., 7.29 MiB/sec. 2026.01.22 22:19:02.537366 [ 277 ] {cf0982df-2412-487e-83b3-ca4b5a84c8f8} TCPHandler: Processed in 0.00134594 sec. 2026.01.22 22:19:02.537480 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:02.537574 [ 277 ] {61b7d6e5-188a-4566-880c-c3a82f130c52} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:02.537620 [ 277 ] {61b7d6e5-188a-4566-880c-c3a82f130c52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:02.538053 [ 277 ] {61b7d6e5-188a-4566-880c-c3a82f130c52} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:02.538090 [ 277 ] {61b7d6e5-188a-4566-880c-c3a82f130c52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:02.538421 [ 277 ] {61b7d6e5-188a-4566-880c-c3a82f130c52} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:19:02.538647 [ 277 ] {61b7d6e5-188a-4566-880c-c3a82f130c52} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:02.538782 [ 277 ] {61b7d6e5-188a-4566-880c-c3a82f130c52} executeQuery: Read 165 rows, 11.76 KiB in 0.001227 sec., 134474.32762836185 rows/sec., 9.36 MiB/sec. 2026.01.22 22:19:02.538819 [ 277 ] {61b7d6e5-188a-4566-880c-c3a82f130c52} TCPHandler: Processed in 0.001390201 sec. 2026.01.22 22:19:02.538945 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:02.539041 [ 277 ] {e620e3d9-a433-4e0b-bf0e-796aaf261839} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:02.539094 [ 277 ] {e620e3d9-a433-4e0b-bf0e-796aaf261839} 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.01.22 22:19:02.539959 [ 277 ] {e620e3d9-a433-4e0b-bf0e-796aaf261839} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:02.539996 [ 277 ] {e620e3d9-a433-4e0b-bf0e-796aaf261839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:02.540584 [ 277 ] {e620e3d9-a433-4e0b-bf0e-796aaf261839} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:19:02.540816 [ 277 ] {e620e3d9-a433-4e0b-bf0e-796aaf261839} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:02.540940 [ 53 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.22 22:19:02.540961 [ 277 ] {e620e3d9-a433-4e0b-bf0e-796aaf261839} executeQuery: Read 36 rows, 66.06 KiB in 0.001939 sec., 18566.2712738525 rows/sec., 33.27 MiB/sec. 2026.01.22 22:19:02.541015 [ 53 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:02.541044 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:02.541047 [ 277 ] {e620e3d9-a433-4e0b-bf0e-796aaf261839} TCPHandler: Processed in 0.002151896 sec. 2026.01.22 22:19:02.541158 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:19:02.541177 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:02.541285 [ 277 ] {74761f0e-e672-4a82-9a0a-e024a771066b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:02.541328 [ 277 ] {74761f0e-e672-4a82-9a0a-e024a771066b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:02.541409 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:02.541477 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 366 rows starting from the beginning of the part 2026.01.22 22:19:02.541621 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2026.01.22 22:19:02.541672 [ 277 ] {74761f0e-e672-4a82-9a0a-e024a771066b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:02.541714 [ 277 ] {74761f0e-e672-4a82-9a0a-e024a771066b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:02.541733 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part 2026.01.22 22:19:02.541847 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2026.01.22 22:19:02.541950 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part 2026.01.22 22:19:02.542036 [ 277 ] {74761f0e-e672-4a82-9a0a-e024a771066b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:19:02.542052 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:19:02.542264 [ 277 ] {74761f0e-e672-4a82-9a0a-e024a771066b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:02.542408 [ 277 ] {74761f0e-e672-4a82-9a0a-e024a771066b} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2026.01.22 22:19:02.542444 [ 277 ] {74761f0e-e672-4a82-9a0a-e024a771066b} TCPHandler: Processed in 0.001318029 sec. 2026.01.22 22:19:02.546158 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 19 columns (19 merged, 0 gathered) in 0.005049588 sec., 95849.40395137187 rows/sec., 171.76 MiB/sec. 2026.01.22 22:19:02.546933 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.22 22:19:02.547270 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_21_4} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:02.547343 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_21_4} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.22 22:19:02.547456 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2026.01.22 22:19:03.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 250.72 MiB, peak 256.06 MiB, free memory in arenas 0.00 B, will set to 252.31 MiB (RSS), difference: 1.58 MiB 2026.01.22 22:19:07.165734 [ 50 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:19:07.165813 [ 50 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:19:07.279667 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10528 2026.01.22 22:19:07.280504 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:07.280586 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:07.281258 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:19:07.281522 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:07.281675 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10528 2026.01.22 22:19:07.528772 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:07.528947 [ 277 ] {6ba7be0b-fbf0-4965-8d65-5c1f1e05e289} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:07.529013 [ 277 ] {6ba7be0b-fbf0-4965-8d65-5c1f1e05e289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:07.529697 [ 277 ] {6ba7be0b-fbf0-4965-8d65-5c1f1e05e289} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:07.529744 [ 277 ] {6ba7be0b-fbf0-4965-8d65-5c1f1e05e289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:07.530131 [ 277 ] {6ba7be0b-fbf0-4965-8d65-5c1f1e05e289} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:19:07.530373 [ 277 ] {6ba7be0b-fbf0-4965-8d65-5c1f1e05e289} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:07.530535 [ 277 ] {6ba7be0b-fbf0-4965-8d65-5c1f1e05e289} executeQuery: Read 66 rows, 5.35 KiB in 0.001636 sec., 40342.29828850856 rows/sec., 3.20 MiB/sec. 2026.01.22 22:19:07.530587 [ 277 ] {6ba7be0b-fbf0-4965-8d65-5c1f1e05e289} TCPHandler: Processed in 0.001940045 sec. 2026.01.22 22:19:07.530734 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:07.530840 [ 277 ] {91acae2d-a9a9-447d-bf93-670fbdf94a89} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:07.530884 [ 277 ] {91acae2d-a9a9-447d-bf93-670fbdf94a89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:07.531342 [ 277 ] {91acae2d-a9a9-447d-bf93-670fbdf94a89} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:07.531380 [ 277 ] {91acae2d-a9a9-447d-bf93-670fbdf94a89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:07.531692 [ 277 ] {91acae2d-a9a9-447d-bf93-670fbdf94a89} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:19:07.531938 [ 277 ] {91acae2d-a9a9-447d-bf93-670fbdf94a89} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:07.532082 [ 277 ] {91acae2d-a9a9-447d-bf93-670fbdf94a89} executeQuery: Read 5 rows, 385.00 B in 0.001265 sec., 3952.569169960474 rows/sec., 297.21 KiB/sec. 2026.01.22 22:19:07.532122 [ 277 ] {91acae2d-a9a9-447d-bf93-670fbdf94a89} TCPHandler: Processed in 0.001438271 sec. 2026.01.22 22:19:07.532263 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:07.532376 [ 277 ] {f572ac5a-9051-4dde-aba1-8c0977a5efab} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:07.532425 [ 277 ] {f572ac5a-9051-4dde-aba1-8c0977a5efab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:07.532887 [ 277 ] {f572ac5a-9051-4dde-aba1-8c0977a5efab} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:07.532928 [ 277 ] {f572ac5a-9051-4dde-aba1-8c0977a5efab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:07.533293 [ 277 ] {f572ac5a-9051-4dde-aba1-8c0977a5efab} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:19:07.533523 [ 277 ] {f572ac5a-9051-4dde-aba1-8c0977a5efab} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:07.533656 [ 277 ] {f572ac5a-9051-4dde-aba1-8c0977a5efab} executeQuery: Read 69 rows, 5.52 KiB in 0.001307 sec., 52792.65493496557 rows/sec., 4.12 MiB/sec. 2026.01.22 22:19:07.533695 [ 277 ] {f572ac5a-9051-4dde-aba1-8c0977a5efab} TCPHandler: Processed in 0.001491331 sec. 2026.01.22 22:19:07.533819 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:07.533920 [ 277 ] {23f91b62-15a4-4a3e-830c-c51a74943eb2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:07.533964 [ 277 ] {23f91b62-15a4-4a3e-830c-c51a74943eb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:07.534390 [ 277 ] {23f91b62-15a4-4a3e-830c-c51a74943eb2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:07.534427 [ 277 ] {23f91b62-15a4-4a3e-830c-c51a74943eb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:07.534763 [ 277 ] {23f91b62-15a4-4a3e-830c-c51a74943eb2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:19:07.534969 [ 277 ] {23f91b62-15a4-4a3e-830c-c51a74943eb2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:07.535101 [ 277 ] {23f91b62-15a4-4a3e-830c-c51a74943eb2} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.01.22 22:19:07.535138 [ 277 ] {23f91b62-15a4-4a3e-830c-c51a74943eb2} TCPHandler: Processed in 0.00136991 sec. 2026.01.22 22:19:07.535246 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:07.535340 [ 277 ] {a7b9e1c8-f05c-43c4-9719-d20758693e55} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:07.535395 [ 277 ] {a7b9e1c8-f05c-43c4-9719-d20758693e55} 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.01.22 22:19:07.536138 [ 277 ] {a7b9e1c8-f05c-43c4-9719-d20758693e55} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:07.536174 [ 277 ] {a7b9e1c8-f05c-43c4-9719-d20758693e55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:07.536670 [ 277 ] {a7b9e1c8-f05c-43c4-9719-d20758693e55} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:19:07.536896 [ 277 ] {a7b9e1c8-f05c-43c4-9719-d20758693e55} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:07.537034 [ 277 ] {a7b9e1c8-f05c-43c4-9719-d20758693e55} executeQuery: Read 5 rows, 9.17 KiB in 0.001713 sec., 2918.8558085230593 rows/sec., 5.23 MiB/sec. 2026.01.22 22:19:07.537095 [ 277 ] {a7b9e1c8-f05c-43c4-9719-d20758693e55} TCPHandler: Processed in 0.001898594 sec. 2026.01.22 22:19:07.537207 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:07.537300 [ 277 ] {d033765c-8846-45c2-be5c-49c18eeef82b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:07.537342 [ 277 ] {d033765c-8846-45c2-be5c-49c18eeef82b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:07.537682 [ 277 ] {d033765c-8846-45c2-be5c-49c18eeef82b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:07.537718 [ 277 ] {d033765c-8846-45c2-be5c-49c18eeef82b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:07.538019 [ 277 ] {d033765c-8846-45c2-be5c-49c18eeef82b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:19:07.538218 [ 277 ] {d033765c-8846-45c2-be5c-49c18eeef82b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:07.538346 [ 277 ] {d033765c-8846-45c2-be5c-49c18eeef82b} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.01.22 22:19:07.538382 [ 277 ] {d033765c-8846-45c2-be5c-49c18eeef82b} TCPHandler: Processed in 0.001224139 sec. 2026.01.22 22:19:07.838180 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.01.22 22:19:07.855362 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:07.855430 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:07.861011 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:19:07.861727 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:07.864626 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.01.22 22:19:12.303934 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 606 2026.01.22 22:19:12.306241 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.306294 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.307483 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:19:12.307756 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.307901 [ 48 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.22 22:19:12.307943 [ 48 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.307966 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.308063 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:19:12.308119 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 606 2026.01.22 22:19:12.308638 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:12.308801 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 470 rows starting from the beginning of the part 2026.01.22 22:19:12.309185 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.01.22 22:19:12.309530 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.01.22 22:19:12.309860 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part 2026.01.22 22:19:12.310167 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.01.22 22:19:12.310472 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part 2026.01.22 22:19:12.316337 [ 201 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 72 columns (72 merged, 0 gathered) in 0.008306482 sec., 72955.07291775267 rows/sec., 66.93 MiB/sec. 2026.01.22 22:19:12.317464 [ 199 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.22 22:19:12.318091 [ 199 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_16_3} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.318175 [ 199 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_16_3} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.22 22:19:12.318507 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. 2026.01.22 22:19:12.530392 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:12.530539 [ 277 ] {18b173a6-94fb-4d7e-9ee6-bf63c1be8f70} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:12.530599 [ 277 ] {18b173a6-94fb-4d7e-9ee6-bf63c1be8f70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:12.531224 [ 277 ] {18b173a6-94fb-4d7e-9ee6-bf63c1be8f70} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.531265 [ 277 ] {18b173a6-94fb-4d7e-9ee6-bf63c1be8f70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.531623 [ 277 ] {18b173a6-94fb-4d7e-9ee6-bf63c1be8f70} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:19:12.531849 [ 277 ] {18b173a6-94fb-4d7e-9ee6-bf63c1be8f70} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.531958 [ 63 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.22 22:19:12.531991 [ 277 ] {18b173a6-94fb-4d7e-9ee6-bf63c1be8f70} executeQuery: Read 128 rows, 11.26 KiB in 0.001495 sec., 85618.72909698996 rows/sec., 7.36 MiB/sec. 2026.01.22 22:19:12.531993 [ 63 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.532022 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.532038 [ 277 ] {18b173a6-94fb-4d7e-9ee6-bf63c1be8f70} TCPHandler: Processed in 0.001810603 sec. 2026.01.22 22:19:12.532100 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:19:12.532163 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:12.532184 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:12.532215 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2556 rows starting from the beginning of the part 2026.01.22 22:19:12.532267 [ 277 ] {552f1a52-8738-4a88-b541-4396fa8cfcda} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:12.532290 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 128 rows starting from the beginning of the part 2026.01.22 22:19:12.532310 [ 277 ] {552f1a52-8738-4a88-b541-4396fa8cfcda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:12.532341 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 66 rows starting from the beginning of the part 2026.01.22 22:19:12.532383 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 133 rows starting from the beginning of the part 2026.01.22 22:19:12.532429 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 66 rows starting from the beginning of the part 2026.01.22 22:19:12.532476 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:19:12.532768 [ 277 ] {552f1a52-8738-4a88-b541-4396fa8cfcda} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.532804 [ 277 ] {552f1a52-8738-4a88-b541-4396fa8cfcda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.533147 [ 277 ] {552f1a52-8738-4a88-b541-4396fa8cfcda} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:19:12.533384 [ 277 ] {552f1a52-8738-4a88-b541-4396fa8cfcda} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.533524 [ 277 ] {552f1a52-8738-4a88-b541-4396fa8cfcda} executeQuery: Read 36 rows, 2.71 KiB in 0.00128 sec., 28124.999999999996 rows/sec., 2.07 MiB/sec. 2026.01.22 22:19:12.533564 [ 277 ] {552f1a52-8738-4a88-b541-4396fa8cfcda} TCPHandler: Processed in 0.00145171 sec. 2026.01.22 22:19:12.533679 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:12.533778 [ 277 ] {e00a2592-906c-4b2c-9ef7-2e7d9ddb4ae9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:12.533820 [ 277 ] {e00a2592-906c-4b2c-9ef7-2e7d9ddb4ae9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:12.533895 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3077 rows, containing 5 columns (5 merged, 0 gathered) in 0.001831234 sec., 1680287.7185548106 rows/sec., 144.22 MiB/sec. 2026.01.22 22:19:12.534120 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.22 22:19:12.534256 [ 277 ] {e00a2592-906c-4b2c-9ef7-2e7d9ddb4ae9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.534291 [ 277 ] {e00a2592-906c-4b2c-9ef7-2e7d9ddb4ae9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.534347 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_31_6} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.534409 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_31_6} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.22 22:19:12.534473 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2026.01.22 22:19:12.534597 [ 277 ] {e00a2592-906c-4b2c-9ef7-2e7d9ddb4ae9} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:19:12.534814 [ 277 ] {e00a2592-906c-4b2c-9ef7-2e7d9ddb4ae9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.534907 [ 63 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.22 22:19:12.534938 [ 63 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.534940 [ 277 ] {e00a2592-906c-4b2c-9ef7-2e7d9ddb4ae9} executeQuery: Read 100 rows, 8.00 KiB in 0.001183 sec., 84530.85376162299 rows/sec., 6.60 MiB/sec. 2026.01.22 22:19:12.534956 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.534982 [ 277 ] {e00a2592-906c-4b2c-9ef7-2e7d9ddb4ae9} TCPHandler: Processed in 0.00135368 sec. 2026.01.22 22:19:12.535033 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:19:12.535101 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:12.535133 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:12.535164 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1304 rows starting from the beginning of the part 2026.01.22 22:19:12.535202 [ 277 ] {47cb1d84-a2ed-4575-9c46-986d79233d02} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:12.535212 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 100 rows starting from the beginning of the part 2026.01.22 22:19:12.535253 [ 277 ] {47cb1d84-a2ed-4575-9c46-986d79233d02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:12.535268 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 69 rows starting from the beginning of the part 2026.01.22 22:19:12.535310 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 110 rows starting from the beginning of the part 2026.01.22 22:19:12.535345 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 69 rows starting from the beginning of the part 2026.01.22 22:19:12.535379 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 100 rows starting from the beginning of the part 2026.01.22 22:19:12.535655 [ 277 ] {47cb1d84-a2ed-4575-9c46-986d79233d02} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.535695 [ 277 ] {47cb1d84-a2ed-4575-9c46-986d79233d02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.536028 [ 277 ] {47cb1d84-a2ed-4575-9c46-986d79233d02} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:19:12.536237 [ 277 ] {47cb1d84-a2ed-4575-9c46-986d79233d02} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.536335 [ 63 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.22 22:19:12.536362 [ 63 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.536369 [ 277 ] {47cb1d84-a2ed-4575-9c46-986d79233d02} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.01.22 22:19:12.536379 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.536386 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1752 rows, containing 5 columns (5 merged, 0 gathered) in 0.00138728 sec., 1262902.9467735423 rows/sec., 97.75 MiB/sec. 2026.01.22 22:19:12.536405 [ 277 ] {47cb1d84-a2ed-4575-9c46-986d79233d02} TCPHandler: Processed in 0.00135439 sec. 2026.01.22 22:19:12.536448 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:19:12.536523 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:12.536537 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:12.536564 [ 199 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.22 22:19:12.536567 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8542 rows starting from the beginning of the part 2026.01.22 22:19:12.536616 [ 277 ] {be8a22a3-ef9f-48af-9518-85d923c03fe7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:12.536627 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.01.22 22:19:12.536673 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:19:12.536673 [ 277 ] {be8a22a3-ef9f-48af-9518-85d923c03fe7} 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.01.22 22:19:12.536715 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 165 rows starting from the beginning of the part 2026.01.22 22:19:12.536758 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.01.22 22:19:12.536796 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.01.22 22:19:12.536806 [ 199 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_31_6} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.536871 [ 199 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_31_6} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.22 22:19:12.536954 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.01.22 22:19:12.537513 [ 277 ] {be8a22a3-ef9f-48af-9518-85d923c03fe7} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.537548 [ 277 ] {be8a22a3-ef9f-48af-9518-85d923c03fe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.538183 [ 277 ] {be8a22a3-ef9f-48af-9518-85d923c03fe7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:19:12.538415 [ 277 ] {be8a22a3-ef9f-48af-9518-85d923c03fe7} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.538554 [ 277 ] {be8a22a3-ef9f-48af-9518-85d923c03fe7} executeQuery: Read 36 rows, 66.06 KiB in 0.001956 sec., 18404.907975460123 rows/sec., 32.98 MiB/sec. 2026.01.22 22:19:12.538625 [ 277 ] {be8a22a3-ef9f-48af-9518-85d923c03fe7} TCPHandler: Processed in 0.002151006 sec. 2026.01.22 22:19:12.538742 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:12.538835 [ 277 ] {784e3202-fdb8-48fa-af1d-44aa5dd72d46} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:12.538904 [ 277 ] {784e3202-fdb8-48fa-af1d-44aa5dd72d46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:12.539254 [ 277 ] {784e3202-fdb8-48fa-af1d-44aa5dd72d46} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.539291 [ 277 ] {784e3202-fdb8-48fa-af1d-44aa5dd72d46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.539676 [ 277 ] {784e3202-fdb8-48fa-af1d-44aa5dd72d46} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:19:12.539887 [ 277 ] {784e3202-fdb8-48fa-af1d-44aa5dd72d46} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.539974 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9347 rows, containing 5 columns (5 merged, 0 gathered) in 0.003557067 sec., 2627726.7197947074 rows/sec., 179.85 MiB/sec. 2026.01.22 22:19:12.539984 [ 63 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.22 22:19:12.540017 [ 277 ] {784e3202-fdb8-48fa-af1d-44aa5dd72d46} executeQuery: Read 60 rows, 4.14 KiB in 0.0012 sec., 50000.00000000001 rows/sec., 3.37 MiB/sec. 2026.01.22 22:19:12.540053 [ 63 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:12.540067 [ 277 ] {784e3202-fdb8-48fa-af1d-44aa5dd72d46} TCPHandler: Processed in 0.001374941 sec. 2026.01.22 22:19:12.540071 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:12.540145 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:19:12.540186 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.22 22:19:12.540246 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:12.540272 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1506 rows starting from the beginning of the part 2026.01.22 22:19:12.540315 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:19:12.540351 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:19:12.540396 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:19:12.540431 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.01.22 22:19:12.540467 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.01.22 22:19:12.540485 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_31_6} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.540570 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_31_6} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.22 22:19:12.540649 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. 2026.01.22 22:19:12.541378 [ 188 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1806 rows, containing 4 columns (4 merged, 0 gathered) in 0.001269439 sec., 1422675.6858738388 rows/sec., 94.86 MiB/sec. 2026.01.22 22:19:12.541541 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.22 22:19:12.541785 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_31_6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:12.541851 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_31_6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.22 22:19:12.541908 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.01.22 22:19:14.781768 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10976 2026.01.22 22:19:14.782310 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:14.782356 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:14.782901 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:19:14.783127 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:14.783259 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10976 2026.01.22 22:19:15.364698 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.01.22 22:19:15.380986 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:15.381046 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:15.387258 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:19:15.387966 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:15.390959 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.01.22 22:19:17.557644 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:17.557942 [ 277 ] {5e24df53-2be8-41c9-a8c7-56898a397304} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:19:17.558031 [ 277 ] {5e24df53-2be8-41c9-a8c7-56898a397304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:19:17.558626 [ 277 ] {5e24df53-2be8-41c9-a8c7-56898a397304} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:17.558671 [ 277 ] {5e24df53-2be8-41c9-a8c7-56898a397304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:17.559056 [ 277 ] {5e24df53-2be8-41c9-a8c7-56898a397304} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:19:17.559271 [ 277 ] {5e24df53-2be8-41c9-a8c7-56898a397304} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:17.559422 [ 277 ] {5e24df53-2be8-41c9-a8c7-56898a397304} executeQuery: Read 24 rows, 2.04 KiB in 0.001556 sec., 15424.164524421592 rows/sec., 1.28 MiB/sec. 2026.01.22 22:19:17.559462 [ 277 ] {5e24df53-2be8-41c9-a8c7-56898a397304} TCPHandler: Processed in 0.001993635 sec. 2026.01.22 22:19:17.559573 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:17.559666 [ 277 ] {d718a393-8373-4052-bc07-e8b9dc4161b1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:19:17.559706 [ 277 ] {d718a393-8373-4052-bc07-e8b9dc4161b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:19:17.560080 [ 277 ] {d718a393-8373-4052-bc07-e8b9dc4161b1} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:17.560116 [ 277 ] {d718a393-8373-4052-bc07-e8b9dc4161b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:17.560405 [ 277 ] {d718a393-8373-4052-bc07-e8b9dc4161b1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:19:17.560628 [ 277 ] {d718a393-8373-4052-bc07-e8b9dc4161b1} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:17.560753 [ 277 ] {d718a393-8373-4052-bc07-e8b9dc4161b1} executeQuery: Read 2 rows, 167.00 B in 0.001105 sec., 1809.9547511312217 rows/sec., 147.59 KiB/sec. 2026.01.22 22:19:17.560789 [ 277 ] {d718a393-8373-4052-bc07-e8b9dc4161b1} TCPHandler: Processed in 0.00126367 sec. 2026.01.22 22:19:17.560897 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:17.560990 [ 277 ] {25fa309e-2894-48dd-8208-9f344144b49f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:17.561028 [ 277 ] {25fa309e-2894-48dd-8208-9f344144b49f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:17.561978 [ 277 ] {25fa309e-2894-48dd-8208-9f344144b49f} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:17.562014 [ 277 ] {25fa309e-2894-48dd-8208-9f344144b49f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:17.562378 [ 277 ] {25fa309e-2894-48dd-8208-9f344144b49f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:19:17.562586 [ 277 ] {25fa309e-2894-48dd-8208-9f344144b49f} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:17.562710 [ 277 ] {25fa309e-2894-48dd-8208-9f344144b49f} executeQuery: Read 1327 rows, 112.98 KiB in 0.001738 sec., 763521.2888377445 rows/sec., 63.48 MiB/sec. 2026.01.22 22:19:17.562746 [ 277 ] {25fa309e-2894-48dd-8208-9f344144b49f} TCPHandler: Processed in 0.001896774 sec. 2026.01.22 22:19:17.562844 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:17.562937 [ 277 ] {20670504-cce3-4a56-ae2d-53ef79d0b4f6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:17.562975 [ 277 ] {20670504-cce3-4a56-ae2d-53ef79d0b4f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:17.563374 [ 277 ] {20670504-cce3-4a56-ae2d-53ef79d0b4f6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:17.563410 [ 277 ] {20670504-cce3-4a56-ae2d-53ef79d0b4f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:17.563708 [ 277 ] {20670504-cce3-4a56-ae2d-53ef79d0b4f6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:19:17.563909 [ 277 ] {20670504-cce3-4a56-ae2d-53ef79d0b4f6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:17.564023 [ 76 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.22 22:19:17.564033 [ 277 ] {20670504-cce3-4a56-ae2d-53ef79d0b4f6} executeQuery: Read 19 rows, 1.48 KiB in 0.001115 sec., 17040.358744394616 rows/sec., 1.29 MiB/sec. 2026.01.22 22:19:17.564087 [ 76 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:17.564094 [ 277 ] {20670504-cce3-4a56-ae2d-53ef79d0b4f6} TCPHandler: Processed in 0.001296609 sec. 2026.01.22 22:19:17.564115 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:17.564210 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:17.564235 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:19:17.564306 [ 277 ] {ef337f3c-bb7c-4ef4-9b20-edd3a7c47d92} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:19:17.564350 [ 277 ] {ef337f3c-bb7c-4ef4-9b20-edd3a7c47d92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:19:17.564385 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:17.564425 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 296 rows starting from the beginning of the part 2026.01.22 22:19:17.564511 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part 2026.01.22 22:19:17.564610 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 46 rows starting from the beginning of the part 2026.01.22 22:19:17.564683 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part 2026.01.22 22:19:17.564727 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part 2026.01.22 22:19:17.564775 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 19 rows starting from the beginning of the part 2026.01.22 22:19:17.564802 [ 277 ] {ef337f3c-bb7c-4ef4-9b20-edd3a7c47d92} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:17.564842 [ 277 ] {ef337f3c-bb7c-4ef4-9b20-edd3a7c47d92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:17.565203 [ 277 ] {ef337f3c-bb7c-4ef4-9b20-edd3a7c47d92} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:19:17.565427 [ 277 ] {ef337f3c-bb7c-4ef4-9b20-edd3a7c47d92} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:17.565557 [ 277 ] {ef337f3c-bb7c-4ef4-9b20-edd3a7c47d92} executeQuery: Read 252 rows, 17.85 KiB in 0.001268 sec., 198738.17034700315 rows/sec., 13.75 MiB/sec. 2026.01.22 22:19:17.565594 [ 277 ] {ef337f3c-bb7c-4ef4-9b20-edd3a7c47d92} TCPHandler: Processed in 0.00143161 sec. 2026.01.22 22:19:17.565720 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:17.565760 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 407 rows, containing 5 columns (5 merged, 0 gathered) in 0.001578522 sec., 257836.1277194743 rows/sec., 17.80 MiB/sec. 2026.01.22 22:19:17.565814 [ 277 ] {6bd54bd8-59f6-4341-b990-241ca56a5542} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:19:17.565859 [ 277 ] {6bd54bd8-59f6-4341-b990-241ca56a5542} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:19:17.565910 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.22 22:19:17.566185 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_26_5} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:17.566255 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_26_5} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.22 22:19:17.566268 [ 277 ] {6bd54bd8-59f6-4341-b990-241ca56a5542} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:17.566309 [ 277 ] {6bd54bd8-59f6-4341-b990-241ca56a5542} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:17.566330 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:19:17.566623 [ 277 ] {6bd54bd8-59f6-4341-b990-241ca56a5542} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:19:17.566835 [ 277 ] {6bd54bd8-59f6-4341-b990-241ca56a5542} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:17.566961 [ 277 ] {6bd54bd8-59f6-4341-b990-241ca56a5542} executeQuery: Read 12 rows, 960.00 B in 0.001164 sec., 10309.278350515464 rows/sec., 805.41 KiB/sec. 2026.01.22 22:19:17.566999 [ 277 ] {6bd54bd8-59f6-4341-b990-241ca56a5542} TCPHandler: Processed in 0.00133031 sec. 2026.01.22 22:19:17.567119 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:17.567214 [ 277 ] {4358c2c2-547a-46df-9d9f-fb0053a523ef} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:17.567252 [ 277 ] {4358c2c2-547a-46df-9d9f-fb0053a523ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:17.567807 [ 277 ] {4358c2c2-547a-46df-9d9f-fb0053a523ef} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:17.567844 [ 277 ] {4358c2c2-547a-46df-9d9f-fb0053a523ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:17.568165 [ 277 ] {4358c2c2-547a-46df-9d9f-fb0053a523ef} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:19:17.568367 [ 277 ] {4358c2c2-547a-46df-9d9f-fb0053a523ef} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:17.568492 [ 277 ] {4358c2c2-547a-46df-9d9f-fb0053a523ef} executeQuery: Read 563 rows, 43.23 KiB in 0.001296 sec., 434413.58024691354 rows/sec., 32.57 MiB/sec. 2026.01.22 22:19:17.568530 [ 277 ] {4358c2c2-547a-46df-9d9f-fb0053a523ef} TCPHandler: Processed in 0.001460581 sec. 2026.01.22 22:19:17.568643 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:17.568738 [ 277 ] {b33290fe-7482-4271-a0c0-061d555c3792} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:17.568780 [ 277 ] {b33290fe-7482-4271-a0c0-061d555c3792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:17.569336 [ 277 ] {b33290fe-7482-4271-a0c0-061d555c3792} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:17.569372 [ 277 ] {b33290fe-7482-4271-a0c0-061d555c3792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:17.569739 [ 277 ] {b33290fe-7482-4271-a0c0-061d555c3792} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:19:17.569950 [ 277 ] {b33290fe-7482-4271-a0c0-061d555c3792} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:17.570080 [ 277 ] {b33290fe-7482-4271-a0c0-061d555c3792} executeQuery: Read 881 rows, 61.23 KiB in 0.00136 sec., 647794.1176470588 rows/sec., 43.97 MiB/sec. 2026.01.22 22:19:17.570116 [ 277 ] {b33290fe-7482-4271-a0c0-061d555c3792} TCPHandler: Processed in 0.001523271 sec. 2026.01.22 22:19:17.570227 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:17.570321 [ 277 ] {b40a0a3d-a873-48c6-857e-4403905db36e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:17.570375 [ 277 ] {b40a0a3d-a873-48c6-857e-4403905db36e} 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.01.22 22:19:17.571107 [ 277 ] {b40a0a3d-a873-48c6-857e-4403905db36e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:17.571143 [ 277 ] {b40a0a3d-a873-48c6-857e-4403905db36e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:17.571639 [ 277 ] {b40a0a3d-a873-48c6-857e-4403905db36e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:19:17.571859 [ 277 ] {b40a0a3d-a873-48c6-857e-4403905db36e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:17.571999 [ 277 ] {b40a0a3d-a873-48c6-857e-4403905db36e} executeQuery: Read 5 rows, 9.17 KiB in 0.001696 sec., 2948.1132075471696 rows/sec., 5.28 MiB/sec. 2026.01.22 22:19:17.572059 [ 277 ] {b40a0a3d-a873-48c6-857e-4403905db36e} TCPHandler: Processed in 0.001882934 sec. 2026.01.22 22:19:17.572171 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:17.572265 [ 277 ] {242a0028-afce-4a9d-abf7-123628adefc7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:17.572307 [ 277 ] {242a0028-afce-4a9d-abf7-123628adefc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:17.572637 [ 277 ] {242a0028-afce-4a9d-abf7-123628adefc7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:17.572672 [ 277 ] {242a0028-afce-4a9d-abf7-123628adefc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:17.572972 [ 277 ] {242a0028-afce-4a9d-abf7-123628adefc7} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:19:17.573178 [ 277 ] {242a0028-afce-4a9d-abf7-123628adefc7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:17.573307 [ 277 ] {242a0028-afce-4a9d-abf7-123628adefc7} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.01.22 22:19:17.573342 [ 277 ] {242a0028-afce-4a9d-abf7-123628adefc7} TCPHandler: Processed in 0.001222589 sec. 2026.01.22 22:19:22.165870 [ 77 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:19:22.165948 [ 77 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:19:22.283362 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11488 2026.01.22 22:19:22.283954 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:22.283996 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:22.284480 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:19:22.284711 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:22.284837 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11488 2026.01.22 22:19:22.308303 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 638 2026.01.22 22:19:22.311040 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:22.311096 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:22.312302 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:19:22.312587 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:22.312947 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 638 2026.01.22 22:19:22.529773 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:22.529946 [ 277 ] {4e1c6e4f-0580-45cf-9dec-da31782e4215} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:22.530009 [ 277 ] {4e1c6e4f-0580-45cf-9dec-da31782e4215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:22.530676 [ 277 ] {4e1c6e4f-0580-45cf-9dec-da31782e4215} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:22.530722 [ 277 ] {4e1c6e4f-0580-45cf-9dec-da31782e4215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:22.531119 [ 277 ] {4e1c6e4f-0580-45cf-9dec-da31782e4215} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:19:22.531349 [ 277 ] {4e1c6e4f-0580-45cf-9dec-da31782e4215} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:22.531504 [ 277 ] {4e1c6e4f-0580-45cf-9dec-da31782e4215} executeQuery: Read 128 rows, 11.26 KiB in 0.001611 sec., 79453.75543140907 rows/sec., 6.83 MiB/sec. 2026.01.22 22:19:22.531547 [ 277 ] {4e1c6e4f-0580-45cf-9dec-da31782e4215} TCPHandler: Processed in 0.001896314 sec. 2026.01.22 22:19:22.531670 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:22.531766 [ 277 ] {488ccab9-da0e-4358-84d3-a56bba1e97f9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:22.531808 [ 277 ] {488ccab9-da0e-4358-84d3-a56bba1e97f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:22.532227 [ 277 ] {488ccab9-da0e-4358-84d3-a56bba1e97f9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:22.532266 [ 277 ] {488ccab9-da0e-4358-84d3-a56bba1e97f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:22.532572 [ 277 ] {488ccab9-da0e-4358-84d3-a56bba1e97f9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:19:22.532778 [ 277 ] {488ccab9-da0e-4358-84d3-a56bba1e97f9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:22.532913 [ 277 ] {488ccab9-da0e-4358-84d3-a56bba1e97f9} executeQuery: Read 36 rows, 2.71 KiB in 0.001167 sec., 30848.329048843185 rows/sec., 2.27 MiB/sec. 2026.01.22 22:19:22.532951 [ 277 ] {488ccab9-da0e-4358-84d3-a56bba1e97f9} TCPHandler: Processed in 0.001330289 sec. 2026.01.22 22:19:22.533057 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:22.533151 [ 277 ] {3aa6f398-7370-4789-9dfb-01c3ea2d8e0a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:22.533193 [ 277 ] {3aa6f398-7370-4789-9dfb-01c3ea2d8e0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:22.533627 [ 277 ] {3aa6f398-7370-4789-9dfb-01c3ea2d8e0a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:22.533662 [ 277 ] {3aa6f398-7370-4789-9dfb-01c3ea2d8e0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:22.533972 [ 277 ] {3aa6f398-7370-4789-9dfb-01c3ea2d8e0a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:19:22.534180 [ 277 ] {3aa6f398-7370-4789-9dfb-01c3ea2d8e0a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:22.534308 [ 277 ] {3aa6f398-7370-4789-9dfb-01c3ea2d8e0a} executeQuery: Read 100 rows, 8.00 KiB in 0.001174 sec., 85178.87563884158 rows/sec., 6.65 MiB/sec. 2026.01.22 22:19:22.534344 [ 277 ] {3aa6f398-7370-4789-9dfb-01c3ea2d8e0a} TCPHandler: Processed in 0.00133496 sec. 2026.01.22 22:19:22.534462 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:22.534556 [ 277 ] {428c1220-ac3e-4d88-b613-fda1d0efec3d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:22.534599 [ 277 ] {428c1220-ac3e-4d88-b613-fda1d0efec3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:22.535002 [ 277 ] {428c1220-ac3e-4d88-b613-fda1d0efec3d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:22.535036 [ 277 ] {428c1220-ac3e-4d88-b613-fda1d0efec3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:22.535364 [ 277 ] {428c1220-ac3e-4d88-b613-fda1d0efec3d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:19:22.535580 [ 277 ] {428c1220-ac3e-4d88-b613-fda1d0efec3d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:22.535709 [ 277 ] {428c1220-ac3e-4d88-b613-fda1d0efec3d} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.01.22 22:19:22.535744 [ 277 ] {428c1220-ac3e-4d88-b613-fda1d0efec3d} TCPHandler: Processed in 0.00133093 sec. 2026.01.22 22:19:22.535848 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:22.535940 [ 277 ] {3581d3f8-5a0a-4f39-8868-0656d49ce302} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:22.535993 [ 277 ] {3581d3f8-5a0a-4f39-8868-0656d49ce302} 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.01.22 22:19:22.536782 [ 277 ] {3581d3f8-5a0a-4f39-8868-0656d49ce302} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:22.536816 [ 277 ] {3581d3f8-5a0a-4f39-8868-0656d49ce302} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:22.537370 [ 277 ] {3581d3f8-5a0a-4f39-8868-0656d49ce302} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:19:22.537590 [ 277 ] {3581d3f8-5a0a-4f39-8868-0656d49ce302} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:22.537731 [ 277 ] {3581d3f8-5a0a-4f39-8868-0656d49ce302} executeQuery: Read 36 rows, 66.06 KiB in 0.00181 sec., 19889.50276243094 rows/sec., 35.64 MiB/sec. 2026.01.22 22:19:22.537795 [ 277 ] {3581d3f8-5a0a-4f39-8868-0656d49ce302} TCPHandler: Processed in 0.001995714 sec. 2026.01.22 22:19:22.537913 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:22.538006 [ 277 ] {af1b984d-0fa9-4e70-96e6-6661f19f347a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:22.538048 [ 277 ] {af1b984d-0fa9-4e70-96e6-6661f19f347a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:22.538382 [ 277 ] {af1b984d-0fa9-4e70-96e6-6661f19f347a} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:22.538416 [ 277 ] {af1b984d-0fa9-4e70-96e6-6661f19f347a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:22.538712 [ 277 ] {af1b984d-0fa9-4e70-96e6-6661f19f347a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:19:22.538926 [ 277 ] {af1b984d-0fa9-4e70-96e6-6661f19f347a} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:22.539050 [ 277 ] {af1b984d-0fa9-4e70-96e6-6661f19f347a} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.01.22 22:19:22.539084 [ 277 ] {af1b984d-0fa9-4e70-96e6-6661f19f347a} TCPHandler: Processed in 0.001220579 sec. 2026.01.22 22:19:22.891030 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.01.22 22:19:22.909480 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:22.909533 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:22.915821 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:19:22.916512 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:22.919798 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.01.22 22:19:27.527890 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:27.528075 [ 277 ] {8aa9019b-49aa-4670-aa4a-28fed851b176} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:27.528142 [ 277 ] {8aa9019b-49aa-4670-aa4a-28fed851b176} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:27.528880 [ 277 ] {8aa9019b-49aa-4670-aa4a-28fed851b176} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:27.528930 [ 277 ] {8aa9019b-49aa-4670-aa4a-28fed851b176} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:27.529364 [ 277 ] {8aa9019b-49aa-4670-aa4a-28fed851b176} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:19:27.529624 [ 277 ] {8aa9019b-49aa-4670-aa4a-28fed851b176} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:27.529786 [ 277 ] {8aa9019b-49aa-4670-aa4a-28fed851b176} executeQuery: Read 66 rows, 5.35 KiB in 0.00176 sec., 37500 rows/sec., 2.97 MiB/sec. 2026.01.22 22:19:27.529838 [ 277 ] {8aa9019b-49aa-4670-aa4a-28fed851b176} TCPHandler: Processed in 0.002077146 sec. 2026.01.22 22:19:27.529991 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:27.530121 [ 277 ] {c6f2c6d1-5ad6-4e89-bf69-e2c0f58d0cf7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:27.530166 [ 277 ] {c6f2c6d1-5ad6-4e89-bf69-e2c0f58d0cf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:27.530588 [ 277 ] {c6f2c6d1-5ad6-4e89-bf69-e2c0f58d0cf7} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:27.530627 [ 277 ] {c6f2c6d1-5ad6-4e89-bf69-e2c0f58d0cf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:27.530945 [ 277 ] {c6f2c6d1-5ad6-4e89-bf69-e2c0f58d0cf7} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:19:27.531165 [ 277 ] {c6f2c6d1-5ad6-4e89-bf69-e2c0f58d0cf7} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:27.531301 [ 277 ] {c6f2c6d1-5ad6-4e89-bf69-e2c0f58d0cf7} executeQuery: Read 5 rows, 385.00 B in 0.001212 sec., 4125.412541254125 rows/sec., 310.21 KiB/sec. 2026.01.22 22:19:27.531339 [ 277 ] {c6f2c6d1-5ad6-4e89-bf69-e2c0f58d0cf7} TCPHandler: Processed in 0.001411461 sec. 2026.01.22 22:19:27.531454 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:27.531549 [ 277 ] {a6e24932-c00d-407c-9000-2d9b7518ed18} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:27.531588 [ 277 ] {a6e24932-c00d-407c-9000-2d9b7518ed18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:27.532001 [ 277 ] {a6e24932-c00d-407c-9000-2d9b7518ed18} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:27.532037 [ 277 ] {a6e24932-c00d-407c-9000-2d9b7518ed18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:27.532345 [ 277 ] {a6e24932-c00d-407c-9000-2d9b7518ed18} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:19:27.532552 [ 277 ] {a6e24932-c00d-407c-9000-2d9b7518ed18} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:27.532677 [ 277 ] {a6e24932-c00d-407c-9000-2d9b7518ed18} executeQuery: Read 69 rows, 5.52 KiB in 0.001147 sec., 60156.93112467306 rows/sec., 4.70 MiB/sec. 2026.01.22 22:19:27.532713 [ 277 ] {a6e24932-c00d-407c-9000-2d9b7518ed18} TCPHandler: Processed in 0.00130666 sec. 2026.01.22 22:19:27.532825 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:27.532916 [ 277 ] {8fa5fdac-6b5f-460f-9b9b-6c302a54d04e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:27.532959 [ 277 ] {8fa5fdac-6b5f-460f-9b9b-6c302a54d04e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:27.533367 [ 277 ] {8fa5fdac-6b5f-460f-9b9b-6c302a54d04e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:27.533403 [ 277 ] {8fa5fdac-6b5f-460f-9b9b-6c302a54d04e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:27.533732 [ 277 ] {8fa5fdac-6b5f-460f-9b9b-6c302a54d04e} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:19:27.533949 [ 277 ] {8fa5fdac-6b5f-460f-9b9b-6c302a54d04e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:27.534076 [ 277 ] {8fa5fdac-6b5f-460f-9b9b-6c302a54d04e} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.01.22 22:19:27.534111 [ 277 ] {8fa5fdac-6b5f-460f-9b9b-6c302a54d04e} TCPHandler: Processed in 0.00133258 sec. 2026.01.22 22:19:27.534214 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:27.534304 [ 277 ] {10881fb7-9866-4f76-9d35-fc6f367f1e3f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:27.534356 [ 277 ] {10881fb7-9866-4f76-9d35-fc6f367f1e3f} 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.01.22 22:19:27.535098 [ 277 ] {10881fb7-9866-4f76-9d35-fc6f367f1e3f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:27.535134 [ 277 ] {10881fb7-9866-4f76-9d35-fc6f367f1e3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:27.535641 [ 277 ] {10881fb7-9866-4f76-9d35-fc6f367f1e3f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:19:27.535849 [ 277 ] {10881fb7-9866-4f76-9d35-fc6f367f1e3f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:27.535960 [ 69 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.22 22:19:27.535985 [ 277 ] {10881fb7-9866-4f76-9d35-fc6f367f1e3f} executeQuery: Read 5 rows, 9.17 KiB in 0.001698 sec., 2944.6407538280328 rows/sec., 5.28 MiB/sec. 2026.01.22 22:19:27.536031 [ 69 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:27.536056 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:27.536060 [ 277 ] {10881fb7-9866-4f76-9d35-fc6f367f1e3f} TCPHandler: Processed in 0.001892104 sec. 2026.01.22 22:19:27.536170 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:19:27.536187 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:27.536290 [ 277 ] {42f43b64-63a6-4457-86cf-ada193828ca6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:27.536331 [ 277 ] {42f43b64-63a6-4457-86cf-ada193828ca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:27.536420 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:27.536510 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:19:27.536668 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part 2026.01.22 22:19:27.536683 [ 277 ] {42f43b64-63a6-4457-86cf-ada193828ca6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:27.536722 [ 277 ] {42f43b64-63a6-4457-86cf-ada193828ca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:27.536783 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part 2026.01.22 22:19:27.536885 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part 2026.01.22 22:19:27.536986 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part 2026.01.22 22:19:27.537041 [ 277 ] {42f43b64-63a6-4457-86cf-ada193828ca6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:19:27.537086 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part 2026.01.22 22:19:27.537251 [ 277 ] {42f43b64-63a6-4457-86cf-ada193828ca6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:27.537383 [ 277 ] {42f43b64-63a6-4457-86cf-ada193828ca6} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.01.22 22:19:27.537420 [ 277 ] {42f43b64-63a6-4457-86cf-ada193828ca6} TCPHandler: Processed in 0.001281 sec. 2026.01.22 22:19:27.560229 [ 198 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 571 rows, containing 19 columns (19 merged, 0 gathered) in 0.024101428 sec., 23691.542260483486 rows/sec., 42.45 MiB/sec. 2026.01.22 22:19:27.561091 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.22 22:19:27.561496 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_26_5} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:27.561575 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_26_5} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.22 22:19:27.561718 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2026.01.22 22:19:28.000241 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 255.31 MiB, peak 262.64 MiB, free memory in arenas 0.00 B, will set to 257.10 MiB (RSS), difference: 1.79 MiB 2026.01.22 22:19:29.082568 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54436 2026.01.22 22:19:29.082682 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.082710 [ 286 ] {} TCP-Session: 75ef041d-984d-4870-8135-310d45abd5f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54436 2026.01.22 22:19:29.082735 [ 286 ] {} TCP-Session: 75ef041d-984d-4870-8135-310d45abd5f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.082750 [ 286 ] {} TCP-Session: 75ef041d-984d-4870-8135-310d45abd5f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.082970 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41869 2026.01.22 22:19:29.083002 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63076 2026.01.22 22:19:29.083021 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35726 2026.01.22 22:19:29.083047 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61809 2026.01.22 22:19:29.083087 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.083056 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54091 2026.01.22 22:19:29.083129 [ 288 ] {} TCP-Session: 41435a81-c19e-4a9c-a328-841ddd12f624 Authenticating user 'default' from [fd00:1122:3344:101::e]:41869 2026.01.22 22:19:29.083150 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.083036 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46210 2026.01.22 22:19:29.083176 [ 288 ] {} TCP-Session: 41435a81-c19e-4a9c-a328-841ddd12f624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083187 [ 290 ] {} TCP-Session: 7a5752c1-ed45-40e5-8564-f2d151fd90e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:63076 2026.01.22 22:19:29.083214 [ 288 ] {} TCP-Session: 41435a81-c19e-4a9c-a328-841ddd12f624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083234 [ 290 ] {} TCP-Session: 7a5752c1-ed45-40e5-8564-f2d151fd90e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083024 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60366 2026.01.22 22:19:29.083256 [ 290 ] {} TCP-Session: 7a5752c1-ed45-40e5-8564-f2d151fd90e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083001 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52293 2026.01.22 22:19:29.083051 [ 286 ] {} TCP-Session: 75ef041d-984d-4870-8135-310d45abd5f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:29.083362 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.083398 [ 275 ] {} TCP-Session: a34a5dce-c970-4da2-b326-02aedf37e7bf Authenticating user 'default' from [fd00:1122:3344:101::e]:54091 2026.01.22 22:19:29.083415 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.083423 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.083450 [ 293 ] {} TCP-Session: dcd7f424-6c92-494a-a8a4-8dfa23ebf825 Authenticating user 'default' from [fd00:1122:3344:101::e]:46210 2026.01.22 22:19:29.083464 [ 292 ] {} TCP-Session: d8979c07-e200-4617-9157-efe20a93e960 Authenticating user 'default' from [fd00:1122:3344:101::e]:60366 2026.01.22 22:19:29.083478 [ 293 ] {} TCP-Session: dcd7f424-6c92-494a-a8a4-8dfa23ebf825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083492 [ 286 ] {dadf7172-e7fc-4fdd-9b6b-d300987ff9c6} executeQuery: (from [fd00:1122:3344:101::e]:54436) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:19:29.083493 [ 292 ] {} TCP-Session: d8979c07-e200-4617-9157-efe20a93e960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083513 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.083532 [ 292 ] {} TCP-Session: d8979c07-e200-4617-9157-efe20a93e960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083514 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.083550 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.083591 [ 291 ] {} TCP-Session: 4cec147d-6081-430f-88bd-3a08048ce07e Authenticating user 'default' from [fd00:1122:3344:101::e]:35726 2026.01.22 22:19:29.083609 [ 294 ] {} TCP-Session: 03dbb7ea-0aa1-4367-a705-27d468581dba Authenticating user 'default' from [fd00:1122:3344:101::e]:61809 2026.01.22 22:19:29.083625 [ 291 ] {} TCP-Session: 4cec147d-6081-430f-88bd-3a08048ce07e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083550 [ 289 ] {} TCP-Session: 389ce145-04c7-42df-b9d8-a8e94428f8c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:52293 2026.01.22 22:19:29.083647 [ 294 ] {} TCP-Session: 03dbb7ea-0aa1-4367-a705-27d468581dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083671 [ 289 ] {} TCP-Session: 389ce145-04c7-42df-b9d8-a8e94428f8c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083688 [ 294 ] {} TCP-Session: 03dbb7ea-0aa1-4367-a705-27d468581dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083697 [ 289 ] {} TCP-Session: 389ce145-04c7-42df-b9d8-a8e94428f8c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083650 [ 291 ] {} TCP-Session: 4cec147d-6081-430f-88bd-3a08048ce07e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083504 [ 293 ] {} TCP-Session: dcd7f424-6c92-494a-a8a4-8dfa23ebf825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083751 [ 286 ] {dadf7172-e7fc-4fdd-9b6b-d300987ff9c6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:19:29.083419 [ 275 ] {} TCP-Session: a34a5dce-c970-4da2-b326-02aedf37e7bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083800 [ 275 ] {} TCP-Session: a34a5dce-c970-4da2-b326-02aedf37e7bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.083815 [ 286 ] {dadf7172-e7fc-4fdd-9b6b-d300987ff9c6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:19:29.084102 [ 286 ] {dadf7172-e7fc-4fdd-9b6b-d300987ff9c6} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:19:29.085080 [ 316 ] {dadf7172-e7fc-4fdd-9b6b-d300987ff9c6} AggregatingTransform: Aggregating 2026.01.22 22:19:29.085142 [ 316 ] {dadf7172-e7fc-4fdd-9b6b-d300987ff9c6} Aggregator: Aggregation method: without_key 2026.01.22 22:19:29.085186 [ 316 ] {dadf7172-e7fc-4fdd-9b6b-d300987ff9c6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000988037 sec. (1012.108 rows/sec., 39.54 KiB/sec.) 2026.01.22 22:19:29.085202 [ 316 ] {dadf7172-e7fc-4fdd-9b6b-d300987ff9c6} Aggregator: Merging aggregated data 2026.01.22 22:19:29.086421 [ 286 ] {dadf7172-e7fc-4fdd-9b6b-d300987ff9c6} executeQuery: Read 1 rows, 40.00 B in 0.002985 sec., 335.00837520938023 rows/sec., 13.09 KiB/sec. 2026.01.22 22:19:29.086577 [ 286 ] {dadf7172-e7fc-4fdd-9b6b-d300987ff9c6} TCPHandler: Processed in 0.003647167 sec. 2026.01.22 22:19:29.086702 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.086728 [ 286 ] {} TCP-Session: 75ef041d-984d-4870-8135-310d45abd5f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.086738 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.086777 [ 275 ] {} TCP-Session: a34a5dce-c970-4da2-b326-02aedf37e7bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.086780 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.086803 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.086815 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.086837 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.086853 [ 288 ] {} TCP-Session: 41435a81-c19e-4a9c-a328-841ddd12f624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.086858 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.086881 [ 292 ] {} TCP-Session: d8979c07-e200-4617-9157-efe20a93e960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.086898 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.086912 [ 293 ] {} TCP-Session: dcd7f424-6c92-494a-a8a4-8dfa23ebf825 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.086878 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.086950 [ 294 ] {} TCP-Session: 03dbb7ea-0aa1-4367-a705-27d468581dba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.086867 [ 289 ] {} TCP-Session: 389ce145-04c7-42df-b9d8-a8e94428f8c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.086994 [ 291 ] {} TCP-Session: 4cec147d-6081-430f-88bd-3a08048ce07e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.086819 [ 290 ] {} TCP-Session: 7a5752c1-ed45-40e5-8564-f2d151fd90e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.163351 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51598 2026.01.22 22:19:29.163445 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.163470 [ 286 ] {} TCP-Session: 73e635c8-85d2-4a7f-bde0-8e6dc7ad9192 Authenticating user 'default' from [fd00:1122:3344:101::e]:51598 2026.01.22 22:19:29.163489 [ 286 ] {} TCP-Session: 73e635c8-85d2-4a7f-bde0-8e6dc7ad9192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.163502 [ 286 ] {} TCP-Session: 73e635c8-85d2-4a7f-bde0-8e6dc7ad9192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.163709 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46374 2026.01.22 22:19:29.163720 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35225 2026.01.22 22:19:29.163764 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48847 2026.01.22 22:19:29.163782 [ 286 ] {} TCP-Session: 73e635c8-85d2-4a7f-bde0-8e6dc7ad9192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:29.163773 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39588 2026.01.22 22:19:29.163825 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.163845 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.163852 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.163873 [ 288 ] {} TCP-Session: 15e2f856-66be-4048-a25e-9ebd62247747 Authenticating user 'default' from [fd00:1122:3344:101::e]:46374 2026.01.22 22:19:29.163891 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.163899 [ 294 ] {} TCP-Session: e927be87-25d8-4de5-b28a-dc11c38e864f Authenticating user 'default' from [fd00:1122:3344:101::e]:48847 2026.01.22 22:19:29.163915 [ 288 ] {} TCP-Session: 15e2f856-66be-4048-a25e-9ebd62247747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.163925 [ 275 ] {} TCP-Session: b62eb0e2-7f52-4044-93d6-7e0115ab9a8f Authenticating user 'default' from [fd00:1122:3344:101::e]:39588 2026.01.22 22:19:29.163935 [ 294 ] {} TCP-Session: e927be87-25d8-4de5-b28a-dc11c38e864f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.163957 [ 286 ] {1af91654-9259-473e-87d8-882ae19195d3} executeQuery: (from [fd00:1122:3344:101::e]:51598) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:19:29.163968 [ 294 ] {} TCP-Session: e927be87-25d8-4de5-b28a-dc11c38e864f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.163965 [ 275 ] {} TCP-Session: b62eb0e2-7f52-4044-93d6-7e0115ab9a8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.163887 [ 289 ] {} TCP-Session: 876d0029-ccea-41d1-9d6f-a475ac124063 Authenticating user 'default' from [fd00:1122:3344:101::e]:35225 2026.01.22 22:19:29.164004 [ 275 ] {} TCP-Session: b62eb0e2-7f52-4044-93d6-7e0115ab9a8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.164022 [ 289 ] {} TCP-Session: 876d0029-ccea-41d1-9d6f-a475ac124063 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.163751 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58658 2026.01.22 22:19:29.164038 [ 289 ] {} TCP-Session: 876d0029-ccea-41d1-9d6f-a475ac124063 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.163741 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41144 2026.01.22 22:19:29.163719 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48287 2026.01.22 22:19:29.164114 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.163735 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47620 2026.01.22 22:19:29.164150 [ 293 ] {} TCP-Session: 362cc1c6-18b4-4f56-9ee6-ed14392233e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:58658 2026.01.22 22:19:29.164172 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.164198 [ 293 ] {} TCP-Session: 362cc1c6-18b4-4f56-9ee6-ed14392233e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.164203 [ 286 ] {1af91654-9259-473e-87d8-882ae19195d3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:19:29.164216 [ 290 ] {} TCP-Session: e0de3991-92db-4b6f-8de0-11740ccd5966 Authenticating user 'default' from [fd00:1122:3344:101::e]:48287 2026.01.22 22:19:29.164222 [ 293 ] {} TCP-Session: 362cc1c6-18b4-4f56-9ee6-ed14392233e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.164239 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.164251 [ 290 ] {} TCP-Session: e0de3991-92db-4b6f-8de0-11740ccd5966 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.164269 [ 286 ] {1af91654-9259-473e-87d8-882ae19195d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:19:29.164285 [ 291 ] {} TCP-Session: 6d2fe11b-352d-409c-bfda-d661b14f02c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:47620 2026.01.22 22:19:29.164287 [ 290 ] {} TCP-Session: e0de3991-92db-4b6f-8de0-11740ccd5966 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.164141 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.164319 [ 291 ] {} TCP-Session: 6d2fe11b-352d-409c-bfda-d661b14f02c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.164351 [ 292 ] {} TCP-Session: 7000f3c3-04ef-4451-8f28-eb3f21bfb1ba Authenticating user 'default' from [fd00:1122:3344:101::e]:41144 2026.01.22 22:19:29.164359 [ 291 ] {} TCP-Session: 6d2fe11b-352d-409c-bfda-d661b14f02c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.164376 [ 292 ] {} TCP-Session: 7000f3c3-04ef-4451-8f28-eb3f21bfb1ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.163945 [ 288 ] {} TCP-Session: 15e2f856-66be-4048-a25e-9ebd62247747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.164402 [ 292 ] {} TCP-Session: 7000f3c3-04ef-4451-8f28-eb3f21bfb1ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.164562 [ 286 ] {1af91654-9259-473e-87d8-882ae19195d3} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:19:29.165488 [ 299 ] {1af91654-9259-473e-87d8-882ae19195d3} AggregatingTransform: Aggregating 2026.01.22 22:19:29.165543 [ 299 ] {1af91654-9259-473e-87d8-882ae19195d3} Aggregator: Aggregation method: without_key 2026.01.22 22:19:29.165582 [ 299 ] {1af91654-9259-473e-87d8-882ae19195d3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000921717 sec. (1084.932 rows/sec., 42.38 KiB/sec.) 2026.01.22 22:19:29.165601 [ 299 ] {1af91654-9259-473e-87d8-882ae19195d3} Aggregator: Merging aggregated data 2026.01.22 22:19:29.166843 [ 286 ] {1af91654-9259-473e-87d8-882ae19195d3} executeQuery: Read 1 rows, 40.00 B in 0.002939 sec., 340.25178632187817 rows/sec., 13.29 KiB/sec. 2026.01.22 22:19:29.166982 [ 286 ] {1af91654-9259-473e-87d8-882ae19195d3} TCPHandler: Processed in 0.003307894 sec. 2026.01.22 22:19:29.167120 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.167150 [ 286 ] {} TCP-Session: 73e635c8-85d2-4a7f-bde0-8e6dc7ad9192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.167155 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.167174 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.167196 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.167202 [ 293 ] {} TCP-Session: 362cc1c6-18b4-4f56-9ee6-ed14392233e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.167224 [ 288 ] {} TCP-Session: 15e2f856-66be-4048-a25e-9ebd62247747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.167232 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.167238 [ 294 ] {} TCP-Session: e927be87-25d8-4de5-b28a-dc11c38e864f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.167249 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.167280 [ 290 ] {} TCP-Session: e0de3991-92db-4b6f-8de0-11740ccd5966 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.167282 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.167267 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.167338 [ 292 ] {} TCP-Session: 7000f3c3-04ef-4451-8f28-eb3f21bfb1ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.167341 [ 275 ] {} TCP-Session: b62eb0e2-7f52-4044-93d6-7e0115ab9a8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.167213 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.167373 [ 291 ] {} TCP-Session: 6d2fe11b-352d-409c-bfda-d661b14f02c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.167414 [ 289 ] {} TCP-Session: 876d0029-ccea-41d1-9d6f-a475ac124063 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.215417 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41541 2026.01.22 22:19:29.215526 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.215556 [ 286 ] {} TCP-Session: 7aff9f76-5a66-4812-9d1e-9ca60baf3083 Authenticating user 'default' from [fd00:1122:3344:101::e]:41541 2026.01.22 22:19:29.215580 [ 286 ] {} TCP-Session: 7aff9f76-5a66-4812-9d1e-9ca60baf3083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.215595 [ 286 ] {} TCP-Session: 7aff9f76-5a66-4812-9d1e-9ca60baf3083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.215785 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59905 2026.01.22 22:19:29.215814 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39466 2026.01.22 22:19:29.215841 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33373 2026.01.22 22:19:29.215850 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46320 2026.01.22 22:19:29.215881 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64555 2026.01.22 22:19:29.215908 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38980 2026.01.22 22:19:29.215928 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.215957 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.215969 [ 290 ] {} TCP-Session: fab90c3f-02a1-46bf-afe8-f7081760cee4 Authenticating user 'default' from [fd00:1122:3344:101::e]:33373 2026.01.22 22:19:29.215970 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.216009 [ 286 ] {} TCP-Session: 7aff9f76-5a66-4812-9d1e-9ca60baf3083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:29.215989 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.216044 [ 292 ] {} TCP-Session: 8037e56f-f0d6-44ea-8123-2adc33c0c36e Authenticating user 'default' from [fd00:1122:3344:101::e]:64555 2026.01.22 22:19:29.216069 [ 294 ] {} TCP-Session: 7c28fbb7-c422-48fd-8995-62381b595ca6 Authenticating user 'default' from [fd00:1122:3344:101::e]:38980 2026.01.22 22:19:29.216089 [ 292 ] {} TCP-Session: 8037e56f-f0d6-44ea-8123-2adc33c0c36e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216098 [ 294 ] {} TCP-Session: 7c28fbb7-c422-48fd-8995-62381b595ca6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216112 [ 292 ] {} TCP-Session: 8037e56f-f0d6-44ea-8123-2adc33c0c36e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216125 [ 294 ] {} TCP-Session: 7c28fbb7-c422-48fd-8995-62381b595ca6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.215921 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.215913 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63817 2026.01.22 22:19:29.216185 [ 289 ] {} TCP-Session: 6b794050-7cf7-49ed-bd01-e47193c26e48 Authenticating user 'default' from [fd00:1122:3344:101::e]:39466 2026.01.22 22:19:29.215894 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63179 2026.01.22 22:19:29.216206 [ 289 ] {} TCP-Session: 6b794050-7cf7-49ed-bd01-e47193c26e48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216233 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.216244 [ 289 ] {} TCP-Session: 6b794050-7cf7-49ed-bd01-e47193c26e48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216257 [ 275 ] {} TCP-Session: b618d362-6ed3-4b62-b3ba-d2398d195f10 Authenticating user 'default' from [fd00:1122:3344:101::e]:63817 2026.01.22 22:19:29.216000 [ 290 ] {} TCP-Session: fab90c3f-02a1-46bf-afe8-f7081760cee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216277 [ 275 ] {} TCP-Session: b618d362-6ed3-4b62-b3ba-d2398d195f10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216278 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.216318 [ 275 ] {} TCP-Session: b618d362-6ed3-4b62-b3ba-d2398d195f10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216314 [ 290 ] {} TCP-Session: fab90c3f-02a1-46bf-afe8-f7081760cee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216348 [ 293 ] {} TCP-Session: 82becdd3-a919-42b5-b176-0a994ce7a704 Authenticating user 'default' from [fd00:1122:3344:101::e]:63179 2026.01.22 22:19:29.216202 [ 286 ] {4000fda4-f8bf-4414-b70f-3767dd6e9156} executeQuery: (from [fd00:1122:3344:101::e]:41541) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:19:29.216395 [ 293 ] {} TCP-Session: 82becdd3-a919-42b5-b176-0a994ce7a704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.215995 [ 291 ] {} TCP-Session: c36542ca-490c-4513-8c50-5e972794d991 Authenticating user 'default' from [fd00:1122:3344:101::e]:46320 2026.01.22 22:19:29.216422 [ 293 ] {} TCP-Session: 82becdd3-a919-42b5-b176-0a994ce7a704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.215905 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:19:29.216469 [ 291 ] {} TCP-Session: c36542ca-490c-4513-8c50-5e972794d991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216498 [ 288 ] {} TCP-Session: 6fcdceff-ce64-456a-906c-9b14f397a0e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:59905 2026.01.22 22:19:29.216502 [ 291 ] {} TCP-Session: c36542ca-490c-4513-8c50-5e972794d991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216527 [ 288 ] {} TCP-Session: 6fcdceff-ce64-456a-906c-9b14f397a0e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216551 [ 288 ] {} TCP-Session: 6fcdceff-ce64-456a-906c-9b14f397a0e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.216641 [ 286 ] {4000fda4-f8bf-4414-b70f-3767dd6e9156} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:19:29.216697 [ 286 ] {4000fda4-f8bf-4414-b70f-3767dd6e9156} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:19:29.216978 [ 286 ] {4000fda4-f8bf-4414-b70f-3767dd6e9156} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:19:29.217885 [ 338 ] {4000fda4-f8bf-4414-b70f-3767dd6e9156} AggregatingTransform: Aggregating 2026.01.22 22:19:29.217934 [ 338 ] {4000fda4-f8bf-4414-b70f-3767dd6e9156} Aggregator: Aggregation method: without_key 2026.01.22 22:19:29.217971 [ 338 ] {4000fda4-f8bf-4414-b70f-3767dd6e9156} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000896727 sec. (1115.167 rows/sec., 43.56 KiB/sec.) 2026.01.22 22:19:29.217992 [ 338 ] {4000fda4-f8bf-4414-b70f-3767dd6e9156} Aggregator: Merging aggregated data 2026.01.22 22:19:29.219198 [ 286 ] {4000fda4-f8bf-4414-b70f-3767dd6e9156} executeQuery: Read 1 rows, 40.00 B in 0.003057 sec., 327.11808963035656 rows/sec., 12.78 KiB/sec. 2026.01.22 22:19:29.219353 [ 286 ] {4000fda4-f8bf-4414-b70f-3767dd6e9156} TCPHandler: Processed in 0.003466656 sec. 2026.01.22 22:19:29.219492 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.219521 [ 286 ] {} TCP-Session: 7aff9f76-5a66-4812-9d1e-9ca60baf3083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.219522 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.219545 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.219566 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.219584 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.219587 [ 275 ] {} TCP-Session: b618d362-6ed3-4b62-b3ba-d2398d195f10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.219602 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.219622 [ 289 ] {} TCP-Session: 6b794050-7cf7-49ed-bd01-e47193c26e48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.219635 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.219656 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.219652 [ 293 ] {} TCP-Session: 82becdd3-a919-42b5-b176-0a994ce7a704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.219693 [ 294 ] {} TCP-Session: 7c28fbb7-c422-48fd-8995-62381b595ca6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.219679 [ 290 ] {} TCP-Session: fab90c3f-02a1-46bf-afe8-f7081760cee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.219612 [ 292 ] {} TCP-Session: 8037e56f-f0d6-44ea-8123-2adc33c0c36e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.219622 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.22 22:19:29.219572 [ 288 ] {} TCP-Session: 6fcdceff-ce64-456a-906c-9b14f397a0e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.219800 [ 291 ] {} TCP-Session: c36542ca-490c-4513-8c50-5e972794d991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:19:29.784946 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11936 2026.01.22 22:19:29.785493 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:29.785549 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:29.786118 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:19:29.786393 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:29.786555 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11936 2026.01.22 22:19:30.419904 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.01.22 22:19:30.438430 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:30.438503 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:30.444336 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:19:30.445191 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:30.449984 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.01.22 22:19:32.313164 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 668 2026.01.22 22:19:32.315495 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.315548 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.316743 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:19:32.317009 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.317309 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 668 2026.01.22 22:19:32.542597 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:32.542790 [ 277 ] {2dfca39e-e563-4b08-bf04-c33efb555f8c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:19:32.542863 [ 277 ] {2dfca39e-e563-4b08-bf04-c33efb555f8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:19:32.543727 [ 277 ] {2dfca39e-e563-4b08-bf04-c33efb555f8c} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.543778 [ 277 ] {2dfca39e-e563-4b08-bf04-c33efb555f8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.544190 [ 277 ] {2dfca39e-e563-4b08-bf04-c33efb555f8c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:19:32.544415 [ 277 ] {2dfca39e-e563-4b08-bf04-c33efb555f8c} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.544575 [ 277 ] {2dfca39e-e563-4b08-bf04-c33efb555f8c} executeQuery: Read 446 rows, 28.96 KiB in 0.001836 sec., 242919.38997821353 rows/sec., 15.41 MiB/sec. 2026.01.22 22:19:32.544624 [ 277 ] {2dfca39e-e563-4b08-bf04-c33efb555f8c} TCPHandler: Processed in 0.002163416 sec. 2026.01.22 22:19:32.544756 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:32.544860 [ 277 ] {600e8e0f-e471-418f-b696-198beefb4b57} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:32.544903 [ 277 ] {600e8e0f-e471-418f-b696-198beefb4b57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:32.546016 [ 277 ] {600e8e0f-e471-418f-b696-198beefb4b57} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.546055 [ 277 ] {600e8e0f-e471-418f-b696-198beefb4b57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.546444 [ 277 ] {600e8e0f-e471-418f-b696-198beefb4b57} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:19:32.546652 [ 277 ] {600e8e0f-e471-418f-b696-198beefb4b57} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.546788 [ 277 ] {600e8e0f-e471-418f-b696-198beefb4b57} executeQuery: Read 1274 rows, 104.10 KiB in 0.001953 sec., 652329.7491039427 rows/sec., 52.05 MiB/sec. 2026.01.22 22:19:32.546825 [ 277 ] {600e8e0f-e471-418f-b696-198beefb4b57} TCPHandler: Processed in 0.002121766 sec. 2026.01.22 22:19:32.546942 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:32.547042 [ 277 ] {6d8863bc-5e13-4c75-a424-3e6152140161} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:32.547084 [ 277 ] {6d8863bc-5e13-4c75-a424-3e6152140161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:32.547608 [ 277 ] {6d8863bc-5e13-4c75-a424-3e6152140161} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.547643 [ 277 ] {6d8863bc-5e13-4c75-a424-3e6152140161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.547954 [ 277 ] {6d8863bc-5e13-4c75-a424-3e6152140161} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:19:32.548165 [ 277 ] {6d8863bc-5e13-4c75-a424-3e6152140161} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.548292 [ 277 ] {6d8863bc-5e13-4c75-a424-3e6152140161} executeQuery: Read 259 rows, 16.10 KiB in 0.001272 sec., 203616.35220125786 rows/sec., 12.36 MiB/sec. 2026.01.22 22:19:32.548329 [ 277 ] {6d8863bc-5e13-4c75-a424-3e6152140161} TCPHandler: Processed in 0.001437021 sec. 2026.01.22 22:19:32.548435 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:32.548529 [ 277 ] {726b0335-5ff9-4156-bf1f-568bf0872623} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:19:32.548569 [ 277 ] {726b0335-5ff9-4156-bf1f-568bf0872623} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:19:32.549076 [ 277 ] {726b0335-5ff9-4156-bf1f-568bf0872623} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.549109 [ 277 ] {726b0335-5ff9-4156-bf1f-568bf0872623} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.549411 [ 277 ] {726b0335-5ff9-4156-bf1f-568bf0872623} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:19:32.549628 [ 277 ] {726b0335-5ff9-4156-bf1f-568bf0872623} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.549754 [ 277 ] {726b0335-5ff9-4156-bf1f-568bf0872623} executeQuery: Read 230 rows, 15.18 KiB in 0.001244 sec., 184887.45980707393 rows/sec., 11.92 MiB/sec. 2026.01.22 22:19:32.549791 [ 277 ] {726b0335-5ff9-4156-bf1f-568bf0872623} TCPHandler: Processed in 0.001405671 sec. 2026.01.22 22:19:32.549903 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:32.549997 [ 277 ] {cb7e31c2-fa23-4a9e-9d31-a426be34b29c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:19:32.550035 [ 277 ] {cb7e31c2-fa23-4a9e-9d31-a426be34b29c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:19:32.550527 [ 277 ] {cb7e31c2-fa23-4a9e-9d31-a426be34b29c} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.550562 [ 277 ] {cb7e31c2-fa23-4a9e-9d31-a426be34b29c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.550861 [ 277 ] {cb7e31c2-fa23-4a9e-9d31-a426be34b29c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:19:32.551065 [ 277 ] {cb7e31c2-fa23-4a9e-9d31-a426be34b29c} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.551194 [ 277 ] {cb7e31c2-fa23-4a9e-9d31-a426be34b29c} executeQuery: Read 229 rows, 13.31 KiB in 0.001216 sec., 188322.3684210526 rows/sec., 10.69 MiB/sec. 2026.01.22 22:19:32.551229 [ 277 ] {cb7e31c2-fa23-4a9e-9d31-a426be34b29c} TCPHandler: Processed in 0.00137661 sec. 2026.01.22 22:19:32.551338 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:32.551431 [ 277 ] {c959bf9d-0e74-4ec2-840e-d65f260ac981} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:32.551470 [ 277 ] {c959bf9d-0e74-4ec2-840e-d65f260ac981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:32.552307 [ 277 ] {c959bf9d-0e74-4ec2-840e-d65f260ac981} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.552350 [ 277 ] {c959bf9d-0e74-4ec2-840e-d65f260ac981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.552768 [ 277 ] {c959bf9d-0e74-4ec2-840e-d65f260ac981} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:19:32.553025 [ 277 ] {c959bf9d-0e74-4ec2-840e-d65f260ac981} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.553183 [ 277 ] {c959bf9d-0e74-4ec2-840e-d65f260ac981} executeQuery: Read 769 rows, 55.15 KiB in 0.001768 sec., 434954.7511312217 rows/sec., 30.46 MiB/sec. 2026.01.22 22:19:32.553228 [ 277 ] {c959bf9d-0e74-4ec2-840e-d65f260ac981} TCPHandler: Processed in 0.001939284 sec. 2026.01.22 22:19:32.553344 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:32.553441 [ 277 ] {cd0d2dd6-8847-427e-b783-45d7bf2a9848} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:19:32.553482 [ 277 ] {cd0d2dd6-8847-427e-b783-45d7bf2a9848} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:19:32.553814 [ 277 ] {cd0d2dd6-8847-427e-b783-45d7bf2a9848} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.553849 [ 277 ] {cd0d2dd6-8847-427e-b783-45d7bf2a9848} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.554165 [ 277 ] {cd0d2dd6-8847-427e-b783-45d7bf2a9848} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.22 22:19:32.554375 [ 277 ] {cd0d2dd6-8847-427e-b783-45d7bf2a9848} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.554503 [ 277 ] {cd0d2dd6-8847-427e-b783-45d7bf2a9848} executeQuery: Read 6 rows, 321.00 B in 0.001081 sec., 5550.416281221092 rows/sec., 289.99 KiB/sec. 2026.01.22 22:19:32.554538 [ 277 ] {cd0d2dd6-8847-427e-b783-45d7bf2a9848} TCPHandler: Processed in 0.001243619 sec. 2026.01.22 22:19:32.554641 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:32.554734 [ 277 ] {ccdda5f0-0a42-418c-bee9-963900bb561f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:32.554777 [ 277 ] {ccdda5f0-0a42-418c-bee9-963900bb561f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:32.555243 [ 277 ] {ccdda5f0-0a42-418c-bee9-963900bb561f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.555277 [ 277 ] {ccdda5f0-0a42-418c-bee9-963900bb561f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.555610 [ 277 ] {ccdda5f0-0a42-418c-bee9-963900bb561f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:19:32.555824 [ 277 ] {ccdda5f0-0a42-418c-bee9-963900bb561f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.555985 [ 277 ] {ccdda5f0-0a42-418c-bee9-963900bb561f} executeQuery: Read 328 rows, 22.00 KiB in 0.001268 sec., 258675.0788643533 rows/sec., 16.95 MiB/sec. 2026.01.22 22:19:32.556029 [ 277 ] {ccdda5f0-0a42-418c-bee9-963900bb561f} TCPHandler: Processed in 0.001436951 sec. 2026.01.22 22:19:32.556138 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:32.556233 [ 277 ] {c5b204dc-5ead-4d28-8e11-7fa04732785f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:19:32.556274 [ 277 ] {c5b204dc-5ead-4d28-8e11-7fa04732785f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:19:32.556593 [ 277 ] {c5b204dc-5ead-4d28-8e11-7fa04732785f} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.556628 [ 277 ] {c5b204dc-5ead-4d28-8e11-7fa04732785f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.556934 [ 277 ] {c5b204dc-5ead-4d28-8e11-7fa04732785f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:19:32.557143 [ 277 ] {c5b204dc-5ead-4d28-8e11-7fa04732785f} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.557268 [ 277 ] {c5b204dc-5ead-4d28-8e11-7fa04732785f} executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. 2026.01.22 22:19:32.557304 [ 277 ] {c5b204dc-5ead-4d28-8e11-7fa04732785f} TCPHandler: Processed in 0.001215489 sec. 2026.01.22 22:19:32.557406 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:32.557500 [ 277 ] {1c77b9d6-0dc7-4f38-964f-880f41e0f38a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:32.557554 [ 277 ] {1c77b9d6-0dc7-4f38-964f-880f41e0f38a} 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.01.22 22:19:32.558402 [ 277 ] {1c77b9d6-0dc7-4f38-964f-880f41e0f38a} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.558437 [ 277 ] {1c77b9d6-0dc7-4f38-964f-880f41e0f38a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.558976 [ 277 ] {1c77b9d6-0dc7-4f38-964f-880f41e0f38a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:19:32.559202 [ 277 ] {1c77b9d6-0dc7-4f38-964f-880f41e0f38a} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.559338 [ 277 ] {1c77b9d6-0dc7-4f38-964f-880f41e0f38a} executeQuery: Read 36 rows, 66.06 KiB in 0.001856 sec., 19396.55172413793 rows/sec., 34.76 MiB/sec. 2026.01.22 22:19:32.559402 [ 277 ] {1c77b9d6-0dc7-4f38-964f-880f41e0f38a} TCPHandler: Processed in 0.002043915 sec. 2026.01.22 22:19:32.559515 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:32.559610 [ 277 ] {e11cb8c0-4370-4e2a-9b88-c8f5f1457dac} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:32.559652 [ 277 ] {e11cb8c0-4370-4e2a-9b88-c8f5f1457dac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:32.559994 [ 277 ] {e11cb8c0-4370-4e2a-9b88-c8f5f1457dac} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:32.560028 [ 277 ] {e11cb8c0-4370-4e2a-9b88-c8f5f1457dac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.22 22:19:32.560325 [ 277 ] {e11cb8c0-4370-4e2a-9b88-c8f5f1457dac} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:19:32.560530 [ 277 ] {e11cb8c0-4370-4e2a-9b88-c8f5f1457dac} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:32.560656 [ 277 ] {e11cb8c0-4370-4e2a-9b88-c8f5f1457dac} executeQuery: Read 108 rows, 6.74 KiB in 0.001065 sec., 101408.45070422535 rows/sec., 6.18 MiB/sec. 2026.01.22 22:19:32.560692 [ 277 ] {e11cb8c0-4370-4e2a-9b88-c8f5f1457dac} TCPHandler: Processed in 0.001225509 sec. 2026.01.22 22:19:37.166001 [ 55 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:19:37.166069 [ 55 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:19:37.286710 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12448 2026.01.22 22:19:37.287500 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.287542 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.288026 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:19:37.288257 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.288396 [ 52 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.22 22:19:37.288408 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12448 2026.01.22 22:19:37.288474 [ 52 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.288499 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.288665 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:19:37.288870 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:37.288932 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10016 rows starting from the beginning of the part 2026.01.22 22:19:37.289031 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:19:37.289103 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:19:37.289168 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:19:37.289230 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:19:37.289291 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:19:37.293997 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12448 rows, containing 4 columns (4 merged, 0 gathered) in 0.005420929 sec., 2296285.378391785 rows/sec., 32.85 MiB/sec. 2026.01.22 22:19:37.294381 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.22 22:19:37.294695 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_26_5} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.294775 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_26_5} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.22 22:19:37.294880 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.01.22 22:19:37.528055 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:37.528237 [ 277 ] {5018cf3a-1795-4912-8602-3a71d3289079} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:37.528316 [ 277 ] {5018cf3a-1795-4912-8602-3a71d3289079} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:37.528971 [ 277 ] {5018cf3a-1795-4912-8602-3a71d3289079} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.529022 [ 277 ] {5018cf3a-1795-4912-8602-3a71d3289079} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.529459 [ 277 ] {5018cf3a-1795-4912-8602-3a71d3289079} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:19:37.529696 [ 277 ] {5018cf3a-1795-4912-8602-3a71d3289079} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.529860 [ 277 ] {5018cf3a-1795-4912-8602-3a71d3289079} executeQuery: Read 66 rows, 5.35 KiB in 0.001673 sec., 39450.08965929468 rows/sec., 3.12 MiB/sec. 2026.01.22 22:19:37.529863 [ 52 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.22 22:19:37.529914 [ 277 ] {5018cf3a-1795-4912-8602-3a71d3289079} TCPHandler: Processed in 0.001991195 sec. 2026.01.22 22:19:37.529933 [ 52 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.529960 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.530052 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:37.530052 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:19:37.530157 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:37.530163 [ 277 ] {4d877ab7-0b53-45d7-8e14-ba3309951523} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:37.530189 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2556 rows starting from the beginning of the part 2026.01.22 22:19:37.530212 [ 277 ] {4d877ab7-0b53-45d7-8e14-ba3309951523} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:37.530246 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:19:37.530296 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 128 rows starting from the beginning of the part 2026.01.22 22:19:37.530337 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 66 rows starting from the beginning of the part 2026.01.22 22:19:37.530377 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1274 rows starting from the beginning of the part 2026.01.22 22:19:37.530414 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 66 rows starting from the beginning of the part 2026.01.22 22:19:37.530651 [ 277 ] {4d877ab7-0b53-45d7-8e14-ba3309951523} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.530689 [ 277 ] {4d877ab7-0b53-45d7-8e14-ba3309951523} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.531011 [ 277 ] {4d877ab7-0b53-45d7-8e14-ba3309951523} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:19:37.531252 [ 277 ] {4d877ab7-0b53-45d7-8e14-ba3309951523} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.531403 [ 277 ] {4d877ab7-0b53-45d7-8e14-ba3309951523} executeQuery: Read 5 rows, 385.00 B in 0.001263 sec., 3958.8281868566905 rows/sec., 297.69 KiB/sec. 2026.01.22 22:19:37.531447 [ 277 ] {4d877ab7-0b53-45d7-8e14-ba3309951523} TCPHandler: Processed in 0.001453341 sec. 2026.01.22 22:19:37.531580 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:37.531678 [ 277 ] {068d12f5-d6de-47bc-8794-6df8566b39ed} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:37.531720 [ 277 ] {068d12f5-d6de-47bc-8794-6df8566b39ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:37.532148 [ 277 ] {068d12f5-d6de-47bc-8794-6df8566b39ed} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.532186 [ 277 ] {068d12f5-d6de-47bc-8794-6df8566b39ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.532409 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5417 rows, containing 5 columns (5 merged, 0 gathered) in 0.002393318 sec., 2263384.9743327047 rows/sec., 193.31 MiB/sec. 2026.01.22 22:19:37.532501 [ 277 ] {068d12f5-d6de-47bc-8794-6df8566b39ed} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:19:37.532667 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.22 22:19:37.532731 [ 277 ] {068d12f5-d6de-47bc-8794-6df8566b39ed} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.532864 [ 52 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.22 22:19:37.532873 [ 277 ] {068d12f5-d6de-47bc-8794-6df8566b39ed} executeQuery: Read 69 rows, 5.52 KiB in 0.001216 sec., 56743.42105263157 rows/sec., 4.43 MiB/sec. 2026.01.22 22:19:37.532914 [ 52 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.532926 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_36_7} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.532931 [ 277 ] {068d12f5-d6de-47bc-8794-6df8566b39ed} TCPHandler: Processed in 0.001402041 sec. 2026.01.22 22:19:37.532943 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.533000 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_36_7} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.22 22:19:37.533054 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:19:37.533066 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:37.533076 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.22 22:19:37.533180 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:37.533180 [ 277 ] {d172979c-fb28-4b15-9044-019522b97c05} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:37.533221 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1304 rows starting from the beginning of the part 2026.01.22 22:19:37.533243 [ 277 ] {d172979c-fb28-4b15-9044-019522b97c05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:37.533294 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 563 rows starting from the beginning of the part 2026.01.22 22:19:37.533344 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 100 rows starting from the beginning of the part 2026.01.22 22:19:37.533385 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 69 rows starting from the beginning of the part 2026.01.22 22:19:37.533427 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 769 rows starting from the beginning of the part 2026.01.22 22:19:37.533473 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 69 rows starting from the beginning of the part 2026.01.22 22:19:37.533670 [ 277 ] {d172979c-fb28-4b15-9044-019522b97c05} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.533710 [ 277 ] {d172979c-fb28-4b15-9044-019522b97c05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.534062 [ 277 ] {d172979c-fb28-4b15-9044-019522b97c05} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:19:37.534290 [ 277 ] {d172979c-fb28-4b15-9044-019522b97c05} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.534405 [ 52 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.22 22:19:37.534427 [ 277 ] {d172979c-fb28-4b15-9044-019522b97c05} executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. 2026.01.22 22:19:37.534437 [ 52 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.534466 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.534471 [ 277 ] {d172979c-fb28-4b15-9044-019522b97c05} TCPHandler: Processed in 0.001456271 sec. 2026.01.22 22:19:37.534576 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:19:37.534590 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:37.534712 [ 277 ] {4f6ac8a6-0969-4bc9-ac60-51e94c3aca60} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:37.534726 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:37.534766 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9347 rows starting from the beginning of the part 2026.01.22 22:19:37.534769 [ 277 ] {4f6ac8a6-0969-4bc9-ac60-51e94c3aca60} 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.01.22 22:19:37.534787 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2874 rows, containing 5 columns (5 merged, 0 gathered) in 0.001779123 sec., 1615402.6450110532 rows/sec., 123.39 MiB/sec. 2026.01.22 22:19:37.534839 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 881 rows starting from the beginning of the part 2026.01.22 22:19:37.534885 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:19:37.534928 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2026.01.22 22:19:37.534973 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 328 rows starting from the beginning of the part 2026.01.22 22:19:37.534974 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.22 22:19:37.535015 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:19:37.535273 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_36_7} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.535378 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_36_7} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.22 22:19:37.535456 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.22 22:19:37.535555 [ 277 ] {4f6ac8a6-0969-4bc9-ac60-51e94c3aca60} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.535597 [ 277 ] {4f6ac8a6-0969-4bc9-ac60-51e94c3aca60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.536122 [ 277 ] {4f6ac8a6-0969-4bc9-ac60-51e94c3aca60} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:19:37.536368 [ 277 ] {4f6ac8a6-0969-4bc9-ac60-51e94c3aca60} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.536516 [ 277 ] {4f6ac8a6-0969-4bc9-ac60-51e94c3aca60} executeQuery: Read 5 rows, 9.17 KiB in 0.001824 sec., 2741.2280701754385 rows/sec., 4.91 MiB/sec. 2026.01.22 22:19:37.536579 [ 277 ] {4f6ac8a6-0969-4bc9-ac60-51e94c3aca60} TCPHandler: Processed in 0.002041615 sec. 2026.01.22 22:19:37.536693 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:37.536814 [ 277 ] {6297d877-98ed-4391-9d15-6a109367fea7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:37.536858 [ 277 ] {6297d877-98ed-4391-9d15-6a109367fea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:37.537204 [ 277 ] {6297d877-98ed-4391-9d15-6a109367fea7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.537240 [ 277 ] {6297d877-98ed-4391-9d15-6a109367fea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.537543 [ 277 ] {6297d877-98ed-4391-9d15-6a109367fea7} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:19:37.537752 [ 277 ] {6297d877-98ed-4391-9d15-6a109367fea7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.537854 [ 52 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.22 22:19:37.537882 [ 277 ] {6297d877-98ed-4391-9d15-6a109367fea7} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.01.22 22:19:37.537883 [ 52 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.537920 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.537924 [ 277 ] {6297d877-98ed-4391-9d15-6a109367fea7} TCPHandler: Processed in 0.001281779 sec. 2026.01.22 22:19:37.537992 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:19:37.538075 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:37.538104 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1806 rows starting from the beginning of the part 2026.01.22 22:19:37.538156 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:19:37.538196 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:19:37.538234 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:19:37.538272 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 108 rows starting from the beginning of the part 2026.01.22 22:19:37.538310 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:19:37.538924 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 11036 rows, containing 5 columns (5 merged, 0 gathered) in 0.004406233 sec., 2504633.776743082 rows/sec., 171.23 MiB/sec. 2026.01.22 22:19:37.539184 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.22 22:19:37.539234 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2154 rows, containing 4 columns (4 merged, 0 gathered) in 0.001271709 sec., 1693783.7193886337 rows/sec., 112.59 MiB/sec. 2026.01.22 22:19:37.539468 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_36_7} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.539489 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.22 22:19:37.539547 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_36_7} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.22 22:19:37.539630 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. 2026.01.22 22:19:37.539751 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_36_7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.539824 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_36_7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.22 22:19:37.539911 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.01.22 22:19:37.950126 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.01.22 22:19:37.968432 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.968484 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.974044 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:19:37.974768 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:37.975025 [ 51 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.22 22:19:37.975073 [ 51 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:37.975095 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:37.975211 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:37.978045 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.01.22 22:19:37.979350 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:37.980917 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:37.985775 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:37.990203 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:37.994701 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:37.999164 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:38.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 262.30 MiB, peak 266.08 MiB, free memory in arenas 0.00 B, will set to 259.38 MiB (RSS), difference: -2.92 MiB 2026.01.22 22:19:38.003250 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:19:38.056184 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.081025259 sec., 2418.998747045042 rows/sec., 12.51 MiB/sec. 2026.01.22 22:19:38.058237 [ 192 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.22 22:19:38.060225 [ 192 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_26_5} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:38.060323 [ 192 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_26_5} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.22 22:19:38.061975 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.22 22:19:39.000209 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 255.91 MiB, peak 266.48 MiB, free memory in arenas 0.00 B, will set to 263.76 MiB (RSS), difference: 7.85 MiB 2026.01.22 22:19:42.317577 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 702 2026.01.22 22:19:42.320425 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.320482 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.321694 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:19:42.321965 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.322327 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 702 2026.01.22 22:19:42.541606 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:42.541784 [ 277 ] {e450de42-5ace-43b6-892b-c3cb73606290} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:19:42.541848 [ 277 ] {e450de42-5ace-43b6-892b-c3cb73606290} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:19:42.542695 [ 277 ] {e450de42-5ace-43b6-892b-c3cb73606290} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.542744 [ 277 ] {e450de42-5ace-43b6-892b-c3cb73606290} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.543154 [ 277 ] {e450de42-5ace-43b6-892b-c3cb73606290} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:19:42.543392 [ 277 ] {e450de42-5ace-43b6-892b-c3cb73606290} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.543539 [ 277 ] {e450de42-5ace-43b6-892b-c3cb73606290} executeQuery: Read 446 rows, 28.96 KiB in 0.001804 sec., 247228.38137472284 rows/sec., 15.68 MiB/sec. 2026.01.22 22:19:42.543580 [ 277 ] {e450de42-5ace-43b6-892b-c3cb73606290} TCPHandler: Processed in 0.002104426 sec. 2026.01.22 22:19:42.543711 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:42.543806 [ 277 ] {d0c7ac68-e6ad-4f63-91f2-8487c956675b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:42.543848 [ 277 ] {d0c7ac68-e6ad-4f63-91f2-8487c956675b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:42.544832 [ 277 ] {d0c7ac68-e6ad-4f63-91f2-8487c956675b} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.544868 [ 277 ] {d0c7ac68-e6ad-4f63-91f2-8487c956675b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.545267 [ 277 ] {d0c7ac68-e6ad-4f63-91f2-8487c956675b} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:19:42.545475 [ 277 ] {d0c7ac68-e6ad-4f63-91f2-8487c956675b} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.545603 [ 277 ] {d0c7ac68-e6ad-4f63-91f2-8487c956675b} executeQuery: Read 1274 rows, 104.10 KiB in 0.001815 sec., 701928.3746556474 rows/sec., 56.01 MiB/sec. 2026.01.22 22:19:42.545641 [ 277 ] {d0c7ac68-e6ad-4f63-91f2-8487c956675b} TCPHandler: Processed in 0.001981584 sec. 2026.01.22 22:19:42.545762 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:42.545857 [ 277 ] {b023bd3d-cf88-4670-80df-c4a8840cab44} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:42.545897 [ 277 ] {b023bd3d-cf88-4670-80df-c4a8840cab44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:42.546386 [ 277 ] {b023bd3d-cf88-4670-80df-c4a8840cab44} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.546423 [ 277 ] {b023bd3d-cf88-4670-80df-c4a8840cab44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.546728 [ 277 ] {b023bd3d-cf88-4670-80df-c4a8840cab44} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:19:42.546938 [ 277 ] {b023bd3d-cf88-4670-80df-c4a8840cab44} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.547048 [ 46 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.22 22:19:42.547066 [ 277 ] {b023bd3d-cf88-4670-80df-c4a8840cab44} executeQuery: Read 259 rows, 16.10 KiB in 0.001227 sec., 211083.9445802771 rows/sec., 12.81 MiB/sec. 2026.01.22 22:19:42.547117 [ 46 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.547127 [ 277 ] {b023bd3d-cf88-4670-80df-c4a8840cab44} TCPHandler: Processed in 0.00141507 sec. 2026.01.22 22:19:42.547146 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.547246 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:19:42.547256 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:42.547335 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:42.547361 [ 277 ] {d1205127-4bc8-46c1-bf58-605a39471ef1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:19:42.547363 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 296 rows starting from the beginning of the part 2026.01.22 22:19:42.547401 [ 277 ] {d1205127-4bc8-46c1-bf58-605a39471ef1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:19:42.547428 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part 2026.01.22 22:19:42.547473 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part 2026.01.22 22:19:42.547515 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 259 rows starting from the beginning of the part 2026.01.22 22:19:42.547553 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part 2026.01.22 22:19:42.547592 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 259 rows starting from the beginning of the part 2026.01.22 22:19:42.547888 [ 277 ] {d1205127-4bc8-46c1-bf58-605a39471ef1} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.547923 [ 277 ] {d1205127-4bc8-46c1-bf58-605a39471ef1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.548264 [ 277 ] {d1205127-4bc8-46c1-bf58-605a39471ef1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:19:42.548412 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 860 rows, containing 5 columns (5 merged, 0 gathered) in 0.001195739 sec., 719220.498787779 rows/sec., 47.25 MiB/sec. 2026.01.22 22:19:42.548483 [ 277 ] {d1205127-4bc8-46c1-bf58-605a39471ef1} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.548616 [ 277 ] {d1205127-4bc8-46c1-bf58-605a39471ef1} executeQuery: Read 230 rows, 15.18 KiB in 0.001273 sec., 180675.56952081696 rows/sec., 11.65 MiB/sec. 2026.01.22 22:19:42.548654 [ 277 ] {d1205127-4bc8-46c1-bf58-605a39471ef1} TCPHandler: Processed in 0.001448311 sec. 2026.01.22 22:19:42.548662 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.22 22:19:42.548767 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:42.548868 [ 277 ] {a57e4b04-4d88-48aa-a259-70bf6c7c122c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:19:42.548911 [ 277 ] {a57e4b04-4d88-48aa-a259-70bf6c7c122c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:19:42.549036 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_31_6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.549144 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_31_6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.22 22:19:42.549266 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.22 22:19:42.549383 [ 277 ] {a57e4b04-4d88-48aa-a259-70bf6c7c122c} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.549426 [ 277 ] {a57e4b04-4d88-48aa-a259-70bf6c7c122c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.549740 [ 277 ] {a57e4b04-4d88-48aa-a259-70bf6c7c122c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:19:42.549953 [ 277 ] {a57e4b04-4d88-48aa-a259-70bf6c7c122c} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.550082 [ 277 ] {a57e4b04-4d88-48aa-a259-70bf6c7c122c} executeQuery: Read 229 rows, 13.31 KiB in 0.001233 sec., 185725.87185725872 rows/sec., 10.54 MiB/sec. 2026.01.22 22:19:42.550121 [ 277 ] {a57e4b04-4d88-48aa-a259-70bf6c7c122c} TCPHandler: Processed in 0.00140446 sec. 2026.01.22 22:19:42.550229 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:42.550322 [ 277 ] {f9340333-50f4-4766-9035-b8079c686b84} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:42.550362 [ 277 ] {f9340333-50f4-4766-9035-b8079c686b84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:42.551004 [ 277 ] {f9340333-50f4-4766-9035-b8079c686b84} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.551041 [ 277 ] {f9340333-50f4-4766-9035-b8079c686b84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.551374 [ 277 ] {f9340333-50f4-4766-9035-b8079c686b84} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:19:42.551588 [ 277 ] {f9340333-50f4-4766-9035-b8079c686b84} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.551714 [ 277 ] {f9340333-50f4-4766-9035-b8079c686b84} executeQuery: Read 769 rows, 55.15 KiB in 0.001411 sec., 545003.5435861092 rows/sec., 38.17 MiB/sec. 2026.01.22 22:19:42.551752 [ 277 ] {f9340333-50f4-4766-9035-b8079c686b84} TCPHandler: Processed in 0.001573681 sec. 2026.01.22 22:19:42.551867 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:42.551962 [ 277 ] {3de7b82b-ec69-477d-bb68-53aa07c7b7ab} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:19:42.552005 [ 277 ] {3de7b82b-ec69-477d-bb68-53aa07c7b7ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:19:42.552339 [ 277 ] {3de7b82b-ec69-477d-bb68-53aa07c7b7ab} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.552375 [ 277 ] {3de7b82b-ec69-477d-bb68-53aa07c7b7ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.552684 [ 277 ] {3de7b82b-ec69-477d-bb68-53aa07c7b7ab} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:19:42.552899 [ 277 ] {3de7b82b-ec69-477d-bb68-53aa07c7b7ab} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.553024 [ 277 ] {3de7b82b-ec69-477d-bb68-53aa07c7b7ab} executeQuery: Read 6 rows, 321.00 B in 0.00108 sec., 5555.555555555556 rows/sec., 290.26 KiB/sec. 2026.01.22 22:19:42.553062 [ 277 ] {3de7b82b-ec69-477d-bb68-53aa07c7b7ab} TCPHandler: Processed in 0.001245329 sec. 2026.01.22 22:19:42.553199 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:42.553293 [ 277 ] {d5c894b5-a34d-4dbb-b0d8-a0b769958f27} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:42.553335 [ 277 ] {d5c894b5-a34d-4dbb-b0d8-a0b769958f27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:42.553772 [ 277 ] {d5c894b5-a34d-4dbb-b0d8-a0b769958f27} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.553809 [ 277 ] {d5c894b5-a34d-4dbb-b0d8-a0b769958f27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.554147 [ 277 ] {d5c894b5-a34d-4dbb-b0d8-a0b769958f27} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:19:42.554359 [ 277 ] {d5c894b5-a34d-4dbb-b0d8-a0b769958f27} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.554489 [ 277 ] {d5c894b5-a34d-4dbb-b0d8-a0b769958f27} executeQuery: Read 328 rows, 22.00 KiB in 0.001214 sec., 270181.21911037894 rows/sec., 17.70 MiB/sec. 2026.01.22 22:19:42.554524 [ 277 ] {d5c894b5-a34d-4dbb-b0d8-a0b769958f27} TCPHandler: Processed in 0.00137389 sec. 2026.01.22 22:19:42.554627 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:42.554721 [ 277 ] {4fa9da08-8086-4b4e-ade3-30588dcb5bdb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:19:42.554762 [ 277 ] {4fa9da08-8086-4b4e-ade3-30588dcb5bdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:19:42.555071 [ 277 ] {4fa9da08-8086-4b4e-ade3-30588dcb5bdb} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.555107 [ 277 ] {4fa9da08-8086-4b4e-ade3-30588dcb5bdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.555396 [ 277 ] {4fa9da08-8086-4b4e-ade3-30588dcb5bdb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:19:42.555600 [ 277 ] {4fa9da08-8086-4b4e-ade3-30588dcb5bdb} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.555727 [ 277 ] {4fa9da08-8086-4b4e-ade3-30588dcb5bdb} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2026.01.22 22:19:42.555763 [ 277 ] {4fa9da08-8086-4b4e-ade3-30588dcb5bdb} TCPHandler: Processed in 0.001184819 sec. 2026.01.22 22:19:42.555874 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:42.555968 [ 277 ] {d5687cb4-c96a-415a-bdae-62f34034d624} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:42.556020 [ 277 ] {d5687cb4-c96a-415a-bdae-62f34034d624} 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.01.22 22:19:42.556868 [ 277 ] {d5687cb4-c96a-415a-bdae-62f34034d624} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.556905 [ 277 ] {d5687cb4-c96a-415a-bdae-62f34034d624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.557452 [ 277 ] {d5687cb4-c96a-415a-bdae-62f34034d624} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:19:42.557672 [ 277 ] {d5687cb4-c96a-415a-bdae-62f34034d624} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.557811 [ 277 ] {d5687cb4-c96a-415a-bdae-62f34034d624} executeQuery: Read 36 rows, 66.06 KiB in 0.001861 sec., 19344.438473938742 rows/sec., 34.66 MiB/sec. 2026.01.22 22:19:42.557875 [ 277 ] {d5687cb4-c96a-415a-bdae-62f34034d624} TCPHandler: Processed in 0.002051245 sec. 2026.01.22 22:19:42.557993 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:42.558088 [ 277 ] {7c00a3df-582e-4fbd-bb44-8efb37065015} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:42.558131 [ 277 ] {7c00a3df-582e-4fbd-bb44-8efb37065015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:42.558474 [ 277 ] {7c00a3df-582e-4fbd-bb44-8efb37065015} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:42.558510 [ 277 ] {7c00a3df-582e-4fbd-bb44-8efb37065015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:42.558821 [ 277 ] {7c00a3df-582e-4fbd-bb44-8efb37065015} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:19:42.559026 [ 277 ] {7c00a3df-582e-4fbd-bb44-8efb37065015} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:42.559153 [ 277 ] {7c00a3df-582e-4fbd-bb44-8efb37065015} executeQuery: Read 108 rows, 6.74 KiB in 0.001084 sec., 99630.99630996311 rows/sec., 6.07 MiB/sec. 2026.01.22 22:19:42.559188 [ 277 ] {7c00a3df-582e-4fbd-bb44-8efb37065015} TCPHandler: Processed in 0.001245389 sec. 2026.01.22 22:19:44.788606 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12896 2026.01.22 22:19:44.789386 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:44.789452 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:44.790204 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:19:44.790434 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:44.790564 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12896 2026.01.22 22:19:45.478188 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.01.22 22:19:45.494245 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:45.494308 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:45.500192 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:19:45.500913 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:45.504141 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.01.22 22:19:47.558336 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:47.558550 [ 277 ] {dcabe4a8-0dd6-4475-8342-5109c4f3b282} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:19:47.558624 [ 277 ] {dcabe4a8-0dd6-4475-8342-5109c4f3b282} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:19:47.559288 [ 277 ] {dcabe4a8-0dd6-4475-8342-5109c4f3b282} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.559336 [ 277 ] {dcabe4a8-0dd6-4475-8342-5109c4f3b282} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.559752 [ 277 ] {dcabe4a8-0dd6-4475-8342-5109c4f3b282} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:19:47.559982 [ 277 ] {dcabe4a8-0dd6-4475-8342-5109c4f3b282} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.560118 [ 39 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.22 22:19:47.560141 [ 277 ] {dcabe4a8-0dd6-4475-8342-5109c4f3b282} executeQuery: Read 24 rows, 2.04 KiB in 0.001644 sec., 14598.5401459854 rows/sec., 1.21 MiB/sec. 2026.01.22 22:19:47.560161 [ 39 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.560185 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.560198 [ 277 ] {dcabe4a8-0dd6-4475-8342-5109c4f3b282} TCPHandler: Processed in 0.001998104 sec. 2026.01.22 22:19:47.560308 [ 192 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:19:47.560329 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:47.560448 [ 277 ] {bec3c40b-a992-4f95-92f7-996f4aa77b39} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:19:47.560454 [ 192 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:47.560497 [ 277 ] {bec3c40b-a992-4f95-92f7-996f4aa77b39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:19:47.560500 [ 192 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 470 rows starting from the beginning of the part 2026.01.22 22:19:47.560580 [ 192 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:19:47.560647 [ 192 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:19:47.560693 [ 192 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 446 rows starting from the beginning of the part 2026.01.22 22:19:47.560740 [ 192 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 446 rows starting from the beginning of the part 2026.01.22 22:19:47.560787 [ 192 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.01.22 22:19:47.560924 [ 277 ] {bec3c40b-a992-4f95-92f7-996f4aa77b39} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.560964 [ 277 ] {bec3c40b-a992-4f95-92f7-996f4aa77b39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.561305 [ 277 ] {bec3c40b-a992-4f95-92f7-996f4aa77b39} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:19:47.561539 [ 277 ] {bec3c40b-a992-4f95-92f7-996f4aa77b39} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.561673 [ 277 ] {bec3c40b-a992-4f95-92f7-996f4aa77b39} executeQuery: Read 6 rows, 501.00 B in 0.001249 sec., 4803.843074459568 rows/sec., 391.72 KiB/sec. 2026.01.22 22:19:47.561713 [ 277 ] {bec3c40b-a992-4f95-92f7-996f4aa77b39} TCPHandler: Processed in 0.001437671 sec. 2026.01.22 22:19:47.561828 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:47.561866 [ 193 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1434 rows, containing 5 columns (5 merged, 0 gathered) in 0.001613412 sec., 888799.6370424913 rows/sec., 60.92 MiB/sec. 2026.01.22 22:19:47.561926 [ 277 ] {4810e261-58c6-4791-9ca5-86eb674a88c7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:47.561971 [ 277 ] {4810e261-58c6-4791-9ca5-86eb674a88c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:47.562069 [ 201 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.22 22:19:47.562375 [ 201 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_10_2} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.562453 [ 201 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_10_2} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.22 22:19:47.562546 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.22 22:19:47.563109 [ 277 ] {4810e261-58c6-4791-9ca5-86eb674a88c7} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.563150 [ 277 ] {4810e261-58c6-4791-9ca5-86eb674a88c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.563597 [ 277 ] {4810e261-58c6-4791-9ca5-86eb674a88c7} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:19:47.563829 [ 277 ] {4810e261-58c6-4791-9ca5-86eb674a88c7} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.563969 [ 277 ] {4810e261-58c6-4791-9ca5-86eb674a88c7} executeQuery: Read 1329 rows, 113.13 KiB in 0.002064 sec., 643895.3488372094 rows/sec., 53.53 MiB/sec. 2026.01.22 22:19:47.564008 [ 277 ] {4810e261-58c6-4791-9ca5-86eb674a88c7} TCPHandler: Processed in 0.002230937 sec. 2026.01.22 22:19:47.564117 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:47.564224 [ 277 ] {013b07a2-eabf-41e9-9f64-2a7b7ce87442} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:47.564265 [ 277 ] {013b07a2-eabf-41e9-9f64-2a7b7ce87442} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:47.564681 [ 277 ] {013b07a2-eabf-41e9-9f64-2a7b7ce87442} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.564722 [ 277 ] {013b07a2-eabf-41e9-9f64-2a7b7ce87442} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.565044 [ 277 ] {013b07a2-eabf-41e9-9f64-2a7b7ce87442} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:19:47.565262 [ 277 ] {013b07a2-eabf-41e9-9f64-2a7b7ce87442} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.565393 [ 277 ] {013b07a2-eabf-41e9-9f64-2a7b7ce87442} executeQuery: Read 23 rows, 1.76 KiB in 0.001189 sec., 19343.98654331371 rows/sec., 1.44 MiB/sec. 2026.01.22 22:19:47.565433 [ 277 ] {013b07a2-eabf-41e9-9f64-2a7b7ce87442} TCPHandler: Processed in 0.00136673 sec. 2026.01.22 22:19:47.565548 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:47.565641 [ 277 ] {62230c58-f5c2-41df-8ad0-5106fffdd38a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:19:47.565681 [ 277 ] {62230c58-f5c2-41df-8ad0-5106fffdd38a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:19:47.566233 [ 277 ] {62230c58-f5c2-41df-8ad0-5106fffdd38a} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.566270 [ 277 ] {62230c58-f5c2-41df-8ad0-5106fffdd38a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.566597 [ 277 ] {62230c58-f5c2-41df-8ad0-5106fffdd38a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:19:47.566812 [ 277 ] {62230c58-f5c2-41df-8ad0-5106fffdd38a} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.566905 [ 39 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.22 22:19:47.566938 [ 277 ] {62230c58-f5c2-41df-8ad0-5106fffdd38a} executeQuery: Read 252 rows, 17.85 KiB in 0.001316 sec., 191489.36170212767 rows/sec., 13.24 MiB/sec. 2026.01.22 22:19:47.566936 [ 39 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.566971 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.566976 [ 277 ] {62230c58-f5c2-41df-8ad0-5106fffdd38a} TCPHandler: Processed in 0.001478551 sec. 2026.01.22 22:19:47.567060 [ 192 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::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.01.22 22:19:47.567100 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:47.567160 [ 192 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:47.567190 [ 192 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 484 rows starting from the beginning of the part 2026.01.22 22:19:47.567198 [ 277 ] {23b62a25-e6d3-4437-ba0f-30db300096cf} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:19:47.567235 [ 192 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part 2026.01.22 22:19:47.567243 [ 277 ] {23b62a25-e6d3-4437-ba0f-30db300096cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:19:47.567280 [ 192 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part 2026.01.22 22:19:47.567320 [ 192 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 230 rows starting from the beginning of the part 2026.01.22 22:19:47.567355 [ 192 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 230 rows starting from the beginning of the part 2026.01.22 22:19:47.567390 [ 192 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part 2026.01.22 22:19:47.567679 [ 277 ] {23b62a25-e6d3-4437-ba0f-30db300096cf} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.567718 [ 277 ] {23b62a25-e6d3-4437-ba0f-30db300096cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.568051 [ 277 ] {23b62a25-e6d3-4437-ba0f-30db300096cf} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:19:47.568274 [ 277 ] {23b62a25-e6d3-4437-ba0f-30db300096cf} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.568377 [ 39 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.22 22:19:47.568404 [ 277 ] {23b62a25-e6d3-4437-ba0f-30db300096cf} executeQuery: Read 12 rows, 960.00 B in 0.001223 sec., 9811.937857726902 rows/sec., 766.56 KiB/sec. 2026.01.22 22:19:47.568406 [ 39 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.568433 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.568433 [ 190 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1700 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014094 sec., 1206187.0299418191 rows/sec., 85.72 MiB/sec. 2026.01.22 22:19:47.568441 [ 277 ] {23b62a25-e6d3-4437-ba0f-30db300096cf} TCPHandler: Processed in 0.001391581 sec. 2026.01.22 22:19:47.568503 [ 187 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:19:47.568599 [ 187 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:47.568603 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:47.568632 [ 187 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 241 rows starting from the beginning of the part 2026.01.22 22:19:47.568656 [ 193 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.22 22:19:47.568691 [ 187 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:19:47.568703 [ 277 ] {12232124-577f-466e-a175-8d044e5fe962} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:47.568738 [ 187 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:19:47.568744 [ 277 ] {12232124-577f-466e-a175-8d044e5fe962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:47.568781 [ 187 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 229 rows starting from the beginning of the part 2026.01.22 22:19:47.568827 [ 187 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 229 rows starting from the beginning of the part 2026.01.22 22:19:47.568868 [ 187 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.01.22 22:19:47.568963 [ 193 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_10_2} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.569048 [ 193 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_10_2} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.22 22:19:47.569143 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.01.22 22:19:47.569400 [ 277 ] {12232124-577f-466e-a175-8d044e5fe962} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.569440 [ 277 ] {12232124-577f-466e-a175-8d044e5fe962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.569792 [ 277 ] {12232124-577f-466e-a175-8d044e5fe962} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:19:47.569880 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 735 rows, containing 5 columns (5 merged, 0 gathered) in 0.00141376 sec., 519890.221819828 rows/sec., 32.16 MiB/sec. 2026.01.22 22:19:47.570008 [ 187 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.22 22:19:47.570035 [ 277 ] {12232124-577f-466e-a175-8d044e5fe962} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.570171 [ 277 ] {12232124-577f-466e-a175-8d044e5fe962} executeQuery: Read 567 rows, 43.55 KiB in 0.001485 sec., 381818.1818181818 rows/sec., 28.64 MiB/sec. 2026.01.22 22:19:47.570209 [ 277 ] {12232124-577f-466e-a175-8d044e5fe962} TCPHandler: Processed in 0.001654693 sec. 2026.01.22 22:19:47.570243 [ 187 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_10_2} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.570305 [ 187 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_10_2} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.22 22:19:47.570325 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:47.570367 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.22 22:19:47.570425 [ 277 ] {0097062b-1e43-435d-bacd-9bb9824380bd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:47.570470 [ 277 ] {0097062b-1e43-435d-bacd-9bb9824380bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:47.571071 [ 277 ] {0097062b-1e43-435d-bacd-9bb9824380bd} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.571106 [ 277 ] {0097062b-1e43-435d-bacd-9bb9824380bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.571489 [ 277 ] {0097062b-1e43-435d-bacd-9bb9824380bd} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:19:47.571704 [ 277 ] {0097062b-1e43-435d-bacd-9bb9824380bd} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.571835 [ 277 ] {0097062b-1e43-435d-bacd-9bb9824380bd} executeQuery: Read 883 rows, 61.37 KiB in 0.001434 sec., 615760.1115760112 rows/sec., 41.79 MiB/sec. 2026.01.22 22:19:47.571872 [ 277 ] {0097062b-1e43-435d-bacd-9bb9824380bd} TCPHandler: Processed in 0.001596232 sec. 2026.01.22 22:19:47.571973 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:47.572067 [ 277 ] {67eed460-aa86-4b18-9967-110a0a827019} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:47.572120 [ 277 ] {67eed460-aa86-4b18-9967-110a0a827019} 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.01.22 22:19:47.572882 [ 277 ] {67eed460-aa86-4b18-9967-110a0a827019} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.572918 [ 277 ] {67eed460-aa86-4b18-9967-110a0a827019} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.573421 [ 277 ] {67eed460-aa86-4b18-9967-110a0a827019} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:19:47.573644 [ 277 ] {67eed460-aa86-4b18-9967-110a0a827019} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.573778 [ 277 ] {67eed460-aa86-4b18-9967-110a0a827019} executeQuery: Read 5 rows, 9.17 KiB in 0.00173 sec., 2890.1734104046245 rows/sec., 5.18 MiB/sec. 2026.01.22 22:19:47.573830 [ 277 ] {67eed460-aa86-4b18-9967-110a0a827019} TCPHandler: Processed in 0.001905214 sec. 2026.01.22 22:19:47.573942 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:47.574034 [ 277 ] {65f66fe8-e390-4675-9653-e254e9919741} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:47.574076 [ 277 ] {65f66fe8-e390-4675-9653-e254e9919741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:47.574426 [ 277 ] {65f66fe8-e390-4675-9653-e254e9919741} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:47.574461 [ 277 ] {65f66fe8-e390-4675-9653-e254e9919741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:47.574778 [ 277 ] {65f66fe8-e390-4675-9653-e254e9919741} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:19:47.574995 [ 277 ] {65f66fe8-e390-4675-9653-e254e9919741} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:47.575126 [ 277 ] {65f66fe8-e390-4675-9653-e254e9919741} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.01.22 22:19:47.575160 [ 277 ] {65f66fe8-e390-4675-9653-e254e9919741} TCPHandler: Processed in 0.001267469 sec. 2026.01.22 22:19:52.166126 [ 36 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:19:52.166226 [ 36 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:19:52.290715 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13408 2026.01.22 22:19:52.291303 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:52.291359 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:52.291903 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:19:52.292153 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:52.292302 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13408 2026.01.22 22:19:52.322597 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 744 2026.01.22 22:19:52.325062 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:52.325101 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:52.326277 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:19:52.326546 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:52.326797 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 744 2026.01.22 22:19:52.530079 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:52.530255 [ 277 ] {044fff5e-d33d-47ab-81bd-9554975394d2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:52.530325 [ 277 ] {044fff5e-d33d-47ab-81bd-9554975394d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:52.530996 [ 277 ] {044fff5e-d33d-47ab-81bd-9554975394d2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:52.531054 [ 277 ] {044fff5e-d33d-47ab-81bd-9554975394d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:52.531497 [ 277 ] {044fff5e-d33d-47ab-81bd-9554975394d2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.22 22:19:52.531765 [ 277 ] {044fff5e-d33d-47ab-81bd-9554975394d2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:52.531925 [ 277 ] {044fff5e-d33d-47ab-81bd-9554975394d2} executeQuery: Read 128 rows, 11.26 KiB in 0.001721 sec., 74375.36316095293 rows/sec., 6.39 MiB/sec. 2026.01.22 22:19:52.531977 [ 277 ] {044fff5e-d33d-47ab-81bd-9554975394d2} TCPHandler: Processed in 0.002029525 sec. 2026.01.22 22:19:52.532102 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:52.532206 [ 277 ] {9c8e961d-9f74-4608-b634-6f1361cb8b43} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:52.532251 [ 277 ] {9c8e961d-9f74-4608-b634-6f1361cb8b43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:52.532685 [ 277 ] {9c8e961d-9f74-4608-b634-6f1361cb8b43} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:52.532725 [ 277 ] {9c8e961d-9f74-4608-b634-6f1361cb8b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:52.533041 [ 277 ] {9c8e961d-9f74-4608-b634-6f1361cb8b43} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:19:52.533270 [ 277 ] {9c8e961d-9f74-4608-b634-6f1361cb8b43} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:52.533406 [ 277 ] {9c8e961d-9f74-4608-b634-6f1361cb8b43} executeQuery: Read 36 rows, 2.71 KiB in 0.001224 sec., 29411.764705882353 rows/sec., 2.16 MiB/sec. 2026.01.22 22:19:52.533447 [ 277 ] {9c8e961d-9f74-4608-b634-6f1361cb8b43} TCPHandler: Processed in 0.00139682 sec. 2026.01.22 22:19:52.533566 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:52.533668 [ 277 ] {32a7da06-a10b-4c24-9bb5-48d40622fe49} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:52.533711 [ 277 ] {32a7da06-a10b-4c24-9bb5-48d40622fe49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:52.534198 [ 277 ] {32a7da06-a10b-4c24-9bb5-48d40622fe49} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:52.534237 [ 277 ] {32a7da06-a10b-4c24-9bb5-48d40622fe49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:52.534581 [ 277 ] {32a7da06-a10b-4c24-9bb5-48d40622fe49} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.22 22:19:52.534802 [ 277 ] {32a7da06-a10b-4c24-9bb5-48d40622fe49} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:52.534939 [ 277 ] {32a7da06-a10b-4c24-9bb5-48d40622fe49} executeQuery: Read 100 rows, 8.00 KiB in 0.001291 sec., 77459.3338497289 rows/sec., 6.05 MiB/sec. 2026.01.22 22:19:52.534979 [ 277 ] {32a7da06-a10b-4c24-9bb5-48d40622fe49} TCPHandler: Processed in 0.001465071 sec. 2026.01.22 22:19:52.535098 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:52.535198 [ 277 ] {00dbfc28-d0bb-49b4-b4c6-455fc7c5d99f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:52.535251 [ 277 ] {00dbfc28-d0bb-49b4-b4c6-455fc7c5d99f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:52.535681 [ 277 ] {00dbfc28-d0bb-49b4-b4c6-455fc7c5d99f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:52.535718 [ 277 ] {00dbfc28-d0bb-49b4-b4c6-455fc7c5d99f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:52.536052 [ 277 ] {00dbfc28-d0bb-49b4-b4c6-455fc7c5d99f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.22 22:19:52.536258 [ 277 ] {00dbfc28-d0bb-49b4-b4c6-455fc7c5d99f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:52.536390 [ 277 ] {00dbfc28-d0bb-49b4-b4c6-455fc7c5d99f} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2026.01.22 22:19:52.536428 [ 277 ] {00dbfc28-d0bb-49b4-b4c6-455fc7c5d99f} TCPHandler: Processed in 0.00137997 sec. 2026.01.22 22:19:52.536539 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:52.536640 [ 277 ] {0c77a453-bee5-4cbc-80f0-8e082b0e85a8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:52.536696 [ 277 ] {0c77a453-bee5-4cbc-80f0-8e082b0e85a8} 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.01.22 22:19:52.537543 [ 277 ] {0c77a453-bee5-4cbc-80f0-8e082b0e85a8} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:52.537580 [ 277 ] {0c77a453-bee5-4cbc-80f0-8e082b0e85a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:52.538172 [ 277 ] {0c77a453-bee5-4cbc-80f0-8e082b0e85a8} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:19:52.538411 [ 277 ] {0c77a453-bee5-4cbc-80f0-8e082b0e85a8} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:52.538532 [ 36 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.22 22:19:52.538561 [ 277 ] {0c77a453-bee5-4cbc-80f0-8e082b0e85a8} executeQuery: Read 36 rows, 66.06 KiB in 0.001941 sec., 18547.140649149922 rows/sec., 33.24 MiB/sec. 2026.01.22 22:19:52.538584 [ 36 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:52.538610 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:52.538635 [ 277 ] {0c77a453-bee5-4cbc-80f0-8e082b0e85a8} TCPHandler: Processed in 0.002147755 sec. 2026.01.22 22:19:52.538739 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:19:52.538755 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:52.538871 [ 277 ] {4da5a4bb-9a85-4270-b621-e71f1840dc4f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:52.538914 [ 277 ] {4da5a4bb-9a85-4270-b621-e71f1840dc4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:52.539008 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:52.539079 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 571 rows starting from the beginning of the part 2026.01.22 22:19:52.539226 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part 2026.01.22 22:19:52.539264 [ 277 ] {4da5a4bb-9a85-4270-b621-e71f1840dc4f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:52.539303 [ 277 ] {4da5a4bb-9a85-4270-b621-e71f1840dc4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:52.539344 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part 2026.01.22 22:19:52.539458 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part 2026.01.22 22:19:52.539575 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part 2026.01.22 22:19:52.539617 [ 277 ] {4da5a4bb-9a85-4270-b621-e71f1840dc4f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.22 22:19:52.539689 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part 2026.01.22 22:19:52.539837 [ 277 ] {4da5a4bb-9a85-4270-b621-e71f1840dc4f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:52.539973 [ 277 ] {4da5a4bb-9a85-4270-b621-e71f1840dc4f} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.01.22 22:19:52.540012 [ 277 ] {4da5a4bb-9a85-4270-b621-e71f1840dc4f} TCPHandler: Processed in 0.00130852 sec. 2026.01.22 22:19:52.544989 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 689 rows, containing 19 columns (19 merged, 0 gathered) in 0.006316086 sec., 109086.54505337641 rows/sec., 195.48 MiB/sec. 2026.01.22 22:19:52.546121 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.22 22:19:52.546531 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_31_6} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:52.546628 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_31_6} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.22 22:19:52.546780 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. 2026.01.22 22:19:53.000232 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 265.11 MiB, peak 272.59 MiB, free memory in arenas 0.00 B, will set to 267.71 MiB (RSS), difference: 2.61 MiB 2026.01.22 22:19:53.004270 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.01.22 22:19:53.020597 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:53.020649 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:53.026952 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:19:53.027638 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:53.030315 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.01.22 22:19:53.413745 [ 35 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.22 22:19:53.413840 [ 35 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:53.413879 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:53.414032 [ 187 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::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.01.22 22:19:53.414227 [ 187 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:19:53.414284 [ 187 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::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.01.22 22:19:53.414386 [ 187 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::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.01.22 22:19:53.414460 [ 187 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.01.22 22:19:53.414527 [ 187 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::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.01.22 22:19:53.414598 [ 187 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::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.01.22 22:19:53.415515 [ 190 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.001548542 sec., 3874.6123773200857 rows/sec., 256.04 KiB/sec. 2026.01.22 22:19:53.415717 [ 188 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.22 22:19:53.416045 [ 188 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_5_1} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:53.416118 [ 188 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_5_1} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.22 22:19:53.416206 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.22 22:19:57.529063 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:57.529268 [ 277 ] {44061309-8582-47b5-834e-9388caa7a8f1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:19:57.529338 [ 277 ] {44061309-8582-47b5-834e-9388caa7a8f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:19:57.530038 [ 277 ] {44061309-8582-47b5-834e-9388caa7a8f1} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:57.530086 [ 277 ] {44061309-8582-47b5-834e-9388caa7a8f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:57.530490 [ 277 ] {44061309-8582-47b5-834e-9388caa7a8f1} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.22 22:19:57.530747 [ 277 ] {44061309-8582-47b5-834e-9388caa7a8f1} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:57.530907 [ 277 ] {44061309-8582-47b5-834e-9388caa7a8f1} executeQuery: Read 66 rows, 5.35 KiB in 0.00169 sec., 39053.25443786982 rows/sec., 3.09 MiB/sec. 2026.01.22 22:19:57.530953 [ 277 ] {44061309-8582-47b5-834e-9388caa7a8f1} TCPHandler: Processed in 0.002075045 sec. 2026.01.22 22:19:57.531098 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:57.531194 [ 277 ] {23ffd447-170b-4c8a-8c12-7ee8bcc9920d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:19:57.531233 [ 277 ] {23ffd447-170b-4c8a-8c12-7ee8bcc9920d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:19:57.531653 [ 277 ] {23ffd447-170b-4c8a-8c12-7ee8bcc9920d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:57.531690 [ 277 ] {23ffd447-170b-4c8a-8c12-7ee8bcc9920d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:57.532020 [ 277 ] {23ffd447-170b-4c8a-8c12-7ee8bcc9920d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:19:57.532237 [ 277 ] {23ffd447-170b-4c8a-8c12-7ee8bcc9920d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:57.532372 [ 277 ] {23ffd447-170b-4c8a-8c12-7ee8bcc9920d} executeQuery: Read 5 rows, 385.00 B in 0.001196 sec., 4180.602006688963 rows/sec., 314.36 KiB/sec. 2026.01.22 22:19:57.532410 [ 277 ] {23ffd447-170b-4c8a-8c12-7ee8bcc9920d} TCPHandler: Processed in 0.00136388 sec. 2026.01.22 22:19:57.532527 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:57.532628 [ 277 ] {605c8ded-6440-42e2-b0f0-f2c450be4b86} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:19:57.532680 [ 277 ] {605c8ded-6440-42e2-b0f0-f2c450be4b86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:19:57.533112 [ 277 ] {605c8ded-6440-42e2-b0f0-f2c450be4b86} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:57.533149 [ 277 ] {605c8ded-6440-42e2-b0f0-f2c450be4b86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:57.533484 [ 277 ] {605c8ded-6440-42e2-b0f0-f2c450be4b86} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.22 22:19:57.533708 [ 277 ] {605c8ded-6440-42e2-b0f0-f2c450be4b86} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:57.533844 [ 277 ] {605c8ded-6440-42e2-b0f0-f2c450be4b86} executeQuery: Read 69 rows, 5.52 KiB in 0.001239 sec., 55690.072639225174 rows/sec., 4.35 MiB/sec. 2026.01.22 22:19:57.533895 [ 277 ] {605c8ded-6440-42e2-b0f0-f2c450be4b86} TCPHandler: Processed in 0.001418591 sec. 2026.01.22 22:19:57.534023 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:57.534120 [ 277 ] {8b965881-bc01-407d-9f6a-f0edf27fe5e8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:57.534164 [ 277 ] {8b965881-bc01-407d-9f6a-f0edf27fe5e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:19:57.534580 [ 277 ] {8b965881-bc01-407d-9f6a-f0edf27fe5e8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:57.534618 [ 277 ] {8b965881-bc01-407d-9f6a-f0edf27fe5e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:57.534975 [ 277 ] {8b965881-bc01-407d-9f6a-f0edf27fe5e8} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.22 22:19:57.535204 [ 277 ] {8b965881-bc01-407d-9f6a-f0edf27fe5e8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:57.535341 [ 277 ] {8b965881-bc01-407d-9f6a-f0edf27fe5e8} executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. 2026.01.22 22:19:57.535379 [ 277 ] {8b965881-bc01-407d-9f6a-f0edf27fe5e8} TCPHandler: Processed in 0.00140637 sec. 2026.01.22 22:19:57.535489 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:57.535585 [ 277 ] {d08b3ebc-1d56-4572-9dcc-97be0c44e078} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:19:57.535639 [ 277 ] {d08b3ebc-1d56-4572-9dcc-97be0c44e078} 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.01.22 22:19:57.536382 [ 277 ] {d08b3ebc-1d56-4572-9dcc-97be0c44e078} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:57.536419 [ 277 ] {d08b3ebc-1d56-4572-9dcc-97be0c44e078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:57.536917 [ 277 ] {d08b3ebc-1d56-4572-9dcc-97be0c44e078} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:19:57.537133 [ 277 ] {d08b3ebc-1d56-4572-9dcc-97be0c44e078} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:57.537280 [ 277 ] {d08b3ebc-1d56-4572-9dcc-97be0c44e078} executeQuery: Read 5 rows, 9.17 KiB in 0.001714 sec., 2917.1528588098017 rows/sec., 5.23 MiB/sec. 2026.01.22 22:19:57.537342 [ 277 ] {d08b3ebc-1d56-4572-9dcc-97be0c44e078} TCPHandler: Processed in 0.001901965 sec. 2026.01.22 22:19:57.537465 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:19:57.537562 [ 277 ] {a2d8a8b0-957d-46a5-ad72-e5776e68f0e3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:19:57.537603 [ 277 ] {a2d8a8b0-957d-46a5-ad72-e5776e68f0e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:19:57.537947 [ 277 ] {a2d8a8b0-957d-46a5-ad72-e5776e68f0e3} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:57.537983 [ 277 ] {a2d8a8b0-957d-46a5-ad72-e5776e68f0e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:57.538289 [ 277 ] {a2d8a8b0-957d-46a5-ad72-e5776e68f0e3} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.22 22:19:57.538506 [ 277 ] {a2d8a8b0-957d-46a5-ad72-e5776e68f0e3} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:57.538637 [ 277 ] {a2d8a8b0-957d-46a5-ad72-e5776e68f0e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.01.22 22:19:57.538673 [ 277 ] {a2d8a8b0-957d-46a5-ad72-e5776e68f0e3} TCPHandler: Processed in 0.001257779 sec. 2026.01.22 22:19:59.792460 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13856 2026.01.22 22:19:59.793086 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:19:59.793130 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:19:59.793630 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:19:59.793852 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:19:59.793983 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13856 2026.01.22 22:20:00.333014 [ 27 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.22 22:20:00.333073 [ 27 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:00.333110 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:00.333226 [ 190 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::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.01.22 22:20:00.333362 [ 190 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:00.333396 [ 190 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2026.01.22 22:20:00.333461 [ 190 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.01.22 22:20:00.333505 [ 190 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.01.22 22:20:00.333545 [ 190 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2026.01.22 22:20:00.333584 [ 190 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.01.22 22:20:00.334338 [ 188 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001156728 sec., 38038.32880331417 rows/sec., 3.17 MiB/sec. 2026.01.22 22:20:00.334533 [ 200 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.22 22:20:00.334881 [ 200 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_9_2} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:00.334975 [ 200 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_9_2} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.22 22:20:00.335091 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.22 22:20:00.530446 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.01.22 22:20:00.547131 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:00.547186 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:00.553352 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:20:00.554081 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:00.556993 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.01.22 22:20:02.327094 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 768 2026.01.22 22:20:02.329213 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.329266 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.330486 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:20:02.330772 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.330926 [ 26 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.22 22:20:02.330990 [ 26 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.331009 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.331110 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:20:02.331198 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 768 2026.01.22 22:20:02.331755 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:02.331941 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 606 rows starting from the beginning of the part 2026.01.22 22:20:02.332368 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2026.01.22 22:20:02.332719 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part 2026.01.22 22:20:02.333044 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part 2026.01.22 22:20:02.333367 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part 2026.01.22 22:20:02.333709 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.01.22 22:20:02.339443 [ 188 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 72 columns (72 merged, 0 gathered) in 0.008377862 sec., 91670.16596835804 rows/sec., 80.14 MiB/sec. 2026.01.22 22:20:02.340579 [ 188 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.22 22:20:02.341123 [ 188 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_21_4} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.341189 [ 188 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_21_4} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.22 22:20:02.341417 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2026.01.22 22:20:02.529795 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:02.529977 [ 277 ] {9d30f975-94db-4196-8fda-dbe3988fe702} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:20:02.530044 [ 277 ] {9d30f975-94db-4196-8fda-dbe3988fe702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:20:02.530692 [ 277 ] {9d30f975-94db-4196-8fda-dbe3988fe702} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.530737 [ 277 ] {9d30f975-94db-4196-8fda-dbe3988fe702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.531132 [ 277 ] {9d30f975-94db-4196-8fda-dbe3988fe702} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:20:02.531367 [ 277 ] {9d30f975-94db-4196-8fda-dbe3988fe702} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.531529 [ 277 ] {9d30f975-94db-4196-8fda-dbe3988fe702} executeQuery: Read 10 rows, 835.00 B in 0.001602 sec., 6242.197253433209 rows/sec., 509.01 KiB/sec. 2026.01.22 22:20:02.531582 [ 277 ] {9d30f975-94db-4196-8fda-dbe3988fe702} TCPHandler: Processed in 0.001918854 sec. 2026.01.22 22:20:02.531714 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:02.531819 [ 277 ] {22cb72fd-9b6a-4c6e-8641-e1c8eaa16e0e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:02.531864 [ 277 ] {22cb72fd-9b6a-4c6e-8641-e1c8eaa16e0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:02.532367 [ 277 ] {22cb72fd-9b6a-4c6e-8641-e1c8eaa16e0e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.532405 [ 277 ] {22cb72fd-9b6a-4c6e-8641-e1c8eaa16e0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.532740 [ 277 ] {22cb72fd-9b6a-4c6e-8641-e1c8eaa16e0e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.22 22:20:02.532962 [ 277 ] {22cb72fd-9b6a-4c6e-8641-e1c8eaa16e0e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.533085 [ 66 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.22 22:20:02.533106 [ 277 ] {22cb72fd-9b6a-4c6e-8641-e1c8eaa16e0e} executeQuery: Read 133 rows, 11.63 KiB in 0.001311 sec., 101449.27536231883 rows/sec., 8.66 MiB/sec. 2026.01.22 22:20:02.533144 [ 66 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.533157 [ 277 ] {22cb72fd-9b6a-4c6e-8641-e1c8eaa16e0e} TCPHandler: Processed in 0.001497531 sec. 2026.01.22 22:20:02.533174 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.533294 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:02.533298 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:20:02.533398 [ 277 ] {0569ccd9-5230-4c88-9f5e-b0b4aa15989f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:02.533437 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:02.533446 [ 277 ] {0569ccd9-5230-4c88-9f5e-b0b4aa15989f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:02.533476 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2556 rows starting from the beginning of the part 2026.01.22 22:20:02.533543 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1274 rows starting from the beginning of the part 2026.01.22 22:20:02.533585 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1329 rows starting from the beginning of the part 2026.01.22 22:20:02.533625 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 128 rows starting from the beginning of the part 2026.01.22 22:20:02.533664 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 66 rows starting from the beginning of the part 2026.01.22 22:20:02.533704 [ 188 ] {048797f8-2913-4120-8057-043480967ec1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 133 rows starting from the beginning of the part 2026.01.22 22:20:02.533912 [ 277 ] {0569ccd9-5230-4c88-9f5e-b0b4aa15989f} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.533955 [ 277 ] {0569ccd9-5230-4c88-9f5e-b0b4aa15989f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.534365 [ 277 ] {0569ccd9-5230-4c88-9f5e-b0b4aa15989f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:20:02.534619 [ 277 ] {0569ccd9-5230-4c88-9f5e-b0b4aa15989f} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.534760 [ 277 ] {0569ccd9-5230-4c88-9f5e-b0b4aa15989f} executeQuery: Read 46 rows, 3.41 KiB in 0.001382 sec., 33285.094066570186 rows/sec., 2.41 MiB/sec. 2026.01.22 22:20:02.534798 [ 277 ] {0569ccd9-5230-4c88-9f5e-b0b4aa15989f} TCPHandler: Processed in 0.001556531 sec. 2026.01.22 22:20:02.534908 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:02.535004 [ 277 ] {b8271c56-c310-4f7f-91f0-bdcd096017b1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:02.535045 [ 277 ] {b8271c56-c310-4f7f-91f0-bdcd096017b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:02.535487 [ 277 ] {b8271c56-c310-4f7f-91f0-bdcd096017b1} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.535523 [ 277 ] {b8271c56-c310-4f7f-91f0-bdcd096017b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.535765 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 5486 rows, containing 5 columns (5 merged, 0 gathered) in 0.002521168 sec., 2175975.5795726427 rows/sec., 186.10 MiB/sec. 2026.01.22 22:20:02.535840 [ 277 ] {b8271c56-c310-4f7f-91f0-bdcd096017b1} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.22 22:20:02.536066 [ 277 ] {b8271c56-c310-4f7f-91f0-bdcd096017b1} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.536106 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.22 22:20:02.536183 [ 66 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.22 22:20:02.536208 [ 277 ] {b8271c56-c310-4f7f-91f0-bdcd096017b1} executeQuery: Read 110 rows, 8.81 KiB in 0.00122 sec., 90163.9344262295 rows/sec., 7.05 MiB/sec. 2026.01.22 22:20:02.536235 [ 66 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.536253 [ 277 ] {b8271c56-c310-4f7f-91f0-bdcd096017b1} TCPHandler: Processed in 0.00139617 sec. 2026.01.22 22:20:02.536264 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.536353 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:20:02.536386 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:02.536428 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_41_8} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.536456 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:02.536487 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1304 rows starting from the beginning of the part 2026.01.22 22:20:02.536487 [ 277 ] {bacd8df1-498b-40d2-a5a5-88966c6e4ea6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:02.536518 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_41_8} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.22 22:20:02.536536 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 769 rows starting from the beginning of the part 2026.01.22 22:20:02.536545 [ 277 ] {bacd8df1-498b-40d2-a5a5-88966c6e4ea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:02.536580 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 567 rows starting from the beginning of the part 2026.01.22 22:20:02.536620 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.01.22 22:20:02.536621 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 100 rows starting from the beginning of the part 2026.01.22 22:20:02.536676 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 69 rows starting from the beginning of the part 2026.01.22 22:20:02.536710 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 110 rows starting from the beginning of the part 2026.01.22 22:20:02.536975 [ 277 ] {bacd8df1-498b-40d2-a5a5-88966c6e4ea6} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.537015 [ 277 ] {bacd8df1-498b-40d2-a5a5-88966c6e4ea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.537377 [ 277 ] {bacd8df1-498b-40d2-a5a5-88966c6e4ea6} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.22 22:20:02.537600 [ 277 ] {bacd8df1-498b-40d2-a5a5-88966c6e4ea6} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.537704 [ 66 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.22 22:20:02.537733 [ 277 ] {bacd8df1-498b-40d2-a5a5-88966c6e4ea6} executeQuery: Read 165 rows, 11.76 KiB in 0.001265 sec., 130434.78260869565 rows/sec., 9.08 MiB/sec. 2026.01.22 22:20:02.537740 [ 66 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.537775 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.537779 [ 277 ] {bacd8df1-498b-40d2-a5a5-88966c6e4ea6} TCPHandler: Processed in 0.00144353 sec. 2026.01.22 22:20:02.537786 [ 189 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2919 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014632 sec., 1994942.5915800985 rows/sec., 152.57 MiB/sec. 2026.01.22 22:20:02.537849 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:20:02.537906 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:02.537963 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:02.538005 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11036 rows starting from the beginning of the part 2026.01.22 22:20:02.538008 [ 277 ] {de593386-4f2c-44d1-98b3-120d4253bff2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:02.538030 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.22 22:20:02.538072 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 328 rows starting from the beginning of the part 2026.01.22 22:20:02.538077 [ 277 ] {de593386-4f2c-44d1-98b3-120d4253bff2} 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.01.22 22:20:02.538123 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 883 rows starting from the beginning of the part 2026.01.22 22:20:02.538171 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:20:02.538208 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:20:02.538249 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 165 rows starting from the beginning of the part 2026.01.22 22:20:02.538337 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_41_8} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.538416 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_41_8} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.22 22:20:02.538492 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.22 22:20:02.538981 [ 277 ] {de593386-4f2c-44d1-98b3-120d4253bff2} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.539022 [ 277 ] {de593386-4f2c-44d1-98b3-120d4253bff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.539661 [ 277 ] {de593386-4f2c-44d1-98b3-120d4253bff2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:20:02.539891 [ 277 ] {de593386-4f2c-44d1-98b3-120d4253bff2} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.540034 [ 277 ] {de593386-4f2c-44d1-98b3-120d4253bff2} executeQuery: Read 36 rows, 66.06 KiB in 0.002046 sec., 17595.307917888564 rows/sec., 31.53 MiB/sec. 2026.01.22 22:20:02.540102 [ 277 ] {de593386-4f2c-44d1-98b3-120d4253bff2} TCPHandler: Processed in 0.002246437 sec. 2026.01.22 22:20:02.540217 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:02.540314 [ 277 ] {773c554f-4398-4b96-bb6b-7751fe605298} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:02.540356 [ 277 ] {773c554f-4398-4b96-bb6b-7751fe605298} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:02.540693 [ 277 ] {773c554f-4398-4b96-bb6b-7751fe605298} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.540729 [ 277 ] {773c554f-4398-4b96-bb6b-7751fe605298} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.541079 [ 277 ] {773c554f-4398-4b96-bb6b-7751fe605298} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.22 22:20:02.541308 [ 277 ] {773c554f-4398-4b96-bb6b-7751fe605298} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.541419 [ 66 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.22 22:20:02.541444 [ 277 ] {773c554f-4398-4b96-bb6b-7751fe605298} executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. 2026.01.22 22:20:02.541455 [ 66 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:02.541483 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:02.541486 [ 277 ] {773c554f-4398-4b96-bb6b-7751fe605298} TCPHandler: Processed in 0.00131947 sec. 2026.01.22 22:20:02.541575 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:20:02.541675 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:02.541709 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2154 rows starting from the beginning of the part 2026.01.22 22:20:02.541771 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 108 rows starting from the beginning of the part 2026.01.22 22:20:02.541816 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.01.22 22:20:02.541859 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:20:02.541898 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:20:02.541939 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.01.22 22:20:02.542178 [ 208 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12732 rows, containing 5 columns (5 merged, 0 gathered) in 0.004359262 sec., 2920677.8578575915 rows/sec., 199.50 MiB/sec. 2026.01.22 22:20:02.542642 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.22 22:20:02.542958 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_41_8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.543037 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_41_8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.22 22:20:02.543116 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. 2026.01.22 22:20:02.543308 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2502 rows, containing 4 columns (4 merged, 0 gathered) in 0.001780373 sec., 1405323.4912010012 rows/sec., 93.21 MiB/sec. 2026.01.22 22:20:02.543620 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.22 22:20:02.543873 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_41_8} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:02.543937 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_41_8} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.22 22:20:02.544007 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.22 22:20:07.166495 [ 134 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:20:07.166570 [ 134 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:20:07.294130 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14368 2026.01.22 22:20:07.294903 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:07.294980 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:07.295589 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:20:07.295826 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:07.295977 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14368 2026.01.22 22:20:07.529157 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:07.529384 [ 277 ] {09c45804-117d-4ff5-89dd-007d0e4d3773} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:07.529454 [ 277 ] {09c45804-117d-4ff5-89dd-007d0e4d3773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:07.530121 [ 277 ] {09c45804-117d-4ff5-89dd-007d0e4d3773} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:07.530196 [ 277 ] {09c45804-117d-4ff5-89dd-007d0e4d3773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:07.530593 [ 277 ] {09c45804-117d-4ff5-89dd-007d0e4d3773} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.22 22:20:07.530819 [ 277 ] {09c45804-117d-4ff5-89dd-007d0e4d3773} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:07.530980 [ 277 ] {09c45804-117d-4ff5-89dd-007d0e4d3773} executeQuery: Read 66 rows, 5.35 KiB in 0.001641 sec., 40219.37842778793 rows/sec., 3.19 MiB/sec. 2026.01.22 22:20:07.531023 [ 277 ] {09c45804-117d-4ff5-89dd-007d0e4d3773} TCPHandler: Processed in 0.001939344 sec. 2026.01.22 22:20:07.531150 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:07.531245 [ 277 ] {9f44a7e2-c4be-430d-8ff1-a8bf5a2bd778} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:07.531286 [ 277 ] {9f44a7e2-c4be-430d-8ff1-a8bf5a2bd778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:07.531710 [ 277 ] {9f44a7e2-c4be-430d-8ff1-a8bf5a2bd778} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:07.531746 [ 277 ] {9f44a7e2-c4be-430d-8ff1-a8bf5a2bd778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:07.532052 [ 277 ] {9f44a7e2-c4be-430d-8ff1-a8bf5a2bd778} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:20:07.532309 [ 277 ] {9f44a7e2-c4be-430d-8ff1-a8bf5a2bd778} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:07.532427 [ 134 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.22 22:20:07.532442 [ 277 ] {9f44a7e2-c4be-430d-8ff1-a8bf5a2bd778} executeQuery: Read 5 rows, 385.00 B in 0.001216 sec., 4111.8421052631575 rows/sec., 309.19 KiB/sec. 2026.01.22 22:20:07.532494 [ 134 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:07.532502 [ 277 ] {9f44a7e2-c4be-430d-8ff1-a8bf5a2bd778} TCPHandler: Processed in 0.001399101 sec. 2026.01.22 22:20:07.532525 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:07.532631 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:20:07.532633 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:07.532751 [ 277 ] {8eb6e68c-9564-41f9-9ed0-733888bb7bfd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:07.532751 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:07.532792 [ 277 ] {8eb6e68c-9564-41f9-9ed0-733888bb7bfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:07.532804 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 296 rows starting from the beginning of the part 2026.01.22 22:20:07.532882 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part 2026.01.22 22:20:07.532934 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:07.532989 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part 2026.01.22 22:20:07.533039 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 46 rows starting from the beginning of the part 2026.01.22 22:20:07.533081 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part 2026.01.22 22:20:07.533244 [ 277 ] {8eb6e68c-9564-41f9-9ed0-733888bb7bfd} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:07.533288 [ 277 ] {8eb6e68c-9564-41f9-9ed0-733888bb7bfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:07.533626 [ 277 ] {8eb6e68c-9564-41f9-9ed0-733888bb7bfd} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.22 22:20:07.533878 [ 277 ] {8eb6e68c-9564-41f9-9ed0-733888bb7bfd} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:07.534015 [ 277 ] {8eb6e68c-9564-41f9-9ed0-733888bb7bfd} executeQuery: Read 69 rows, 5.52 KiB in 0.001282 sec., 53822.152886115444 rows/sec., 4.20 MiB/sec. 2026.01.22 22:20:07.534034 [ 203 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 411 rows, containing 5 columns (5 merged, 0 gathered) in 0.00144817 sec., 283806.4591864215 rows/sec., 19.60 MiB/sec. 2026.01.22 22:20:07.534053 [ 277 ] {8eb6e68c-9564-41f9-9ed0-733888bb7bfd} TCPHandler: Processed in 0.00146704 sec. 2026.01.22 22:20:07.534172 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:07.534214 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.22 22:20:07.534266 [ 277 ] {59499b3c-f904-4be9-9407-347e262a2a9b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:07.534315 [ 277 ] {59499b3c-f904-4be9-9407-347e262a2a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:07.534541 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_36_7} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:07.534630 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_36_7} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.22 22:20:07.534758 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:20:07.534763 [ 277 ] {59499b3c-f904-4be9-9407-347e262a2a9b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:07.534815 [ 277 ] {59499b3c-f904-4be9-9407-347e262a2a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:07.535148 [ 277 ] {59499b3c-f904-4be9-9407-347e262a2a9b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.22 22:20:07.535353 [ 277 ] {59499b3c-f904-4be9-9407-347e262a2a9b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:07.535483 [ 277 ] {59499b3c-f904-4be9-9407-347e262a2a9b} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2026.01.22 22:20:07.535519 [ 277 ] {59499b3c-f904-4be9-9407-347e262a2a9b} TCPHandler: Processed in 0.00139381 sec. 2026.01.22 22:20:07.535628 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:07.535719 [ 277 ] {2fe72f86-537d-4872-be0f-3fb2d8022d2c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:07.535772 [ 277 ] {2fe72f86-537d-4872-be0f-3fb2d8022d2c} 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.01.22 22:20:07.536521 [ 277 ] {2fe72f86-537d-4872-be0f-3fb2d8022d2c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:07.536557 [ 277 ] {2fe72f86-537d-4872-be0f-3fb2d8022d2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:07.537060 [ 277 ] {2fe72f86-537d-4872-be0f-3fb2d8022d2c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:20:07.537276 [ 277 ] {2fe72f86-537d-4872-be0f-3fb2d8022d2c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:07.537416 [ 277 ] {2fe72f86-537d-4872-be0f-3fb2d8022d2c} executeQuery: Read 5 rows, 9.17 KiB in 0.001714 sec., 2917.1528588098017 rows/sec., 5.23 MiB/sec. 2026.01.22 22:20:07.537478 [ 277 ] {2fe72f86-537d-4872-be0f-3fb2d8022d2c} TCPHandler: Processed in 0.001897254 sec. 2026.01.22 22:20:07.537583 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:07.537675 [ 277 ] {3aa0f239-53e3-4016-b225-6e6c3a2753e5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:07.537715 [ 277 ] {3aa0f239-53e3-4016-b225-6e6c3a2753e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:07.538061 [ 277 ] {3aa0f239-53e3-4016-b225-6e6c3a2753e5} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:07.538097 [ 277 ] {3aa0f239-53e3-4016-b225-6e6c3a2753e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:07.538397 [ 277 ] {3aa0f239-53e3-4016-b225-6e6c3a2753e5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.22 22:20:07.538601 [ 277 ] {3aa0f239-53e3-4016-b225-6e6c3a2753e5} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:07.538728 [ 277 ] {3aa0f239-53e3-4016-b225-6e6c3a2753e5} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.01.22 22:20:07.538762 [ 277 ] {3aa0f239-53e3-4016-b225-6e6c3a2753e5} TCPHandler: Processed in 0.001226589 sec. 2026.01.22 22:20:08.057149 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.01.22 22:20:08.074744 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:08.074804 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:08.080781 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:20:08.081477 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:08.084711 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.01.22 22:20:12.331449 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 794 2026.01.22 22:20:12.333747 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:12.333802 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:12.334987 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:20:12.335256 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:12.335610 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 794 2026.01.22 22:20:12.530757 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:12.530943 [ 277 ] {79fc300d-65e7-4f75-87fb-b0b1ff357e95} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:12.531006 [ 277 ] {79fc300d-65e7-4f75-87fb-b0b1ff357e95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:12.531718 [ 277 ] {79fc300d-65e7-4f75-87fb-b0b1ff357e95} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:12.531765 [ 277 ] {79fc300d-65e7-4f75-87fb-b0b1ff357e95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:12.532180 [ 277 ] {79fc300d-65e7-4f75-87fb-b0b1ff357e95} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.22 22:20:12.532410 [ 277 ] {79fc300d-65e7-4f75-87fb-b0b1ff357e95} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:12.532568 [ 277 ] {79fc300d-65e7-4f75-87fb-b0b1ff357e95} executeQuery: Read 128 rows, 11.26 KiB in 0.001674 sec., 76463.56033452808 rows/sec., 6.57 MiB/sec. 2026.01.22 22:20:12.532612 [ 277 ] {79fc300d-65e7-4f75-87fb-b0b1ff357e95} TCPHandler: Processed in 0.001983875 sec. 2026.01.22 22:20:12.532740 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:12.532837 [ 277 ] {db09dfa1-ac04-4fa4-bb59-454289066b28} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:12.532878 [ 277 ] {db09dfa1-ac04-4fa4-bb59-454289066b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:12.533307 [ 277 ] {db09dfa1-ac04-4fa4-bb59-454289066b28} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:12.533346 [ 277 ] {db09dfa1-ac04-4fa4-bb59-454289066b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:12.533667 [ 277 ] {db09dfa1-ac04-4fa4-bb59-454289066b28} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:20:12.533896 [ 277 ] {db09dfa1-ac04-4fa4-bb59-454289066b28} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:12.534042 [ 277 ] {db09dfa1-ac04-4fa4-bb59-454289066b28} executeQuery: Read 36 rows, 2.71 KiB in 0.001223 sec., 29435.813573180705 rows/sec., 2.16 MiB/sec. 2026.01.22 22:20:12.534083 [ 277 ] {db09dfa1-ac04-4fa4-bb59-454289066b28} TCPHandler: Processed in 0.00139391 sec. 2026.01.22 22:20:12.534197 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:12.534292 [ 277 ] {9203a3f5-ac78-496c-9bea-8370610aaf5c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:12.534331 [ 277 ] {9203a3f5-ac78-496c-9bea-8370610aaf5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:12.534766 [ 277 ] {9203a3f5-ac78-496c-9bea-8370610aaf5c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:12.534803 [ 277 ] {9203a3f5-ac78-496c-9bea-8370610aaf5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:12.535113 [ 277 ] {9203a3f5-ac78-496c-9bea-8370610aaf5c} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.22 22:20:12.535321 [ 277 ] {9203a3f5-ac78-496c-9bea-8370610aaf5c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:12.535453 [ 277 ] {9203a3f5-ac78-496c-9bea-8370610aaf5c} executeQuery: Read 100 rows, 8.00 KiB in 0.001175 sec., 85106.3829787234 rows/sec., 6.65 MiB/sec. 2026.01.22 22:20:12.535490 [ 277 ] {9203a3f5-ac78-496c-9bea-8370610aaf5c} TCPHandler: Processed in 0.00134469 sec. 2026.01.22 22:20:12.535605 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:12.535699 [ 277 ] {276beccd-f913-4bce-bc5f-be76bb15664e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:12.535742 [ 277 ] {276beccd-f913-4bce-bc5f-be76bb15664e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:12.536148 [ 277 ] {276beccd-f913-4bce-bc5f-be76bb15664e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:12.536184 [ 277 ] {276beccd-f913-4bce-bc5f-be76bb15664e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:12.536518 [ 277 ] {276beccd-f913-4bce-bc5f-be76bb15664e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.22 22:20:12.536734 [ 277 ] {276beccd-f913-4bce-bc5f-be76bb15664e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:12.536863 [ 277 ] {276beccd-f913-4bce-bc5f-be76bb15664e} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.01.22 22:20:12.536900 [ 277 ] {276beccd-f913-4bce-bc5f-be76bb15664e} TCPHandler: Processed in 0.00134474 sec. 2026.01.22 22:20:12.537002 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:12.537096 [ 277 ] {39554be6-84ef-4b72-83b4-baeee698e239} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:12.537152 [ 277 ] {39554be6-84ef-4b72-83b4-baeee698e239} 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.01.22 22:20:12.537995 [ 277 ] {39554be6-84ef-4b72-83b4-baeee698e239} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:12.538032 [ 277 ] {39554be6-84ef-4b72-83b4-baeee698e239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:12.538580 [ 277 ] {39554be6-84ef-4b72-83b4-baeee698e239} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:20:12.538798 [ 277 ] {39554be6-84ef-4b72-83b4-baeee698e239} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:12.538937 [ 277 ] {39554be6-84ef-4b72-83b4-baeee698e239} executeQuery: Read 36 rows, 66.06 KiB in 0.001859 sec., 19365.250134480902 rows/sec., 34.70 MiB/sec. 2026.01.22 22:20:12.539001 [ 277 ] {39554be6-84ef-4b72-83b4-baeee698e239} TCPHandler: Processed in 0.002050086 sec. 2026.01.22 22:20:12.539118 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:12.539234 [ 277 ] {7d1481f4-ff1d-4c0e-9ec2-f9c75b1fafe1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:12.539282 [ 277 ] {7d1481f4-ff1d-4c0e-9ec2-f9c75b1fafe1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:12.539618 [ 277 ] {7d1481f4-ff1d-4c0e-9ec2-f9c75b1fafe1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:12.539654 [ 277 ] {7d1481f4-ff1d-4c0e-9ec2-f9c75b1fafe1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:12.539974 [ 277 ] {7d1481f4-ff1d-4c0e-9ec2-f9c75b1fafe1} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.22 22:20:12.540191 [ 277 ] {7d1481f4-ff1d-4c0e-9ec2-f9c75b1fafe1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:12.540322 [ 277 ] {7d1481f4-ff1d-4c0e-9ec2-f9c75b1fafe1} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2026.01.22 22:20:12.540369 [ 277 ] {7d1481f4-ff1d-4c0e-9ec2-f9c75b1fafe1} TCPHandler: Processed in 0.00130206 sec. 2026.01.22 22:20:14.796139 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14816 2026.01.22 22:20:14.796696 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:14.796743 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:14.797255 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:20:14.797498 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:14.797631 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14816 2026.01.22 22:20:14.797635 [ 147 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.22 22:20:14.797715 [ 147 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:14.797736 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:14.797856 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:14.798007 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:14.798044 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12448 rows starting from the beginning of the part 2026.01.22 22:20:14.798111 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:14.798154 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:14.798194 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:14.798229 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:14.798268 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:14.800122 [ 203 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14816 rows, containing 4 columns (4 merged, 0 gathered) in 0.002323597 sec., 6376320.850818795 rows/sec., 91.21 MiB/sec. 2026.01.22 22:20:14.800571 [ 196 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.22 22:20:14.800925 [ 196 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_31_6} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:14.801010 [ 196 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_31_6} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.22 22:20:14.801135 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.01.22 22:20:15.584853 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.01.22 22:20:15.603051 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:15.603116 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:15.608730 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:20:15.609412 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:15.609710 [ 146 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.22 22:20:15.609783 [ 146 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:15.609807 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:15.609915 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:15.612761 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.01.22 22:20:15.614031 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:15.615662 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:15.620317 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:15.624890 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:15.629260 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:15.633488 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:15.637249 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:15.688916 [ 203 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.079045264 sec., 2960.3291602644276 rows/sec., 15.31 MiB/sec. 2026.01.22 22:20:15.691695 [ 203 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.22 22:20:15.694046 [ 203 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_31_6} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:15.694128 [ 203 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_31_6} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.22 22:20:15.696018 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.22 22:20:16.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 272.54 MiB, peak 283.08 MiB, free memory in arenas 0.00 B, will set to 275.38 MiB (RSS), difference: 2.83 MiB 2026.01.22 22:20:17.558392 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:17.558654 [ 277 ] {7fa96716-fc81-4b95-8552-a455c5b67591} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:20:17.558720 [ 277 ] {7fa96716-fc81-4b95-8552-a455c5b67591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:20:17.559377 [ 277 ] {7fa96716-fc81-4b95-8552-a455c5b67591} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:17.559432 [ 277 ] {7fa96716-fc81-4b95-8552-a455c5b67591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:17.559831 [ 277 ] {7fa96716-fc81-4b95-8552-a455c5b67591} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:20:17.560065 [ 277 ] {7fa96716-fc81-4b95-8552-a455c5b67591} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:17.560231 [ 277 ] {7fa96716-fc81-4b95-8552-a455c5b67591} executeQuery: Read 24 rows, 2.04 KiB in 0.001631 sec., 14714.898835070508 rows/sec., 1.22 MiB/sec. 2026.01.22 22:20:17.560282 [ 277 ] {7fa96716-fc81-4b95-8552-a455c5b67591} TCPHandler: Processed in 0.002075426 sec. 2026.01.22 22:20:17.560407 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:17.560509 [ 277 ] {226c380c-c1b9-4b4f-9fdc-6d4470be272e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:20:17.560552 [ 277 ] {226c380c-c1b9-4b4f-9fdc-6d4470be272e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:20:17.560957 [ 277 ] {226c380c-c1b9-4b4f-9fdc-6d4470be272e} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:17.560996 [ 277 ] {226c380c-c1b9-4b4f-9fdc-6d4470be272e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:17.561290 [ 277 ] {226c380c-c1b9-4b4f-9fdc-6d4470be272e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:20:17.561503 [ 277 ] {226c380c-c1b9-4b4f-9fdc-6d4470be272e} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:17.561642 [ 277 ] {226c380c-c1b9-4b4f-9fdc-6d4470be272e} executeQuery: Read 2 rows, 167.00 B in 0.001156 sec., 1730.1038062283737 rows/sec., 141.08 KiB/sec. 2026.01.22 22:20:17.561680 [ 277 ] {226c380c-c1b9-4b4f-9fdc-6d4470be272e} TCPHandler: Processed in 0.0013251 sec. 2026.01.22 22:20:17.561793 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:17.561886 [ 277 ] {d33ad4fd-a3c6-4112-9f3e-1e1a77e2ff0a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:17.561926 [ 277 ] {d33ad4fd-a3c6-4112-9f3e-1e1a77e2ff0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:17.563062 [ 277 ] {d33ad4fd-a3c6-4112-9f3e-1e1a77e2ff0a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:17.563099 [ 277 ] {d33ad4fd-a3c6-4112-9f3e-1e1a77e2ff0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:17.563491 [ 277 ] {d33ad4fd-a3c6-4112-9f3e-1e1a77e2ff0a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.22 22:20:17.563715 [ 277 ] {d33ad4fd-a3c6-4112-9f3e-1e1a77e2ff0a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:17.563848 [ 277 ] {d33ad4fd-a3c6-4112-9f3e-1e1a77e2ff0a} executeQuery: Read 1327 rows, 112.98 KiB in 0.00198 sec., 670202.0202020202 rows/sec., 55.72 MiB/sec. 2026.01.22 22:20:17.563887 [ 277 ] {d33ad4fd-a3c6-4112-9f3e-1e1a77e2ff0a} TCPHandler: Processed in 0.002143206 sec. 2026.01.22 22:20:17.563996 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:17.564091 [ 277 ] {fda618e0-1a8b-4a32-b67a-a2e5935a9ef6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:17.564131 [ 277 ] {fda618e0-1a8b-4a32-b67a-a2e5935a9ef6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:17.564534 [ 277 ] {fda618e0-1a8b-4a32-b67a-a2e5935a9ef6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:17.564571 [ 277 ] {fda618e0-1a8b-4a32-b67a-a2e5935a9ef6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:17.564868 [ 277 ] {fda618e0-1a8b-4a32-b67a-a2e5935a9ef6} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:20:17.565075 [ 277 ] {fda618e0-1a8b-4a32-b67a-a2e5935a9ef6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:17.565209 [ 277 ] {fda618e0-1a8b-4a32-b67a-a2e5935a9ef6} executeQuery: Read 19 rows, 1.48 KiB in 0.001136 sec., 16725.352112676057 rows/sec., 1.27 MiB/sec. 2026.01.22 22:20:17.565247 [ 277 ] {fda618e0-1a8b-4a32-b67a-a2e5935a9ef6} TCPHandler: Processed in 0.001299789 sec. 2026.01.22 22:20:17.565359 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:17.565462 [ 277 ] {79e98223-ca2a-4089-a60e-d2220e76cbd0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:20:17.565509 [ 277 ] {79e98223-ca2a-4089-a60e-d2220e76cbd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:20:17.566040 [ 277 ] {79e98223-ca2a-4089-a60e-d2220e76cbd0} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:17.566077 [ 277 ] {79e98223-ca2a-4089-a60e-d2220e76cbd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:17.566385 [ 277 ] {79e98223-ca2a-4089-a60e-d2220e76cbd0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:20:17.566602 [ 277 ] {79e98223-ca2a-4089-a60e-d2220e76cbd0} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:17.566736 [ 277 ] {79e98223-ca2a-4089-a60e-d2220e76cbd0} executeQuery: Read 252 rows, 17.85 KiB in 0.001296 sec., 194444.44444444444 rows/sec., 13.45 MiB/sec. 2026.01.22 22:20:17.566776 [ 277 ] {79e98223-ca2a-4089-a60e-d2220e76cbd0} TCPHandler: Processed in 0.001466771 sec. 2026.01.22 22:20:17.566889 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:17.566984 [ 277 ] {257bf851-88ec-4e4b-9c64-950864f905ee} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:20:17.567025 [ 277 ] {257bf851-88ec-4e4b-9c64-950864f905ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:20:17.567423 [ 277 ] {257bf851-88ec-4e4b-9c64-950864f905ee} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:17.567459 [ 277 ] {257bf851-88ec-4e4b-9c64-950864f905ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:17.567758 [ 277 ] {257bf851-88ec-4e4b-9c64-950864f905ee} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:20:17.567970 [ 277 ] {257bf851-88ec-4e4b-9c64-950864f905ee} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:17.568102 [ 277 ] {257bf851-88ec-4e4b-9c64-950864f905ee} executeQuery: Read 12 rows, 960.00 B in 0.001136 sec., 10563.38028169014 rows/sec., 825.26 KiB/sec. 2026.01.22 22:20:17.568140 [ 277 ] {257bf851-88ec-4e4b-9c64-950864f905ee} TCPHandler: Processed in 0.00130011 sec. 2026.01.22 22:20:17.568241 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:17.568334 [ 277 ] {6a531a72-e451-4e10-8bb0-54a90ff42630} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:17.568372 [ 277 ] {6a531a72-e451-4e10-8bb0-54a90ff42630} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:17.568965 [ 277 ] {6a531a72-e451-4e10-8bb0-54a90ff42630} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:17.569002 [ 277 ] {6a531a72-e451-4e10-8bb0-54a90ff42630} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:17.569337 [ 277 ] {6a531a72-e451-4e10-8bb0-54a90ff42630} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.22 22:20:17.569551 [ 277 ] {6a531a72-e451-4e10-8bb0-54a90ff42630} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:17.569682 [ 277 ] {6a531a72-e451-4e10-8bb0-54a90ff42630} executeQuery: Read 563 rows, 43.23 KiB in 0.001367 sec., 411850.7681053402 rows/sec., 30.88 MiB/sec. 2026.01.22 22:20:17.569721 [ 277 ] {6a531a72-e451-4e10-8bb0-54a90ff42630} TCPHandler: Processed in 0.001528801 sec. 2026.01.22 22:20:17.569839 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:17.569933 [ 277 ] {e22c9bf8-64ad-48b8-a915-a60f1b261098} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:17.569976 [ 277 ] {e22c9bf8-64ad-48b8-a915-a60f1b261098} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:17.570579 [ 277 ] {e22c9bf8-64ad-48b8-a915-a60f1b261098} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:17.570615 [ 277 ] {e22c9bf8-64ad-48b8-a915-a60f1b261098} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:17.570992 [ 277 ] {e22c9bf8-64ad-48b8-a915-a60f1b261098} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.22 22:20:17.571196 [ 277 ] {e22c9bf8-64ad-48b8-a915-a60f1b261098} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:17.571326 [ 277 ] {e22c9bf8-64ad-48b8-a915-a60f1b261098} executeQuery: Read 881 rows, 61.23 KiB in 0.001412 sec., 623937.6770538243 rows/sec., 42.35 MiB/sec. 2026.01.22 22:20:17.571364 [ 277 ] {e22c9bf8-64ad-48b8-a915-a60f1b261098} TCPHandler: Processed in 0.001573882 sec. 2026.01.22 22:20:17.571486 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:17.571606 [ 277 ] {21b7ebdb-9c90-4f91-bd8b-ba5f10d6c97e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:17.571672 [ 277 ] {21b7ebdb-9c90-4f91-bd8b-ba5f10d6c97e} 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.01.22 22:20:17.572544 [ 277 ] {21b7ebdb-9c90-4f91-bd8b-ba5f10d6c97e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:17.572584 [ 277 ] {21b7ebdb-9c90-4f91-bd8b-ba5f10d6c97e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:17.573093 [ 277 ] {21b7ebdb-9c90-4f91-bd8b-ba5f10d6c97e} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:20:17.573315 [ 277 ] {21b7ebdb-9c90-4f91-bd8b-ba5f10d6c97e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:17.573429 [ 126 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.22 22:20:17.573454 [ 277 ] {21b7ebdb-9c90-4f91-bd8b-ba5f10d6c97e} executeQuery: Read 5 rows, 9.17 KiB in 0.001873 sec., 2669.5141484249866 rows/sec., 4.78 MiB/sec. 2026.01.22 22:20:17.573505 [ 126 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:17.573530 [ 277 ] {21b7ebdb-9c90-4f91-bd8b-ba5f10d6c97e} TCPHandler: Processed in 0.002106405 sec. 2026.01.22 22:20:17.573531 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:17.573646 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:20:17.573653 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:17.573768 [ 277 ] {5b66a301-cf4e-46a1-b3e5-81167cae80bb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:17.573811 [ 277 ] {5b66a301-cf4e-46a1-b3e5-81167cae80bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:17.573850 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:17.573910 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 689 rows starting from the beginning of the part 2026.01.22 22:20:17.574040 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part 2026.01.22 22:20:17.574149 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:17.574149 [ 277 ] {5b66a301-cf4e-46a1-b3e5-81167cae80bb} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:17.574195 [ 277 ] {5b66a301-cf4e-46a1-b3e5-81167cae80bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:17.574256 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part 2026.01.22 22:20:17.574358 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:17.574459 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part 2026.01.22 22:20:17.574503 [ 277 ] {5b66a301-cf4e-46a1-b3e5-81167cae80bb} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.22 22:20:17.574718 [ 277 ] {5b66a301-cf4e-46a1-b3e5-81167cae80bb} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:17.574858 [ 277 ] {5b66a301-cf4e-46a1-b3e5-81167cae80bb} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.01.22 22:20:17.574895 [ 277 ] {5b66a301-cf4e-46a1-b3e5-81167cae80bb} TCPHandler: Processed in 0.00129356 sec. 2026.01.22 22:20:17.580602 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 776 rows, containing 19 columns (19 merged, 0 gathered) in 0.006998932 sec., 110874.05907072678 rows/sec., 198.68 MiB/sec. 2026.01.22 22:20:17.581472 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.22 22:20:17.581787 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_36_7} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:17.581851 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_36_7} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.22 22:20:17.581945 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. 2026.01.22 22:20:18.000222 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 276.13 MiB, peak 283.66 MiB, free memory in arenas 0.00 B, will set to 278.87 MiB (RSS), difference: 2.74 MiB 2026.01.22 22:20:22.166824 [ 117 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:20:22.166931 [ 117 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:20:22.297789 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15328 2026.01.22 22:20:22.298302 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:22.298347 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:22.299003 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:20:22.299264 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:22.299417 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15328 2026.01.22 22:20:22.335863 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 826 2026.01.22 22:20:22.338831 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:22.338911 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:22.340483 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:20:22.340782 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:22.341100 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 826 2026.01.22 22:20:22.530445 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:22.530627 [ 277 ] {479cacb4-3ba3-48dc-9048-507a8c5ea508} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:22.530696 [ 277 ] {479cacb4-3ba3-48dc-9048-507a8c5ea508} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:22.531406 [ 277 ] {479cacb4-3ba3-48dc-9048-507a8c5ea508} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:22.531456 [ 277 ] {479cacb4-3ba3-48dc-9048-507a8c5ea508} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:22.531880 [ 277 ] {479cacb4-3ba3-48dc-9048-507a8c5ea508} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.22 22:20:22.532111 [ 277 ] {479cacb4-3ba3-48dc-9048-507a8c5ea508} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:22.532276 [ 277 ] {479cacb4-3ba3-48dc-9048-507a8c5ea508} executeQuery: Read 128 rows, 11.26 KiB in 0.001698 sec., 75382.80329799764 rows/sec., 6.48 MiB/sec. 2026.01.22 22:20:22.532328 [ 277 ] {479cacb4-3ba3-48dc-9048-507a8c5ea508} TCPHandler: Processed in 0.002017175 sec. 2026.01.22 22:20:22.532460 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:22.532581 [ 277 ] {2ffc683e-858c-4941-ad00-4b44bab2cff1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:22.532627 [ 277 ] {2ffc683e-858c-4941-ad00-4b44bab2cff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:22.533064 [ 277 ] {2ffc683e-858c-4941-ad00-4b44bab2cff1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:22.533103 [ 277 ] {2ffc683e-858c-4941-ad00-4b44bab2cff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:22.533414 [ 277 ] {2ffc683e-858c-4941-ad00-4b44bab2cff1} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.22 22:20:22.533641 [ 277 ] {2ffc683e-858c-4941-ad00-4b44bab2cff1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:22.533779 [ 277 ] {2ffc683e-858c-4941-ad00-4b44bab2cff1} executeQuery: Read 36 rows, 2.71 KiB in 0.001237 sec., 29102.66774454325 rows/sec., 2.14 MiB/sec. 2026.01.22 22:20:22.533820 [ 277 ] {2ffc683e-858c-4941-ad00-4b44bab2cff1} TCPHandler: Processed in 0.00141629 sec. 2026.01.22 22:20:22.533935 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:22.534036 [ 277 ] {ca471f51-fd56-43ce-9493-248da3111796} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:22.534077 [ 277 ] {ca471f51-fd56-43ce-9493-248da3111796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:22.534509 [ 277 ] {ca471f51-fd56-43ce-9493-248da3111796} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:22.534547 [ 277 ] {ca471f51-fd56-43ce-9493-248da3111796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:22.534865 [ 277 ] {ca471f51-fd56-43ce-9493-248da3111796} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.22 22:20:22.535101 [ 277 ] {ca471f51-fd56-43ce-9493-248da3111796} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:22.535239 [ 277 ] {ca471f51-fd56-43ce-9493-248da3111796} executeQuery: Read 100 rows, 8.00 KiB in 0.001225 sec., 81632.6530612245 rows/sec., 6.38 MiB/sec. 2026.01.22 22:20:22.535280 [ 277 ] {ca471f51-fd56-43ce-9493-248da3111796} TCPHandler: Processed in 0.00139654 sec. 2026.01.22 22:20:22.535404 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:22.535501 [ 277 ] {95e50103-1a5b-46ba-ad60-41f45a722852} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:22.535548 [ 277 ] {95e50103-1a5b-46ba-ad60-41f45a722852} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:22.535973 [ 277 ] {95e50103-1a5b-46ba-ad60-41f45a722852} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:22.536011 [ 277 ] {95e50103-1a5b-46ba-ad60-41f45a722852} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:22.536350 [ 277 ] {95e50103-1a5b-46ba-ad60-41f45a722852} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.22 22:20:22.536571 [ 277 ] {95e50103-1a5b-46ba-ad60-41f45a722852} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:22.536711 [ 277 ] {95e50103-1a5b-46ba-ad60-41f45a722852} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2026.01.22 22:20:22.536749 [ 277 ] {95e50103-1a5b-46ba-ad60-41f45a722852} TCPHandler: Processed in 0.00139717 sec. 2026.01.22 22:20:22.536862 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:22.536959 [ 277 ] {5e7d2fbd-75b4-4414-92a6-03bf7acfe705} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:22.537015 [ 277 ] {5e7d2fbd-75b4-4414-92a6-03bf7acfe705} 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.01.22 22:20:22.537817 [ 277 ] {5e7d2fbd-75b4-4414-92a6-03bf7acfe705} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:22.537855 [ 277 ] {5e7d2fbd-75b4-4414-92a6-03bf7acfe705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:22.538430 [ 277 ] {5e7d2fbd-75b4-4414-92a6-03bf7acfe705} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:20:22.538656 [ 277 ] {5e7d2fbd-75b4-4414-92a6-03bf7acfe705} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:22.538798 [ 277 ] {5e7d2fbd-75b4-4414-92a6-03bf7acfe705} executeQuery: Read 36 rows, 66.06 KiB in 0.001858 sec., 19375.6727664155 rows/sec., 34.72 MiB/sec. 2026.01.22 22:20:22.538864 [ 277 ] {5e7d2fbd-75b4-4414-92a6-03bf7acfe705} TCPHandler: Processed in 0.002052916 sec. 2026.01.22 22:20:22.538981 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:22.539078 [ 277 ] {242a1be6-8793-4e83-b3fd-53b4bf6e0d56} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:22.539120 [ 277 ] {242a1be6-8793-4e83-b3fd-53b4bf6e0d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:22.539456 [ 277 ] {242a1be6-8793-4e83-b3fd-53b4bf6e0d56} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:22.539493 [ 277 ] {242a1be6-8793-4e83-b3fd-53b4bf6e0d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:22.539796 [ 277 ] {242a1be6-8793-4e83-b3fd-53b4bf6e0d56} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.22 22:20:22.540014 [ 277 ] {242a1be6-8793-4e83-b3fd-53b4bf6e0d56} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:22.540148 [ 277 ] {242a1be6-8793-4e83-b3fd-53b4bf6e0d56} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.01.22 22:20:22.540183 [ 277 ] {242a1be6-8793-4e83-b3fd-53b4bf6e0d56} TCPHandler: Processed in 0.00125351 sec. 2026.01.22 22:20:23.001218 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000851347 sec. 2026.01.22 22:20:23.112917 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.01.22 22:20:23.127980 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:23.128036 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:23.133993 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:20:23.134681 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:23.137221 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.01.22 22:20:27.529973 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:27.530169 [ 277 ] {040617c5-a5de-4987-b0f0-8411f546f34e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:27.530236 [ 277 ] {040617c5-a5de-4987-b0f0-8411f546f34e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:27.530948 [ 277 ] {040617c5-a5de-4987-b0f0-8411f546f34e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:27.530995 [ 277 ] {040617c5-a5de-4987-b0f0-8411f546f34e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:27.531386 [ 277 ] {040617c5-a5de-4987-b0f0-8411f546f34e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.22 22:20:27.531626 [ 277 ] {040617c5-a5de-4987-b0f0-8411f546f34e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:27.531766 [ 101 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.22 22:20:27.531789 [ 277 ] {040617c5-a5de-4987-b0f0-8411f546f34e} executeQuery: Read 66 rows, 5.35 KiB in 0.00167 sec., 39520.95808383233 rows/sec., 3.13 MiB/sec. 2026.01.22 22:20:27.531832 [ 101 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:27.531854 [ 277 ] {040617c5-a5de-4987-b0f0-8411f546f34e} TCPHandler: Processed in 0.002016304 sec. 2026.01.22 22:20:27.531858 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:27.531991 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:20:27.532025 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:27.532107 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:27.532138 [ 277 ] {0c7ae58b-f7c2-4c3b-af80-299d6034b360} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:27.532145 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2556 rows starting from the beginning of the part 2026.01.22 22:20:27.532189 [ 277 ] {0c7ae58b-f7c2-4c3b-af80-299d6034b360} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:27.532227 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 66 rows starting from the beginning of the part 2026.01.22 22:20:27.532277 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part 2026.01.22 22:20:27.532320 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:20:27.532357 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:20:27.532396 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 66 rows starting from the beginning of the part 2026.01.22 22:20:27.532616 [ 277 ] {0c7ae58b-f7c2-4c3b-af80-299d6034b360} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:27.532661 [ 277 ] {0c7ae58b-f7c2-4c3b-af80-299d6034b360} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:27.533150 [ 277 ] {0c7ae58b-f7c2-4c3b-af80-299d6034b360} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.22 22:20:27.533387 [ 277 ] {0c7ae58b-f7c2-4c3b-af80-299d6034b360} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:27.533528 [ 277 ] {0c7ae58b-f7c2-4c3b-af80-299d6034b360} executeQuery: Read 5 rows, 385.00 B in 0.001413 sec., 3538.570417551309 rows/sec., 266.08 KiB/sec. 2026.01.22 22:20:27.533571 [ 277 ] {0c7ae58b-f7c2-4c3b-af80-299d6034b360} TCPHandler: Processed in 0.001602592 sec. 2026.01.22 22:20:27.533699 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:27.533798 [ 277 ] {b2d6c7d9-4af0-4d09-92a2-a29c42a3bcd7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:27.533839 [ 277 ] {b2d6c7d9-4af0-4d09-92a2-a29c42a3bcd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:27.534275 [ 277 ] {b2d6c7d9-4af0-4d09-92a2-a29c42a3bcd7} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:27.534275 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 4271 rows, containing 5 columns (5 merged, 0 gathered) in 0.002340627 sec., 1824724.7425582975 rows/sec., 157.06 MiB/sec. 2026.01.22 22:20:27.534313 [ 277 ] {b2d6c7d9-4af0-4d09-92a2-a29c42a3bcd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:27.534561 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.22 22:20:27.534663 [ 277 ] {b2d6c7d9-4af0-4d09-92a2-a29c42a3bcd7} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.22 22:20:27.534843 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_46_9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:27.534906 [ 277 ] {b2d6c7d9-4af0-4d09-92a2-a29c42a3bcd7} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:27.534914 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_46_9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.22 22:20:27.534999 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.01.22 22:20:27.535029 [ 101 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.22 22:20:27.535041 [ 277 ] {b2d6c7d9-4af0-4d09-92a2-a29c42a3bcd7} executeQuery: Read 69 rows, 5.52 KiB in 0.001263 sec., 54631.828978622325 rows/sec., 4.26 MiB/sec. 2026.01.22 22:20:27.535069 [ 101 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:27.535091 [ 277 ] {b2d6c7d9-4af0-4d09-92a2-a29c42a3bcd7} TCPHandler: Processed in 0.001449171 sec. 2026.01.22 22:20:27.535095 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:27.535226 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:27.535230 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:20:27.535328 [ 277 ] {7bb34dc3-9cb4-46ea-9a6c-4826018133cf} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:27.535371 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:27.535376 [ 277 ] {7bb34dc3-9cb4-46ea-9a6c-4826018133cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:27.535410 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1304 rows starting from the beginning of the part 2026.01.22 22:20:27.535480 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 69 rows starting from the beginning of the part 2026.01.22 22:20:27.535524 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 100 rows starting from the beginning of the part 2026.01.22 22:20:27.535565 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 563 rows starting from the beginning of the part 2026.01.22 22:20:27.535607 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 100 rows starting from the beginning of the part 2026.01.22 22:20:27.535655 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 69 rows starting from the beginning of the part 2026.01.22 22:20:27.535816 [ 277 ] {7bb34dc3-9cb4-46ea-9a6c-4826018133cf} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:27.535859 [ 277 ] {7bb34dc3-9cb4-46ea-9a6c-4826018133cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:27.536215 [ 277 ] {7bb34dc3-9cb4-46ea-9a6c-4826018133cf} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.22 22:20:27.536442 [ 277 ] {7bb34dc3-9cb4-46ea-9a6c-4826018133cf} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:27.536556 [ 101 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.22 22:20:27.536575 [ 277 ] {7bb34dc3-9cb4-46ea-9a6c-4826018133cf} executeQuery: Read 160 rows, 11.41 KiB in 0.001267 sec., 126282.55722178375 rows/sec., 8.80 MiB/sec. 2026.01.22 22:20:27.536589 [ 101 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:27.536615 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:27.536620 [ 277 ] {7bb34dc3-9cb4-46ea-9a6c-4826018133cf} TCPHandler: Processed in 0.001445361 sec. 2026.01.22 22:20:27.536687 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:20:27.536745 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:27.536767 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:27.536796 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12732 rows starting from the beginning of the part 2026.01.22 22:20:27.536841 [ 277 ] {5adcdceb-b774-4202-b38b-ea743c941247} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:27.536851 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:20:27.536890 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2205 rows, containing 5 columns (5 merged, 0 gathered) in 0.001714893 sec., 1285794.5072957904 rows/sec., 99.68 MiB/sec. 2026.01.22 22:20:27.536897 [ 277 ] {5adcdceb-b774-4202-b38b-ea743c941247} 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.01.22 22:20:27.536894 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2026.01.22 22:20:27.536975 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 881 rows starting from the beginning of the part 2026.01.22 22:20:27.537013 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.01.22 22:20:27.537052 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2026.01.22 22:20:27.537094 [ 199 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.22 22:20:27.537353 [ 199 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_46_9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:27.537418 [ 199 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_46_9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.22 22:20:27.537510 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.22 22:20:27.537681 [ 277 ] {5adcdceb-b774-4202-b38b-ea743c941247} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:27.537717 [ 277 ] {5adcdceb-b774-4202-b38b-ea743c941247} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:27.538224 [ 277 ] {5adcdceb-b774-4202-b38b-ea743c941247} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:20:27.538450 [ 277 ] {5adcdceb-b774-4202-b38b-ea743c941247} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:27.538605 [ 277 ] {5adcdceb-b774-4202-b38b-ea743c941247} executeQuery: Read 5 rows, 9.17 KiB in 0.001783 sec., 2804.2624789680312 rows/sec., 5.03 MiB/sec. 2026.01.22 22:20:27.538681 [ 277 ] {5adcdceb-b774-4202-b38b-ea743c941247} TCPHandler: Processed in 0.001986345 sec. 2026.01.22 22:20:27.538801 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:27.538897 [ 277 ] {77725437-ba37-4b74-9384-e340661868ee} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:27.538939 [ 277 ] {77725437-ba37-4b74-9384-e340661868ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:27.539278 [ 277 ] {77725437-ba37-4b74-9384-e340661868ee} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:27.539313 [ 277 ] {77725437-ba37-4b74-9384-e340661868ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:27.539708 [ 277 ] {77725437-ba37-4b74-9384-e340661868ee} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.22 22:20:27.539933 [ 277 ] {77725437-ba37-4b74-9384-e340661868ee} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:27.540046 [ 88 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.22 22:20:27.540067 [ 277 ] {77725437-ba37-4b74-9384-e340661868ee} executeQuery: Read 60 rows, 4.14 KiB in 0.001189 sec., 50462.57359125315 rows/sec., 3.40 MiB/sec. 2026.01.22 22:20:27.540094 [ 88 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:27.540108 [ 277 ] {77725437-ba37-4b74-9384-e340661868ee} TCPHandler: Processed in 0.001357851 sec. 2026.01.22 22:20:27.540120 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:27.540208 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:20:27.540315 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:27.540347 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2502 rows starting from the beginning of the part 2026.01.22 22:20:27.540402 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:20:27.540448 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.01.22 22:20:27.540488 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.01.22 22:20:27.540530 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.01.22 22:20:27.540570 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2026.01.22 22:20:27.541881 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2802 rows, containing 4 columns (4 merged, 0 gathered) in 0.001710343 sec., 1638267.8796007584 rows/sec., 108.84 MiB/sec. 2026.01.22 22:20:27.542168 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.22 22:20:27.542401 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_46_9} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:27.542452 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 14253 rows, containing 5 columns (5 merged, 0 gathered) in 0.005792933 sec., 2460411.6774697723 rows/sec., 168.14 MiB/sec. 2026.01.22 22:20:27.542465 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_46_9} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.22 22:20:27.542547 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.01.22 22:20:27.543020 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.22 22:20:27.543362 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_46_9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:27.543453 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_46_9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.22 22:20:27.543562 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB. 2026.01.22 22:20:28.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 280.04 MiB, peak 289.18 MiB, free memory in arenas 0.00 B, will set to 282.22 MiB (RSS), difference: 2.19 MiB 2026.01.22 22:20:29.181222 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47564 2026.01.22 22:20:29.181325 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.181353 [ 286 ] {} TCP-Session: 65583075-e1d8-48ff-8470-22e271c228dc Authenticating user 'default' from [fd00:1122:3344:101::e]:47564 2026.01.22 22:20:29.181375 [ 286 ] {} TCP-Session: 65583075-e1d8-48ff-8470-22e271c228dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.181387 [ 286 ] {} TCP-Session: 65583075-e1d8-48ff-8470-22e271c228dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.181560 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60101 2026.01.22 22:20:29.181567 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39496 2026.01.22 22:20:29.181692 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.181693 [ 286 ] {} TCP-Session: 65583075-e1d8-48ff-8470-22e271c228dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:29.181722 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.181727 [ 288 ] {} TCP-Session: b4fe5adb-9562-4baf-9edc-50a348317307 Authenticating user 'default' from [fd00:1122:3344:101::e]:60101 2026.01.22 22:20:29.181759 [ 289 ] {} TCP-Session: 068689ad-5989-4838-b029-7bc72f38722e Authenticating user 'default' from [fd00:1122:3344:101::e]:39496 2026.01.22 22:20:29.181768 [ 288 ] {} TCP-Session: b4fe5adb-9562-4baf-9edc-50a348317307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.181789 [ 289 ] {} TCP-Session: 068689ad-5989-4838-b029-7bc72f38722e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.181790 [ 288 ] {} TCP-Session: b4fe5adb-9562-4baf-9edc-50a348317307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.181812 [ 289 ] {} TCP-Session: 068689ad-5989-4838-b029-7bc72f38722e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.181887 [ 286 ] {e1636fad-df0e-477b-9145-b3a5d72092f4} executeQuery: (from [fd00:1122:3344:101::e]:47564) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:20:29.182151 [ 286 ] {e1636fad-df0e-477b-9145-b3a5d72092f4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:20:29.182219 [ 286 ] {e1636fad-df0e-477b-9145-b3a5d72092f4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:20:29.182508 [ 286 ] {e1636fad-df0e-477b-9145-b3a5d72092f4} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:20:29.182597 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47015 2026.01.22 22:20:29.182599 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58313 2026.01.22 22:20:29.182693 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39818 2026.01.22 22:20:29.182696 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45828 2026.01.22 22:20:29.182830 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42476 2026.01.22 22:20:29.182907 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38440 2026.01.22 22:20:29.182953 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.182989 [ 349 ] {} TCP-Session: 86dcb248-a8db-407e-a2ea-1bb80d9cff3c Authenticating user 'default' from [fd00:1122:3344:101::e]:47015 2026.01.22 22:20:29.183011 [ 349 ] {} TCP-Session: 86dcb248-a8db-407e-a2ea-1bb80d9cff3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.183025 [ 349 ] {} TCP-Session: 86dcb248-a8db-407e-a2ea-1bb80d9cff3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.183062 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.183105 [ 290 ] {} TCP-Session: a94337d9-893b-43ca-9376-237b316f2bb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:58313 2026.01.22 22:20:29.183130 [ 290 ] {} TCP-Session: a94337d9-893b-43ca-9376-237b316f2bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.183149 [ 290 ] {} TCP-Session: a94337d9-893b-43ca-9376-237b316f2bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.183833 [ 295 ] {e1636fad-df0e-477b-9145-b3a5d72092f4} AggregatingTransform: Aggregating 2026.01.22 22:20:29.184001 [ 295 ] {e1636fad-df0e-477b-9145-b3a5d72092f4} Aggregator: Aggregation method: without_key 2026.01.22 22:20:29.184007 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.184057 [ 352 ] {} TCP-Session: c276146a-bcd2-4942-b3ec-b13364e456e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:42476 2026.01.22 22:20:29.184057 [ 295 ] {e1636fad-df0e-477b-9145-b3a5d72092f4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001441491 sec. (693.726 rows/sec., 27.10 KiB/sec.) 2026.01.22 22:20:29.184087 [ 352 ] {} TCP-Session: c276146a-bcd2-4942-b3ec-b13364e456e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.184097 [ 295 ] {e1636fad-df0e-477b-9145-b3a5d72092f4} Aggregator: Merging aggregated data 2026.01.22 22:20:29.184104 [ 352 ] {} TCP-Session: c276146a-bcd2-4942-b3ec-b13364e456e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.184128 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.184170 [ 353 ] {} TCP-Session: c4007e5c-9c84-46ed-acc1-148f4a7c6f3c Authenticating user 'default' from [fd00:1122:3344:101::e]:38440 2026.01.22 22:20:29.184197 [ 353 ] {} TCP-Session: c4007e5c-9c84-46ed-acc1-148f4a7c6f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.184215 [ 353 ] {} TCP-Session: c4007e5c-9c84-46ed-acc1-148f4a7c6f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.184252 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.184303 [ 351 ] {} TCP-Session: 07cfc698-4d27-47b5-b7a4-dbf27eb6058a Authenticating user 'default' from [fd00:1122:3344:101::e]:45828 2026.01.22 22:20:29.184334 [ 351 ] {} TCP-Session: 07cfc698-4d27-47b5-b7a4-dbf27eb6058a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.184354 [ 351 ] {} TCP-Session: 07cfc698-4d27-47b5-b7a4-dbf27eb6058a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.184384 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.184432 [ 350 ] {} TCP-Session: 1062570c-f2e7-400a-a92e-775b32ba4145 Authenticating user 'default' from [fd00:1122:3344:101::e]:39818 2026.01.22 22:20:29.184455 [ 350 ] {} TCP-Session: 1062570c-f2e7-400a-a92e-775b32ba4145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.184472 [ 350 ] {} TCP-Session: 1062570c-f2e7-400a-a92e-775b32ba4145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.185198 [ 286 ] {e1636fad-df0e-477b-9145-b3a5d72092f4} executeQuery: Read 1 rows, 40.00 B in 0.003373 sec., 296.4719833975689 rows/sec., 11.58 KiB/sec. 2026.01.22 22:20:29.185342 [ 286 ] {e1636fad-df0e-477b-9145-b3a5d72092f4} TCPHandler: Processed in 0.003760488 sec. 2026.01.22 22:20:29.185469 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.185496 [ 286 ] {} TCP-Session: 65583075-e1d8-48ff-8470-22e271c228dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.185508 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.185532 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.185552 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.185557 [ 288 ] {} TCP-Session: b4fe5adb-9562-4baf-9edc-50a348317307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.185569 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.185590 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.185604 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.185628 [ 351 ] {} TCP-Session: 07cfc698-4d27-47b5-b7a4-dbf27eb6058a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.185642 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.185655 [ 290 ] {} TCP-Session: a94337d9-893b-43ca-9376-237b316f2bb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.185670 [ 350 ] {} TCP-Session: 1062570c-f2e7-400a-a92e-775b32ba4145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.185696 [ 353 ] {} TCP-Session: c4007e5c-9c84-46ed-acc1-148f4a7c6f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.185592 [ 349 ] {} TCP-Session: 86dcb248-a8db-407e-a2ea-1bb80d9cff3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.185582 [ 289 ] {} TCP-Session: 068689ad-5989-4838-b029-7bc72f38722e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.185645 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.185801 [ 352 ] {} TCP-Session: c276146a-bcd2-4942-b3ec-b13364e456e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.250812 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45038 2026.01.22 22:20:29.250910 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.250935 [ 286 ] {} TCP-Session: b34c8357-25ba-4097-8cdc-db22a4466453 Authenticating user 'default' from [fd00:1122:3344:101::e]:45038 2026.01.22 22:20:29.250954 [ 286 ] {} TCP-Session: b34c8357-25ba-4097-8cdc-db22a4466453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.250966 [ 286 ] {} TCP-Session: b34c8357-25ba-4097-8cdc-db22a4466453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251138 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47150 2026.01.22 22:20:29.251156 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56028 2026.01.22 22:20:29.251186 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52570 2026.01.22 22:20:29.251193 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37269 2026.01.22 22:20:29.251220 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42411 2026.01.22 22:20:29.251246 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.251265 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.251289 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.251297 [ 290 ] {} TCP-Session: e9bc198f-c0e0-4820-a33e-c2bb504a7a50 Authenticating user 'default' from [fd00:1122:3344:101::e]:56028 2026.01.22 22:20:29.251307 [ 349 ] {} TCP-Session: 09bec670-282b-4621-9f4c-b4477e992538 Authenticating user 'default' from [fd00:1122:3344:101::e]:52570 2026.01.22 22:20:29.251241 [ 286 ] {} TCP-Session: b34c8357-25ba-4097-8cdc-db22a4466453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:29.251331 [ 290 ] {} TCP-Session: e9bc198f-c0e0-4820-a33e-c2bb504a7a50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251346 [ 349 ] {} TCP-Session: 09bec670-282b-4621-9f4c-b4477e992538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251358 [ 290 ] {} TCP-Session: e9bc198f-c0e0-4820-a33e-c2bb504a7a50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251374 [ 349 ] {} TCP-Session: 09bec670-282b-4621-9f4c-b4477e992538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251339 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.251330 [ 350 ] {} TCP-Session: 899d7ad6-ac85-4421-9749-778c6effc11a Authenticating user 'default' from [fd00:1122:3344:101::e]:37269 2026.01.22 22:20:29.251237 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49404 2026.01.22 22:20:29.251441 [ 351 ] {} TCP-Session: a4a8eb60-bea2-4f43-9b2e-f6c967a98839 Authenticating user 'default' from [fd00:1122:3344:101::e]:42411 2026.01.22 22:20:29.251449 [ 350 ] {} TCP-Session: 899d7ad6-ac85-4421-9749-778c6effc11a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251492 [ 286 ] {cce1076c-382c-4ada-ac7c-0e475f7ab4f4} executeQuery: (from [fd00:1122:3344:101::e]:45038) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:20:29.251503 [ 351 ] {} TCP-Session: a4a8eb60-bea2-4f43-9b2e-f6c967a98839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251510 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.251561 [ 351 ] {} TCP-Session: a4a8eb60-bea2-4f43-9b2e-f6c967a98839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251581 [ 353 ] {} TCP-Session: 3e7d313e-7510-4d84-8c7a-4a45fad718f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:49404 2026.01.22 22:20:29.251507 [ 350 ] {} TCP-Session: 899d7ad6-ac85-4421-9749-778c6effc11a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251611 [ 353 ] {} TCP-Session: 3e7d313e-7510-4d84-8c7a-4a45fad718f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251236 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.251642 [ 353 ] {} TCP-Session: 3e7d313e-7510-4d84-8c7a-4a45fad718f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251667 [ 288 ] {} TCP-Session: 05755b26-03e0-41fc-bad0-b2e7becdf9db Authenticating user 'default' from [fd00:1122:3344:101::e]:47150 2026.01.22 22:20:29.251159 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52233 2026.01.22 22:20:29.251699 [ 288 ] {} TCP-Session: 05755b26-03e0-41fc-bad0-b2e7becdf9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251748 [ 286 ] {cce1076c-382c-4ada-ac7c-0e475f7ab4f4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:20:29.251762 [ 288 ] {} TCP-Session: 05755b26-03e0-41fc-bad0-b2e7becdf9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251230 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63224 2026.01.22 22:20:29.251808 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.251810 [ 286 ] {cce1076c-382c-4ada-ac7c-0e475f7ab4f4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:20:29.251844 [ 289 ] {} TCP-Session: ef6f8a07-588b-4a98-b623-78932ee12eed Authenticating user 'default' from [fd00:1122:3344:101::e]:52233 2026.01.22 22:20:29.251867 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.251879 [ 289 ] {} TCP-Session: ef6f8a07-588b-4a98-b623-78932ee12eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251892 [ 352 ] {} TCP-Session: 809f6243-a56e-4e4c-9b9e-39252efaa635 Authenticating user 'default' from [fd00:1122:3344:101::e]:63224 2026.01.22 22:20:29.251893 [ 289 ] {} TCP-Session: ef6f8a07-588b-4a98-b623-78932ee12eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251909 [ 352 ] {} TCP-Session: 809f6243-a56e-4e4c-9b9e-39252efaa635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.251922 [ 352 ] {} TCP-Session: 809f6243-a56e-4e4c-9b9e-39252efaa635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.252114 [ 286 ] {cce1076c-382c-4ada-ac7c-0e475f7ab4f4} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:20:29.253067 [ 327 ] {cce1076c-382c-4ada-ac7c-0e475f7ab4f4} AggregatingTransform: Aggregating 2026.01.22 22:20:29.253126 [ 327 ] {cce1076c-382c-4ada-ac7c-0e475f7ab4f4} Aggregator: Aggregation method: without_key 2026.01.22 22:20:29.253163 [ 327 ] {cce1076c-382c-4ada-ac7c-0e475f7ab4f4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000950817 sec. (1051.727 rows/sec., 41.08 KiB/sec.) 2026.01.22 22:20:29.253183 [ 327 ] {cce1076c-382c-4ada-ac7c-0e475f7ab4f4} Aggregator: Merging aggregated data 2026.01.22 22:20:29.254600 [ 286 ] {cce1076c-382c-4ada-ac7c-0e475f7ab4f4} executeQuery: Read 1 rows, 40.00 B in 0.003161 sec., 316.3555836760519 rows/sec., 12.36 KiB/sec. 2026.01.22 22:20:29.254758 [ 286 ] {cce1076c-382c-4ada-ac7c-0e475f7ab4f4} TCPHandler: Processed in 0.003619247 sec. 2026.01.22 22:20:29.254876 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.254902 [ 286 ] {} TCP-Session: b34c8357-25ba-4097-8cdc-db22a4466453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.254906 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.254927 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.254945 [ 353 ] {} TCP-Session: 3e7d313e-7510-4d84-8c7a-4a45fad718f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.254964 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.254977 [ 289 ] {} TCP-Session: ef6f8a07-588b-4a98-b623-78932ee12eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.254982 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.255001 [ 290 ] {} TCP-Session: e9bc198f-c0e0-4820-a33e-c2bb504a7a50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.255001 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.255030 [ 349 ] {} TCP-Session: 09bec670-282b-4621-9f4c-b4477e992538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.255053 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.255066 [ 350 ] {} TCP-Session: 899d7ad6-ac85-4421-9749-778c6effc11a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.254967 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.255107 [ 351 ] {} TCP-Session: a4a8eb60-bea2-4f43-9b2e-f6c967a98839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.255127 [ 288 ] {} TCP-Session: 05755b26-03e0-41fc-bad0-b2e7becdf9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.255021 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.255192 [ 352 ] {} TCP-Session: 809f6243-a56e-4e4c-9b9e-39252efaa635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.298520 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46734 2026.01.22 22:20:29.298589 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.298611 [ 286 ] {} TCP-Session: 0f407955-4ae9-442b-a727-97ba411533b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:46734 2026.01.22 22:20:29.298629 [ 286 ] {} TCP-Session: 0f407955-4ae9-442b-a727-97ba411533b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.298641 [ 286 ] {} TCP-Session: 0f407955-4ae9-442b-a727-97ba411533b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.298880 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64864 2026.01.22 22:20:29.298905 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42871 2026.01.22 22:20:29.298922 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62790 2026.01.22 22:20:29.298974 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.298910 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60099 2026.01.22 22:20:29.299018 [ 288 ] {} TCP-Session: 749aff86-9645-4760-86ed-d3c1f0d4cef1 Authenticating user 'default' from [fd00:1122:3344:101::e]:64864 2026.01.22 22:20:29.299027 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61451 2026.01.22 22:20:29.299032 [ 286 ] {} TCP-Session: 0f407955-4ae9-442b-a727-97ba411533b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:29.299062 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43188 2026.01.22 22:20:29.299093 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.299109 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.299125 [ 290 ] {} TCP-Session: c23cafc2-4068-4ee0-b22a-0164239c2112 Authenticating user 'default' from [fd00:1122:3344:101::e]:60099 2026.01.22 22:20:29.299140 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.299144 [ 350 ] {} TCP-Session: 579b9775-5309-4cea-9240-befd974102c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:61451 2026.01.22 22:20:29.299171 [ 353 ] {} TCP-Session: 6a3376de-1196-4c12-93ca-7c469f5e2822 Authenticating user 'default' from [fd00:1122:3344:101::e]:43188 2026.01.22 22:20:29.299190 [ 350 ] {} TCP-Session: 579b9775-5309-4cea-9240-befd974102c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299202 [ 353 ] {} TCP-Session: 6a3376de-1196-4c12-93ca-7c469f5e2822 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299208 [ 286 ] {cac7528d-5ad4-495d-9886-12dc697d6dff} executeQuery: (from [fd00:1122:3344:101::e]:46734) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:20:29.299223 [ 353 ] {} TCP-Session: 6a3376de-1196-4c12-93ca-7c469f5e2822 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299215 [ 350 ] {} TCP-Session: 579b9775-5309-4cea-9240-befd974102c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299153 [ 290 ] {} TCP-Session: c23cafc2-4068-4ee0-b22a-0164239c2112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299060 [ 288 ] {} TCP-Session: 749aff86-9645-4760-86ed-d3c1f0d4cef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299277 [ 290 ] {} TCP-Session: c23cafc2-4068-4ee0-b22a-0164239c2112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299296 [ 288 ] {} TCP-Session: 749aff86-9645-4760-86ed-d3c1f0d4cef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299039 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.299061 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.299358 [ 289 ] {} TCP-Session: ec7f08dd-59de-43af-b329-472b0131d065 Authenticating user 'default' from [fd00:1122:3344:101::e]:42871 2026.01.22 22:20:29.299392 [ 349 ] {} TCP-Session: 0fe41139-4ff0-44a1-a964-e737c5ce9e20 Authenticating user 'default' from [fd00:1122:3344:101::e]:62790 2026.01.22 22:20:29.299409 [ 289 ] {} TCP-Session: ec7f08dd-59de-43af-b329-472b0131d065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299427 [ 349 ] {} TCP-Session: 0fe41139-4ff0-44a1-a964-e737c5ce9e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299441 [ 289 ] {} TCP-Session: ec7f08dd-59de-43af-b329-472b0131d065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299464 [ 349 ] {} TCP-Session: 0fe41139-4ff0-44a1-a964-e737c5ce9e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299430 [ 286 ] {cac7528d-5ad4-495d-9886-12dc697d6dff} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:20:29.299057 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39633 2026.01.22 22:20:29.299042 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34403 2026.01.22 22:20:29.299541 [ 286 ] {cac7528d-5ad4-495d-9886-12dc697d6dff} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:20:29.299588 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.299616 [ 352 ] {} TCP-Session: d8c999da-8d8a-482c-b4a7-d1fe2351a9d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:39633 2026.01.22 22:20:29.299616 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:20:29.299639 [ 352 ] {} TCP-Session: d8c999da-8d8a-482c-b4a7-d1fe2351a9d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299661 [ 351 ] {} TCP-Session: 1f5a836d-4768-45ce-8a23-7add1f6cc0db Authenticating user 'default' from [fd00:1122:3344:101::e]:34403 2026.01.22 22:20:29.299662 [ 352 ] {} TCP-Session: d8c999da-8d8a-482c-b4a7-d1fe2351a9d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299691 [ 351 ] {} TCP-Session: 1f5a836d-4768-45ce-8a23-7add1f6cc0db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299710 [ 351 ] {} TCP-Session: 1f5a836d-4768-45ce-8a23-7add1f6cc0db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.299816 [ 286 ] {cac7528d-5ad4-495d-9886-12dc697d6dff} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:20:29.300828 [ 312 ] {cac7528d-5ad4-495d-9886-12dc697d6dff} AggregatingTransform: Aggregating 2026.01.22 22:20:29.300870 [ 312 ] {cac7528d-5ad4-495d-9886-12dc697d6dff} Aggregator: Aggregation method: without_key 2026.01.22 22:20:29.300902 [ 312 ] {cac7528d-5ad4-495d-9886-12dc697d6dff} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000979558 sec. (1020.869 rows/sec., 39.88 KiB/sec.) 2026.01.22 22:20:29.300916 [ 312 ] {cac7528d-5ad4-495d-9886-12dc697d6dff} Aggregator: Merging aggregated data 2026.01.22 22:20:29.302392 [ 286 ] {cac7528d-5ad4-495d-9886-12dc697d6dff} executeQuery: Read 1 rows, 40.00 B in 0.003224 sec., 310.17369727047145 rows/sec., 12.12 KiB/sec. 2026.01.22 22:20:29.302535 [ 286 ] {cac7528d-5ad4-495d-9886-12dc697d6dff} TCPHandler: Processed in 0.003689958 sec. 2026.01.22 22:20:29.302625 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.302655 [ 286 ] {} TCP-Session: 0f407955-4ae9-442b-a727-97ba411533b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.302665 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.302689 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.302701 [ 353 ] {} TCP-Session: 6a3376de-1196-4c12-93ca-7c469f5e2822 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.302731 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.302745 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.302764 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.302784 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.302794 [ 290 ] {} TCP-Session: c23cafc2-4068-4ee0-b22a-0164239c2112 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.302807 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.302836 [ 350 ] {} TCP-Session: 579b9775-5309-4cea-9240-befd974102c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.302778 [ 288 ] {} TCP-Session: 749aff86-9645-4760-86ed-d3c1f0d4cef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.302866 [ 352 ] {} TCP-Session: d8c999da-8d8a-482c-b4a7-d1fe2351a9d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.302738 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:20:29.302738 [ 289 ] {} TCP-Session: ec7f08dd-59de-43af-b329-472b0131d065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.302819 [ 351 ] {} TCP-Session: 1f5a836d-4768-45ce-8a23-7add1f6cc0db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.302935 [ 349 ] {} TCP-Session: 0fe41139-4ff0-44a1-a964-e737c5ce9e20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:20:29.799562 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15776 2026.01.22 22:20:29.800067 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:29.800116 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:29.800601 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:20:29.800842 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:29.800988 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15776 2026.01.22 22:20:30.637352 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.01.22 22:20:30.653806 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:30.653873 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.22 22:20:30.659671 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:20:30.660382 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:30.663174 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.01.22 22:20:32.341392 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 856 2026.01.22 22:20:32.344074 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:32.344131 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:32.345370 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:20:32.345671 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:32.346031 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 856 2026.01.22 22:20:32.530475 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:32.530653 [ 277 ] {cb70dff6-4e29-4ae0-9a04-50b5603241d1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:32.530722 [ 277 ] {cb70dff6-4e29-4ae0-9a04-50b5603241d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:32.531438 [ 277 ] {cb70dff6-4e29-4ae0-9a04-50b5603241d1} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:32.531485 [ 277 ] {cb70dff6-4e29-4ae0-9a04-50b5603241d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:32.531906 [ 277 ] {cb70dff6-4e29-4ae0-9a04-50b5603241d1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.22 22:20:32.532145 [ 277 ] {cb70dff6-4e29-4ae0-9a04-50b5603241d1} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:32.532308 [ 277 ] {cb70dff6-4e29-4ae0-9a04-50b5603241d1} executeQuery: Read 128 rows, 11.26 KiB in 0.001703 sec., 75161.47974163241 rows/sec., 6.46 MiB/sec. 2026.01.22 22:20:32.532351 [ 277 ] {cb70dff6-4e29-4ae0-9a04-50b5603241d1} TCPHandler: Processed in 0.002006045 sec. 2026.01.22 22:20:32.532488 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:32.532584 [ 277 ] {945accf1-45ba-42e7-9df7-ec81effa1eea} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:32.532625 [ 277 ] {945accf1-45ba-42e7-9df7-ec81effa1eea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:32.533044 [ 277 ] {945accf1-45ba-42e7-9df7-ec81effa1eea} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:32.533081 [ 277 ] {945accf1-45ba-42e7-9df7-ec81effa1eea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:32.533387 [ 277 ] {945accf1-45ba-42e7-9df7-ec81effa1eea} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.22 22:20:32.533641 [ 277 ] {945accf1-45ba-42e7-9df7-ec81effa1eea} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:32.533848 [ 141 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.22 22:20:32.533863 [ 277 ] {945accf1-45ba-42e7-9df7-ec81effa1eea} executeQuery: Read 36 rows, 2.71 KiB in 0.001298 sec., 27734.976887519264 rows/sec., 2.04 MiB/sec. 2026.01.22 22:20:32.533932 [ 141 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:32.533938 [ 277 ] {945accf1-45ba-42e7-9df7-ec81effa1eea} TCPHandler: Processed in 0.001501611 sec. 2026.01.22 22:20:32.533974 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:32.534073 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:20:32.534085 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:32.534162 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:32.534182 [ 277 ] {e5af421b-1fc0-4d41-869d-f1f2b70d9c5c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:32.534192 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 296 rows starting from the beginning of the part 2026.01.22 22:20:32.534372 [ 277 ] {e5af421b-1fc0-4d41-869d-f1f2b70d9c5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:32.534407 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:32.534455 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 19 rows starting from the beginning of the part 2026.01.22 22:20:32.534496 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:32.534536 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 5 rows starting from the beginning of the part 2026.01.22 22:20:32.534580 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:32.534899 [ 277 ] {e5af421b-1fc0-4d41-869d-f1f2b70d9c5c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:32.534936 [ 277 ] {e5af421b-1fc0-4d41-869d-f1f2b70d9c5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:32.535256 [ 277 ] {e5af421b-1fc0-4d41-869d-f1f2b70d9c5c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.22 22:20:32.535326 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 428 rows, containing 5 columns (5 merged, 0 gathered) in 0.00129467 sec., 330586.1725381758 rows/sec., 22.99 MiB/sec. 2026.01.22 22:20:32.535496 [ 277 ] {e5af421b-1fc0-4d41-869d-f1f2b70d9c5c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:32.535514 [ 200 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.22 22:20:32.535640 [ 277 ] {e5af421b-1fc0-4d41-869d-f1f2b70d9c5c} executeQuery: Read 100 rows, 8.00 KiB in 0.001475 sec., 67796.61016949153 rows/sec., 5.30 MiB/sec. 2026.01.22 22:20:32.535693 [ 277 ] {e5af421b-1fc0-4d41-869d-f1f2b70d9c5c} TCPHandler: Processed in 0.001663293 sec. 2026.01.22 22:20:32.535817 [ 200 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_41_8} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:32.535826 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:32.535900 [ 200 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_41_8} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.22 22:20:32.535930 [ 277 ] {95f8205f-c149-41c3-894f-e56c71fb6ff8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:32.535979 [ 277 ] {95f8205f-c149-41c3-894f-e56c71fb6ff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:32.536009 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:20:32.536421 [ 277 ] {95f8205f-c149-41c3-894f-e56c71fb6ff8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:32.536461 [ 277 ] {95f8205f-c149-41c3-894f-e56c71fb6ff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:32.536844 [ 277 ] {95f8205f-c149-41c3-894f-e56c71fb6ff8} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.22 22:20:32.537067 [ 277 ] {95f8205f-c149-41c3-894f-e56c71fb6ff8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:32.537201 [ 277 ] {95f8205f-c149-41c3-894f-e56c71fb6ff8} executeQuery: Read 160 rows, 11.41 KiB in 0.00129 sec., 124031.007751938 rows/sec., 8.64 MiB/sec. 2026.01.22 22:20:32.537239 [ 277 ] {95f8205f-c149-41c3-894f-e56c71fb6ff8} TCPHandler: Processed in 0.001462861 sec. 2026.01.22 22:20:32.537356 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:32.537449 [ 277 ] {758349c4-6aac-429d-b878-55c6299adbad} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:32.537503 [ 277 ] {758349c4-6aac-429d-b878-55c6299adbad} 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.01.22 22:20:32.538591 [ 277 ] {758349c4-6aac-429d-b878-55c6299adbad} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:32.538633 [ 277 ] {758349c4-6aac-429d-b878-55c6299adbad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:32.539214 [ 277 ] {758349c4-6aac-429d-b878-55c6299adbad} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.22 22:20:32.539434 [ 277 ] {758349c4-6aac-429d-b878-55c6299adbad} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:32.539574 [ 277 ] {758349c4-6aac-429d-b878-55c6299adbad} executeQuery: Read 36 rows, 66.06 KiB in 0.002143 sec., 16798.88007466169 rows/sec., 30.10 MiB/sec. 2026.01.22 22:20:32.539651 [ 277 ] {758349c4-6aac-429d-b878-55c6299adbad} TCPHandler: Processed in 0.002343418 sec. 2026.01.22 22:20:32.539775 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:32.539870 [ 277 ] {86107836-4d4a-4d6e-91d1-c18b878fca1d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:32.539911 [ 277 ] {86107836-4d4a-4d6e-91d1-c18b878fca1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:32.540260 [ 277 ] {86107836-4d4a-4d6e-91d1-c18b878fca1d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:32.540296 [ 277 ] {86107836-4d4a-4d6e-91d1-c18b878fca1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:32.540595 [ 277 ] {86107836-4d4a-4d6e-91d1-c18b878fca1d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.22 22:20:32.540800 [ 277 ] {86107836-4d4a-4d6e-91d1-c18b878fca1d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:32.540928 [ 277 ] {86107836-4d4a-4d6e-91d1-c18b878fca1d} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.01.22 22:20:32.540963 [ 277 ] {86107836-4d4a-4d6e-91d1-c18b878fca1d} TCPHandler: Processed in 0.00123761 sec. 2026.01.22 22:20:37.167182 [ 140 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:20:37.167248 [ 140 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:20:37.301132 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16288 2026.01.22 22:20:37.301713 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:37.301764 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:37.302295 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:20:37.302531 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:37.302677 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16288 2026.01.22 22:20:37.529151 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:37.529351 [ 277 ] {d770e9be-2ab9-4024-b795-c98d2f592321} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:37.529426 [ 277 ] {d770e9be-2ab9-4024-b795-c98d2f592321} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:37.530183 [ 277 ] {d770e9be-2ab9-4024-b795-c98d2f592321} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:37.530232 [ 277 ] {d770e9be-2ab9-4024-b795-c98d2f592321} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:37.530609 [ 277 ] {d770e9be-2ab9-4024-b795-c98d2f592321} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.22 22:20:37.530832 [ 277 ] {d770e9be-2ab9-4024-b795-c98d2f592321} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:37.531001 [ 277 ] {d770e9be-2ab9-4024-b795-c98d2f592321} executeQuery: Read 66 rows, 5.35 KiB in 0.001702 sec., 38777.90834312574 rows/sec., 3.07 MiB/sec. 2026.01.22 22:20:37.531062 [ 277 ] {d770e9be-2ab9-4024-b795-c98d2f592321} TCPHandler: Processed in 0.002041605 sec. 2026.01.22 22:20:37.531193 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:37.531293 [ 277 ] {3c91607d-ee50-4c75-8a9c-33de81bcff12} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:37.531336 [ 277 ] {3c91607d-ee50-4c75-8a9c-33de81bcff12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:37.531743 [ 277 ] {3c91607d-ee50-4c75-8a9c-33de81bcff12} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:37.531781 [ 277 ] {3c91607d-ee50-4c75-8a9c-33de81bcff12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:37.532085 [ 277 ] {3c91607d-ee50-4c75-8a9c-33de81bcff12} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.22 22:20:37.532313 [ 277 ] {3c91607d-ee50-4c75-8a9c-33de81bcff12} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:37.532449 [ 277 ] {3c91607d-ee50-4c75-8a9c-33de81bcff12} executeQuery: Read 5 rows, 385.00 B in 0.001179 sec., 4240.882103477524 rows/sec., 318.89 KiB/sec. 2026.01.22 22:20:37.532489 [ 277 ] {3c91607d-ee50-4c75-8a9c-33de81bcff12} TCPHandler: Processed in 0.00134551 sec. 2026.01.22 22:20:37.532604 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:37.532699 [ 277 ] {7af8ae65-a591-4f7c-91bc-2437c81a8734} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:37.532740 [ 277 ] {7af8ae65-a591-4f7c-91bc-2437c81a8734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:37.533168 [ 277 ] {7af8ae65-a591-4f7c-91bc-2437c81a8734} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:37.533205 [ 277 ] {7af8ae65-a591-4f7c-91bc-2437c81a8734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:37.533520 [ 277 ] {7af8ae65-a591-4f7c-91bc-2437c81a8734} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.22 22:20:37.533739 [ 277 ] {7af8ae65-a591-4f7c-91bc-2437c81a8734} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:37.533876 [ 277 ] {7af8ae65-a591-4f7c-91bc-2437c81a8734} executeQuery: Read 69 rows, 5.52 KiB in 0.001196 sec., 57692.307692307695 rows/sec., 4.50 MiB/sec. 2026.01.22 22:20:37.533915 [ 277 ] {7af8ae65-a591-4f7c-91bc-2437c81a8734} TCPHandler: Processed in 0.00136048 sec. 2026.01.22 22:20:37.534037 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:37.534133 [ 277 ] {c2b7ad6f-1273-40ff-bd18-922d4c96de6d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:37.534178 [ 277 ] {c2b7ad6f-1273-40ff-bd18-922d4c96de6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:37.534622 [ 277 ] {c2b7ad6f-1273-40ff-bd18-922d4c96de6d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:37.534659 [ 277 ] {c2b7ad6f-1273-40ff-bd18-922d4c96de6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:37.534998 [ 277 ] {c2b7ad6f-1273-40ff-bd18-922d4c96de6d} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.22 22:20:37.535209 [ 277 ] {c2b7ad6f-1273-40ff-bd18-922d4c96de6d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:37.535343 [ 277 ] {c2b7ad6f-1273-40ff-bd18-922d4c96de6d} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2026.01.22 22:20:37.535380 [ 277 ] {c2b7ad6f-1273-40ff-bd18-922d4c96de6d} TCPHandler: Processed in 0.001393781 sec. 2026.01.22 22:20:37.535489 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:37.535588 [ 277 ] {ee2be4ec-c8db-4184-a012-c779f71a6b57} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:37.535644 [ 277 ] {ee2be4ec-c8db-4184-a012-c779f71a6b57} 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.01.22 22:20:37.536403 [ 277 ] {ee2be4ec-c8db-4184-a012-c779f71a6b57} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:37.536440 [ 277 ] {ee2be4ec-c8db-4184-a012-c779f71a6b57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:37.536948 [ 277 ] {ee2be4ec-c8db-4184-a012-c779f71a6b57} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.22 22:20:37.537168 [ 277 ] {ee2be4ec-c8db-4184-a012-c779f71a6b57} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:37.537310 [ 277 ] {ee2be4ec-c8db-4184-a012-c779f71a6b57} executeQuery: Read 5 rows, 9.17 KiB in 0.00174 sec., 2873.5632183908046 rows/sec., 5.15 MiB/sec. 2026.01.22 22:20:37.537372 [ 277 ] {ee2be4ec-c8db-4184-a012-c779f71a6b57} TCPHandler: Processed in 0.001934405 sec. 2026.01.22 22:20:37.537489 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:37.537584 [ 277 ] {1b018d04-09b1-4597-b932-53c53a0335ff} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:37.537626 [ 277 ] {1b018d04-09b1-4597-b932-53c53a0335ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:37.537963 [ 277 ] {1b018d04-09b1-4597-b932-53c53a0335ff} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:37.537999 [ 277 ] {1b018d04-09b1-4597-b932-53c53a0335ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:37.538298 [ 277 ] {1b018d04-09b1-4597-b932-53c53a0335ff} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.22 22:20:37.538504 [ 277 ] {1b018d04-09b1-4597-b932-53c53a0335ff} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:37.538634 [ 277 ] {1b018d04-09b1-4597-b932-53c53a0335ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.01.22 22:20:37.538670 [ 277 ] {1b018d04-09b1-4597-b932-53c53a0335ff} TCPHandler: Processed in 0.001232159 sec. 2026.01.22 22:20:38.163320 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.01.22 22:20:38.180007 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:38.180070 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:38.186378 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:20:38.187159 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:38.194042 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.01.22 22:20:42.346316 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 880 2026.01.22 22:20:42.348618 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:42.348665 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:42.349863 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:20:42.350143 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:42.350488 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 880 2026.01.22 22:20:42.530375 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:42.530565 [ 277 ] {7fd29d27-08dc-41b8-8917-7c025eafa453} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:42.530637 [ 277 ] {7fd29d27-08dc-41b8-8917-7c025eafa453} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:42.531394 [ 277 ] {7fd29d27-08dc-41b8-8917-7c025eafa453} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:42.531439 [ 277 ] {7fd29d27-08dc-41b8-8917-7c025eafa453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:42.531848 [ 277 ] {7fd29d27-08dc-41b8-8917-7c025eafa453} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.22 22:20:42.532066 [ 277 ] {7fd29d27-08dc-41b8-8917-7c025eafa453} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:42.532209 [ 277 ] {7fd29d27-08dc-41b8-8917-7c025eafa453} executeQuery: Read 129 rows, 11.36 KiB in 0.001696 sec., 76061.32075471697 rows/sec., 6.54 MiB/sec. 2026.01.22 22:20:42.532250 [ 277 ] {7fd29d27-08dc-41b8-8917-7c025eafa453} TCPHandler: Processed in 0.002005825 sec. 2026.01.22 22:20:42.532375 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:42.532468 [ 277 ] {1289f692-4da1-4145-9279-e6b5ec308c83} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:42.532508 [ 277 ] {1289f692-4da1-4145-9279-e6b5ec308c83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:42.532918 [ 277 ] {1289f692-4da1-4145-9279-e6b5ec308c83} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:42.532954 [ 277 ] {1289f692-4da1-4145-9279-e6b5ec308c83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:42.533253 [ 277 ] {1289f692-4da1-4145-9279-e6b5ec308c83} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.22 22:20:42.533452 [ 277 ] {1289f692-4da1-4145-9279-e6b5ec308c83} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:42.533579 [ 277 ] {1289f692-4da1-4145-9279-e6b5ec308c83} executeQuery: Read 36 rows, 2.71 KiB in 0.001129 sec., 31886.625332152347 rows/sec., 2.34 MiB/sec. 2026.01.22 22:20:42.533618 [ 277 ] {1289f692-4da1-4145-9279-e6b5ec308c83} TCPHandler: Processed in 0.001290259 sec. 2026.01.22 22:20:42.533724 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:42.533815 [ 277 ] {7ca234dd-1580-4f75-ac56-66be585fd48f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:20:42.533853 [ 277 ] {7ca234dd-1580-4f75-ac56-66be585fd48f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:20:42.534223 [ 277 ] {7ca234dd-1580-4f75-ac56-66be585fd48f} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:42.534259 [ 277 ] {7ca234dd-1580-4f75-ac56-66be585fd48f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:42.534530 [ 277 ] {7ca234dd-1580-4f75-ac56-66be585fd48f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:20:42.534730 [ 277 ] {7ca234dd-1580-4f75-ac56-66be585fd48f} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:42.534852 [ 277 ] {7ca234dd-1580-4f75-ac56-66be585fd48f} executeQuery: Read 1 rows, 68.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 62.94 KiB/sec. 2026.01.22 22:20:42.534888 [ 277 ] {7ca234dd-1580-4f75-ac56-66be585fd48f} TCPHandler: Processed in 0.001210308 sec. 2026.01.22 22:20:42.534989 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:42.535080 [ 277 ] {44ad16e6-0c46-4333-8eb0-722a4cf82134} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:42.535119 [ 277 ] {44ad16e6-0c46-4333-8eb0-722a4cf82134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:42.535535 [ 277 ] {44ad16e6-0c46-4333-8eb0-722a4cf82134} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:42.535569 [ 277 ] {44ad16e6-0c46-4333-8eb0-722a4cf82134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:42.535861 [ 277 ] {44ad16e6-0c46-4333-8eb0-722a4cf82134} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.22 22:20:42.536077 [ 277 ] {44ad16e6-0c46-4333-8eb0-722a4cf82134} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:42.536198 [ 277 ] {44ad16e6-0c46-4333-8eb0-722a4cf82134} executeQuery: Read 100 rows, 8.00 KiB in 0.001134 sec., 88183.42151675485 rows/sec., 6.89 MiB/sec. 2026.01.22 22:20:42.536233 [ 277 ] {44ad16e6-0c46-4333-8eb0-722a4cf82134} TCPHandler: Processed in 0.00128974 sec. 2026.01.22 22:20:42.536341 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:42.536438 [ 277 ] {d7d9e583-a9e3-4cbc-a3af-c995f1a6e13b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:42.536480 [ 277 ] {d7d9e583-a9e3-4cbc-a3af-c995f1a6e13b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:42.536874 [ 277 ] {d7d9e583-a9e3-4cbc-a3af-c995f1a6e13b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:42.536908 [ 277 ] {d7d9e583-a9e3-4cbc-a3af-c995f1a6e13b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:42.537224 [ 277 ] {d7d9e583-a9e3-4cbc-a3af-c995f1a6e13b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.22 22:20:42.537419 [ 277 ] {d7d9e583-a9e3-4cbc-a3af-c995f1a6e13b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:42.537541 [ 277 ] {d7d9e583-a9e3-4cbc-a3af-c995f1a6e13b} executeQuery: Read 160 rows, 11.41 KiB in 0.00112 sec., 142857.14285714287 rows/sec., 9.95 MiB/sec. 2026.01.22 22:20:42.537575 [ 277 ] {d7d9e583-a9e3-4cbc-a3af-c995f1a6e13b} TCPHandler: Processed in 0.00128023 sec. 2026.01.22 22:20:42.537674 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:42.537765 [ 277 ] {f663d043-26d7-4e0f-9e15-e812e38c5b14} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:20:42.537805 [ 277 ] {f663d043-26d7-4e0f-9e15-e812e38c5b14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:20:42.538089 [ 277 ] {f663d043-26d7-4e0f-9e15-e812e38c5b14} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:42.538120 [ 277 ] {f663d043-26d7-4e0f-9e15-e812e38c5b14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:42.538383 [ 277 ] {f663d043-26d7-4e0f-9e15-e812e38c5b14} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:20:42.538565 [ 277 ] {f663d043-26d7-4e0f-9e15-e812e38c5b14} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:42.538678 [ 277 ] {f663d043-26d7-4e0f-9e15-e812e38c5b14} executeQuery: Read 1 rows, 65.00 B in 0.000989 sec., 1011.1223458038422 rows/sec., 64.18 KiB/sec. 2026.01.22 22:20:42.538710 [ 277 ] {f663d043-26d7-4e0f-9e15-e812e38c5b14} TCPHandler: Processed in 0.001143148 sec. 2026.01.22 22:20:42.538899 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:42.539021 [ 277 ] {f293a4d9-3a95-4be6-a0a3-64f42ad69260} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:42.539086 [ 277 ] {f293a4d9-3a95-4be6-a0a3-64f42ad69260} 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.01.22 22:20:42.539968 [ 277 ] {f293a4d9-3a95-4be6-a0a3-64f42ad69260} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:42.540004 [ 277 ] {f293a4d9-3a95-4be6-a0a3-64f42ad69260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:42.540560 [ 277 ] {f293a4d9-3a95-4be6-a0a3-64f42ad69260} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.22 22:20:42.540777 [ 277 ] {f293a4d9-3a95-4be6-a0a3-64f42ad69260} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:42.540880 [ 135 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.22 22:20:42.540913 [ 277 ] {f293a4d9-3a95-4be6-a0a3-64f42ad69260} executeQuery: Read 36 rows, 66.06 KiB in 0.001917 sec., 18779.342723004695 rows/sec., 33.65 MiB/sec. 2026.01.22 22:20:42.540926 [ 135 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:42.540950 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:42.540965 [ 277 ] {f293a4d9-3a95-4be6-a0a3-64f42ad69260} TCPHandler: Processed in 0.002130435 sec. 2026.01.22 22:20:42.541039 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:20:42.541083 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:42.541180 [ 277 ] {35e2a47b-15df-4ad3-aca0-eb43b966ae8e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:42.541221 [ 277 ] {35e2a47b-15df-4ad3-aca0-eb43b966ae8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:42.541240 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:42.541296 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 776 rows starting from the beginning of the part 2026.01.22 22:20:42.541423 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:42.541530 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part 2026.01.22 22:20:42.541563 [ 277 ] {35e2a47b-15df-4ad3-aca0-eb43b966ae8e} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:42.541599 [ 277 ] {35e2a47b-15df-4ad3-aca0-eb43b966ae8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:42.541634 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:42.541737 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 5 rows starting from the beginning of the part 2026.01.22 22:20:42.541840 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:42.541907 [ 277 ] {35e2a47b-15df-4ad3-aca0-eb43b966ae8e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.22 22:20:42.542112 [ 277 ] {35e2a47b-15df-4ad3-aca0-eb43b966ae8e} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:42.542240 [ 277 ] {35e2a47b-15df-4ad3-aca0-eb43b966ae8e} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.01.22 22:20:42.542275 [ 277 ] {35e2a47b-15df-4ad3-aca0-eb43b966ae8e} TCPHandler: Processed in 0.001242929 sec. 2026.01.22 22:20:42.557352 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 894 rows, containing 19 columns (19 merged, 0 gathered) in 0.016350211 sec., 54678.19344961359 rows/sec., 97.98 MiB/sec. 2026.01.22 22:20:42.558479 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.22 22:20:42.558832 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_41_8} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:42.558910 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_41_8} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.22 22:20:42.559065 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. 2026.01.22 22:20:43.000222 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 283.52 MiB, peak 291.10 MiB, free memory in arenas 0.00 B, will set to 285.16 MiB (RSS), difference: 1.64 MiB 2026.01.22 22:20:44.802866 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16736 2026.01.22 22:20:44.803340 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:44.803379 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:44.803906 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:20:44.804147 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:44.804290 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16736 2026.01.22 22:20:45.694239 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.01.22 22:20:45.713973 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:45.714043 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:45.721192 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:20:45.722482 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:45.731258 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.01.22 22:20:47.559192 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:47.559476 [ 277 ] {5e1b8bec-fac8-4f83-96ed-9372a63d2944} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:20:47.559580 [ 277 ] {5e1b8bec-fac8-4f83-96ed-9372a63d2944} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:20:47.560263 [ 277 ] {5e1b8bec-fac8-4f83-96ed-9372a63d2944} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:47.560322 [ 277 ] {5e1b8bec-fac8-4f83-96ed-9372a63d2944} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:47.560749 [ 277 ] {5e1b8bec-fac8-4f83-96ed-9372a63d2944} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:20:47.560984 [ 277 ] {5e1b8bec-fac8-4f83-96ed-9372a63d2944} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:47.561151 [ 277 ] {5e1b8bec-fac8-4f83-96ed-9372a63d2944} executeQuery: Read 24 rows, 2.04 KiB in 0.001752 sec., 13698.630136986301 rows/sec., 1.14 MiB/sec. 2026.01.22 22:20:47.561203 [ 277 ] {5e1b8bec-fac8-4f83-96ed-9372a63d2944} TCPHandler: Processed in 0.002199606 sec. 2026.01.22 22:20:47.561329 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:47.561435 [ 277 ] {19f39e7f-67eb-4218-8ba6-276c7b82ff5d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:20:47.561479 [ 277 ] {19f39e7f-67eb-4218-8ba6-276c7b82ff5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:20:47.561893 [ 277 ] {19f39e7f-67eb-4218-8ba6-276c7b82ff5d} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:47.561931 [ 277 ] {19f39e7f-67eb-4218-8ba6-276c7b82ff5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:47.562229 [ 277 ] {19f39e7f-67eb-4218-8ba6-276c7b82ff5d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:20:47.562451 [ 277 ] {19f39e7f-67eb-4218-8ba6-276c7b82ff5d} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:47.562588 [ 277 ] {19f39e7f-67eb-4218-8ba6-276c7b82ff5d} executeQuery: Read 6 rows, 501.00 B in 0.001178 sec., 5093.378607809847 rows/sec., 415.33 KiB/sec. 2026.01.22 22:20:47.562626 [ 277 ] {19f39e7f-67eb-4218-8ba6-276c7b82ff5d} TCPHandler: Processed in 0.00135227 sec. 2026.01.22 22:20:47.562738 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:47.562834 [ 277 ] {7c2210b5-4cc0-45fd-901c-aaea030fd17d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:47.562875 [ 277 ] {7c2210b5-4cc0-45fd-901c-aaea030fd17d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:47.563751 [ 277 ] {7c2210b5-4cc0-45fd-901c-aaea030fd17d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:47.563786 [ 277 ] {7c2210b5-4cc0-45fd-901c-aaea030fd17d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:47.564203 [ 277 ] {7c2210b5-4cc0-45fd-901c-aaea030fd17d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.22 22:20:47.564414 [ 277 ] {7c2210b5-4cc0-45fd-901c-aaea030fd17d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:47.564548 [ 277 ] {7c2210b5-4cc0-45fd-901c-aaea030fd17d} executeQuery: Read 1329 rows, 113.13 KiB in 0.001732 sec., 767321.0161662818 rows/sec., 63.79 MiB/sec. 2026.01.22 22:20:47.564585 [ 277 ] {7c2210b5-4cc0-45fd-901c-aaea030fd17d} TCPHandler: Processed in 0.001897814 sec. 2026.01.22 22:20:47.564689 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:47.564784 [ 277 ] {167e1efa-4c78-4b9f-a5df-3e3f56bf8685} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:47.564823 [ 277 ] {167e1efa-4c78-4b9f-a5df-3e3f56bf8685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:47.565223 [ 277 ] {167e1efa-4c78-4b9f-a5df-3e3f56bf8685} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:47.565258 [ 277 ] {167e1efa-4c78-4b9f-a5df-3e3f56bf8685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:47.565564 [ 277 ] {167e1efa-4c78-4b9f-a5df-3e3f56bf8685} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.22 22:20:47.565769 [ 277 ] {167e1efa-4c78-4b9f-a5df-3e3f56bf8685} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:47.565896 [ 277 ] {167e1efa-4c78-4b9f-a5df-3e3f56bf8685} executeQuery: Read 23 rows, 1.76 KiB in 0.001131 sec., 20335.98585322723 rows/sec., 1.52 MiB/sec. 2026.01.22 22:20:47.565933 [ 277 ] {167e1efa-4c78-4b9f-a5df-3e3f56bf8685} TCPHandler: Processed in 0.001293699 sec. 2026.01.22 22:20:47.566056 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:47.566178 [ 277 ] {8f9cf0ca-afdd-4933-b00e-fa45def83c81} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:20:47.566226 [ 277 ] {8f9cf0ca-afdd-4933-b00e-fa45def83c81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:20:47.566737 [ 277 ] {8f9cf0ca-afdd-4933-b00e-fa45def83c81} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:47.566772 [ 277 ] {8f9cf0ca-afdd-4933-b00e-fa45def83c81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:47.567110 [ 277 ] {8f9cf0ca-afdd-4933-b00e-fa45def83c81} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:20:47.567338 [ 277 ] {8f9cf0ca-afdd-4933-b00e-fa45def83c81} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:47.567464 [ 277 ] {8f9cf0ca-afdd-4933-b00e-fa45def83c81} executeQuery: Read 252 rows, 17.85 KiB in 0.00131 sec., 192366.41221374046 rows/sec., 13.30 MiB/sec. 2026.01.22 22:20:47.567502 [ 277 ] {8f9cf0ca-afdd-4933-b00e-fa45def83c81} TCPHandler: Processed in 0.001507642 sec. 2026.01.22 22:20:47.567615 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:47.567709 [ 277 ] {e6a4396e-d4b4-4b5e-8d56-c4c03089b33a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:20:47.567749 [ 277 ] {e6a4396e-d4b4-4b5e-8d56-c4c03089b33a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:20:47.568137 [ 277 ] {e6a4396e-d4b4-4b5e-8d56-c4c03089b33a} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:47.568172 [ 277 ] {e6a4396e-d4b4-4b5e-8d56-c4c03089b33a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:47.568462 [ 277 ] {e6a4396e-d4b4-4b5e-8d56-c4c03089b33a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:20:47.568661 [ 277 ] {e6a4396e-d4b4-4b5e-8d56-c4c03089b33a} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:47.568790 [ 277 ] {e6a4396e-d4b4-4b5e-8d56-c4c03089b33a} executeQuery: Read 12 rows, 960.00 B in 0.001099 sec., 10919.01728844404 rows/sec., 853.05 KiB/sec. 2026.01.22 22:20:47.568827 [ 277 ] {e6a4396e-d4b4-4b5e-8d56-c4c03089b33a} TCPHandler: Processed in 0.00126213 sec. 2026.01.22 22:20:47.568928 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:47.569021 [ 277 ] {5054fc99-80fa-4c54-ab93-d9c817c4a5f9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:47.569060 [ 277 ] {5054fc99-80fa-4c54-ab93-d9c817c4a5f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:47.569609 [ 277 ] {5054fc99-80fa-4c54-ab93-d9c817c4a5f9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:47.569645 [ 277 ] {5054fc99-80fa-4c54-ab93-d9c817c4a5f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:47.569989 [ 277 ] {5054fc99-80fa-4c54-ab93-d9c817c4a5f9} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.22 22:20:47.570183 [ 277 ] {5054fc99-80fa-4c54-ab93-d9c817c4a5f9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:47.570304 [ 277 ] {5054fc99-80fa-4c54-ab93-d9c817c4a5f9} executeQuery: Read 567 rows, 43.55 KiB in 0.001325 sec., 427924.5283018868 rows/sec., 32.10 MiB/sec. 2026.01.22 22:20:47.570338 [ 277 ] {5054fc99-80fa-4c54-ab93-d9c817c4a5f9} TCPHandler: Processed in 0.001486351 sec. 2026.01.22 22:20:47.570443 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:47.570532 [ 277 ] {f99f6204-a73f-4814-af73-434d997277f0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:47.570571 [ 277 ] {f99f6204-a73f-4814-af73-434d997277f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:47.571157 [ 277 ] {f99f6204-a73f-4814-af73-434d997277f0} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:47.571191 [ 277 ] {f99f6204-a73f-4814-af73-434d997277f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:47.571565 [ 277 ] {f99f6204-a73f-4814-af73-434d997277f0} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.22 22:20:47.571791 [ 277 ] {f99f6204-a73f-4814-af73-434d997277f0} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:47.571921 [ 277 ] {f99f6204-a73f-4814-af73-434d997277f0} executeQuery: Read 883 rows, 61.37 KiB in 0.001367 sec., 645940.014630578 rows/sec., 43.84 MiB/sec. 2026.01.22 22:20:47.571957 [ 277 ] {f99f6204-a73f-4814-af73-434d997277f0} TCPHandler: Processed in 0.001528332 sec. 2026.01.22 22:20:47.572070 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:47.572168 [ 277 ] {76409564-90dd-4c46-a758-2282821c9429} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:47.572223 [ 277 ] {76409564-90dd-4c46-a758-2282821c9429} 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.01.22 22:20:47.572962 [ 277 ] {76409564-90dd-4c46-a758-2282821c9429} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:47.572997 [ 277 ] {76409564-90dd-4c46-a758-2282821c9429} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:47.573532 [ 277 ] {76409564-90dd-4c46-a758-2282821c9429} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.22 22:20:47.573753 [ 277 ] {76409564-90dd-4c46-a758-2282821c9429} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:47.573898 [ 277 ] {76409564-90dd-4c46-a758-2282821c9429} executeQuery: Read 5 rows, 9.17 KiB in 0.001748 sec., 2860.411899313501 rows/sec., 5.13 MiB/sec. 2026.01.22 22:20:47.573958 [ 277 ] {76409564-90dd-4c46-a758-2282821c9429} TCPHandler: Processed in 0.001937414 sec. 2026.01.22 22:20:47.574071 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:47.574167 [ 277 ] {1461f7d3-6aa3-4a47-9d58-f7884450f045} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:47.574210 [ 277 ] {1461f7d3-6aa3-4a47-9d58-f7884450f045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:47.574538 [ 277 ] {1461f7d3-6aa3-4a47-9d58-f7884450f045} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:47.574573 [ 277 ] {1461f7d3-6aa3-4a47-9d58-f7884450f045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:47.574889 [ 277 ] {1461f7d3-6aa3-4a47-9d58-f7884450f045} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.22 22:20:47.575097 [ 277 ] {1461f7d3-6aa3-4a47-9d58-f7884450f045} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:47.575225 [ 277 ] {1461f7d3-6aa3-4a47-9d58-f7884450f045} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.01.22 22:20:47.575260 [ 277 ] {1461f7d3-6aa3-4a47-9d58-f7884450f045} TCPHandler: Processed in 0.001238379 sec. 2026.01.22 22:20:52.167500 [ 122 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:20:52.167572 [ 122 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:20:52.304542 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17248 2026.01.22 22:20:52.305126 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.305173 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.305752 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:20:52.305989 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.306120 [ 121 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.22 22:20:52.306139 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17248 2026.01.22 22:20:52.306162 [ 121 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.306182 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.306295 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:52.306438 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:52.306475 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14816 rows starting from the beginning of the part 2026.01.22 22:20:52.306538 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:52.306579 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:52.306620 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:52.306656 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:52.306693 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:20:52.308709 [ 189 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17248 rows, containing 4 columns (4 merged, 0 gathered) in 0.002464878 sec., 6997506.570304899 rows/sec., 100.10 MiB/sec. 2026.01.22 22:20:52.308884 [ 189 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.22 22:20:52.309406 [ 189 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_36_7} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.309535 [ 189 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_36_7} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.22 22:20:52.309684 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.01.22 22:20:52.350834 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 916 2026.01.22 22:20:52.353277 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.353326 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.354495 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:20:52.354766 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.354936 [ 121 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.22 22:20:52.355003 [ 121 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.355038 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.355104 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 916 2026.01.22 22:20:52.355142 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:20:52.355649 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:52.355783 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 768 rows starting from the beginning of the part 2026.01.22 22:20:52.356096 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part 2026.01.22 22:20:52.356393 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2026.01.22 22:20:52.356680 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part 2026.01.22 22:20:52.357000 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.01.22 22:20:52.357356 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:52.363750 [ 203 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 916 rows, containing 72 columns (72 merged, 0 gathered) in 0.008644014 sec., 105969.28695395449 rows/sec., 89.88 MiB/sec. 2026.01.22 22:20:52.364998 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.22 22:20:52.365526 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_26_5} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.365593 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_26_5} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.22 22:20:52.365773 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2026.01.22 22:20:52.530088 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:52.530246 [ 277 ] {faedf777-570d-46a4-9250-0be7e09eaac3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:52.530314 [ 277 ] {faedf777-570d-46a4-9250-0be7e09eaac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:52.531050 [ 277 ] {faedf777-570d-46a4-9250-0be7e09eaac3} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.531096 [ 277 ] {faedf777-570d-46a4-9250-0be7e09eaac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.531545 [ 277 ] {faedf777-570d-46a4-9250-0be7e09eaac3} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.22 22:20:52.531791 [ 277 ] {faedf777-570d-46a4-9250-0be7e09eaac3} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.531927 [ 121 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.22 22:20:52.531951 [ 277 ] {faedf777-570d-46a4-9250-0be7e09eaac3} executeQuery: Read 128 rows, 11.26 KiB in 0.001755 sec., 72934.47293447293 rows/sec., 6.27 MiB/sec. 2026.01.22 22:20:52.531968 [ 121 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.531995 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.532009 [ 277 ] {faedf777-570d-46a4-9250-0be7e09eaac3} TCPHandler: Processed in 0.002041366 sec. 2026.01.22 22:20:52.532124 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:20:52.532150 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:52.532267 [ 277 ] {60085a2f-0222-4ea6-94b0-d1a7904ef5f9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:52.532272 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:52.532315 [ 277 ] {60085a2f-0222-4ea6-94b0-d1a7904ef5f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:52.532321 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2556 rows starting from the beginning of the part 2026.01.22 22:20:52.532441 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 128 rows starting from the beginning of the part 2026.01.22 22:20:52.532491 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 66 rows starting from the beginning of the part 2026.01.22 22:20:52.532542 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 129 rows starting from the beginning of the part 2026.01.22 22:20:52.532603 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1329 rows starting from the beginning of the part 2026.01.22 22:20:52.532656 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 128 rows starting from the beginning of the part 2026.01.22 22:20:52.532807 [ 277 ] {60085a2f-0222-4ea6-94b0-d1a7904ef5f9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.532853 [ 277 ] {60085a2f-0222-4ea6-94b0-d1a7904ef5f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.533222 [ 277 ] {60085a2f-0222-4ea6-94b0-d1a7904ef5f9} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.22 22:20:52.533470 [ 277 ] {60085a2f-0222-4ea6-94b0-d1a7904ef5f9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.533630 [ 277 ] {60085a2f-0222-4ea6-94b0-d1a7904ef5f9} executeQuery: Read 36 rows, 2.71 KiB in 0.001388 sec., 25936.599423631127 rows/sec., 1.90 MiB/sec. 2026.01.22 22:20:52.533675 [ 277 ] {60085a2f-0222-4ea6-94b0-d1a7904ef5f9} TCPHandler: Processed in 0.001577332 sec. 2026.01.22 22:20:52.533793 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:52.533893 [ 277 ] {3f7e203d-1cfb-402d-ab40-32e548b1c191} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:52.533937 [ 277 ] {3f7e203d-1cfb-402d-ab40-32e548b1c191} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:52.534392 [ 277 ] {3f7e203d-1cfb-402d-ab40-32e548b1c191} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.534432 [ 277 ] {3f7e203d-1cfb-402d-ab40-32e548b1c191} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.534659 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 4336 rows, containing 5 columns (5 merged, 0 gathered) in 0.002595249 sec., 1670745.2733822458 rows/sec., 144.06 MiB/sec. 2026.01.22 22:20:52.534764 [ 277 ] {3f7e203d-1cfb-402d-ab40-32e548b1c191} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.22 22:20:52.534994 [ 277 ] {3f7e203d-1cfb-402d-ab40-32e548b1c191} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.535000 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.22 22:20:52.535120 [ 121 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.22 22:20:52.535134 [ 277 ] {3f7e203d-1cfb-402d-ab40-32e548b1c191} executeQuery: Read 100 rows, 8.00 KiB in 0.001261 sec., 79302.14115781126 rows/sec., 6.19 MiB/sec. 2026.01.22 22:20:52.535162 [ 121 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.535183 [ 277 ] {3f7e203d-1cfb-402d-ab40-32e548b1c191} TCPHandler: Processed in 0.001440391 sec. 2026.01.22 22:20:52.535190 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.535283 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_51_10} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.535284 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:20:52.535316 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:52.535367 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_51_10} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.22 22:20:52.535393 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:52.535419 [ 277 ] {fa144924-0e39-476d-8425-4656d83d31ec} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:52.535423 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1304 rows starting from the beginning of the part 2026.01.22 22:20:52.535452 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.01.22 22:20:52.535472 [ 277 ] {fa144924-0e39-476d-8425-4656d83d31ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:52.535489 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 100 rows starting from the beginning of the part 2026.01.22 22:20:52.535531 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 69 rows starting from the beginning of the part 2026.01.22 22:20:52.535567 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 100 rows starting from the beginning of the part 2026.01.22 22:20:52.535602 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 567 rows starting from the beginning of the part 2026.01.22 22:20:52.535640 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 100 rows starting from the beginning of the part 2026.01.22 22:20:52.535896 [ 277 ] {fa144924-0e39-476d-8425-4656d83d31ec} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.535939 [ 277 ] {fa144924-0e39-476d-8425-4656d83d31ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.536307 [ 277 ] {fa144924-0e39-476d-8425-4656d83d31ec} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.22 22:20:52.536525 [ 277 ] {fa144924-0e39-476d-8425-4656d83d31ec} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.536648 [ 121 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.22 22:20:52.536659 [ 277 ] {fa144924-0e39-476d-8425-4656d83d31ec} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2026.01.22 22:20:52.536685 [ 121 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.536701 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2240 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145074 sec., 1544039.5935867212 rows/sec., 119.81 MiB/sec. 2026.01.22 22:20:52.536708 [ 277 ] {fa144924-0e39-476d-8425-4656d83d31ec} TCPHandler: Processed in 0.0014419 sec. 2026.01.22 22:20:52.536709 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.536817 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:20:52.536848 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:52.536903 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.22 22:20:52.536915 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:52.536951 [ 277 ] {6533e31b-92b1-4a04-9c4f-da1eb69d5213} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:52.536971 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14253 rows starting from the beginning of the part 2026.01.22 22:20:52.537012 [ 277 ] {6533e31b-92b1-4a04-9c4f-da1eb69d5213} 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.01.22 22:20:52.537025 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:20:52.537071 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2026.01.22 22:20:52.537108 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:20:52.537145 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 883 rows starting from the beginning of the part 2026.01.22 22:20:52.537183 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2026.01.22 22:20:52.537206 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_51_10} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.537289 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_51_10} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.22 22:20:52.537394 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.01.22 22:20:52.537910 [ 277 ] {6533e31b-92b1-4a04-9c4f-da1eb69d5213} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.537952 [ 277 ] {6533e31b-92b1-4a04-9c4f-da1eb69d5213} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.538560 [ 277 ] {6533e31b-92b1-4a04-9c4f-da1eb69d5213} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.22 22:20:52.538795 [ 277 ] {6533e31b-92b1-4a04-9c4f-da1eb69d5213} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.538943 [ 277 ] {6533e31b-92b1-4a04-9c4f-da1eb69d5213} executeQuery: Read 36 rows, 66.06 KiB in 0.002012 sec., 17892.644135188868 rows/sec., 32.06 MiB/sec. 2026.01.22 22:20:52.539013 [ 277 ] {6533e31b-92b1-4a04-9c4f-da1eb69d5213} TCPHandler: Processed in 0.002214606 sec. 2026.01.22 22:20:52.539133 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:52.539229 [ 277 ] {ae57e39c-721e-418d-922b-513f0a736151} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:52.539271 [ 277 ] {ae57e39c-721e-418d-922b-513f0a736151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:52.539613 [ 277 ] {ae57e39c-721e-418d-922b-513f0a736151} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.539649 [ 277 ] {ae57e39c-721e-418d-922b-513f0a736151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.539958 [ 277 ] {ae57e39c-721e-418d-922b-513f0a736151} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.22 22:20:52.540160 [ 277 ] {ae57e39c-721e-418d-922b-513f0a736151} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.540283 [ 120 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.22 22:20:52.540289 [ 277 ] {ae57e39c-721e-418d-922b-513f0a736151} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.01.22 22:20:52.540327 [ 120 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:52.540342 [ 277 ] {ae57e39c-721e-418d-922b-513f0a736151} TCPHandler: Processed in 0.001258399 sec. 2026.01.22 22:20:52.540351 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:52.540428 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:20:52.540514 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:52.540542 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2802 rows starting from the beginning of the part 2026.01.22 22:20:52.540592 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:20:52.540633 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 15776 rows, containing 5 columns (5 merged, 0 gathered) in 0.003845549 sec., 4102405.144232982 rows/sec., 280.46 MiB/sec. 2026.01.22 22:20:52.540636 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:20:52.540698 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:20:52.540733 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:20:52.540769 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.01.22 22:20:52.541036 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.22 22:20:52.541296 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_51_10} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.541381 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_51_10} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.22 22:20:52.541460 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. 2026.01.22 22:20:52.541996 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 4 columns (4 merged, 0 gathered) in 0.001598251 sec., 1940871.6152844578 rows/sec., 129.13 MiB/sec. 2026.01.22 22:20:52.542329 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.22 22:20:52.542577 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_51_10} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:52.542647 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_51_10} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.22 22:20:52.542733 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.22 22:20:53.231514 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.01.22 22:20:53.249200 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:53.249263 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:53.255802 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:20:53.256516 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:53.256796 [ 120 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.22 22:20:53.256858 [ 120 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:53.256877 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:53.256977 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:53.259718 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.01.22 22:20:53.260688 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:53.262240 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:53.266774 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:53.271231 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:53.275500 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:53.279751 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:53.283847 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:20:53.334598 [ 194 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.077660205 sec., 3502.4373165123634 rows/sec., 18.11 MiB/sec. 2026.01.22 22:20:53.337918 [ 201 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.22 22:20:53.340162 [ 201 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_36_7} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:53.340283 [ 201 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_36_7} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.22 22:20:53.342562 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.01.22 22:20:54.000298 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 287.63 MiB, peak 299.49 MiB, free memory in arenas 0.00 B, will set to 289.46 MiB (RSS), difference: 1.83 MiB 2026.01.22 22:20:57.528927 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:57.529142 [ 277 ] {cc35c230-14be-458f-ab39-d13f4388d8d9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:20:57.529217 [ 277 ] {cc35c230-14be-458f-ab39-d13f4388d8d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:20:57.529973 [ 277 ] {cc35c230-14be-458f-ab39-d13f4388d8d9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:57.530013 [ 277 ] {cc35c230-14be-458f-ab39-d13f4388d8d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:57.530423 [ 277 ] {cc35c230-14be-458f-ab39-d13f4388d8d9} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.22 22:20:57.530657 [ 277 ] {cc35c230-14be-458f-ab39-d13f4388d8d9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:57.530808 [ 277 ] {cc35c230-14be-458f-ab39-d13f4388d8d9} executeQuery: Read 66 rows, 5.35 KiB in 0.001726 sec., 38238.70220162225 rows/sec., 3.03 MiB/sec. 2026.01.22 22:20:57.530850 [ 277 ] {cc35c230-14be-458f-ab39-d13f4388d8d9} TCPHandler: Processed in 0.002125716 sec. 2026.01.22 22:20:57.530990 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:57.531088 [ 277 ] {80e5b430-0273-4acc-bc11-a2f20f2ed701} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:20:57.531130 [ 277 ] {80e5b430-0273-4acc-bc11-a2f20f2ed701} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:20:57.531570 [ 277 ] {80e5b430-0273-4acc-bc11-a2f20f2ed701} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:57.531604 [ 277 ] {80e5b430-0273-4acc-bc11-a2f20f2ed701} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:57.531946 [ 277 ] {80e5b430-0273-4acc-bc11-a2f20f2ed701} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.22 22:20:57.532167 [ 277 ] {80e5b430-0273-4acc-bc11-a2f20f2ed701} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:57.532267 [ 115 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.22 22:20:57.532297 [ 277 ] {80e5b430-0273-4acc-bc11-a2f20f2ed701} executeQuery: Read 5 rows, 385.00 B in 0.001227 sec., 4074.9796251018743 rows/sec., 306.42 KiB/sec. 2026.01.22 22:20:57.532304 [ 115 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:57.532331 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:57.532336 [ 277 ] {80e5b430-0273-4acc-bc11-a2f20f2ed701} TCPHandler: Processed in 0.001397571 sec. 2026.01.22 22:20:57.532446 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:20:57.532476 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:57.532578 [ 277 ] {a23fdae2-8781-4893-b1a6-683f18c4892a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:20:57.532591 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:20:57.532620 [ 277 ] {a23fdae2-8781-4893-b1a6-683f18c4892a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:20:57.532630 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 296 rows starting from the beginning of the part 2026.01.22 22:20:57.532703 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part 2026.01.22 22:20:57.532750 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:57.532795 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part 2026.01.22 22:20:57.532836 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part 2026.01.22 22:20:57.532875 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 5 rows starting from the beginning of the part 2026.01.22 22:20:57.533061 [ 277 ] {a23fdae2-8781-4893-b1a6-683f18c4892a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:57.533102 [ 277 ] {a23fdae2-8781-4893-b1a6-683f18c4892a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:20:57.533457 [ 277 ] {a23fdae2-8781-4893-b1a6-683f18c4892a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.22 22:20:57.533688 [ 277 ] {a23fdae2-8781-4893-b1a6-683f18c4892a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:57.533802 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 401 rows, containing 5 columns (5 merged, 0 gathered) in 0.00140689 sec., 285025.83713012387 rows/sec., 19.66 MiB/sec. 2026.01.22 22:20:57.533819 [ 277 ] {a23fdae2-8781-4893-b1a6-683f18c4892a} executeQuery: Read 69 rows, 5.52 KiB in 0.001259 sec., 54805.40111199365 rows/sec., 4.28 MiB/sec. 2026.01.22 22:20:57.533876 [ 277 ] {a23fdae2-8781-4893-b1a6-683f18c4892a} TCPHandler: Processed in 0.001449901 sec. 2026.01.22 22:20:57.533999 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:57.534029 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.22 22:20:57.534098 [ 277 ] {d372d1c4-7b8e-47a8-b592-952494f56c89} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:57.534147 [ 277 ] {d372d1c4-7b8e-47a8-b592-952494f56c89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:20:57.534364 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_46_9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:57.534457 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_46_9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.22 22:20:57.534559 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:20:57.534599 [ 277 ] {d372d1c4-7b8e-47a8-b592-952494f56c89} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:57.534641 [ 277 ] {d372d1c4-7b8e-47a8-b592-952494f56c89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:57.534990 [ 277 ] {d372d1c4-7b8e-47a8-b592-952494f56c89} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.22 22:20:57.535225 [ 277 ] {d372d1c4-7b8e-47a8-b592-952494f56c89} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:57.535374 [ 277 ] {d372d1c4-7b8e-47a8-b592-952494f56c89} executeQuery: Read 160 rows, 11.41 KiB in 0.001294 sec., 123647.60432766615 rows/sec., 8.61 MiB/sec. 2026.01.22 22:20:57.535413 [ 277 ] {d372d1c4-7b8e-47a8-b592-952494f56c89} TCPHandler: Processed in 0.00146371 sec. 2026.01.22 22:20:57.535534 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:57.535629 [ 277 ] {005c1468-a8bb-41ff-90fa-1fdc8fea84cc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:20:57.535685 [ 277 ] {005c1468-a8bb-41ff-90fa-1fdc8fea84cc} 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.01.22 22:20:57.536438 [ 277 ] {005c1468-a8bb-41ff-90fa-1fdc8fea84cc} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:57.536474 [ 277 ] {005c1468-a8bb-41ff-90fa-1fdc8fea84cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:57.536986 [ 277 ] {005c1468-a8bb-41ff-90fa-1fdc8fea84cc} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.22 22:20:57.537216 [ 277 ] {005c1468-a8bb-41ff-90fa-1fdc8fea84cc} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:57.537354 [ 277 ] {005c1468-a8bb-41ff-90fa-1fdc8fea84cc} executeQuery: Read 5 rows, 9.17 KiB in 0.001744 sec., 2866.97247706422 rows/sec., 5.14 MiB/sec. 2026.01.22 22:20:57.537415 [ 277 ] {005c1468-a8bb-41ff-90fa-1fdc8fea84cc} TCPHandler: Processed in 0.001930824 sec. 2026.01.22 22:20:57.537529 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:20:57.537624 [ 277 ] {2bb20625-6673-4834-bc3d-7f318e260be1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:20:57.537667 [ 277 ] {2bb20625-6673-4834-bc3d-7f318e260be1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:20:57.538010 [ 277 ] {2bb20625-6673-4834-bc3d-7f318e260be1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:57.538044 [ 277 ] {2bb20625-6673-4834-bc3d-7f318e260be1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:57.538340 [ 277 ] {2bb20625-6673-4834-bc3d-7f318e260be1} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.22 22:20:57.538548 [ 277 ] {2bb20625-6673-4834-bc3d-7f318e260be1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:57.538674 [ 277 ] {2bb20625-6673-4834-bc3d-7f318e260be1} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.01.22 22:20:57.538708 [ 277 ] {2bb20625-6673-4834-bc3d-7f318e260be1} TCPHandler: Processed in 0.001228309 sec. 2026.01.22 22:20:59.806277 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17696 2026.01.22 22:20:59.806779 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:20:59.806821 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:20:59.807315 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:20:59.807552 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:20:59.807695 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17696 2026.01.22 22:21:00.759833 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.01.22 22:21:00.775853 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:00.775897 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:21:00.781964 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:21:00.782702 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:00.785357 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.01.22 22:21:02.355356 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 940 2026.01.22 22:21:02.357465 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:02.357515 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:21:02.358698 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:21:02.358965 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:02.359327 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 940 2026.01.22 22:21:02.531004 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:02.531186 [ 277 ] {0a163fc9-56f5-4466-93cc-c7adacee5a46} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:21:02.531254 [ 277 ] {0a163fc9-56f5-4466-93cc-c7adacee5a46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:21:02.531896 [ 277 ] {0a163fc9-56f5-4466-93cc-c7adacee5a46} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:02.531944 [ 277 ] {0a163fc9-56f5-4466-93cc-c7adacee5a46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:21:02.532342 [ 277 ] {0a163fc9-56f5-4466-93cc-c7adacee5a46} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:21:02.532581 [ 277 ] {0a163fc9-56f5-4466-93cc-c7adacee5a46} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:02.532740 [ 277 ] {0a163fc9-56f5-4466-93cc-c7adacee5a46} executeQuery: Read 10 rows, 835.00 B in 0.001601 sec., 6246.096189881324 rows/sec., 509.33 KiB/sec. 2026.01.22 22:21:02.532791 [ 277 ] {0a163fc9-56f5-4466-93cc-c7adacee5a46} TCPHandler: Processed in 0.001914274 sec. 2026.01.22 22:21:02.532916 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:02.533016 [ 277 ] {0e24a3b0-1db9-4ed8-9274-580d908b9ffe} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:02.533061 [ 277 ] {0e24a3b0-1db9-4ed8-9274-580d908b9ffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:02.533539 [ 277 ] {0e24a3b0-1db9-4ed8-9274-580d908b9ffe} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:02.533578 [ 277 ] {0e24a3b0-1db9-4ed8-9274-580d908b9ffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:21:02.533912 [ 277 ] {0e24a3b0-1db9-4ed8-9274-580d908b9ffe} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.22 22:21:02.534128 [ 277 ] {0e24a3b0-1db9-4ed8-9274-580d908b9ffe} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:02.534264 [ 277 ] {0e24a3b0-1db9-4ed8-9274-580d908b9ffe} executeQuery: Read 133 rows, 11.63 KiB in 0.00127 sec., 104724.40944881889 rows/sec., 8.94 MiB/sec. 2026.01.22 22:21:02.534317 [ 277 ] {0e24a3b0-1db9-4ed8-9274-580d908b9ffe} TCPHandler: Processed in 0.001453751 sec. 2026.01.22 22:21:02.534448 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:02.534545 [ 277 ] {2c4c3dfd-c195-4942-ae9e-9d7a34495a59} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:02.534589 [ 277 ] {2c4c3dfd-c195-4942-ae9e-9d7a34495a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:02.535042 [ 277 ] {2c4c3dfd-c195-4942-ae9e-9d7a34495a59} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:02.535081 [ 277 ] {2c4c3dfd-c195-4942-ae9e-9d7a34495a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:21:02.535388 [ 277 ] {2c4c3dfd-c195-4942-ae9e-9d7a34495a59} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.22 22:21:02.535600 [ 277 ] {2c4c3dfd-c195-4942-ae9e-9d7a34495a59} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:02.535734 [ 277 ] {2c4c3dfd-c195-4942-ae9e-9d7a34495a59} executeQuery: Read 46 rows, 3.41 KiB in 0.001209 sec., 38047.9735318445 rows/sec., 2.75 MiB/sec. 2026.01.22 22:21:02.535772 [ 277 ] {2c4c3dfd-c195-4942-ae9e-9d7a34495a59} TCPHandler: Processed in 0.0013754 sec. 2026.01.22 22:21:02.535893 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:02.535988 [ 277 ] {f6729c16-aca2-45fd-a722-1a6d26f6a259} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:02.536030 [ 277 ] {f6729c16-aca2-45fd-a722-1a6d26f6a259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:02.536463 [ 277 ] {f6729c16-aca2-45fd-a722-1a6d26f6a259} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:02.536499 [ 277 ] {f6729c16-aca2-45fd-a722-1a6d26f6a259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:21:02.536797 [ 277 ] {f6729c16-aca2-45fd-a722-1a6d26f6a259} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.22 22:21:02.537006 [ 277 ] {f6729c16-aca2-45fd-a722-1a6d26f6a259} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:02.537133 [ 277 ] {f6729c16-aca2-45fd-a722-1a6d26f6a259} executeQuery: Read 110 rows, 8.81 KiB in 0.001165 sec., 94420.6008583691 rows/sec., 7.39 MiB/sec. 2026.01.22 22:21:02.537171 [ 277 ] {f6729c16-aca2-45fd-a722-1a6d26f6a259} TCPHandler: Processed in 0.001327879 sec. 2026.01.22 22:21:02.537287 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:02.537381 [ 277 ] {5d7a91f0-9997-4832-87b0-d2cfc7cd35f9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:02.537424 [ 277 ] {5d7a91f0-9997-4832-87b0-d2cfc7cd35f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:02.537832 [ 277 ] {5d7a91f0-9997-4832-87b0-d2cfc7cd35f9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:02.537868 [ 277 ] {5d7a91f0-9997-4832-87b0-d2cfc7cd35f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:21:02.538187 [ 277 ] {5d7a91f0-9997-4832-87b0-d2cfc7cd35f9} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.22 22:21:02.538394 [ 277 ] {5d7a91f0-9997-4832-87b0-d2cfc7cd35f9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:02.538530 [ 277 ] {5d7a91f0-9997-4832-87b0-d2cfc7cd35f9} executeQuery: Read 165 rows, 11.76 KiB in 0.001167 sec., 141388.17480719794 rows/sec., 9.84 MiB/sec. 2026.01.22 22:21:02.538569 [ 277 ] {5d7a91f0-9997-4832-87b0-d2cfc7cd35f9} TCPHandler: Processed in 0.00133115 sec. 2026.01.22 22:21:02.538681 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:02.538775 [ 277 ] {042a8f06-597a-43ee-a6a0-c5f94564b76f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:02.538829 [ 277 ] {042a8f06-597a-43ee-a6a0-c5f94564b76f} 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.01.22 22:21:02.539653 [ 277 ] {042a8f06-597a-43ee-a6a0-c5f94564b76f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:02.539691 [ 277 ] {042a8f06-597a-43ee-a6a0-c5f94564b76f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:21:02.540291 [ 277 ] {042a8f06-597a-43ee-a6a0-c5f94564b76f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.22 22:21:02.540520 [ 277 ] {042a8f06-597a-43ee-a6a0-c5f94564b76f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:02.540671 [ 277 ] {042a8f06-597a-43ee-a6a0-c5f94564b76f} executeQuery: Read 36 rows, 66.06 KiB in 0.001913 sec., 18818.60951385259 rows/sec., 33.72 MiB/sec. 2026.01.22 22:21:02.540744 [ 277 ] {042a8f06-597a-43ee-a6a0-c5f94564b76f} TCPHandler: Processed in 0.002111736 sec. 2026.01.22 22:21:02.540865 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:02.540959 [ 277 ] {83eda6cf-4550-4838-92e1-d0e87541ac66} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:02.541001 [ 277 ] {83eda6cf-4550-4838-92e1-d0e87541ac66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:02.541337 [ 277 ] {83eda6cf-4550-4838-92e1-d0e87541ac66} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:02.541373 [ 277 ] {83eda6cf-4550-4838-92e1-d0e87541ac66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.22 22:21:02.541671 [ 277 ] {83eda6cf-4550-4838-92e1-d0e87541ac66} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.22 22:21:02.541875 [ 277 ] {83eda6cf-4550-4838-92e1-d0e87541ac66} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:02.542002 [ 277 ] {83eda6cf-4550-4838-92e1-d0e87541ac66} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2026.01.22 22:21:02.542036 [ 277 ] {83eda6cf-4550-4838-92e1-d0e87541ac66} TCPHandler: Processed in 0.001220379 sec. 2026.01.22 22:21:07.167641 [ 103 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:21:07.167712 [ 103 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:21:07.308660 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18208 2026.01.22 22:21:07.309464 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:07.309513 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:07.310038 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:21:07.310278 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:07.310441 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18208 2026.01.22 22:21:07.529404 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:07.529596 [ 277 ] {11a5c69a-a603-45e0-9d1b-5836895c0ae6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:07.529663 [ 277 ] {11a5c69a-a603-45e0-9d1b-5836895c0ae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:07.530343 [ 277 ] {11a5c69a-a603-45e0-9d1b-5836895c0ae6} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:07.530387 [ 277 ] {11a5c69a-a603-45e0-9d1b-5836895c0ae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:07.530916 [ 277 ] {11a5c69a-a603-45e0-9d1b-5836895c0ae6} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.22 22:21:07.531177 [ 277 ] {11a5c69a-a603-45e0-9d1b-5836895c0ae6} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:07.531345 [ 277 ] {11a5c69a-a603-45e0-9d1b-5836895c0ae6} executeQuery: Read 66 rows, 5.35 KiB in 0.001799 sec., 36687.04836020011 rows/sec., 2.91 MiB/sec. 2026.01.22 22:21:07.531401 [ 277 ] {11a5c69a-a603-45e0-9d1b-5836895c0ae6} TCPHandler: Processed in 0.002176016 sec. 2026.01.22 22:21:07.531540 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:07.531645 [ 277 ] {72fbb322-1004-4e1b-a451-d29300e2d5a6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:07.531690 [ 277 ] {72fbb322-1004-4e1b-a451-d29300e2d5a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:07.532149 [ 277 ] {72fbb322-1004-4e1b-a451-d29300e2d5a6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:07.532184 [ 277 ] {72fbb322-1004-4e1b-a451-d29300e2d5a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:07.532489 [ 277 ] {72fbb322-1004-4e1b-a451-d29300e2d5a6} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.22 22:21:07.532731 [ 277 ] {72fbb322-1004-4e1b-a451-d29300e2d5a6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:07.532864 [ 277 ] {72fbb322-1004-4e1b-a451-d29300e2d5a6} executeQuery: Read 5 rows, 385.00 B in 0.001244 sec., 4019.2926045016075 rows/sec., 302.23 KiB/sec. 2026.01.22 22:21:07.532904 [ 277 ] {72fbb322-1004-4e1b-a451-d29300e2d5a6} TCPHandler: Processed in 0.001419571 sec. 2026.01.22 22:21:07.533019 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:07.533118 [ 277 ] {dfbabb92-2d97-47a9-9259-eda29b2fb5e5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:07.533161 [ 277 ] {dfbabb92-2d97-47a9-9259-eda29b2fb5e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:07.533588 [ 277 ] {dfbabb92-2d97-47a9-9259-eda29b2fb5e5} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:07.533630 [ 277 ] {dfbabb92-2d97-47a9-9259-eda29b2fb5e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:07.533974 [ 277 ] {dfbabb92-2d97-47a9-9259-eda29b2fb5e5} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.22 22:21:07.534183 [ 277 ] {dfbabb92-2d97-47a9-9259-eda29b2fb5e5} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:07.534313 [ 277 ] {dfbabb92-2d97-47a9-9259-eda29b2fb5e5} executeQuery: Read 69 rows, 5.52 KiB in 0.001217 sec., 56696.79539852095 rows/sec., 4.43 MiB/sec. 2026.01.22 22:21:07.534351 [ 277 ] {dfbabb92-2d97-47a9-9259-eda29b2fb5e5} TCPHandler: Processed in 0.00138578 sec. 2026.01.22 22:21:07.534470 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:07.534567 [ 277 ] {43a5725c-5577-4784-8034-3b6abf880b07} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:07.534612 [ 277 ] {43a5725c-5577-4784-8034-3b6abf880b07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:07.535037 [ 277 ] {43a5725c-5577-4784-8034-3b6abf880b07} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:07.535074 [ 277 ] {43a5725c-5577-4784-8034-3b6abf880b07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:07.535407 [ 277 ] {43a5725c-5577-4784-8034-3b6abf880b07} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.22 22:21:07.535639 [ 277 ] {43a5725c-5577-4784-8034-3b6abf880b07} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:07.535773 [ 277 ] {43a5725c-5577-4784-8034-3b6abf880b07} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2026.01.22 22:21:07.535811 [ 277 ] {43a5725c-5577-4784-8034-3b6abf880b07} TCPHandler: Processed in 0.00139226 sec. 2026.01.22 22:21:07.535924 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:07.536023 [ 277 ] {18fad48c-4cd4-451a-babe-7f27a831b850} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:07.536078 [ 277 ] {18fad48c-4cd4-451a-babe-7f27a831b850} 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.01.22 22:21:07.536828 [ 277 ] {18fad48c-4cd4-451a-babe-7f27a831b850} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:07.536864 [ 277 ] {18fad48c-4cd4-451a-babe-7f27a831b850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:07.537374 [ 277 ] {18fad48c-4cd4-451a-babe-7f27a831b850} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.22 22:21:07.537587 [ 277 ] {18fad48c-4cd4-451a-babe-7f27a831b850} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:07.537716 [ 102 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.22 22:21:07.537725 [ 277 ] {18fad48c-4cd4-451a-babe-7f27a831b850} executeQuery: Read 5 rows, 9.17 KiB in 0.001722 sec., 2903.6004645760745 rows/sec., 5.20 MiB/sec. 2026.01.22 22:21:07.537788 [ 102 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:07.537814 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:07.537836 [ 277 ] {18fad48c-4cd4-451a-babe-7f27a831b850} TCPHandler: Processed in 0.001959044 sec. 2026.01.22 22:21:07.537933 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:21:07.537962 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:07.538065 [ 277 ] {1f2361fe-2887-4523-80c8-d95a15449dcd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:07.538108 [ 277 ] {1f2361fe-2887-4523-80c8-d95a15449dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:07.538176 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:07.538236 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 894 rows starting from the beginning of the part 2026.01.22 22:21:07.538363 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part 2026.01.22 22:21:07.538470 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part 2026.01.22 22:21:07.538470 [ 277 ] {1f2361fe-2887-4523-80c8-d95a15449dcd} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:07.538520 [ 277 ] {1f2361fe-2887-4523-80c8-d95a15449dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:07.538565 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 5 rows starting from the beginning of the part 2026.01.22 22:21:07.538661 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part 2026.01.22 22:21:07.538754 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 5 rows starting from the beginning of the part 2026.01.22 22:21:07.538855 [ 277 ] {1f2361fe-2887-4523-80c8-d95a15449dcd} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.22 22:21:07.539088 [ 277 ] {1f2361fe-2887-4523-80c8-d95a15449dcd} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:07.539229 [ 277 ] {1f2361fe-2887-4523-80c8-d95a15449dcd} executeQuery: Read 60 rows, 4.14 KiB in 0.001184 sec., 50675.67567567568 rows/sec., 3.42 MiB/sec. 2026.01.22 22:21:07.539265 [ 277 ] {1f2361fe-2887-4523-80c8-d95a15449dcd} TCPHandler: Processed in 0.001353959 sec. 2026.01.22 22:21:07.545800 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 981 rows, containing 19 columns (19 merged, 0 gathered) in 0.007925169 sec., 123782.8492994913 rows/sec., 221.81 MiB/sec. 2026.01.22 22:21:07.547218 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.22 22:21:07.547543 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_46_9} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:07.547617 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_46_9} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.22 22:21:07.547736 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.13 MiB. 2026.01.22 22:21:08.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 291.16 MiB, peak 299.49 MiB, free memory in arenas 0.00 B, will set to 295.70 MiB (RSS), difference: 4.54 MiB 2026.01.22 22:21:08.286298 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.01.22 22:21:08.303191 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:08.303258 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:08.309208 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:21:08.309901 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:08.312936 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.01.22 22:21:12.359681 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 966 2026.01.22 22:21:12.361933 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:12.361989 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:12.363204 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:21:12.363471 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:12.363822 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 966 2026.01.22 22:21:12.530848 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:12.531026 [ 277 ] {76359e5a-f6e7-4a9a-9dbc-b302fe37f1e3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:12.531093 [ 277 ] {76359e5a-f6e7-4a9a-9dbc-b302fe37f1e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:12.531760 [ 277 ] {76359e5a-f6e7-4a9a-9dbc-b302fe37f1e3} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:12.531808 [ 277 ] {76359e5a-f6e7-4a9a-9dbc-b302fe37f1e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:12.532220 [ 277 ] {76359e5a-f6e7-4a9a-9dbc-b302fe37f1e3} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.22 22:21:12.532455 [ 277 ] {76359e5a-f6e7-4a9a-9dbc-b302fe37f1e3} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:12.532616 [ 277 ] {76359e5a-f6e7-4a9a-9dbc-b302fe37f1e3} executeQuery: Read 128 rows, 11.26 KiB in 0.00164 sec., 78048.78048780488 rows/sec., 6.71 MiB/sec. 2026.01.22 22:21:12.532669 [ 277 ] {76359e5a-f6e7-4a9a-9dbc-b302fe37f1e3} TCPHandler: Processed in 0.001951924 sec. 2026.01.22 22:21:12.532796 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:12.532903 [ 277 ] {5b3a99b3-8bfe-40f9-a4ed-5ac26e1c0647} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:12.532954 [ 277 ] {5b3a99b3-8bfe-40f9-a4ed-5ac26e1c0647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:12.533388 [ 277 ] {5b3a99b3-8bfe-40f9-a4ed-5ac26e1c0647} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:12.533428 [ 277 ] {5b3a99b3-8bfe-40f9-a4ed-5ac26e1c0647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:12.533754 [ 277 ] {5b3a99b3-8bfe-40f9-a4ed-5ac26e1c0647} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.22 22:21:12.533966 [ 277 ] {5b3a99b3-8bfe-40f9-a4ed-5ac26e1c0647} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:12.534103 [ 277 ] {5b3a99b3-8bfe-40f9-a4ed-5ac26e1c0647} executeQuery: Read 36 rows, 2.71 KiB in 0.001223 sec., 29435.813573180705 rows/sec., 2.16 MiB/sec. 2026.01.22 22:21:12.534142 [ 277 ] {5b3a99b3-8bfe-40f9-a4ed-5ac26e1c0647} TCPHandler: Processed in 0.001398531 sec. 2026.01.22 22:21:12.534262 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:12.534361 [ 277 ] {cbfee6c5-d685-450a-b90a-4691b5e7d565} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:12.534405 [ 277 ] {cbfee6c5-d685-450a-b90a-4691b5e7d565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:12.534833 [ 277 ] {cbfee6c5-d685-450a-b90a-4691b5e7d565} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:12.534870 [ 277 ] {cbfee6c5-d685-450a-b90a-4691b5e7d565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:12.535173 [ 277 ] {cbfee6c5-d685-450a-b90a-4691b5e7d565} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.22 22:21:12.535382 [ 277 ] {cbfee6c5-d685-450a-b90a-4691b5e7d565} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:12.535511 [ 277 ] {cbfee6c5-d685-450a-b90a-4691b5e7d565} executeQuery: Read 100 rows, 8.00 KiB in 0.001171 sec., 85397.09649871905 rows/sec., 6.67 MiB/sec. 2026.01.22 22:21:12.535549 [ 277 ] {cbfee6c5-d685-450a-b90a-4691b5e7d565} TCPHandler: Processed in 0.001337899 sec. 2026.01.22 22:21:12.535664 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:12.535759 [ 277 ] {7d5d2133-90b1-486d-883a-25f3d97df8f3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:12.535803 [ 277 ] {7d5d2133-90b1-486d-883a-25f3d97df8f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:12.536200 [ 277 ] {7d5d2133-90b1-486d-883a-25f3d97df8f3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:12.536235 [ 277 ] {7d5d2133-90b1-486d-883a-25f3d97df8f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:12.536573 [ 277 ] {7d5d2133-90b1-486d-883a-25f3d97df8f3} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.22 22:21:12.536793 [ 277 ] {7d5d2133-90b1-486d-883a-25f3d97df8f3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:12.536925 [ 277 ] {7d5d2133-90b1-486d-883a-25f3d97df8f3} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2026.01.22 22:21:12.536962 [ 277 ] {7d5d2133-90b1-486d-883a-25f3d97df8f3} TCPHandler: Processed in 0.0013487 sec. 2026.01.22 22:21:12.537072 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:12.537167 [ 277 ] {d84703cf-bc3c-4a83-9174-b80419d8fa6d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:12.537221 [ 277 ] {d84703cf-bc3c-4a83-9174-b80419d8fa6d} 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.01.22 22:21:12.538017 [ 277 ] {d84703cf-bc3c-4a83-9174-b80419d8fa6d} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:12.538055 [ 277 ] {d84703cf-bc3c-4a83-9174-b80419d8fa6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:12.538619 [ 277 ] {d84703cf-bc3c-4a83-9174-b80419d8fa6d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.22 22:21:12.538838 [ 277 ] {d84703cf-bc3c-4a83-9174-b80419d8fa6d} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:12.538977 [ 277 ] {d84703cf-bc3c-4a83-9174-b80419d8fa6d} executeQuery: Read 36 rows, 66.06 KiB in 0.001828 sec., 19693.654266958423 rows/sec., 35.29 MiB/sec. 2026.01.22 22:21:12.539044 [ 277 ] {d84703cf-bc3c-4a83-9174-b80419d8fa6d} TCPHandler: Processed in 0.002020625 sec. 2026.01.22 22:21:12.539165 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:12.539261 [ 277 ] {e44466f8-71c5-4458-9d65-44e524dc677e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:12.539302 [ 277 ] {e44466f8-71c5-4458-9d65-44e524dc677e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:12.539636 [ 277 ] {e44466f8-71c5-4458-9d65-44e524dc677e} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:12.539672 [ 277 ] {e44466f8-71c5-4458-9d65-44e524dc677e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:12.539989 [ 277 ] {e44466f8-71c5-4458-9d65-44e524dc677e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.22 22:21:12.540192 [ 277 ] {e44466f8-71c5-4458-9d65-44e524dc677e} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:12.540318 [ 277 ] {e44466f8-71c5-4458-9d65-44e524dc677e} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.01.22 22:21:12.540356 [ 277 ] {e44466f8-71c5-4458-9d65-44e524dc677e} TCPHandler: Processed in 0.001240159 sec. 2026.01.22 22:21:14.558195 [ 95 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.01.22 22:21:14.558286 [ 95 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:14.558321 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:14.558550 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::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.01.22 22:21:14.558778 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:14.558832 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part 2026.01.22 22:21:14.558937 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.01.22 22:21:14.559012 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.01.22 22:21:14.559081 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.01.22 22:21:14.559147 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.01.22 22:21:14.560212 [ 190 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001748644 sec., 27449.841134044436 rows/sec., 2.29 MiB/sec. 2026.01.22 22:21:14.560322 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.01.22 22:21:14.560561 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_13_3} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:14.560625 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_13_3} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.01.22 22:21:14.560685 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.22 22:21:14.810918 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18656 2026.01.22 22:21:14.811701 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:14.811779 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:14.812280 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.22 22:21:14.812518 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:14.812649 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18656 2026.01.22 22:21:15.813397 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.01.22 22:21:15.831872 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:15.831934 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:15.838391 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.22 22:21:15.839132 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:15.842464 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.01.22 22:21:17.558997 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:17.559177 [ 277 ] {19bbcd53-f7b8-4f78-98b1-c1ea05eab5bd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:21:17.559244 [ 277 ] {19bbcd53-f7b8-4f78-98b1-c1ea05eab5bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:21:17.559888 [ 277 ] {19bbcd53-f7b8-4f78-98b1-c1ea05eab5bd} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.559939 [ 277 ] {19bbcd53-f7b8-4f78-98b1-c1ea05eab5bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.560318 [ 277 ] {19bbcd53-f7b8-4f78-98b1-c1ea05eab5bd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:21:17.560539 [ 277 ] {19bbcd53-f7b8-4f78-98b1-c1ea05eab5bd} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.560701 [ 277 ] {19bbcd53-f7b8-4f78-98b1-c1ea05eab5bd} executeQuery: Read 24 rows, 2.04 KiB in 0.001573 sec., 15257.469802924348 rows/sec., 1.27 MiB/sec. 2026.01.22 22:21:17.560752 [ 277 ] {19bbcd53-f7b8-4f78-98b1-c1ea05eab5bd} TCPHandler: Processed in 0.001884534 sec. 2026.01.22 22:21:17.560876 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:17.560978 [ 277 ] {fafff9b0-9614-4dd6-b7ff-39d4d3d79a03} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:21:17.561022 [ 277 ] {fafff9b0-9614-4dd6-b7ff-39d4d3d79a03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:21:17.561425 [ 277 ] {fafff9b0-9614-4dd6-b7ff-39d4d3d79a03} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.561464 [ 277 ] {fafff9b0-9614-4dd6-b7ff-39d4d3d79a03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.561755 [ 277 ] {fafff9b0-9614-4dd6-b7ff-39d4d3d79a03} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:21:17.561968 [ 277 ] {fafff9b0-9614-4dd6-b7ff-39d4d3d79a03} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.562101 [ 277 ] {fafff9b0-9614-4dd6-b7ff-39d4d3d79a03} executeQuery: Read 2 rows, 167.00 B in 0.001146 sec., 1745.2006980802792 rows/sec., 142.31 KiB/sec. 2026.01.22 22:21:17.562139 [ 277 ] {fafff9b0-9614-4dd6-b7ff-39d4d3d79a03} TCPHandler: Processed in 0.00131584 sec. 2026.01.22 22:21:17.562252 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:17.562348 [ 277 ] {c689674b-08ec-493c-b431-b545e19f1072} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:17.562389 [ 277 ] {c689674b-08ec-493c-b431-b545e19f1072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:17.563495 [ 277 ] {c689674b-08ec-493c-b431-b545e19f1072} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.563532 [ 277 ] {c689674b-08ec-493c-b431-b545e19f1072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.563931 [ 277 ] {c689674b-08ec-493c-b431-b545e19f1072} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.22 22:21:17.564137 [ 277 ] {c689674b-08ec-493c-b431-b545e19f1072} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.564265 [ 91 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.22 22:21:17.564271 [ 277 ] {c689674b-08ec-493c-b431-b545e19f1072} executeQuery: Read 1327 rows, 112.98 KiB in 0.001943 sec., 682964.487905301 rows/sec., 56.79 MiB/sec. 2026.01.22 22:21:17.564302 [ 91 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.564321 [ 277 ] {c689674b-08ec-493c-b431-b545e19f1072} TCPHandler: Processed in 0.002119306 sec. 2026.01.22 22:21:17.564321 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.564456 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:17.564467 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:21:17.564556 [ 277 ] {70a9e3b9-c970-47b6-84ac-3771c23e7376} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:17.564601 [ 277 ] {70a9e3b9-c970-47b6-84ac-3771c23e7376} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:17.564606 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:17.564652 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2556 rows starting from the beginning of the part 2026.01.22 22:21:17.564726 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 66 rows starting from the beginning of the part 2026.01.22 22:21:17.564776 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 133 rows starting from the beginning of the part 2026.01.22 22:21:17.564824 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 66 rows starting from the beginning of the part 2026.01.22 22:21:17.564865 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 128 rows starting from the beginning of the part 2026.01.22 22:21:17.564908 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:21:17.565012 [ 277 ] {70a9e3b9-c970-47b6-84ac-3771c23e7376} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.565053 [ 277 ] {70a9e3b9-c970-47b6-84ac-3771c23e7376} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.565374 [ 277 ] {70a9e3b9-c970-47b6-84ac-3771c23e7376} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.22 22:21:17.565583 [ 277 ] {70a9e3b9-c970-47b6-84ac-3771c23e7376} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.565719 [ 277 ] {70a9e3b9-c970-47b6-84ac-3771c23e7376} executeQuery: Read 19 rows, 1.48 KiB in 0.001181 sec., 16088.060965283657 rows/sec., 1.22 MiB/sec. 2026.01.22 22:21:17.565756 [ 277 ] {70a9e3b9-c970-47b6-84ac-3771c23e7376} TCPHandler: Processed in 0.00136165 sec. 2026.01.22 22:21:17.565865 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:17.565966 [ 277 ] {a9de35c0-d9e3-4f8f-98b1-2693a02e477d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:21:17.566006 [ 277 ] {a9de35c0-d9e3-4f8f-98b1-2693a02e477d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:21:17.566498 [ 277 ] {a9de35c0-d9e3-4f8f-98b1-2693a02e477d} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.566535 [ 277 ] {a9de35c0-d9e3-4f8f-98b1-2693a02e477d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.566870 [ 277 ] {a9de35c0-d9e3-4f8f-98b1-2693a02e477d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:21:17.566921 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 4276 rows, containing 5 columns (5 merged, 0 gathered) in 0.002521049 sec., 1696119.3534913443 rows/sec., 145.97 MiB/sec. 2026.01.22 22:21:17.567096 [ 277 ] {a9de35c0-d9e3-4f8f-98b1-2693a02e477d} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.567198 [ 187 ] {048797f8-2913-4120-8057-043480967ec1::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.22 22:21:17.567229 [ 277 ] {a9de35c0-d9e3-4f8f-98b1-2693a02e477d} executeQuery: Read 252 rows, 17.85 KiB in 0.001283 sec., 196414.65315666405 rows/sec., 13.58 MiB/sec. 2026.01.22 22:21:17.567268 [ 277 ] {a9de35c0-d9e3-4f8f-98b1-2693a02e477d} TCPHandler: Processed in 0.001454881 sec. 2026.01.22 22:21:17.567379 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:17.567454 [ 187 ] {048797f8-2913-4120-8057-043480967ec1::all_1_56_11} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.567474 [ 277 ] {d5b1a080-8ddb-43c1-a75e-c911f049783f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:21:17.567514 [ 277 ] {d5b1a080-8ddb-43c1-a75e-c911f049783f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:21:17.567517 [ 187 ] {048797f8-2913-4120-8057-043480967ec1::all_1_56_11} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.22 22:21:17.567599 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.22 22:21:17.567902 [ 277 ] {d5b1a080-8ddb-43c1-a75e-c911f049783f} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.567937 [ 277 ] {d5b1a080-8ddb-43c1-a75e-c911f049783f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.568234 [ 277 ] {d5b1a080-8ddb-43c1-a75e-c911f049783f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:21:17.568433 [ 277 ] {d5b1a080-8ddb-43c1-a75e-c911f049783f} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.568558 [ 277 ] {d5b1a080-8ddb-43c1-a75e-c911f049783f} executeQuery: Read 12 rows, 960.00 B in 0.001103 sec., 10879.419764279239 rows/sec., 849.95 KiB/sec. 2026.01.22 22:21:17.568595 [ 277 ] {d5b1a080-8ddb-43c1-a75e-c911f049783f} TCPHandler: Processed in 0.001266099 sec. 2026.01.22 22:21:17.568696 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:17.568790 [ 277 ] {ccd6c68c-0909-4026-8dd1-315de818e5ac} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:17.568828 [ 277 ] {ccd6c68c-0909-4026-8dd1-315de818e5ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:17.569431 [ 277 ] {ccd6c68c-0909-4026-8dd1-315de818e5ac} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.569465 [ 277 ] {ccd6c68c-0909-4026-8dd1-315de818e5ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.569781 [ 277 ] {ccd6c68c-0909-4026-8dd1-315de818e5ac} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.22 22:21:17.569988 [ 277 ] {ccd6c68c-0909-4026-8dd1-315de818e5ac} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.570088 [ 91 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.22 22:21:17.570116 [ 277 ] {ccd6c68c-0909-4026-8dd1-315de818e5ac} executeQuery: Read 563 rows, 43.23 KiB in 0.001344 sec., 418898.8095238095 rows/sec., 31.41 MiB/sec. 2026.01.22 22:21:17.570116 [ 91 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.570147 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.570153 [ 277 ] {ccd6c68c-0909-4026-8dd1-315de818e5ac} TCPHandler: Processed in 0.001506801 sec. 2026.01.22 22:21:17.570242 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:21:17.570265 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:17.570377 [ 277 ] {91e8fa89-d039-46c5-ab8f-22df5d9d3deb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:17.570385 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:17.570423 [ 277 ] {91e8fa89-d039-46c5-ab8f-22df5d9d3deb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:17.570438 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1304 rows starting from the beginning of the part 2026.01.22 22:21:17.570521 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 69 rows starting from the beginning of the part 2026.01.22 22:21:17.570566 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 110 rows starting from the beginning of the part 2026.01.22 22:21:17.570599 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 69 rows starting from the beginning of the part 2026.01.22 22:21:17.570630 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 100 rows starting from the beginning of the part 2026.01.22 22:21:17.570660 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 563 rows starting from the beginning of the part 2026.01.22 22:21:17.571014 [ 277 ] {91e8fa89-d039-46c5-ab8f-22df5d9d3deb} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.571055 [ 277 ] {91e8fa89-d039-46c5-ab8f-22df5d9d3deb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.571466 [ 277 ] {91e8fa89-d039-46c5-ab8f-22df5d9d3deb} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.22 22:21:17.571639 [ 199 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2215 rows, containing 5 columns (5 merged, 0 gathered) in 0.001445851 sec., 1531969.7534531567 rows/sec., 118.80 MiB/sec. 2026.01.22 22:21:17.571685 [ 277 ] {91e8fa89-d039-46c5-ab8f-22df5d9d3deb} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.571784 [ 91 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.22 22:21:17.571810 [ 91 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.571815 [ 277 ] {91e8fa89-d039-46c5-ab8f-22df5d9d3deb} executeQuery: Read 881 rows, 61.23 KiB in 0.001457 sec., 604667.1242278655 rows/sec., 41.04 MiB/sec. 2026.01.22 22:21:17.571829 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.571854 [ 277 ] {91e8fa89-d039-46c5-ab8f-22df5d9d3deb} TCPHandler: Processed in 0.001640043 sec. 2026.01.22 22:21:17.571859 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.22 22:21:17.571931 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:21:17.571959 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:17.572066 [ 277 ] {e45e7a57-af31-434d-b703-7f0205c65667} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:17.572089 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:17.572123 [ 277 ] {e45e7a57-af31-434d-b703-7f0205c65667} 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.01.22 22:21:17.572135 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15776 rows starting from the beginning of the part 2026.01.22 22:21:17.572187 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_56_11} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.572209 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.01.22 22:21:17.572262 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 165 rows starting from the beginning of the part 2026.01.22 22:21:17.572282 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_56_11} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.22 22:21:17.572307 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:21:17.572353 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2026.01.22 22:21:17.572389 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.22 22:21:17.572395 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 881 rows starting from the beginning of the part 2026.01.22 22:21:17.572870 [ 277 ] {e45e7a57-af31-434d-b703-7f0205c65667} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.572910 [ 277 ] {e45e7a57-af31-434d-b703-7f0205c65667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.573413 [ 277 ] {e45e7a57-af31-434d-b703-7f0205c65667} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.22 22:21:17.573627 [ 277 ] {e45e7a57-af31-434d-b703-7f0205c65667} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.573768 [ 277 ] {e45e7a57-af31-434d-b703-7f0205c65667} executeQuery: Read 5 rows, 9.17 KiB in 0.001719 sec., 2908.667830133799 rows/sec., 5.21 MiB/sec. 2026.01.22 22:21:17.573830 [ 277 ] {e45e7a57-af31-434d-b703-7f0205c65667} TCPHandler: Processed in 0.001919834 sec. 2026.01.22 22:21:17.573939 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:17.574032 [ 277 ] {16ab086a-00d0-49de-88d6-d0f20fb6fae1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:17.574073 [ 277 ] {16ab086a-00d0-49de-88d6-d0f20fb6fae1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:17.574403 [ 277 ] {16ab086a-00d0-49de-88d6-d0f20fb6fae1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.574437 [ 277 ] {16ab086a-00d0-49de-88d6-d0f20fb6fae1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.574888 [ 277 ] {16ab086a-00d0-49de-88d6-d0f20fb6fae1} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.22 22:21:17.575096 [ 277 ] {16ab086a-00d0-49de-88d6-d0f20fb6fae1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.575195 [ 91 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.22 22:21:17.575218 [ 91 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:17.575230 [ 277 ] {16ab086a-00d0-49de-88d6-d0f20fb6fae1} executeQuery: Read 60 rows, 4.14 KiB in 0.001217 sec., 49301.561216105176 rows/sec., 3.32 MiB/sec. 2026.01.22 22:21:17.575234 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:17.575267 [ 277 ] {16ab086a-00d0-49de-88d6-d0f20fb6fae1} TCPHandler: Processed in 0.00137848 sec. 2026.01.22 22:21:17.575316 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:21:17.575412 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:17.575445 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3102 rows starting from the beginning of the part 2026.01.22 22:21:17.575507 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.01.22 22:21:17.575550 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:21:17.575587 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:21:17.575624 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:21:17.575659 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:21:17.577522 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 4 columns (4 merged, 0 gathered) in 0.002236766 sec., 1520945.8655934506 rows/sec., 101.30 MiB/sec. 2026.01.22 22:21:17.577797 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 17302 rows, containing 5 columns (5 merged, 0 gathered) in 0.005913164 sec., 2926013.8903639405 rows/sec., 200.10 MiB/sec. 2026.01.22 22:21:17.578139 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.22 22:21:17.578159 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.22 22:21:17.578584 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_56_11} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.578612 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_56_11} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:17.578657 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_56_11} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.22 22:21:17.578687 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_56_11} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.22 22:21:17.578738 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.01.22 22:21:17.578784 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2026.01.22 22:21:22.167978 [ 86 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:21:22.168071 [ 86 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:21:22.313638 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19168 2026.01.22 22:21:22.314155 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:22.314193 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:22.314696 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.22 22:21:22.314930 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:22.315081 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19168 2026.01.22 22:21:22.364938 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 998 2026.01.22 22:21:22.367294 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:22.367351 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:22.368549 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:21:22.368836 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:22.369191 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 998 2026.01.22 22:21:22.531047 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:22.531223 [ 277 ] {dd9dd3fd-b1da-42fa-823e-a4703f8dfcdd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:22.531287 [ 277 ] {dd9dd3fd-b1da-42fa-823e-a4703f8dfcdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:22.531979 [ 277 ] {dd9dd3fd-b1da-42fa-823e-a4703f8dfcdd} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:22.532025 [ 277 ] {dd9dd3fd-b1da-42fa-823e-a4703f8dfcdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:22.532407 [ 277 ] {dd9dd3fd-b1da-42fa-823e-a4703f8dfcdd} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.22 22:21:22.532630 [ 277 ] {dd9dd3fd-b1da-42fa-823e-a4703f8dfcdd} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:22.532779 [ 277 ] {dd9dd3fd-b1da-42fa-823e-a4703f8dfcdd} executeQuery: Read 128 rows, 11.26 KiB in 0.001604 sec., 79800.49875311721 rows/sec., 6.86 MiB/sec. 2026.01.22 22:21:22.532819 [ 277 ] {dd9dd3fd-b1da-42fa-823e-a4703f8dfcdd} TCPHandler: Processed in 0.001896294 sec. 2026.01.22 22:21:22.532945 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:22.533039 [ 277 ] {ce6d9a18-8bcb-4f90-8c01-b4d2a86e9bb0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:22.533078 [ 277 ] {ce6d9a18-8bcb-4f90-8c01-b4d2a86e9bb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:22.533500 [ 277 ] {ce6d9a18-8bcb-4f90-8c01-b4d2a86e9bb0} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:22.533536 [ 277 ] {ce6d9a18-8bcb-4f90-8c01-b4d2a86e9bb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:22.533834 [ 277 ] {ce6d9a18-8bcb-4f90-8c01-b4d2a86e9bb0} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.22 22:21:22.534070 [ 277 ] {ce6d9a18-8bcb-4f90-8c01-b4d2a86e9bb0} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:22.534194 [ 277 ] {ce6d9a18-8bcb-4f90-8c01-b4d2a86e9bb0} executeQuery: Read 36 rows, 2.71 KiB in 0.001174 sec., 30664.395229982965 rows/sec., 2.25 MiB/sec. 2026.01.22 22:21:22.534189 [ 85 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.22 22:21:22.534233 [ 277 ] {ce6d9a18-8bcb-4f90-8c01-b4d2a86e9bb0} TCPHandler: Processed in 0.00133569 sec. 2026.01.22 22:21:22.534267 [ 85 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:22.534294 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:22.534383 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:22.534414 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:21:22.534483 [ 277 ] {a5f9ee09-c30c-4aa9-9cc3-95dbea66bbd4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:22.534527 [ 277 ] {a5f9ee09-c30c-4aa9-9cc3-95dbea66bbd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:22.534555 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:22.534596 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 296 rows starting from the beginning of the part 2026.01.22 22:21:22.534668 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 46 rows starting from the beginning of the part 2026.01.22 22:21:22.534717 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 5 rows starting from the beginning of the part 2026.01.22 22:21:22.534765 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part 2026.01.22 22:21:22.534812 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 19 rows starting from the beginning of the part 2026.01.22 22:21:22.534855 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:21:22.534984 [ 277 ] {a5f9ee09-c30c-4aa9-9cc3-95dbea66bbd4} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:22.535026 [ 277 ] {a5f9ee09-c30c-4aa9-9cc3-95dbea66bbd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:22.535350 [ 277 ] {a5f9ee09-c30c-4aa9-9cc3-95dbea66bbd4} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.22 22:21:22.535573 [ 277 ] {a5f9ee09-c30c-4aa9-9cc3-95dbea66bbd4} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:22.535705 [ 277 ] {a5f9ee09-c30c-4aa9-9cc3-95dbea66bbd4} executeQuery: Read 100 rows, 8.00 KiB in 0.00124 sec., 80645.16129032258 rows/sec., 6.30 MiB/sec. 2026.01.22 22:21:22.535742 [ 277 ] {a5f9ee09-c30c-4aa9-9cc3-95dbea66bbd4} TCPHandler: Processed in 0.00141571 sec. 2026.01.22 22:21:22.535808 [ 203 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145342 sec., 301358.17588859383 rows/sec., 20.97 MiB/sec. 2026.01.22 22:21:22.535858 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:22.535951 [ 277 ] {bf3fa718-258e-4209-8261-2122a34d42c6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:22.535962 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.22 22:21:22.535995 [ 277 ] {bf3fa718-258e-4209-8261-2122a34d42c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:22.536228 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_51_10} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:22.536312 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_51_10} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.22 22:21:22.536401 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:21:22.536412 [ 277 ] {bf3fa718-258e-4209-8261-2122a34d42c6} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:22.536453 [ 277 ] {bf3fa718-258e-4209-8261-2122a34d42c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:22.536779 [ 277 ] {bf3fa718-258e-4209-8261-2122a34d42c6} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.22 22:21:22.536988 [ 277 ] {bf3fa718-258e-4209-8261-2122a34d42c6} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:22.537114 [ 277 ] {bf3fa718-258e-4209-8261-2122a34d42c6} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.01.22 22:21:22.537149 [ 277 ] {bf3fa718-258e-4209-8261-2122a34d42c6} TCPHandler: Processed in 0.001338939 sec. 2026.01.22 22:21:22.537259 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:22.537352 [ 277 ] {25a17898-6429-4538-ace5-b1bd2b909129} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:22.537405 [ 277 ] {25a17898-6429-4538-ace5-b1bd2b909129} 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.01.22 22:21:22.538245 [ 277 ] {25a17898-6429-4538-ace5-b1bd2b909129} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:22.538281 [ 277 ] {25a17898-6429-4538-ace5-b1bd2b909129} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:22.538837 [ 277 ] {25a17898-6429-4538-ace5-b1bd2b909129} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.22 22:21:22.539057 [ 277 ] {25a17898-6429-4538-ace5-b1bd2b909129} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:22.539196 [ 277 ] {25a17898-6429-4538-ace5-b1bd2b909129} executeQuery: Read 36 rows, 66.06 KiB in 0.001861 sec., 19344.438473938742 rows/sec., 34.66 MiB/sec. 2026.01.22 22:21:22.539262 [ 277 ] {25a17898-6429-4538-ace5-b1bd2b909129} TCPHandler: Processed in 0.002049945 sec. 2026.01.22 22:21:22.539375 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:22.539467 [ 277 ] {b72841ba-5162-4718-9a1b-5ddd0ed5c0f2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:22.539508 [ 277 ] {b72841ba-5162-4718-9a1b-5ddd0ed5c0f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:22.539840 [ 277 ] {b72841ba-5162-4718-9a1b-5ddd0ed5c0f2} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:22.539876 [ 277 ] {b72841ba-5162-4718-9a1b-5ddd0ed5c0f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:22.540171 [ 277 ] {b72841ba-5162-4718-9a1b-5ddd0ed5c0f2} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.22 22:21:22.540378 [ 277 ] {b72841ba-5162-4718-9a1b-5ddd0ed5c0f2} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:22.540503 [ 277 ] {b72841ba-5162-4718-9a1b-5ddd0ed5c0f2} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2026.01.22 22:21:22.540538 [ 277 ] {b72841ba-5162-4718-9a1b-5ddd0ed5c0f2} TCPHandler: Processed in 0.001209589 sec. 2026.01.22 22:21:23.343418 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.01.22 22:21:23.361628 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:23.361696 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:23.368168 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.22 22:21:23.368859 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:23.371983 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.01.22 22:21:27.529374 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:27.529569 [ 277 ] {e6523aca-47c9-4785-aa1c-5c3d5377d0af} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:27.529636 [ 277 ] {e6523aca-47c9-4785-aa1c-5c3d5377d0af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:27.530313 [ 277 ] {e6523aca-47c9-4785-aa1c-5c3d5377d0af} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:27.530363 [ 277 ] {e6523aca-47c9-4785-aa1c-5c3d5377d0af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:27.530758 [ 277 ] {e6523aca-47c9-4785-aa1c-5c3d5377d0af} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.22 22:21:27.530995 [ 277 ] {e6523aca-47c9-4785-aa1c-5c3d5377d0af} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:27.531167 [ 277 ] {e6523aca-47c9-4785-aa1c-5c3d5377d0af} executeQuery: Read 66 rows, 5.35 KiB in 0.001645 sec., 40121.58054711246 rows/sec., 3.18 MiB/sec. 2026.01.22 22:21:27.531221 [ 277 ] {e6523aca-47c9-4785-aa1c-5c3d5377d0af} TCPHandler: Processed in 0.001973764 sec. 2026.01.22 22:21:27.531351 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:27.531464 [ 277 ] {75da7ceb-7c47-4ecc-989e-995704300dfe} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:27.531511 [ 277 ] {75da7ceb-7c47-4ecc-989e-995704300dfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:27.531932 [ 277 ] {75da7ceb-7c47-4ecc-989e-995704300dfe} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:27.531970 [ 277 ] {75da7ceb-7c47-4ecc-989e-995704300dfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:27.532272 [ 277 ] {75da7ceb-7c47-4ecc-989e-995704300dfe} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.22 22:21:27.532473 [ 277 ] {75da7ceb-7c47-4ecc-989e-995704300dfe} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:27.532608 [ 277 ] {75da7ceb-7c47-4ecc-989e-995704300dfe} executeQuery: Read 5 rows, 385.00 B in 0.001176 sec., 4251.700680272109 rows/sec., 319.71 KiB/sec. 2026.01.22 22:21:27.532648 [ 277 ] {75da7ceb-7c47-4ecc-989e-995704300dfe} TCPHandler: Processed in 0.00135119 sec. 2026.01.22 22:21:27.532776 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:27.532874 [ 277 ] {39aa7bb5-b554-43c9-9fbc-a403f16f66a7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:27.532917 [ 277 ] {39aa7bb5-b554-43c9-9fbc-a403f16f66a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:27.533364 [ 277 ] {39aa7bb5-b554-43c9-9fbc-a403f16f66a7} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:27.533404 [ 277 ] {39aa7bb5-b554-43c9-9fbc-a403f16f66a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:27.533771 [ 277 ] {39aa7bb5-b554-43c9-9fbc-a403f16f66a7} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.22 22:21:27.534041 [ 277 ] {39aa7bb5-b554-43c9-9fbc-a403f16f66a7} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:27.534204 [ 277 ] {39aa7bb5-b554-43c9-9fbc-a403f16f66a7} executeQuery: Read 69 rows, 5.52 KiB in 0.001349 sec., 51148.99925871016 rows/sec., 3.99 MiB/sec. 2026.01.22 22:21:27.534251 [ 277 ] {39aa7bb5-b554-43c9-9fbc-a403f16f66a7} TCPHandler: Processed in 0.001525022 sec. 2026.01.22 22:21:27.534413 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:27.534529 [ 277 ] {deb5f596-712c-47a6-8dda-6b1a888b7591} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:27.534582 [ 277 ] {deb5f596-712c-47a6-8dda-6b1a888b7591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:27.535109 [ 277 ] {deb5f596-712c-47a6-8dda-6b1a888b7591} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:27.535152 [ 277 ] {deb5f596-712c-47a6-8dda-6b1a888b7591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:27.535573 [ 277 ] {deb5f596-712c-47a6-8dda-6b1a888b7591} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.22 22:21:27.535864 [ 277 ] {deb5f596-712c-47a6-8dda-6b1a888b7591} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:27.536036 [ 277 ] {deb5f596-712c-47a6-8dda-6b1a888b7591} executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec. 2026.01.22 22:21:27.536076 [ 277 ] {deb5f596-712c-47a6-8dda-6b1a888b7591} TCPHandler: Processed in 0.001724763 sec. 2026.01.22 22:21:27.536195 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:27.536293 [ 277 ] {d6ad1044-403d-4ac8-a530-60bbfdb4a262} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:27.536349 [ 277 ] {d6ad1044-403d-4ac8-a530-60bbfdb4a262} 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.01.22 22:21:27.537155 [ 277 ] {d6ad1044-403d-4ac8-a530-60bbfdb4a262} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:27.537195 [ 277 ] {d6ad1044-403d-4ac8-a530-60bbfdb4a262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:27.537736 [ 277 ] {d6ad1044-403d-4ac8-a530-60bbfdb4a262} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.22 22:21:27.537975 [ 277 ] {d6ad1044-403d-4ac8-a530-60bbfdb4a262} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:27.538122 [ 277 ] {d6ad1044-403d-4ac8-a530-60bbfdb4a262} executeQuery: Read 5 rows, 9.17 KiB in 0.001849 sec., 2704.1644131963226 rows/sec., 4.85 MiB/sec. 2026.01.22 22:21:27.538206 [ 277 ] {d6ad1044-403d-4ac8-a530-60bbfdb4a262} TCPHandler: Processed in 0.002062795 sec. 2026.01.22 22:21:27.538323 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:27.538420 [ 277 ] {db155877-7bf5-4d13-9626-184ad53ac0f3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:27.538463 [ 277 ] {db155877-7bf5-4d13-9626-184ad53ac0f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:27.538821 [ 277 ] {db155877-7bf5-4d13-9626-184ad53ac0f3} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:27.538857 [ 277 ] {db155877-7bf5-4d13-9626-184ad53ac0f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:27.539194 [ 277 ] {db155877-7bf5-4d13-9626-184ad53ac0f3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.22 22:21:27.539405 [ 277 ] {db155877-7bf5-4d13-9626-184ad53ac0f3} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:27.539545 [ 277 ] {db155877-7bf5-4d13-9626-184ad53ac0f3} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2026.01.22 22:21:27.539582 [ 277 ] {db155877-7bf5-4d13-9626-184ad53ac0f3} TCPHandler: Processed in 0.001310509 sec. 2026.01.22 22:21:29.241990 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35275 2026.01.22 22:21:29.242095 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.242120 [ 286 ] {} TCP-Session: 4b53b937-a2bf-4f17-b741-42e4be6230fe Authenticating user 'default' from [fd00:1122:3344:101::e]:35275 2026.01.22 22:21:29.242141 [ 286 ] {} TCP-Session: 4b53b937-a2bf-4f17-b741-42e4be6230fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.242154 [ 286 ] {} TCP-Session: 4b53b937-a2bf-4f17-b741-42e4be6230fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.242390 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33455 2026.01.22 22:21:29.242418 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45796 2026.01.22 22:21:29.242449 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52557 2026.01.22 22:21:29.242461 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58031 2026.01.22 22:21:29.242513 [ 286 ] {} TCP-Session: 4b53b937-a2bf-4f17-b741-42e4be6230fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:29.242521 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.242519 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.242565 [ 349 ] {} TCP-Session: 81a76ccb-7137-4865-ba48-0fc48b311836 Authenticating user 'default' from [fd00:1122:3344:101::e]:45796 2026.01.22 22:21:29.242454 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54736 2026.01.22 22:21:29.242602 [ 288 ] {} TCP-Session: b55dff68-637f-44a5-9884-9d014d504497 Authenticating user 'default' from [fd00:1122:3344:101::e]:33455 2026.01.22 22:21:29.242603 [ 349 ] {} TCP-Session: 81a76ccb-7137-4865-ba48-0fc48b311836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.242405 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36495 2026.01.22 22:21:29.242691 [ 286 ] {5aec23e7-6cd6-44d7-bece-40fa2508c2e8} executeQuery: (from [fd00:1122:3344:101::e]:35275) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:21:29.242695 [ 349 ] {} TCP-Session: 81a76ccb-7137-4865-ba48-0fc48b311836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.242682 [ 288 ] {} TCP-Session: b55dff68-637f-44a5-9884-9d014d504497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.242402 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59540 2026.01.22 22:21:29.242762 [ 288 ] {} TCP-Session: b55dff68-637f-44a5-9884-9d014d504497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.242431 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37553 2026.01.22 22:21:29.242833 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.242869 [ 353 ] {} TCP-Session: 938184ee-aedf-47c8-b2eb-d277f02a4b17 Authenticating user 'default' from [fd00:1122:3344:101::e]:58031 2026.01.22 22:21:29.242886 [ 353 ] {} TCP-Session: 938184ee-aedf-47c8-b2eb-d277f02a4b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.242898 [ 353 ] {} TCP-Session: 938184ee-aedf-47c8-b2eb-d277f02a4b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.242979 [ 286 ] {5aec23e7-6cd6-44d7-bece-40fa2508c2e8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:21:29.243034 [ 286 ] {5aec23e7-6cd6-44d7-bece-40fa2508c2e8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:21:29.243213 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.243244 [ 290 ] {} TCP-Session: b1f52c57-3f12-471d-ae55-e3c09a375780 Authenticating user 'default' from [fd00:1122:3344:101::e]:36495 2026.01.22 22:21:29.243265 [ 290 ] {} TCP-Session: b1f52c57-3f12-471d-ae55-e3c09a375780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.243297 [ 290 ] {} TCP-Session: b1f52c57-3f12-471d-ae55-e3c09a375780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.243323 [ 286 ] {5aec23e7-6cd6-44d7-bece-40fa2508c2e8} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:21:29.243365 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.243406 [ 350 ] {} TCP-Session: 97cd8904-6de8-4481-9e0b-25c0cef4a732 Authenticating user 'default' from [fd00:1122:3344:101::e]:37553 2026.01.22 22:21:29.243432 [ 350 ] {} TCP-Session: 97cd8904-6de8-4481-9e0b-25c0cef4a732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.243447 [ 350 ] {} TCP-Session: 97cd8904-6de8-4481-9e0b-25c0cef4a732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.243475 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.243522 [ 352 ] {} TCP-Session: e5e6e627-4249-4c29-9caa-1d9d64f748e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:54736 2026.01.22 22:21:29.243545 [ 352 ] {} TCP-Session: e5e6e627-4249-4c29-9caa-1d9d64f748e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.243558 [ 352 ] {} TCP-Session: e5e6e627-4249-4c29-9caa-1d9d64f748e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.243687 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.243733 [ 351 ] {} TCP-Session: 97bdef24-49e2-420c-bdbb-f7b90216357d Authenticating user 'default' from [fd00:1122:3344:101::e]:52557 2026.01.22 22:21:29.243758 [ 351 ] {} TCP-Session: 97bdef24-49e2-420c-bdbb-f7b90216357d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.243772 [ 351 ] {} TCP-Session: 97bdef24-49e2-420c-bdbb-f7b90216357d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.243787 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.243822 [ 289 ] {} TCP-Session: fc0fa9fb-962a-4c33-88fc-16af02dc3b1c Authenticating user 'default' from [fd00:1122:3344:101::e]:59540 2026.01.22 22:21:29.243837 [ 289 ] {} TCP-Session: fc0fa9fb-962a-4c33-88fc-16af02dc3b1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.243853 [ 289 ] {} TCP-Session: fc0fa9fb-962a-4c33-88fc-16af02dc3b1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.244328 [ 304 ] {5aec23e7-6cd6-44d7-bece-40fa2508c2e8} AggregatingTransform: Aggregating 2026.01.22 22:21:29.244372 [ 304 ] {5aec23e7-6cd6-44d7-bece-40fa2508c2e8} Aggregator: Aggregation method: without_key 2026.01.22 22:21:29.244412 [ 304 ] {5aec23e7-6cd6-44d7-bece-40fa2508c2e8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000968557 sec. (1032.464 rows/sec., 40.33 KiB/sec.) 2026.01.22 22:21:29.244430 [ 304 ] {5aec23e7-6cd6-44d7-bece-40fa2508c2e8} Aggregator: Merging aggregated data 2026.01.22 22:21:29.246065 [ 286 ] {5aec23e7-6cd6-44d7-bece-40fa2508c2e8} executeQuery: Read 1 rows, 40.00 B in 0.003439 sec., 290.7822041291073 rows/sec., 11.36 KiB/sec. 2026.01.22 22:21:29.246194 [ 286 ] {5aec23e7-6cd6-44d7-bece-40fa2508c2e8} TCPHandler: Processed in 0.003805818 sec. 2026.01.22 22:21:29.246303 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.246330 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.246332 [ 286 ] {} TCP-Session: 4b53b937-a2bf-4f17-b741-42e4be6230fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.246347 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.246367 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.246385 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.246399 [ 289 ] {} TCP-Session: fc0fa9fb-962a-4c33-88fc-16af02dc3b1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.246416 [ 290 ] {} TCP-Session: b1f52c57-3f12-471d-ae55-e3c09a375780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.246432 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.246439 [ 349 ] {} TCP-Session: 81a76ccb-7137-4865-ba48-0fc48b311836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.246450 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.246485 [ 350 ] {} TCP-Session: 97cd8904-6de8-4481-9e0b-25c0cef4a732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.246462 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.246525 [ 351 ] {} TCP-Session: 97bdef24-49e2-420c-bdbb-f7b90216357d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.246412 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.246560 [ 352 ] {} TCP-Session: e5e6e627-4249-4c29-9caa-1d9d64f748e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.246369 [ 353 ] {} TCP-Session: 938184ee-aedf-47c8-b2eb-d277f02a4b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.246598 [ 288 ] {} TCP-Session: b55dff68-637f-44a5-9884-9d014d504497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.349708 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63188 2026.01.22 22:21:29.349813 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.349839 [ 286 ] {} TCP-Session: 3b582b80-a2da-4878-a1c7-6af0c1967c23 Authenticating user 'default' from [fd00:1122:3344:101::e]:63188 2026.01.22 22:21:29.349860 [ 286 ] {} TCP-Session: 3b582b80-a2da-4878-a1c7-6af0c1967c23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.349874 [ 286 ] {} TCP-Session: 3b582b80-a2da-4878-a1c7-6af0c1967c23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350138 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57300 2026.01.22 22:21:29.350172 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64324 2026.01.22 22:21:29.350212 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50850 2026.01.22 22:21:29.350232 [ 286 ] {} TCP-Session: 3b582b80-a2da-4878-a1c7-6af0c1967c23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:29.350220 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41841 2026.01.22 22:21:29.350282 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.350315 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.350338 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.350348 [ 288 ] {} TCP-Session: 67329733-e784-4d3b-b4cd-dc84003b27aa Authenticating user 'default' from [fd00:1122:3344:101::e]:57300 2026.01.22 22:21:29.350374 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.350367 [ 289 ] {} TCP-Session: 046eb7ca-8677-4e89-a6bb-2fec9f2fc36c Authenticating user 'default' from [fd00:1122:3344:101::e]:64324 2026.01.22 22:21:29.350393 [ 351 ] {} TCP-Session: 6f4f164a-f9e1-48f5-b897-500fa029a939 Authenticating user 'default' from [fd00:1122:3344:101::e]:50850 2026.01.22 22:21:29.350414 [ 353 ] {} TCP-Session: 8cb29cd4-64d9-496d-89bb-4ed6b4012059 Authenticating user 'default' from [fd00:1122:3344:101::e]:41841 2026.01.22 22:21:29.350434 [ 286 ] {444fca99-1341-40f3-9992-3671f7bfcbf3} executeQuery: (from [fd00:1122:3344:101::e]:63188) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:21:29.350428 [ 289 ] {} TCP-Session: 046eb7ca-8677-4e89-a6bb-2fec9f2fc36c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350452 [ 353 ] {} TCP-Session: 8cb29cd4-64d9-496d-89bb-4ed6b4012059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350476 [ 289 ] {} TCP-Session: 046eb7ca-8677-4e89-a6bb-2fec9f2fc36c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350488 [ 353 ] {} TCP-Session: 8cb29cd4-64d9-496d-89bb-4ed6b4012059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350216 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48136 2026.01.22 22:21:29.350190 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54560 2026.01.22 22:21:29.350182 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32983 2026.01.22 22:21:29.350446 [ 351 ] {} TCP-Session: 6f4f164a-f9e1-48f5-b897-500fa029a939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350598 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.350621 [ 351 ] {} TCP-Session: 6f4f164a-f9e1-48f5-b897-500fa029a939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350619 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.350646 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.350673 [ 350 ] {} TCP-Session: 25b1f4d0-d602-4db3-8903-1367d37775a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:54560 2026.01.22 22:21:29.350691 [ 349 ] {} TCP-Session: 4e67047a-3e20-426c-be76-e7d369d19b8f Authenticating user 'default' from [fd00:1122:3344:101::e]:32983 2026.01.22 22:21:29.350704 [ 286 ] {444fca99-1341-40f3-9992-3671f7bfcbf3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:21:29.350721 [ 349 ] {} TCP-Session: 4e67047a-3e20-426c-be76-e7d369d19b8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350707 [ 350 ] {} TCP-Session: 25b1f4d0-d602-4db3-8903-1367d37775a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350739 [ 349 ] {} TCP-Session: 4e67047a-3e20-426c-be76-e7d369d19b8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350760 [ 286 ] {444fca99-1341-40f3-9992-3671f7bfcbf3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:21:29.350761 [ 350 ] {} TCP-Session: 25b1f4d0-d602-4db3-8903-1367d37775a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350643 [ 352 ] {} TCP-Session: 4e957909-8cd3-4ecd-a161-ddee178aba8c Authenticating user 'default' from [fd00:1122:3344:101::e]:48136 2026.01.22 22:21:29.350399 [ 288 ] {} TCP-Session: 67329733-e784-4d3b-b4cd-dc84003b27aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350820 [ 352 ] {} TCP-Session: 4e957909-8cd3-4ecd-a161-ddee178aba8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350835 [ 288 ] {} TCP-Session: 67329733-e784-4d3b-b4cd-dc84003b27aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350850 [ 352 ] {} TCP-Session: 4e957909-8cd3-4ecd-a161-ddee178aba8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350168 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53377 2026.01.22 22:21:29.350939 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.350961 [ 290 ] {} TCP-Session: 8b4a7f27-e870-4304-a7d3-43fc8540ae51 Authenticating user 'default' from [fd00:1122:3344:101::e]:53377 2026.01.22 22:21:29.350978 [ 290 ] {} TCP-Session: 8b4a7f27-e870-4304-a7d3-43fc8540ae51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.350991 [ 290 ] {} TCP-Session: 8b4a7f27-e870-4304-a7d3-43fc8540ae51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.351061 [ 286 ] {444fca99-1341-40f3-9992-3671f7bfcbf3} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:21:29.352000 [ 307 ] {444fca99-1341-40f3-9992-3671f7bfcbf3} AggregatingTransform: Aggregating 2026.01.22 22:21:29.352038 [ 307 ] {444fca99-1341-40f3-9992-3671f7bfcbf3} Aggregator: Aggregation method: without_key 2026.01.22 22:21:29.352075 [ 307 ] {444fca99-1341-40f3-9992-3671f7bfcbf3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000917226 sec. (1090.244 rows/sec., 42.59 KiB/sec.) 2026.01.22 22:21:29.352093 [ 307 ] {444fca99-1341-40f3-9992-3671f7bfcbf3} Aggregator: Merging aggregated data 2026.01.22 22:21:29.353808 [ 286 ] {444fca99-1341-40f3-9992-3671f7bfcbf3} executeQuery: Read 1 rows, 40.00 B in 0.003428 sec., 291.71528588098016 rows/sec., 11.40 KiB/sec. 2026.01.22 22:21:29.353953 [ 286 ] {444fca99-1341-40f3-9992-3671f7bfcbf3} TCPHandler: Processed in 0.003832488 sec. 2026.01.22 22:21:29.354081 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.354113 [ 286 ] {} TCP-Session: 3b582b80-a2da-4878-a1c7-6af0c1967c23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.354113 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.354140 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.354152 [ 353 ] {} TCP-Session: 8cb29cd4-64d9-496d-89bb-4ed6b4012059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.354171 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.354172 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.354195 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.354210 [ 349 ] {} TCP-Session: 4e67047a-3e20-426c-be76-e7d369d19b8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.354209 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.354249 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.354249 [ 290 ] {} TCP-Session: 8b4a7f27-e870-4304-a7d3-43fc8540ae51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.354280 [ 352 ] {} TCP-Session: 4e957909-8cd3-4ecd-a161-ddee178aba8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.354230 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.354306 [ 351 ] {} TCP-Session: 6f4f164a-f9e1-48f5-b897-500fa029a939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.354236 [ 289 ] {} TCP-Session: 046eb7ca-8677-4e89-a6bb-2fec9f2fc36c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.354349 [ 350 ] {} TCP-Session: 25b1f4d0-d602-4db3-8903-1367d37775a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.354186 [ 288 ] {} TCP-Session: 67329733-e784-4d3b-b4cd-dc84003b27aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417130 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53890 2026.01.22 22:21:29.417234 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.417261 [ 286 ] {} TCP-Session: 23768d27-e4a7-4c38-a7f6-52fdc5d36e00 Authenticating user 'default' from [fd00:1122:3344:101::e]:53890 2026.01.22 22:21:29.417281 [ 286 ] {} TCP-Session: 23768d27-e4a7-4c38-a7f6-52fdc5d36e00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417294 [ 286 ] {} TCP-Session: 23768d27-e4a7-4c38-a7f6-52fdc5d36e00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417474 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57691 2026.01.22 22:21:29.417509 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40182 2026.01.22 22:21:29.417542 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42075 2026.01.22 22:21:29.417574 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41220 2026.01.22 22:21:29.417595 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63761 2026.01.22 22:21:29.417647 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.417661 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.417583 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41290 2026.01.22 22:21:29.417700 [ 289 ] {} TCP-Session: e4b433f3-0fc7-440d-9efc-d19f86a3ca52 Authenticating user 'default' from [fd00:1122:3344:101::e]:40182 2026.01.22 22:21:29.417705 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.417718 [ 286 ] {} TCP-Session: 23768d27-e4a7-4c38-a7f6-52fdc5d36e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:29.417730 [ 289 ] {} TCP-Session: e4b433f3-0fc7-440d-9efc-d19f86a3ca52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417741 [ 353 ] {} TCP-Session: f6f2b7bd-17b7-42c8-b62b-4a3eb64cd195 Authenticating user 'default' from [fd00:1122:3344:101::e]:63761 2026.01.22 22:21:29.417760 [ 289 ] {} TCP-Session: e4b433f3-0fc7-440d-9efc-d19f86a3ca52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417762 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.417775 [ 353 ] {} TCP-Session: f6f2b7bd-17b7-42c8-b62b-4a3eb64cd195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417708 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.417809 [ 353 ] {} TCP-Session: f6f2b7bd-17b7-42c8-b62b-4a3eb64cd195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417803 [ 352 ] {} TCP-Session: 3b0cda5a-a044-452c-9fd9-805378fee5c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:41290 2026.01.22 22:21:29.417844 [ 351 ] {} TCP-Session: 0d8296df-48e3-464e-bf47-9a7917e0aa88 Authenticating user 'default' from [fd00:1122:3344:101::e]:41220 2026.01.22 22:21:29.417552 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63932 2026.01.22 22:21:29.417894 [ 286 ] {3cb89ddb-96eb-4943-bd46-40dd97718336} executeQuery: (from [fd00:1122:3344:101::e]:53890) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:21:29.417891 [ 351 ] {} TCP-Session: 0d8296df-48e3-464e-bf47-9a7917e0aa88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417876 [ 352 ] {} TCP-Session: 3b0cda5a-a044-452c-9fd9-805378fee5c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417956 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.417976 [ 352 ] {} TCP-Session: 3b0cda5a-a044-452c-9fd9-805378fee5c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417998 [ 350 ] {} TCP-Session: 11e8527b-8389-4b21-83aa-932f3de4df94 Authenticating user 'default' from [fd00:1122:3344:101::e]:63932 2026.01.22 22:21:29.417945 [ 351 ] {} TCP-Session: 0d8296df-48e3-464e-bf47-9a7917e0aa88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.418035 [ 350 ] {} TCP-Session: 11e8527b-8389-4b21-83aa-932f3de4df94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417598 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.418059 [ 350 ] {} TCP-Session: 11e8527b-8389-4b21-83aa-932f3de4df94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.418084 [ 288 ] {} TCP-Session: 42bba7e5-e53b-4ae8-a5c9-8c2aad80f9af Authenticating user 'default' from [fd00:1122:3344:101::e]:57691 2026.01.22 22:21:29.417532 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51380 2026.01.22 22:21:29.418105 [ 288 ] {} TCP-Session: 42bba7e5-e53b-4ae8-a5c9-8c2aad80f9af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.417685 [ 349 ] {} TCP-Session: d1725748-67d7-42c0-a1cf-755a6ca13fba Authenticating user 'default' from [fd00:1122:3344:101::e]:42075 2026.01.22 22:21:29.418142 [ 288 ] {} TCP-Session: 42bba7e5-e53b-4ae8-a5c9-8c2aad80f9af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.418177 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:21:29.418185 [ 349 ] {} TCP-Session: d1725748-67d7-42c0-a1cf-755a6ca13fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.418181 [ 286 ] {3cb89ddb-96eb-4943-bd46-40dd97718336} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:21:29.418208 [ 290 ] {} TCP-Session: 6ad7d43c-cd5e-4af9-9430-97a9abea16e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:51380 2026.01.22 22:21:29.418210 [ 349 ] {} TCP-Session: d1725748-67d7-42c0-a1cf-755a6ca13fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.418231 [ 290 ] {} TCP-Session: 6ad7d43c-cd5e-4af9-9430-97a9abea16e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.418245 [ 290 ] {} TCP-Session: 6ad7d43c-cd5e-4af9-9430-97a9abea16e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.418258 [ 286 ] {3cb89ddb-96eb-4943-bd46-40dd97718336} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:21:29.418553 [ 286 ] {3cb89ddb-96eb-4943-bd46-40dd97718336} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:21:29.419498 [ 305 ] {3cb89ddb-96eb-4943-bd46-40dd97718336} AggregatingTransform: Aggregating 2026.01.22 22:21:29.419554 [ 305 ] {3cb89ddb-96eb-4943-bd46-40dd97718336} Aggregator: Aggregation method: without_key 2026.01.22 22:21:29.419595 [ 305 ] {3cb89ddb-96eb-4943-bd46-40dd97718336} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000941747 sec. (1061.856 rows/sec., 41.48 KiB/sec.) 2026.01.22 22:21:29.419614 [ 305 ] {3cb89ddb-96eb-4943-bd46-40dd97718336} Aggregator: Merging aggregated data 2026.01.22 22:21:29.421193 [ 286 ] {3cb89ddb-96eb-4943-bd46-40dd97718336} executeQuery: Read 1 rows, 40.00 B in 0.00335 sec., 298.5074626865672 rows/sec., 11.66 KiB/sec. 2026.01.22 22:21:29.421378 [ 286 ] {3cb89ddb-96eb-4943-bd46-40dd97718336} TCPHandler: Processed in 0.003805538 sec. 2026.01.22 22:21:29.421515 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.421553 [ 286 ] {} TCP-Session: 23768d27-e4a7-4c38-a7f6-52fdc5d36e00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.421557 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.421603 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.421607 [ 288 ] {} TCP-Session: 42bba7e5-e53b-4ae8-a5c9-8c2aad80f9af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.421630 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.421647 [ 349 ] {} TCP-Session: d1725748-67d7-42c0-a1cf-755a6ca13fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.421657 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.421680 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.421689 [ 289 ] {} TCP-Session: e4b433f3-0fc7-440d-9efc-d19f86a3ca52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.421700 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.421721 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.421742 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:21:29.421760 [ 353 ] {} TCP-Session: f6f2b7bd-17b7-42c8-b62b-4a3eb64cd195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.421782 [ 351 ] {} TCP-Session: 0d8296df-48e3-464e-bf47-9a7917e0aa88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.421800 [ 352 ] {} TCP-Session: 3b0cda5a-a044-452c-9fd9-805378fee5c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.421728 [ 350 ] {} TCP-Session: 11e8527b-8389-4b21-83aa-932f3de4df94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.421698 [ 290 ] {} TCP-Session: 6ad7d43c-cd5e-4af9-9430-97a9abea16e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:21:29.816118 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19616 2026.01.22 22:21:29.816645 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:29.816698 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:29.817192 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.22 22:21:29.817433 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:29.817591 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19616 2026.01.22 22:21:29.817586 [ 50 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.22 22:21:29.817668 [ 50 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:29.817689 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:29.817790 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:21:29.817892 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:29.817931 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 17248 rows starting from the beginning of the part 2026.01.22 22:21:29.817993 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:21:29.818037 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:21:29.818085 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:21:29.818124 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:21:29.818167 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:21:29.820289 [ 203 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19616 rows, containing 4 columns (4 merged, 0 gathered) in 0.002539739 sec., 7723628.294088487 rows/sec., 110.49 MiB/sec. 2026.01.22 22:21:29.820718 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.22 22:21:29.821057 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_41_8} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:29.821148 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_41_8} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.22 22:21:29.821266 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. 2026.01.22 22:21:30.243213 [ 50 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.22 22:21:30.243286 [ 50 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:30.243313 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:30.243445 [ 189 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::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.01.22 22:21:30.243597 [ 189 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:30.243633 [ 189 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 484 rows starting from the beginning of the part 2026.01.22 22:21:30.243702 [ 189 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part 2026.01.22 22:21:30.243746 [ 189 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.01.22 22:21:30.243787 [ 189 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part 2026.01.22 22:21:30.243825 [ 189 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 252 rows starting from the beginning of the part 2026.01.22 22:21:30.244744 [ 200 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 1241 rows, containing 5 columns (5 merged, 0 gathered) in 0.00135592 sec., 915245.7372116349 rows/sec., 65.99 MiB/sec. 2026.01.22 22:21:30.245014 [ 191 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.22 22:21:30.245412 [ 191 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_14_3} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:30.245504 [ 191 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_14_3} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.22 22:21:30.245627 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.01.22 22:21:30.872041 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.01.22 22:21:30.892476 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:30.892553 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:30.899162 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.22 22:21:30.900096 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:30.900438 [ 50 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.22 22:21:30.900507 [ 50 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:30.900528 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:30.900661 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:21:30.904348 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:30.906066 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:21:30.906417 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.01.22 22:21:30.910697 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:21:30.915099 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:21:30.919736 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:21:30.924523 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:21:30.928303 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:21:30.986583 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.085979306 sec., 3593.888045572268 rows/sec., 18.58 MiB/sec. 2026.01.22 22:21:30.989193 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.22 22:21:30.991231 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_41_8} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:30.991349 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_41_8} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.22 22:21:30.993889 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.22 22:21:32.369450 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1028 2026.01.22 22:21:32.371739 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:32.371798 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:32.372992 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:21:32.373258 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:32.373760 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1028 2026.01.22 22:21:32.530269 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:32.530619 [ 277 ] {e990d829-3784-4b84-ab6f-44f6afe4c510} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:32.530726 [ 277 ] {e990d829-3784-4b84-ab6f-44f6afe4c510} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:32.531465 [ 277 ] {e990d829-3784-4b84-ab6f-44f6afe4c510} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:32.531517 [ 277 ] {e990d829-3784-4b84-ab6f-44f6afe4c510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:32.531920 [ 277 ] {e990d829-3784-4b84-ab6f-44f6afe4c510} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.22 22:21:32.532148 [ 277 ] {e990d829-3784-4b84-ab6f-44f6afe4c510} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:32.532337 [ 277 ] {e990d829-3784-4b84-ab6f-44f6afe4c510} executeQuery: Read 128 rows, 11.26 KiB in 0.001796 sec., 71269.48775055679 rows/sec., 6.13 MiB/sec. 2026.01.22 22:21:32.532390 [ 277 ] {e990d829-3784-4b84-ab6f-44f6afe4c510} TCPHandler: Processed in 0.002248986 sec. 2026.01.22 22:21:32.532522 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:32.532628 [ 277 ] {4fa95e1f-1746-44a8-ba37-c015da2d349a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:32.532672 [ 277 ] {4fa95e1f-1746-44a8-ba37-c015da2d349a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:32.533103 [ 277 ] {4fa95e1f-1746-44a8-ba37-c015da2d349a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:32.533140 [ 277 ] {4fa95e1f-1746-44a8-ba37-c015da2d349a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:32.533447 [ 277 ] {4fa95e1f-1746-44a8-ba37-c015da2d349a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.22 22:21:32.533701 [ 277 ] {4fa95e1f-1746-44a8-ba37-c015da2d349a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:32.533848 [ 277 ] {4fa95e1f-1746-44a8-ba37-c015da2d349a} executeQuery: Read 36 rows, 2.71 KiB in 0.001244 sec., 28938.906752411574 rows/sec., 2.13 MiB/sec. 2026.01.22 22:21:32.533888 [ 277 ] {4fa95e1f-1746-44a8-ba37-c015da2d349a} TCPHandler: Processed in 0.001419701 sec. 2026.01.22 22:21:32.534000 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:32.534107 [ 277 ] {4d64f3ce-2dc2-4aaf-9b98-09287dbc3393} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:32.534151 [ 277 ] {4d64f3ce-2dc2-4aaf-9b98-09287dbc3393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:32.534696 [ 277 ] {4d64f3ce-2dc2-4aaf-9b98-09287dbc3393} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:32.534741 [ 277 ] {4d64f3ce-2dc2-4aaf-9b98-09287dbc3393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:32.535120 [ 277 ] {4d64f3ce-2dc2-4aaf-9b98-09287dbc3393} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.22 22:21:32.535377 [ 277 ] {4d64f3ce-2dc2-4aaf-9b98-09287dbc3393} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:32.535532 [ 277 ] {4d64f3ce-2dc2-4aaf-9b98-09287dbc3393} executeQuery: Read 100 rows, 8.00 KiB in 0.001448 sec., 69060.77348066297 rows/sec., 5.39 MiB/sec. 2026.01.22 22:21:32.535578 [ 277 ] {4d64f3ce-2dc2-4aaf-9b98-09287dbc3393} TCPHandler: Processed in 0.001629482 sec. 2026.01.22 22:21:32.535718 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:32.535825 [ 277 ] {2cc2c9c6-7a9b-4340-8fea-5531b2c1ebce} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:32.535875 [ 277 ] {2cc2c9c6-7a9b-4340-8fea-5531b2c1ebce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:32.536387 [ 277 ] {2cc2c9c6-7a9b-4340-8fea-5531b2c1ebce} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:32.536431 [ 277 ] {2cc2c9c6-7a9b-4340-8fea-5531b2c1ebce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:32.536778 [ 277 ] {2cc2c9c6-7a9b-4340-8fea-5531b2c1ebce} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.22 22:21:32.536993 [ 277 ] {2cc2c9c6-7a9b-4340-8fea-5531b2c1ebce} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:32.537126 [ 277 ] {2cc2c9c6-7a9b-4340-8fea-5531b2c1ebce} executeQuery: Read 160 rows, 11.41 KiB in 0.001324 sec., 120845.92145015104 rows/sec., 8.42 MiB/sec. 2026.01.22 22:21:32.537166 [ 277 ] {2cc2c9c6-7a9b-4340-8fea-5531b2c1ebce} TCPHandler: Processed in 0.001506051 sec. 2026.01.22 22:21:32.537278 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:32.537383 [ 277 ] {9464f25b-9ef3-4df7-9d5f-ff14022ab24f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:32.537441 [ 277 ] {9464f25b-9ef3-4df7-9d5f-ff14022ab24f} 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.01.22 22:21:32.538349 [ 277 ] {9464f25b-9ef3-4df7-9d5f-ff14022ab24f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:32.538386 [ 277 ] {9464f25b-9ef3-4df7-9d5f-ff14022ab24f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:32.538978 [ 277 ] {9464f25b-9ef3-4df7-9d5f-ff14022ab24f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.22 22:21:32.539213 [ 277 ] {9464f25b-9ef3-4df7-9d5f-ff14022ab24f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:32.539337 [ 38 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.22 22:21:32.539358 [ 277 ] {9464f25b-9ef3-4df7-9d5f-ff14022ab24f} executeQuery: Read 36 rows, 66.06 KiB in 0.001994 sec., 18054.162487462385 rows/sec., 32.35 MiB/sec. 2026.01.22 22:21:32.539412 [ 38 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:32.539438 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:32.539479 [ 277 ] {9464f25b-9ef3-4df7-9d5f-ff14022ab24f} TCPHandler: Processed in 0.002251317 sec. 2026.01.22 22:21:32.539564 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:21:32.539636 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:32.539741 [ 277 ] {918e89fd-eff3-4cf3-85f0-ceb156b444af} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:32.539789 [ 277 ] {918e89fd-eff3-4cf3-85f0-ceb156b444af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:32.539852 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:32.539912 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 981 rows starting from the beginning of the part 2026.01.22 22:21:32.540052 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part 2026.01.22 22:21:32.540141 [ 277 ] {918e89fd-eff3-4cf3-85f0-ceb156b444af} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:32.540171 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 5 rows starting from the beginning of the part 2026.01.22 22:21:32.540181 [ 277 ] {918e89fd-eff3-4cf3-85f0-ceb156b444af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:32.540272 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part 2026.01.22 22:21:32.540382 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 5 rows starting from the beginning of the part 2026.01.22 22:21:32.540486 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:21:32.540532 [ 277 ] {918e89fd-eff3-4cf3-85f0-ceb156b444af} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.22 22:21:32.540756 [ 277 ] {918e89fd-eff3-4cf3-85f0-ceb156b444af} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:32.540902 [ 277 ] {918e89fd-eff3-4cf3-85f0-ceb156b444af} executeQuery: Read 60 rows, 4.14 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.42 MiB/sec. 2026.01.22 22:21:32.540941 [ 277 ] {918e89fd-eff3-4cf3-85f0-ceb156b444af} TCPHandler: Processed in 0.00136207 sec. 2026.01.22 22:21:32.548218 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1099 rows, containing 19 columns (19 merged, 0 gathered) in 0.008708375 sec., 126200.35310835832 rows/sec., 226.15 MiB/sec. 2026.01.22 22:21:32.549097 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.22 22:21:32.549432 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_51_10} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:32.549512 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_51_10} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.22 22:21:32.549625 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.42 MiB. 2026.01.22 22:21:33.000279 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 300.81 MiB, peak 313.40 MiB, free memory in arenas 0.00 B, will set to 304.93 MiB (RSS), difference: 4.13 MiB 2026.01.22 22:21:37.168138 [ 71 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:21:37.168235 [ 71 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:21:37.317939 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20128 2026.01.22 22:21:37.318764 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:37.318832 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:37.319381 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.22 22:21:37.319621 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:37.319757 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20128 2026.01.22 22:21:37.528940 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:37.529118 [ 277 ] {1006edaf-ae9d-4c0b-bed7-19f5d455f5e4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:37.529180 [ 277 ] {1006edaf-ae9d-4c0b-bed7-19f5d455f5e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:37.529840 [ 277 ] {1006edaf-ae9d-4c0b-bed7-19f5d455f5e4} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:37.529879 [ 277 ] {1006edaf-ae9d-4c0b-bed7-19f5d455f5e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:37.530252 [ 277 ] {1006edaf-ae9d-4c0b-bed7-19f5d455f5e4} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.22 22:21:37.530476 [ 277 ] {1006edaf-ae9d-4c0b-bed7-19f5d455f5e4} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:37.530626 [ 277 ] {1006edaf-ae9d-4c0b-bed7-19f5d455f5e4} executeQuery: Read 67 rows, 5.45 KiB in 0.001557 sec., 43031.47077713552 rows/sec., 3.42 MiB/sec. 2026.01.22 22:21:37.530669 [ 277 ] {1006edaf-ae9d-4c0b-bed7-19f5d455f5e4} TCPHandler: Processed in 0.001851993 sec. 2026.01.22 22:21:37.530794 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:37.530892 [ 277 ] {b5990cd4-1693-41db-b87a-21018d0d99cd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:37.530933 [ 277 ] {b5990cd4-1693-41db-b87a-21018d0d99cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:37.531333 [ 277 ] {b5990cd4-1693-41db-b87a-21018d0d99cd} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:37.531368 [ 277 ] {b5990cd4-1693-41db-b87a-21018d0d99cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:37.531670 [ 277 ] {b5990cd4-1693-41db-b87a-21018d0d99cd} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.22 22:21:37.531914 [ 277 ] {b5990cd4-1693-41db-b87a-21018d0d99cd} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:37.532058 [ 277 ] {b5990cd4-1693-41db-b87a-21018d0d99cd} executeQuery: Read 5 rows, 385.00 B in 0.001185 sec., 4219.4092827004215 rows/sec., 317.28 KiB/sec. 2026.01.22 22:21:37.532096 [ 277 ] {b5990cd4-1693-41db-b87a-21018d0d99cd} TCPHandler: Processed in 0.00135365 sec. 2026.01.22 22:21:37.532208 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:37.532304 [ 277 ] {8da3de2d-4afa-4c57-9408-5deed8883f34} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:21:37.532343 [ 277 ] {8da3de2d-4afa-4c57-9408-5deed8883f34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:21:37.532722 [ 277 ] {8da3de2d-4afa-4c57-9408-5deed8883f34} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:37.532756 [ 277 ] {8da3de2d-4afa-4c57-9408-5deed8883f34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:37.533034 [ 277 ] {8da3de2d-4afa-4c57-9408-5deed8883f34} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:21:37.533250 [ 277 ] {8da3de2d-4afa-4c57-9408-5deed8883f34} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:37.533373 [ 277 ] {8da3de2d-4afa-4c57-9408-5deed8883f34} executeQuery: Read 1 rows, 68.00 B in 0.001088 sec., 919.1176470588235 rows/sec., 61.04 KiB/sec. 2026.01.22 22:21:37.533411 [ 277 ] {8da3de2d-4afa-4c57-9408-5deed8883f34} TCPHandler: Processed in 0.001253099 sec. 2026.01.22 22:21:37.533513 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:37.533613 [ 277 ] {c3131f64-a6c0-4643-bee8-38b14fda66a5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:37.533653 [ 277 ] {c3131f64-a6c0-4643-bee8-38b14fda66a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:37.534075 [ 277 ] {c3131f64-a6c0-4643-bee8-38b14fda66a5} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:37.534110 [ 277 ] {c3131f64-a6c0-4643-bee8-38b14fda66a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:37.534406 [ 277 ] {c3131f64-a6c0-4643-bee8-38b14fda66a5} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.22 22:21:37.534617 [ 277 ] {c3131f64-a6c0-4643-bee8-38b14fda66a5} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:37.534740 [ 277 ] {c3131f64-a6c0-4643-bee8-38b14fda66a5} executeQuery: Read 69 rows, 5.52 KiB in 0.001145 sec., 60262.008733624454 rows/sec., 4.70 MiB/sec. 2026.01.22 22:21:37.534777 [ 277 ] {c3131f64-a6c0-4643-bee8-38b14fda66a5} TCPHandler: Processed in 0.00131396 sec. 2026.01.22 22:21:37.534892 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:37.534987 [ 277 ] {32c0d68c-c5f5-4f1f-aa28-a26de6089683} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:37.535029 [ 277 ] {32c0d68c-c5f5-4f1f-aa28-a26de6089683} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:37.535441 [ 277 ] {32c0d68c-c5f5-4f1f-aa28-a26de6089683} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:37.535482 [ 277 ] {32c0d68c-c5f5-4f1f-aa28-a26de6089683} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:37.535905 [ 277 ] {32c0d68c-c5f5-4f1f-aa28-a26de6089683} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.22 22:21:37.536175 [ 277 ] {32c0d68c-c5f5-4f1f-aa28-a26de6089683} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:37.536332 [ 277 ] {32c0d68c-c5f5-4f1f-aa28-a26de6089683} executeQuery: Read 160 rows, 11.41 KiB in 0.001363 sec., 117388.11445341159 rows/sec., 8.18 MiB/sec. 2026.01.22 22:21:37.536375 [ 277 ] {32c0d68c-c5f5-4f1f-aa28-a26de6089683} TCPHandler: Processed in 0.001533411 sec. 2026.01.22 22:21:37.536518 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:37.536623 [ 277 ] {6fe26402-8856-4a20-aa84-3596f2b0f8c2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:21:37.536672 [ 277 ] {6fe26402-8856-4a20-aa84-3596f2b0f8c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:21:37.537047 [ 277 ] {6fe26402-8856-4a20-aa84-3596f2b0f8c2} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:37.537087 [ 277 ] {6fe26402-8856-4a20-aa84-3596f2b0f8c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:37.537434 [ 277 ] {6fe26402-8856-4a20-aa84-3596f2b0f8c2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:21:37.537706 [ 277 ] {6fe26402-8856-4a20-aa84-3596f2b0f8c2} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:37.537862 [ 277 ] {6fe26402-8856-4a20-aa84-3596f2b0f8c2} executeQuery: Read 1 rows, 65.00 B in 0.001261 sec., 793.0214115781126 rows/sec., 50.34 KiB/sec. 2026.01.22 22:21:37.537899 [ 277 ] {6fe26402-8856-4a20-aa84-3596f2b0f8c2} TCPHandler: Processed in 0.001438471 sec. 2026.01.22 22:21:37.538031 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:37.538132 [ 277 ] {52ba99f2-2db8-4386-804b-04bffe51512d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:37.538196 [ 277 ] {52ba99f2-2db8-4386-804b-04bffe51512d} 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.01.22 22:21:37.539121 [ 277 ] {52ba99f2-2db8-4386-804b-04bffe51512d} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:37.539157 [ 277 ] {52ba99f2-2db8-4386-804b-04bffe51512d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:37.539669 [ 277 ] {52ba99f2-2db8-4386-804b-04bffe51512d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.22 22:21:37.539899 [ 277 ] {52ba99f2-2db8-4386-804b-04bffe51512d} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:37.540038 [ 277 ] {52ba99f2-2db8-4386-804b-04bffe51512d} executeQuery: Read 5 rows, 9.17 KiB in 0.001927 sec., 2594.7067981318114 rows/sec., 4.65 MiB/sec. 2026.01.22 22:21:37.540110 [ 277 ] {52ba99f2-2db8-4386-804b-04bffe51512d} TCPHandler: Processed in 0.002135756 sec. 2026.01.22 22:21:37.540231 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:37.540328 [ 277 ] {1a73764e-14ba-4a56-83e6-2d5b33dbe68d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:37.540371 [ 277 ] {1a73764e-14ba-4a56-83e6-2d5b33dbe68d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:37.540721 [ 277 ] {1a73764e-14ba-4a56-83e6-2d5b33dbe68d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:37.540755 [ 277 ] {1a73764e-14ba-4a56-83e6-2d5b33dbe68d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:37.541049 [ 277 ] {1a73764e-14ba-4a56-83e6-2d5b33dbe68d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.22 22:21:37.541256 [ 277 ] {1a73764e-14ba-4a56-83e6-2d5b33dbe68d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:37.541382 [ 277 ] {1a73764e-14ba-4a56-83e6-2d5b33dbe68d} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.01.22 22:21:37.541418 [ 277 ] {1a73764e-14ba-4a56-83e6-2d5b33dbe68d} TCPHandler: Processed in 0.001237559 sec. 2026.01.22 22:21:38.406722 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.01.22 22:21:38.422786 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:38.422853 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:38.429044 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.22 22:21:38.429795 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:38.432646 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.01.22 22:21:42.374038 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1056 2026.01.22 22:21:42.376237 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.376285 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.377491 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:21:42.377755 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.377883 [ 80 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.22 22:21:42.377919 [ 80 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.377937 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.378067 [ 194 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:21:42.378113 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1056 2026.01.22 22:21:42.378655 [ 194 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:42.378819 [ 194 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 916 rows starting from the beginning of the part 2026.01.22 22:21:42.379218 [ 194 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2026.01.22 22:21:42.379590 [ 194 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part 2026.01.22 22:21:42.379949 [ 194 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2026.01.22 22:21:42.380292 [ 194 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part 2026.01.22 22:21:42.380621 [ 194 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part 2026.01.22 22:21:42.387921 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1056 rows, containing 72 columns (72 merged, 0 gathered) in 0.009910414 sec., 106554.57985912597 rows/sec., 88.48 MiB/sec. 2026.01.22 22:21:42.389313 [ 201 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.22 22:21:42.389920 [ 201 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_31_6} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.390008 [ 201 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_31_6} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.22 22:21:42.390356 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. 2026.01.22 22:21:42.531103 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:42.531288 [ 277 ] {f180fff7-ddaf-4c89-bd46-46bde5964e78} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:42.531356 [ 277 ] {f180fff7-ddaf-4c89-bd46-46bde5964e78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:42.532031 [ 277 ] {f180fff7-ddaf-4c89-bd46-46bde5964e78} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.532082 [ 277 ] {f180fff7-ddaf-4c89-bd46-46bde5964e78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.532491 [ 277 ] {f180fff7-ddaf-4c89-bd46-46bde5964e78} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.22 22:21:42.532728 [ 277 ] {f180fff7-ddaf-4c89-bd46-46bde5964e78} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.532880 [ 79 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.22 22:21:42.532890 [ 277 ] {f180fff7-ddaf-4c89-bd46-46bde5964e78} executeQuery: Read 128 rows, 11.26 KiB in 0.001651 sec., 77528.77044215627 rows/sec., 6.66 MiB/sec. 2026.01.22 22:21:42.532928 [ 79 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.532951 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.532955 [ 277 ] {f180fff7-ddaf-4c89-bd46-46bde5964e78} TCPHandler: Processed in 0.001986015 sec. 2026.01.22 22:21:42.533070 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:21:42.533090 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:42.533212 [ 277 ] {6995e3d9-28c7-4b5a-83a4-05f9754145a3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:42.533212 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:42.533258 [ 277 ] {6995e3d9-28c7-4b5a-83a4-05f9754145a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:42.533268 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2556 rows starting from the beginning of the part 2026.01.22 22:21:42.533348 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part 2026.01.22 22:21:42.533398 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 66 rows starting from the beginning of the part 2026.01.22 22:21:42.533445 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:21:42.533491 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 67 rows starting from the beginning of the part 2026.01.22 22:21:42.533536 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 128 rows starting from the beginning of the part 2026.01.22 22:21:42.533695 [ 277 ] {6995e3d9-28c7-4b5a-83a4-05f9754145a3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.533737 [ 277 ] {6995e3d9-28c7-4b5a-83a4-05f9754145a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.534113 [ 277 ] {6995e3d9-28c7-4b5a-83a4-05f9754145a3} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.22 22:21:42.534341 [ 277 ] {6995e3d9-28c7-4b5a-83a4-05f9754145a3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.534485 [ 277 ] {6995e3d9-28c7-4b5a-83a4-05f9754145a3} executeQuery: Read 36 rows, 2.71 KiB in 0.001298 sec., 27734.976887519264 rows/sec., 2.04 MiB/sec. 2026.01.22 22:21:42.534524 [ 277 ] {6995e3d9-28c7-4b5a-83a4-05f9754145a3} TCPHandler: Processed in 0.001486031 sec. 2026.01.22 22:21:42.534636 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:42.534732 [ 277 ] {514cb8c4-7432-46fa-883f-4bc66c826c17} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:42.534773 [ 277 ] {514cb8c4-7432-46fa-883f-4bc66c826c17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:42.535012 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3073 rows, containing 5 columns (5 merged, 0 gathered) in 0.001994975 sec., 1540370.1800774445 rows/sec., 132.24 MiB/sec. 2026.01.22 22:21:42.535204 [ 277 ] {514cb8c4-7432-46fa-883f-4bc66c826c17} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.535242 [ 277 ] {514cb8c4-7432-46fa-883f-4bc66c826c17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.535367 [ 197 ] {048797f8-2913-4120-8057-043480967ec1::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.22 22:21:42.535603 [ 277 ] {514cb8c4-7432-46fa-883f-4bc66c826c17} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.22 22:21:42.535800 [ 197 ] {048797f8-2913-4120-8057-043480967ec1::all_1_61_12} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.535917 [ 197 ] {048797f8-2913-4120-8057-043480967ec1::all_1_61_12} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.22 22:21:42.535933 [ 277 ] {514cb8c4-7432-46fa-883f-4bc66c826c17} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.536044 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.01.22 22:21:42.536087 [ 79 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.22 22:21:42.536106 [ 277 ] {514cb8c4-7432-46fa-883f-4bc66c826c17} executeQuery: Read 100 rows, 8.00 KiB in 0.001393 sec., 71787.50897343863 rows/sec., 5.61 MiB/sec. 2026.01.22 22:21:42.536128 [ 79 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.536153 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.536154 [ 277 ] {514cb8c4-7432-46fa-883f-4bc66c826c17} TCPHandler: Processed in 0.001568702 sec. 2026.01.22 22:21:42.536242 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:21:42.536300 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:42.536339 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:42.536370 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1304 rows starting from the beginning of the part 2026.01.22 22:21:42.536411 [ 277 ] {8276d736-8801-43d6-8d0c-8e82a809df4a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:42.536420 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 100 rows starting from the beginning of the part 2026.01.22 22:21:42.536472 [ 277 ] {8276d736-8801-43d6-8d0c-8e82a809df4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:42.536475 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 69 rows starting from the beginning of the part 2026.01.22 22:21:42.536528 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 100 rows starting from the beginning of the part 2026.01.22 22:21:42.536565 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 69 rows starting from the beginning of the part 2026.01.22 22:21:42.536600 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 100 rows starting from the beginning of the part 2026.01.22 22:21:42.536968 [ 277 ] {8276d736-8801-43d6-8d0c-8e82a809df4a} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.537015 [ 277 ] {8276d736-8801-43d6-8d0c-8e82a809df4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.537445 [ 277 ] {8276d736-8801-43d6-8d0c-8e82a809df4a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.22 22:21:42.537597 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1742 rows, containing 5 columns (5 merged, 0 gathered) in 0.00139692 sec., 1247029.1784783667 rows/sec., 96.48 MiB/sec. 2026.01.22 22:21:42.537722 [ 277 ] {8276d736-8801-43d6-8d0c-8e82a809df4a} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.537808 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.22 22:21:42.537884 [ 80 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.22 22:21:42.537898 [ 277 ] {8276d736-8801-43d6-8d0c-8e82a809df4a} executeQuery: Read 160 rows, 11.41 KiB in 0.001509 sec., 106030.48376408218 rows/sec., 7.38 MiB/sec. 2026.01.22 22:21:42.537930 [ 80 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.537957 [ 277 ] {8276d736-8801-43d6-8d0c-8e82a809df4a} TCPHandler: Processed in 0.001714113 sec. 2026.01.22 22:21:42.537957 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.538051 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:21:42.538088 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:42.538102 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_61_12} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.538144 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:42.538172 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17302 rows starting from the beginning of the part 2026.01.22 22:21:42.538192 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_61_12} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.22 22:21:42.538209 [ 277 ] {2015bd65-13c8-4a7b-9e3b-b15b1612bf4f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:42.538220 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:21:42.538271 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2026.01.22 22:21:42.538281 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.01.22 22:21:42.538286 [ 277 ] {2015bd65-13c8-4a7b-9e3b-b15b1612bf4f} 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.01.22 22:21:42.538306 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.01.22 22:21:42.538352 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:21:42.538387 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:21:42.539197 [ 277 ] {2015bd65-13c8-4a7b-9e3b-b15b1612bf4f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.539238 [ 277 ] {2015bd65-13c8-4a7b-9e3b-b15b1612bf4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.539928 [ 277 ] {2015bd65-13c8-4a7b-9e3b-b15b1612bf4f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.22 22:21:42.540183 [ 277 ] {2015bd65-13c8-4a7b-9e3b-b15b1612bf4f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.540335 [ 277 ] {2015bd65-13c8-4a7b-9e3b-b15b1612bf4f} executeQuery: Read 36 rows, 66.06 KiB in 0.002149 sec., 16751.977664029782 rows/sec., 30.02 MiB/sec. 2026.01.22 22:21:42.540414 [ 277 ] {2015bd65-13c8-4a7b-9e3b-b15b1612bf4f} TCPHandler: Processed in 0.002376057 sec. 2026.01.22 22:21:42.540545 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:42.540655 [ 277 ] {6a9000a4-5ab7-4f55-81b5-a279e4de30b0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:42.540704 [ 277 ] {6a9000a4-5ab7-4f55-81b5-a279e4de30b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:42.541126 [ 277 ] {6a9000a4-5ab7-4f55-81b5-a279e4de30b0} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.541163 [ 277 ] {6a9000a4-5ab7-4f55-81b5-a279e4de30b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.541661 [ 277 ] {6a9000a4-5ab7-4f55-81b5-a279e4de30b0} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.22 22:21:42.541894 [ 277 ] {6a9000a4-5ab7-4f55-81b5-a279e4de30b0} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.542028 [ 80 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.22 22:21:42.542031 [ 277 ] {6a9000a4-5ab7-4f55-81b5-a279e4de30b0} executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. 2026.01.22 22:21:42.542078 [ 80 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:42.542096 [ 277 ] {6a9000a4-5ab7-4f55-81b5-a279e4de30b0} TCPHandler: Processed in 0.001603812 sec. 2026.01.22 22:21:42.542110 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:42.542213 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:21:42.542344 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:42.542381 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3402 rows starting from the beginning of the part 2026.01.22 22:21:42.542452 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:21:42.542499 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2026.01.22 22:21:42.542593 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.01.22 22:21:42.542640 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:21:42.542679 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:21:42.543579 [ 199 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 18102 rows, containing 5 columns (5 merged, 0 gathered) in 0.005561381 sec., 3254946.9277504995 rows/sec., 222.78 MiB/sec. 2026.01.22 22:21:42.543831 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.22 22:21:42.544118 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_61_12} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.544188 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_61_12} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.22 22:21:42.544272 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.01.22 22:21:42.544649 [ 198 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3702 rows, containing 4 columns (4 merged, 0 gathered) in 0.002475318 sec., 1495565.4182614114 rows/sec., 99.71 MiB/sec. 2026.01.22 22:21:42.545055 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.22 22:21:42.545318 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_61_12} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:42.545385 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_61_12} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.22 22:21:42.545460 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.01.22 22:21:43.001187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 306.12 MiB, peak 315.45 MiB, free memory in arenas 0.00 B, will set to 308.56 MiB (RSS), difference: 2.44 MiB 2026.01.22 22:21:44.819840 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20576 2026.01.22 22:21:44.820362 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:44.820402 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:44.820877 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.22 22:21:44.821098 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:44.821228 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20576 2026.01.22 22:21:45.933686 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.01.22 22:21:45.952163 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:45.952225 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:45.958335 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.22 22:21:45.959037 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:45.962260 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.01.22 22:21:47.559144 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:47.559343 [ 277 ] {f2ff439d-6ede-4d06-8d65-84007fc18fa8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:21:47.559415 [ 277 ] {f2ff439d-6ede-4d06-8d65-84007fc18fa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:21:47.560160 [ 277 ] {f2ff439d-6ede-4d06-8d65-84007fc18fa8} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:47.560208 [ 277 ] {f2ff439d-6ede-4d06-8d65-84007fc18fa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:47.560609 [ 277 ] {f2ff439d-6ede-4d06-8d65-84007fc18fa8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:21:47.560868 [ 277 ] {f2ff439d-6ede-4d06-8d65-84007fc18fa8} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:47.561037 [ 277 ] {f2ff439d-6ede-4d06-8d65-84007fc18fa8} executeQuery: Read 24 rows, 2.04 KiB in 0.001747 sec., 13737.8362907842 rows/sec., 1.14 MiB/sec. 2026.01.22 22:21:47.561093 [ 277 ] {f2ff439d-6ede-4d06-8d65-84007fc18fa8} TCPHandler: Processed in 0.002081805 sec. 2026.01.22 22:21:47.561229 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:47.561332 [ 277 ] {62fd5bef-9a12-47c2-aabd-a6b40836b9ee} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:21:47.561376 [ 277 ] {62fd5bef-9a12-47c2-aabd-a6b40836b9ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:21:47.561806 [ 277 ] {62fd5bef-9a12-47c2-aabd-a6b40836b9ee} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:47.561844 [ 277 ] {62fd5bef-9a12-47c2-aabd-a6b40836b9ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:47.562153 [ 277 ] {62fd5bef-9a12-47c2-aabd-a6b40836b9ee} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:21:47.562362 [ 277 ] {62fd5bef-9a12-47c2-aabd-a6b40836b9ee} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:47.562499 [ 277 ] {62fd5bef-9a12-47c2-aabd-a6b40836b9ee} executeQuery: Read 6 rows, 501.00 B in 0.001191 sec., 5037.783375314862 rows/sec., 410.80 KiB/sec. 2026.01.22 22:21:47.562539 [ 277 ] {62fd5bef-9a12-47c2-aabd-a6b40836b9ee} TCPHandler: Processed in 0.00136313 sec. 2026.01.22 22:21:47.562649 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:47.562744 [ 277 ] {1ac72592-f413-47ae-a1ec-2369c16d7a03} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:47.562784 [ 277 ] {1ac72592-f413-47ae-a1ec-2369c16d7a03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:47.563856 [ 277 ] {1ac72592-f413-47ae-a1ec-2369c16d7a03} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:47.563894 [ 277 ] {1ac72592-f413-47ae-a1ec-2369c16d7a03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:47.564306 [ 277 ] {1ac72592-f413-47ae-a1ec-2369c16d7a03} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.22 22:21:47.564533 [ 277 ] {1ac72592-f413-47ae-a1ec-2369c16d7a03} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:47.564667 [ 277 ] {1ac72592-f413-47ae-a1ec-2369c16d7a03} executeQuery: Read 1329 rows, 113.13 KiB in 0.001942 sec., 684346.035015448 rows/sec., 56.89 MiB/sec. 2026.01.22 22:21:47.564706 [ 277 ] {1ac72592-f413-47ae-a1ec-2369c16d7a03} TCPHandler: Processed in 0.002107336 sec. 2026.01.22 22:21:47.564809 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:47.564903 [ 277 ] {982f39c5-7bf4-45dc-84f9-cc84ff65275e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:47.564955 [ 277 ] {982f39c5-7bf4-45dc-84f9-cc84ff65275e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:47.565435 [ 277 ] {982f39c5-7bf4-45dc-84f9-cc84ff65275e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:47.565472 [ 277 ] {982f39c5-7bf4-45dc-84f9-cc84ff65275e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:47.565750 [ 277 ] {982f39c5-7bf4-45dc-84f9-cc84ff65275e} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.22 22:21:47.565941 [ 277 ] {982f39c5-7bf4-45dc-84f9-cc84ff65275e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:47.566058 [ 74 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.22 22:21:47.566067 [ 277 ] {982f39c5-7bf4-45dc-84f9-cc84ff65275e} executeQuery: Read 23 rows, 1.76 KiB in 0.00122 sec., 18852.459016393444 rows/sec., 1.41 MiB/sec. 2026.01.22 22:21:47.566121 [ 74 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:47.566128 [ 277 ] {982f39c5-7bf4-45dc-84f9-cc84ff65275e} TCPHandler: Processed in 0.001410881 sec. 2026.01.22 22:21:47.566148 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:47.566252 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:47.566261 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:21:47.566345 [ 277 ] {2e905a19-a1bd-4569-b640-44969e716e98} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:21:47.566386 [ 277 ] {2e905a19-a1bd-4569-b640-44969e716e98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:21:47.566387 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:47.566431 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 296 rows starting from the beginning of the part 2026.01.22 22:21:47.566559 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 5 rows starting from the beginning of the part 2026.01.22 22:21:47.566603 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part 2026.01.22 22:21:47.566643 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 5 rows starting from the beginning of the part 2026.01.22 22:21:47.566687 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part 2026.01.22 22:21:47.566727 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 23 rows starting from the beginning of the part 2026.01.22 22:21:47.566946 [ 277 ] {2e905a19-a1bd-4569-b640-44969e716e98} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:47.566987 [ 277 ] {2e905a19-a1bd-4569-b640-44969e716e98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:47.567318 [ 277 ] {2e905a19-a1bd-4569-b640-44969e716e98} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:21:47.567537 [ 277 ] {2e905a19-a1bd-4569-b640-44969e716e98} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:47.567575 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 401 rows, containing 5 columns (5 merged, 0 gathered) in 0.0013194 sec., 303926.0269819615 rows/sec., 20.96 MiB/sec. 2026.01.22 22:21:47.567669 [ 277 ] {2e905a19-a1bd-4569-b640-44969e716e98} executeQuery: Read 252 rows, 17.85 KiB in 0.001284 sec., 196261.68224299065 rows/sec., 13.57 MiB/sec. 2026.01.22 22:21:47.567709 [ 277 ] {2e905a19-a1bd-4569-b640-44969e716e98} TCPHandler: Processed in 0.00145545 sec. 2026.01.22 22:21:47.567716 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.22 22:21:47.567828 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:47.567927 [ 277 ] {47f49a64-6068-49c8-a887-44582dbba0a8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:21:47.567966 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_56_11} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:47.567969 [ 277 ] {47f49a64-6068-49c8-a887-44582dbba0a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:21:47.568045 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_56_11} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.22 22:21:47.568122 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:21:47.568439 [ 277 ] {47f49a64-6068-49c8-a887-44582dbba0a8} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:47.568480 [ 277 ] {47f49a64-6068-49c8-a887-44582dbba0a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:47.568790 [ 277 ] {47f49a64-6068-49c8-a887-44582dbba0a8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:21:47.568994 [ 277 ] {47f49a64-6068-49c8-a887-44582dbba0a8} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:47.569128 [ 277 ] {47f49a64-6068-49c8-a887-44582dbba0a8} executeQuery: Read 12 rows, 960.00 B in 0.001219 sec., 9844.134536505331 rows/sec., 769.07 KiB/sec. 2026.01.22 22:21:47.569166 [ 277 ] {47f49a64-6068-49c8-a887-44582dbba0a8} TCPHandler: Processed in 0.00138857 sec. 2026.01.22 22:21:47.569286 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:47.569379 [ 277 ] {56580414-5ecc-4f3a-8a22-d45ac9dd94cc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:47.569417 [ 277 ] {56580414-5ecc-4f3a-8a22-d45ac9dd94cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:47.570038 [ 277 ] {56580414-5ecc-4f3a-8a22-d45ac9dd94cc} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:47.570076 [ 277 ] {56580414-5ecc-4f3a-8a22-d45ac9dd94cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:47.570398 [ 277 ] {56580414-5ecc-4f3a-8a22-d45ac9dd94cc} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.22 22:21:47.570604 [ 277 ] {56580414-5ecc-4f3a-8a22-d45ac9dd94cc} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:47.570732 [ 277 ] {56580414-5ecc-4f3a-8a22-d45ac9dd94cc} executeQuery: Read 567 rows, 43.55 KiB in 0.00137 sec., 413868.61313868617 rows/sec., 31.04 MiB/sec. 2026.01.22 22:21:47.570768 [ 277 ] {56580414-5ecc-4f3a-8a22-d45ac9dd94cc} TCPHandler: Processed in 0.001531531 sec. 2026.01.22 22:21:47.570884 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:47.570978 [ 277 ] {16c9322c-6a4e-43f4-8aff-9d7eaa2052af} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:47.571022 [ 277 ] {16c9322c-6a4e-43f4-8aff-9d7eaa2052af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:47.571596 [ 277 ] {16c9322c-6a4e-43f4-8aff-9d7eaa2052af} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:47.571632 [ 277 ] {16c9322c-6a4e-43f4-8aff-9d7eaa2052af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:47.572018 [ 277 ] {16c9322c-6a4e-43f4-8aff-9d7eaa2052af} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.22 22:21:47.572231 [ 277 ] {16c9322c-6a4e-43f4-8aff-9d7eaa2052af} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:47.572361 [ 277 ] {16c9322c-6a4e-43f4-8aff-9d7eaa2052af} executeQuery: Read 883 rows, 61.37 KiB in 0.001401 sec., 630264.0970735189 rows/sec., 42.78 MiB/sec. 2026.01.22 22:21:47.572397 [ 277 ] {16c9322c-6a4e-43f4-8aff-9d7eaa2052af} TCPHandler: Processed in 0.001562652 sec. 2026.01.22 22:21:47.572506 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:47.572600 [ 277 ] {9d9d7f79-819a-4623-8612-60449f95f108} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:47.572653 [ 277 ] {9d9d7f79-819a-4623-8612-60449f95f108} 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.01.22 22:21:47.573412 [ 277 ] {9d9d7f79-819a-4623-8612-60449f95f108} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:47.573446 [ 277 ] {9d9d7f79-819a-4623-8612-60449f95f108} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:47.573944 [ 277 ] {9d9d7f79-819a-4623-8612-60449f95f108} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.22 22:21:47.574150 [ 277 ] {9d9d7f79-819a-4623-8612-60449f95f108} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:47.574285 [ 277 ] {9d9d7f79-819a-4623-8612-60449f95f108} executeQuery: Read 5 rows, 9.17 KiB in 0.001704 sec., 2934.2723004694835 rows/sec., 5.26 MiB/sec. 2026.01.22 22:21:47.574349 [ 277 ] {9d9d7f79-819a-4623-8612-60449f95f108} TCPHandler: Processed in 0.001892774 sec. 2026.01.22 22:21:47.574458 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:47.574552 [ 277 ] {6226d16b-92fb-460a-a860-b741e96e6b64} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:47.574594 [ 277 ] {6226d16b-92fb-460a-a860-b741e96e6b64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:47.574921 [ 277 ] {6226d16b-92fb-460a-a860-b741e96e6b64} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:47.574954 [ 277 ] {6226d16b-92fb-460a-a860-b741e96e6b64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:47.575257 [ 277 ] {6226d16b-92fb-460a-a860-b741e96e6b64} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.22 22:21:47.575457 [ 277 ] {6226d16b-92fb-460a-a860-b741e96e6b64} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:47.575585 [ 277 ] {6226d16b-92fb-460a-a860-b741e96e6b64} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.01.22 22:21:47.575620 [ 277 ] {6226d16b-92fb-460a-a860-b741e96e6b64} TCPHandler: Processed in 0.001211249 sec. 2026.01.22 22:21:52.168288 [ 69 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:21:52.168362 [ 69 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:21:52.321404 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21088 2026.01.22 22:21:52.322190 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:52.322254 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:52.322919 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.22 22:21:52.323161 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:52.323309 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21088 2026.01.22 22:21:52.378337 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1088 2026.01.22 22:21:52.380743 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:52.380791 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:52.381964 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:21:52.382225 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:52.382525 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1088 2026.01.22 22:21:52.530708 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:52.530901 [ 277 ] {a8af74c7-0246-459c-8372-2c8d36c09d91} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:52.530972 [ 277 ] {a8af74c7-0246-459c-8372-2c8d36c09d91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:52.531706 [ 277 ] {a8af74c7-0246-459c-8372-2c8d36c09d91} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:52.531751 [ 277 ] {a8af74c7-0246-459c-8372-2c8d36c09d91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:52.532142 [ 277 ] {a8af74c7-0246-459c-8372-2c8d36c09d91} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.22 22:21:52.532363 [ 277 ] {a8af74c7-0246-459c-8372-2c8d36c09d91} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:52.532511 [ 277 ] {a8af74c7-0246-459c-8372-2c8d36c09d91} executeQuery: Read 128 rows, 11.26 KiB in 0.001662 sec., 77015.6438026474 rows/sec., 6.62 MiB/sec. 2026.01.22 22:21:52.532551 [ 277 ] {a8af74c7-0246-459c-8372-2c8d36c09d91} TCPHandler: Processed in 0.001975515 sec. 2026.01.22 22:21:52.532681 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:52.532775 [ 277 ] {aad72e53-c7f5-45ef-b28b-177d297c91db} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:52.532815 [ 277 ] {aad72e53-c7f5-45ef-b28b-177d297c91db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:52.533220 [ 277 ] {aad72e53-c7f5-45ef-b28b-177d297c91db} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:52.533256 [ 277 ] {aad72e53-c7f5-45ef-b28b-177d297c91db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:52.533548 [ 277 ] {aad72e53-c7f5-45ef-b28b-177d297c91db} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.22 22:21:52.533755 [ 277 ] {aad72e53-c7f5-45ef-b28b-177d297c91db} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:52.533881 [ 277 ] {aad72e53-c7f5-45ef-b28b-177d297c91db} executeQuery: Read 36 rows, 2.71 KiB in 0.001124 sec., 32028.46975088968 rows/sec., 2.35 MiB/sec. 2026.01.22 22:21:52.533918 [ 277 ] {aad72e53-c7f5-45ef-b28b-177d297c91db} TCPHandler: Processed in 0.001285499 sec. 2026.01.22 22:21:52.534026 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:52.534119 [ 277 ] {7d064d99-38ff-432b-b209-b3768d486260} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:52.534158 [ 277 ] {7d064d99-38ff-432b-b209-b3768d486260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:52.534579 [ 277 ] {7d064d99-38ff-432b-b209-b3768d486260} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:52.534615 [ 277 ] {7d064d99-38ff-432b-b209-b3768d486260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:52.534922 [ 277 ] {7d064d99-38ff-432b-b209-b3768d486260} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.22 22:21:52.535141 [ 277 ] {7d064d99-38ff-432b-b209-b3768d486260} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:52.535266 [ 277 ] {7d064d99-38ff-432b-b209-b3768d486260} executeQuery: Read 100 rows, 8.00 KiB in 0.001164 sec., 85910.6529209622 rows/sec., 6.71 MiB/sec. 2026.01.22 22:21:52.535301 [ 277 ] {7d064d99-38ff-432b-b209-b3768d486260} TCPHandler: Processed in 0.001321709 sec. 2026.01.22 22:21:52.535412 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:52.535504 [ 277 ] {b4bc13f3-05fd-4604-8d4d-5c5ad3a625d8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:52.535545 [ 277 ] {b4bc13f3-05fd-4604-8d4d-5c5ad3a625d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:52.536000 [ 277 ] {b4bc13f3-05fd-4604-8d4d-5c5ad3a625d8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:52.536041 [ 277 ] {b4bc13f3-05fd-4604-8d4d-5c5ad3a625d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:52.536468 [ 277 ] {b4bc13f3-05fd-4604-8d4d-5c5ad3a625d8} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.22 22:21:52.536715 [ 277 ] {b4bc13f3-05fd-4604-8d4d-5c5ad3a625d8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:52.536855 [ 277 ] {b4bc13f3-05fd-4604-8d4d-5c5ad3a625d8} executeQuery: Read 160 rows, 11.41 KiB in 0.001368 sec., 116959.06432748538 rows/sec., 8.15 MiB/sec. 2026.01.22 22:21:52.536894 [ 277 ] {b4bc13f3-05fd-4604-8d4d-5c5ad3a625d8} TCPHandler: Processed in 0.001528701 sec. 2026.01.22 22:21:52.537024 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:52.537124 [ 277 ] {987b2658-90ff-47f8-9bd3-2afa2033ec9e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:52.537182 [ 277 ] {987b2658-90ff-47f8-9bd3-2afa2033ec9e} 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.01.22 22:21:52.538047 [ 277 ] {987b2658-90ff-47f8-9bd3-2afa2033ec9e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:52.538082 [ 277 ] {987b2658-90ff-47f8-9bd3-2afa2033ec9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:52.538655 [ 277 ] {987b2658-90ff-47f8-9bd3-2afa2033ec9e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.22 22:21:52.538888 [ 277 ] {987b2658-90ff-47f8-9bd3-2afa2033ec9e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:52.539034 [ 277 ] {987b2658-90ff-47f8-9bd3-2afa2033ec9e} executeQuery: Read 36 rows, 66.06 KiB in 0.001933 sec., 18623.900672529748 rows/sec., 33.37 MiB/sec. 2026.01.22 22:21:52.539110 [ 277 ] {987b2658-90ff-47f8-9bd3-2afa2033ec9e} TCPHandler: Processed in 0.002136756 sec. 2026.01.22 22:21:52.539233 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:52.539330 [ 277 ] {c86fabd4-c49a-4ddd-946d-f3365341eed0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:52.539373 [ 277 ] {c86fabd4-c49a-4ddd-946d-f3365341eed0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:52.539715 [ 277 ] {c86fabd4-c49a-4ddd-946d-f3365341eed0} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:52.539752 [ 277 ] {c86fabd4-c49a-4ddd-946d-f3365341eed0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:52.540063 [ 277 ] {c86fabd4-c49a-4ddd-946d-f3365341eed0} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.22 22:21:52.540283 [ 277 ] {c86fabd4-c49a-4ddd-946d-f3365341eed0} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:52.540418 [ 277 ] {c86fabd4-c49a-4ddd-946d-f3365341eed0} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.01.22 22:21:52.540455 [ 277 ] {c86fabd4-c49a-4ddd-946d-f3365341eed0} TCPHandler: Processed in 0.00127155 sec. 2026.01.22 22:21:53.462454 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.01.22 22:21:53.480672 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:53.480728 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:53.486465 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.22 22:21:53.487155 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:53.490156 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.01.22 22:21:57.528697 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:57.528980 [ 277 ] {c9a2fcee-078f-42d9-8935-d8e363fef96e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:21:57.529079 [ 277 ] {c9a2fcee-078f-42d9-8935-d8e363fef96e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:21:57.529888 [ 277 ] {c9a2fcee-078f-42d9-8935-d8e363fef96e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:57.529936 [ 277 ] {c9a2fcee-078f-42d9-8935-d8e363fef96e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:57.530310 [ 277 ] {c9a2fcee-078f-42d9-8935-d8e363fef96e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.22 22:21:57.530538 [ 277 ] {c9a2fcee-078f-42d9-8935-d8e363fef96e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:57.530700 [ 277 ] {c9a2fcee-078f-42d9-8935-d8e363fef96e} executeQuery: Read 66 rows, 5.35 KiB in 0.001791 sec., 36850.921273031825 rows/sec., 2.92 MiB/sec. 2026.01.22 22:21:57.530750 [ 277 ] {c9a2fcee-078f-42d9-8935-d8e363fef96e} TCPHandler: Processed in 0.002221747 sec. 2026.01.22 22:21:57.530877 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:57.530981 [ 277 ] {cfdfeb78-74c0-494e-992b-a22683d6eea3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:21:57.531024 [ 277 ] {cfdfeb78-74c0-494e-992b-a22683d6eea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:21:57.531434 [ 277 ] {cfdfeb78-74c0-494e-992b-a22683d6eea3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:57.531471 [ 277 ] {cfdfeb78-74c0-494e-992b-a22683d6eea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:57.531770 [ 277 ] {cfdfeb78-74c0-494e-992b-a22683d6eea3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.22 22:21:57.531977 [ 277 ] {cfdfeb78-74c0-494e-992b-a22683d6eea3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:57.532115 [ 277 ] {cfdfeb78-74c0-494e-992b-a22683d6eea3} executeQuery: Read 5 rows, 385.00 B in 0.001158 sec., 4317.789291882556 rows/sec., 324.68 KiB/sec. 2026.01.22 22:21:57.532153 [ 277 ] {cfdfeb78-74c0-494e-992b-a22683d6eea3} TCPHandler: Processed in 0.00132802 sec. 2026.01.22 22:21:57.532256 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:57.532350 [ 277 ] {9bcd25be-7e12-4e82-9019-96c488be0053} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:21:57.532389 [ 277 ] {9bcd25be-7e12-4e82-9019-96c488be0053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:21:57.532818 [ 277 ] {9bcd25be-7e12-4e82-9019-96c488be0053} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:57.532853 [ 277 ] {9bcd25be-7e12-4e82-9019-96c488be0053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:57.533155 [ 277 ] {9bcd25be-7e12-4e82-9019-96c488be0053} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.22 22:21:57.533361 [ 277 ] {9bcd25be-7e12-4e82-9019-96c488be0053} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:57.533489 [ 277 ] {9bcd25be-7e12-4e82-9019-96c488be0053} executeQuery: Read 69 rows, 5.52 KiB in 0.001157 sec., 59636.992221261884 rows/sec., 4.66 MiB/sec. 2026.01.22 22:21:57.533525 [ 277 ] {9bcd25be-7e12-4e82-9019-96c488be0053} TCPHandler: Processed in 0.00131899 sec. 2026.01.22 22:21:57.533638 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:57.533736 [ 277 ] {1655eddb-4a58-4e47-9e83-4cd3a2812b29} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:57.533780 [ 277 ] {1655eddb-4a58-4e47-9e83-4cd3a2812b29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:21:57.534186 [ 277 ] {1655eddb-4a58-4e47-9e83-4cd3a2812b29} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:57.534221 [ 277 ] {1655eddb-4a58-4e47-9e83-4cd3a2812b29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:57.534542 [ 277 ] {1655eddb-4a58-4e47-9e83-4cd3a2812b29} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.22 22:21:57.534749 [ 277 ] {1655eddb-4a58-4e47-9e83-4cd3a2812b29} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:57.534880 [ 277 ] {1655eddb-4a58-4e47-9e83-4cd3a2812b29} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.01.22 22:21:57.534916 [ 277 ] {1655eddb-4a58-4e47-9e83-4cd3a2812b29} TCPHandler: Processed in 0.00132791 sec. 2026.01.22 22:21:57.535038 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:57.535161 [ 277 ] {80610c2a-48c6-4492-9bf4-feb43fae15d2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:21:57.535229 [ 277 ] {80610c2a-48c6-4492-9bf4-feb43fae15d2} 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.01.22 22:21:57.536027 [ 277 ] {80610c2a-48c6-4492-9bf4-feb43fae15d2} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:57.536063 [ 277 ] {80610c2a-48c6-4492-9bf4-feb43fae15d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:57.536589 [ 277 ] {80610c2a-48c6-4492-9bf4-feb43fae15d2} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.22 22:21:57.536815 [ 277 ] {80610c2a-48c6-4492-9bf4-feb43fae15d2} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:57.536938 [ 57 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.22 22:21:57.536966 [ 277 ] {80610c2a-48c6-4492-9bf4-feb43fae15d2} executeQuery: Read 5 rows, 9.17 KiB in 0.001829 sec., 2733.734281027884 rows/sec., 4.90 MiB/sec. 2026.01.22 22:21:57.537026 [ 57 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:57.537065 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:57.537072 [ 277 ] {80610c2a-48c6-4492-9bf4-feb43fae15d2} TCPHandler: Processed in 0.002095105 sec. 2026.01.22 22:21:57.537218 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:21:57.537238 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:21:57.537363 [ 277 ] {74e62f7d-885f-41b1-82bb-47fda323ac19} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:21:57.537405 [ 277 ] {74e62f7d-885f-41b1-82bb-47fda323ac19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:21:57.537564 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:57.537639 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1099 rows starting from the beginning of the part 2026.01.22 22:21:57.537786 [ 277 ] {74e62f7d-885f-41b1-82bb-47fda323ac19} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:57.537795 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 5 rows starting from the beginning of the part 2026.01.22 22:21:57.537828 [ 277 ] {74e62f7d-885f-41b1-82bb-47fda323ac19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:57.537946 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part 2026.01.22 22:21:57.538079 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 5 rows starting from the beginning of the part 2026.01.22 22:21:57.538158 [ 277 ] {74e62f7d-885f-41b1-82bb-47fda323ac19} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.22 22:21:57.538206 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part 2026.01.22 22:21:57.538342 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 5 rows starting from the beginning of the part 2026.01.22 22:21:57.538384 [ 277 ] {74e62f7d-885f-41b1-82bb-47fda323ac19} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:57.538528 [ 277 ] {74e62f7d-885f-41b1-82bb-47fda323ac19} executeQuery: Read 60 rows, 4.14 KiB in 0.001184 sec., 50675.67567567568 rows/sec., 3.42 MiB/sec. 2026.01.22 22:21:57.538565 [ 277 ] {74e62f7d-885f-41b1-82bb-47fda323ac19} TCPHandler: Processed in 0.00138377 sec. 2026.01.22 22:21:57.545104 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1186 rows, containing 19 columns (19 merged, 0 gathered) in 0.007961589 sec., 148965.2379694556 rows/sec., 266.94 MiB/sec. 2026.01.22 22:21:57.546347 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.22 22:21:57.546775 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_56_11} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:57.546863 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_56_11} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.22 22:21:57.547008 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.51 MiB. 2026.01.22 22:21:58.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 309.06 MiB, peak 320.54 MiB, free memory in arenas 0.00 B, will set to 310.89 MiB (RSS), difference: 1.83 MiB 2026.01.22 22:21:59.823486 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21536 2026.01.22 22:21:59.823986 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:59.824033 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:59.824531 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.22 22:21:59.824772 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:59.824942 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21536 2026.01.22 22:21:59.837646 [ 55 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.22 22:21:59.837711 [ 55 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:21:59.837730 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:21:59.837828 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:21:59.837954 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:21:59.837988 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 241 rows starting from the beginning of the part 2026.01.22 22:21:59.838055 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:21:59.838099 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:21:59.838140 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:21:59.838180 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:21:59.838987 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 289 rows, containing 5 columns (5 merged, 0 gathered) in 0.001198099 sec., 241215.45882268494 rows/sec., 15.59 MiB/sec. 2026.01.22 22:21:59.839172 [ 203 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.22 22:21:59.839439 [ 203 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_14_3} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:21:59.839510 [ 203 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_14_3} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.22 22:21:59.839584 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.22 22:22:00.990330 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.01.22 22:22:01.008283 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:01.008350 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:01.014128 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.22 22:22:01.014860 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:01.017886 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.01.22 22:22:02.186816 [ 51 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.22 22:22:02.186877 [ 51 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.186897 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.186992 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:22:02.187107 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:02.187140 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 470 rows starting from the beginning of the part 2026.01.22 22:22:02.187204 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:22:02.187247 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:22:02.187289 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:22:02.187332 [ 199 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:22:02.188178 [ 190 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 5 columns (5 merged, 0 gathered) in 0.001220149 sec., 463877.77230485785 rows/sec., 33.11 MiB/sec. 2026.01.22 22:22:02.188358 [ 191 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.22 22:22:02.188617 [ 191 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_14_3} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.188687 [ 191 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_14_3} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.22 22:22:02.188768 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.22 22:22:02.382853 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1112 2026.01.22 22:22:02.385034 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.385080 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.386231 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:22:02.386518 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.386767 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1112 2026.01.22 22:22:02.544113 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.544290 [ 277 ] {87ee2860-ca4a-46a1-95bf-5a3872f6322c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:22:02.544356 [ 277 ] {87ee2860-ca4a-46a1-95bf-5a3872f6322c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:22:02.545215 [ 277 ] {87ee2860-ca4a-46a1-95bf-5a3872f6322c} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.545267 [ 277 ] {87ee2860-ca4a-46a1-95bf-5a3872f6322c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.545674 [ 277 ] {87ee2860-ca4a-46a1-95bf-5a3872f6322c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:22:02.545924 [ 277 ] {87ee2860-ca4a-46a1-95bf-5a3872f6322c} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.546085 [ 277 ] {87ee2860-ca4a-46a1-95bf-5a3872f6322c} executeQuery: Read 446 rows, 28.96 KiB in 0.001843 sec., 241996.74443841563 rows/sec., 15.35 MiB/sec. 2026.01.22 22:22:02.546137 [ 277 ] {87ee2860-ca4a-46a1-95bf-5a3872f6322c} TCPHandler: Processed in 0.002152296 sec. 2026.01.22 22:22:02.546265 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.546369 [ 277 ] {698a0a94-3550-43c9-810d-8f7a1459161a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:22:02.546413 [ 277 ] {698a0a94-3550-43c9-810d-8f7a1459161a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:22:02.546841 [ 277 ] {698a0a94-3550-43c9-810d-8f7a1459161a} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.546876 [ 277 ] {698a0a94-3550-43c9-810d-8f7a1459161a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.547174 [ 277 ] {698a0a94-3550-43c9-810d-8f7a1459161a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:22:02.547374 [ 277 ] {698a0a94-3550-43c9-810d-8f7a1459161a} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.547509 [ 277 ] {698a0a94-3550-43c9-810d-8f7a1459161a} executeQuery: Read 10 rows, 835.00 B in 0.001165 sec., 8583.690987124462 rows/sec., 699.94 KiB/sec. 2026.01.22 22:22:02.547548 [ 277 ] {698a0a94-3550-43c9-810d-8f7a1459161a} TCPHandler: Processed in 0.00133755 sec. 2026.01.22 22:22:02.547652 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.547748 [ 277 ] {96d68111-c488-4166-9a92-372b2e0abf98} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:02.547793 [ 277 ] {96d68111-c488-4166-9a92-372b2e0abf98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:02.548851 [ 277 ] {96d68111-c488-4166-9a92-372b2e0abf98} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.548886 [ 277 ] {96d68111-c488-4166-9a92-372b2e0abf98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.549275 [ 277 ] {96d68111-c488-4166-9a92-372b2e0abf98} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.22 22:22:02.549478 [ 277 ] {96d68111-c488-4166-9a92-372b2e0abf98} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.549627 [ 277 ] {96d68111-c488-4166-9a92-372b2e0abf98} executeQuery: Read 1279 rows, 104.47 KiB in 0.001896 sec., 674578.05907173 rows/sec., 53.81 MiB/sec. 2026.01.22 22:22:02.549668 [ 277 ] {96d68111-c488-4166-9a92-372b2e0abf98} TCPHandler: Processed in 0.002065586 sec. 2026.01.22 22:22:02.549782 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.549875 [ 277 ] {ee1e997c-b249-45a1-b1ab-672374500772} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:02.549914 [ 277 ] {ee1e997c-b249-45a1-b1ab-672374500772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:02.550415 [ 277 ] {ee1e997c-b249-45a1-b1ab-672374500772} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.550449 [ 277 ] {ee1e997c-b249-45a1-b1ab-672374500772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.550762 [ 277 ] {ee1e997c-b249-45a1-b1ab-672374500772} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.22 22:22:02.550991 [ 277 ] {ee1e997c-b249-45a1-b1ab-672374500772} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.551125 [ 277 ] {ee1e997c-b249-45a1-b1ab-672374500772} executeQuery: Read 269 rows, 16.80 KiB in 0.001268 sec., 212145.11041009464 rows/sec., 12.94 MiB/sec. 2026.01.22 22:22:02.551164 [ 277 ] {ee1e997c-b249-45a1-b1ab-672374500772} TCPHandler: Processed in 0.001433141 sec. 2026.01.22 22:22:02.551271 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.551372 [ 277 ] {50ca9634-919c-4ac0-b180-858e6ef69a67} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:22:02.551413 [ 277 ] {50ca9634-919c-4ac0-b180-858e6ef69a67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:22:02.551905 [ 277 ] {50ca9634-919c-4ac0-b180-858e6ef69a67} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.551942 [ 277 ] {50ca9634-919c-4ac0-b180-858e6ef69a67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.552267 [ 277 ] {50ca9634-919c-4ac0-b180-858e6ef69a67} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:22:02.552481 [ 277 ] {50ca9634-919c-4ac0-b180-858e6ef69a67} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.552618 [ 277 ] {50ca9634-919c-4ac0-b180-858e6ef69a67} executeQuery: Read 230 rows, 15.18 KiB in 0.001264 sec., 181962.0253164557 rows/sec., 11.73 MiB/sec. 2026.01.22 22:22:02.552656 [ 277 ] {50ca9634-919c-4ac0-b180-858e6ef69a67} TCPHandler: Processed in 0.001435741 sec. 2026.01.22 22:22:02.552759 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.552853 [ 277 ] {2fb48fe4-07eb-4ff8-8571-14687f4133ad} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:22:02.552892 [ 277 ] {2fb48fe4-07eb-4ff8-8571-14687f4133ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:22:02.553369 [ 277 ] {2fb48fe4-07eb-4ff8-8571-14687f4133ad} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.553405 [ 277 ] {2fb48fe4-07eb-4ff8-8571-14687f4133ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.553702 [ 277 ] {2fb48fe4-07eb-4ff8-8571-14687f4133ad} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:22:02.554016 [ 277 ] {2fb48fe4-07eb-4ff8-8571-14687f4133ad} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.554176 [ 277 ] {2fb48fe4-07eb-4ff8-8571-14687f4133ad} executeQuery: Read 229 rows, 13.31 KiB in 0.00134 sec., 170895.5223880597 rows/sec., 9.70 MiB/sec. 2026.01.22 22:22:02.554222 [ 277 ] {2fb48fe4-07eb-4ff8-8571-14687f4133ad} TCPHandler: Processed in 0.001513431 sec. 2026.01.22 22:22:02.554341 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.554454 [ 277 ] {b7ce707f-4b24-407f-842b-017741c3cfc2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:02.554501 [ 277 ] {b7ce707f-4b24-407f-842b-017741c3cfc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:02.555234 [ 277 ] {b7ce707f-4b24-407f-842b-017741c3cfc2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.555271 [ 277 ] {b7ce707f-4b24-407f-842b-017741c3cfc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.555608 [ 277 ] {b7ce707f-4b24-407f-842b-017741c3cfc2} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.22 22:22:02.555816 [ 277 ] {b7ce707f-4b24-407f-842b-017741c3cfc2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.555949 [ 277 ] {b7ce707f-4b24-407f-842b-017741c3cfc2} executeQuery: Read 779 rows, 55.96 KiB in 0.001519 sec., 512837.3930217248 rows/sec., 35.98 MiB/sec. 2026.01.22 22:22:02.555985 [ 277 ] {b7ce707f-4b24-407f-842b-017741c3cfc2} TCPHandler: Processed in 0.001701482 sec. 2026.01.22 22:22:02.556090 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.556182 [ 277 ] {b8c9b923-e16a-4a52-ab39-8f58e40a31fe} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:22:02.556222 [ 277 ] {b8c9b923-e16a-4a52-ab39-8f58e40a31fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:22:02.556546 [ 277 ] {b8c9b923-e16a-4a52-ab39-8f58e40a31fe} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.556582 [ 277 ] {b8c9b923-e16a-4a52-ab39-8f58e40a31fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.556876 [ 277 ] {b8c9b923-e16a-4a52-ab39-8f58e40a31fe} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:22:02.557081 [ 277 ] {b8c9b923-e16a-4a52-ab39-8f58e40a31fe} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.557264 [ 277 ] {b8c9b923-e16a-4a52-ab39-8f58e40a31fe} executeQuery: Read 6 rows, 321.00 B in 0.0011 sec., 5454.545454545454 rows/sec., 284.98 KiB/sec. 2026.01.22 22:22:02.557301 [ 277 ] {b8c9b923-e16a-4a52-ab39-8f58e40a31fe} TCPHandler: Processed in 0.001257719 sec. 2026.01.22 22:22:02.557420 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.557543 [ 277 ] {eed5699b-a27f-4324-97ee-90311111cb3b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:02.557594 [ 277 ] {eed5699b-a27f-4324-97ee-90311111cb3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:02.558061 [ 277 ] {eed5699b-a27f-4324-97ee-90311111cb3b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.558097 [ 277 ] {eed5699b-a27f-4324-97ee-90311111cb3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.558506 [ 277 ] {eed5699b-a27f-4324-97ee-90311111cb3b} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.22 22:22:02.558739 [ 277 ] {eed5699b-a27f-4324-97ee-90311111cb3b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.558885 [ 277 ] {eed5699b-a27f-4324-97ee-90311111cb3b} executeQuery: Read 333 rows, 22.36 KiB in 0.001367 sec., 243599.12216532553 rows/sec., 15.97 MiB/sec. 2026.01.22 22:22:02.558924 [ 277 ] {eed5699b-a27f-4324-97ee-90311111cb3b} TCPHandler: Processed in 0.001564792 sec. 2026.01.22 22:22:02.559023 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.559115 [ 277 ] {5c124346-e826-40a6-a62c-7a4c4f29f10b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:22:02.559155 [ 277 ] {5c124346-e826-40a6-a62c-7a4c4f29f10b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:22:02.559460 [ 277 ] {5c124346-e826-40a6-a62c-7a4c4f29f10b} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.559496 [ 277 ] {5c124346-e826-40a6-a62c-7a4c4f29f10b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.559784 [ 277 ] {5c124346-e826-40a6-a62c-7a4c4f29f10b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:22:02.560003 [ 277 ] {5c124346-e826-40a6-a62c-7a4c4f29f10b} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.560130 [ 277 ] {5c124346-e826-40a6-a62c-7a4c4f29f10b} executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. 2026.01.22 22:22:02.560165 [ 277 ] {5c124346-e826-40a6-a62c-7a4c4f29f10b} TCPHandler: Processed in 0.001188479 sec. 2026.01.22 22:22:02.560285 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.560408 [ 277 ] {257952fa-55ca-4bcf-894e-d2fa612ed027} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:02.560474 [ 277 ] {257952fa-55ca-4bcf-894e-d2fa612ed027} 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.01.22 22:22:02.561365 [ 277 ] {257952fa-55ca-4bcf-894e-d2fa612ed027} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.561403 [ 277 ] {257952fa-55ca-4bcf-894e-d2fa612ed027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.561956 [ 277 ] {257952fa-55ca-4bcf-894e-d2fa612ed027} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.22 22:22:02.562176 [ 277 ] {257952fa-55ca-4bcf-894e-d2fa612ed027} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.562315 [ 277 ] {257952fa-55ca-4bcf-894e-d2fa612ed027} executeQuery: Read 36 rows, 66.06 KiB in 0.001932 sec., 18633.54037267081 rows/sec., 33.39 MiB/sec. 2026.01.22 22:22:02.562379 [ 277 ] {257952fa-55ca-4bcf-894e-d2fa612ed027} TCPHandler: Processed in 0.002153976 sec. 2026.01.22 22:22:02.562491 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:02.562586 [ 277 ] {e0b53550-f5a3-4ea2-84d6-5ce55ab56cf8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:02.562627 [ 277 ] {e0b53550-f5a3-4ea2-84d6-5ce55ab56cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:02.562962 [ 277 ] {e0b53550-f5a3-4ea2-84d6-5ce55ab56cf8} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:02.562999 [ 277 ] {e0b53550-f5a3-4ea2-84d6-5ce55ab56cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:02.563306 [ 277 ] {e0b53550-f5a3-4ea2-84d6-5ce55ab56cf8} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.22 22:22:02.563513 [ 277 ] {e0b53550-f5a3-4ea2-84d6-5ce55ab56cf8} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:02.563646 [ 277 ] {e0b53550-f5a3-4ea2-84d6-5ce55ab56cf8} executeQuery: Read 108 rows, 6.74 KiB in 0.001079 sec., 100092.67840593141 rows/sec., 6.10 MiB/sec. 2026.01.22 22:22:02.563682 [ 277 ] {e0b53550-f5a3-4ea2-84d6-5ce55ab56cf8} TCPHandler: Processed in 0.001240499 sec. 2026.01.22 22:22:07.169408 [ 42 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:22:07.169506 [ 42 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:22:07.325066 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22048 2026.01.22 22:22:07.325581 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.325620 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:07.326101 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.22 22:22:07.326321 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.326448 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22048 2026.01.22 22:22:07.326473 [ 42 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.22 22:22:07.326526 [ 42 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.326546 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:07.326661 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:07.326796 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:07.326837 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19616 rows starting from the beginning of the part 2026.01.22 22:22:07.326905 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:07.326952 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:07.326994 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:07.327034 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:07.327078 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:07.329040 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22048 rows, containing 4 columns (4 merged, 0 gathered) in 0.002435648 sec., 9052211.156948788 rows/sec., 129.49 MiB/sec. 2026.01.22 22:22:07.329422 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.22 22:22:07.329737 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_46_9} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.329820 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_46_9} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.22 22:22:07.329928 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. 2026.01.22 22:22:07.529375 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:07.529547 [ 277 ] {99357417-6718-45ad-ab18-53ce48c9a392} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:07.529610 [ 277 ] {99357417-6718-45ad-ab18-53ce48c9a392} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:07.530275 [ 277 ] {99357417-6718-45ad-ab18-53ce48c9a392} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.530320 [ 277 ] {99357417-6718-45ad-ab18-53ce48c9a392} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:07.530692 [ 277 ] {99357417-6718-45ad-ab18-53ce48c9a392} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.22 22:22:07.530911 [ 277 ] {99357417-6718-45ad-ab18-53ce48c9a392} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.531058 [ 277 ] {99357417-6718-45ad-ab18-53ce48c9a392} executeQuery: Read 66 rows, 5.35 KiB in 0.001558 sec., 42362.0025673941 rows/sec., 3.36 MiB/sec. 2026.01.22 22:22:07.531054 [ 42 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.22 22:22:07.531099 [ 277 ] {99357417-6718-45ad-ab18-53ce48c9a392} TCPHandler: Processed in 0.001848944 sec. 2026.01.22 22:22:07.531134 [ 42 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.531160 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:07.531235 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:07.531285 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:22:07.531333 [ 277 ] {fc8734f3-902e-4948-8441-4da18f01b4fc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:07.531378 [ 277 ] {fc8734f3-902e-4948-8441-4da18f01b4fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:07.531420 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:07.531461 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2556 rows starting from the beginning of the part 2026.01.22 22:22:07.531525 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1329 rows starting from the beginning of the part 2026.01.22 22:22:07.531569 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 128 rows starting from the beginning of the part 2026.01.22 22:22:07.531610 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 66 rows starting from the beginning of the part 2026.01.22 22:22:07.531647 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1279 rows starting from the beginning of the part 2026.01.22 22:22:07.531687 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 66 rows starting from the beginning of the part 2026.01.22 22:22:07.531787 [ 277 ] {fc8734f3-902e-4948-8441-4da18f01b4fc} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.531829 [ 277 ] {fc8734f3-902e-4948-8441-4da18f01b4fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:07.532152 [ 277 ] {fc8734f3-902e-4948-8441-4da18f01b4fc} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.22 22:22:07.532370 [ 277 ] {fc8734f3-902e-4948-8441-4da18f01b4fc} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.532503 [ 277 ] {fc8734f3-902e-4948-8441-4da18f01b4fc} executeQuery: Read 5 rows, 385.00 B in 0.001187 sec., 4212.299915754002 rows/sec., 316.75 KiB/sec. 2026.01.22 22:22:07.532541 [ 277 ] {fc8734f3-902e-4948-8441-4da18f01b4fc} TCPHandler: Processed in 0.00135641 sec. 2026.01.22 22:22:07.532649 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:07.532749 [ 277 ] {c56982bd-6cdf-422e-9203-5e803ea91745} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:07.532795 [ 277 ] {c56982bd-6cdf-422e-9203-5e803ea91745} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:07.533221 [ 277 ] {c56982bd-6cdf-422e-9203-5e803ea91745} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.533259 [ 277 ] {c56982bd-6cdf-422e-9203-5e803ea91745} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:07.533570 [ 277 ] {c56982bd-6cdf-422e-9203-5e803ea91745} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.22 22:22:07.533773 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5424 rows, containing 5 columns (5 merged, 0 gathered) in 0.002548069 sec., 2128670.7699045828 rows/sec., 181.78 MiB/sec. 2026.01.22 22:22:07.533809 [ 277 ] {c56982bd-6cdf-422e-9203-5e803ea91745} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.533937 [ 42 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.22 22:22:07.533955 [ 277 ] {c56982bd-6cdf-422e-9203-5e803ea91745} executeQuery: Read 69 rows, 5.52 KiB in 0.001224 sec., 56372.54901960784 rows/sec., 4.40 MiB/sec. 2026.01.22 22:22:07.533979 [ 42 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.534001 [ 277 ] {c56982bd-6cdf-422e-9203-5e803ea91745} TCPHandler: Processed in 0.0014036 sec. 2026.01.22 22:22:07.534005 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:07.534029 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.22 22:22:07.534122 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:22:07.534127 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:07.534247 [ 277 ] {334031bf-696d-4f92-895e-48ec99a0f911} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:07.534257 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:07.534296 [ 277 ] {334031bf-696d-4f92-895e-48ec99a0f911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:07.534302 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_66_13} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.534306 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1304 rows starting from the beginning of the part 2026.01.22 22:22:07.534390 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_66_13} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.22 22:22:07.534403 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 567 rows starting from the beginning of the part 2026.01.22 22:22:07.534461 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 100 rows starting from the beginning of the part 2026.01.22 22:22:07.534471 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.22 22:22:07.534509 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 69 rows starting from the beginning of the part 2026.01.22 22:22:07.534561 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 779 rows starting from the beginning of the part 2026.01.22 22:22:07.534606 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 69 rows starting from the beginning of the part 2026.01.22 22:22:07.534755 [ 277 ] {334031bf-696d-4f92-895e-48ec99a0f911} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.534796 [ 277 ] {334031bf-696d-4f92-895e-48ec99a0f911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:07.535155 [ 277 ] {334031bf-696d-4f92-895e-48ec99a0f911} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.22 22:22:07.535387 [ 277 ] {334031bf-696d-4f92-895e-48ec99a0f911} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.535523 [ 43 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.22 22:22:07.535532 [ 277 ] {334031bf-696d-4f92-895e-48ec99a0f911} executeQuery: Read 160 rows, 11.41 KiB in 0.001303 sec., 122793.55333844974 rows/sec., 8.55 MiB/sec. 2026.01.22 22:22:07.535560 [ 43 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.535577 [ 277 ] {334031bf-696d-4f92-895e-48ec99a0f911} TCPHandler: Processed in 0.001499762 sec. 2026.01.22 22:22:07.535580 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:07.535688 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:22:07.535704 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:07.535826 [ 277 ] {49f357c1-81a6-4348-8da9-5902aba2f85d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:07.535842 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:07.535883 [ 277 ] {49f357c1-81a6-4348-8da9-5902aba2f85d} 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.01.22 22:22:07.535883 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18102 rows starting from the beginning of the part 2026.01.22 22:22:07.535965 [ 200 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2888 rows, containing 5 columns (5 merged, 0 gathered) in 0.001894703 sec., 1524249.4470109565 rows/sec., 116.48 MiB/sec. 2026.01.22 22:22:07.535970 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 883 rows starting from the beginning of the part 2026.01.22 22:22:07.536038 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:22:07.536084 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:22:07.536127 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 333 rows starting from the beginning of the part 2026.01.22 22:22:07.536167 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.22 22:22:07.536170 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2026.01.22 22:22:07.536451 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_66_13} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.536534 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_66_13} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.22 22:22:07.536619 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.22 22:22:07.536692 [ 277 ] {49f357c1-81a6-4348-8da9-5902aba2f85d} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.536734 [ 277 ] {49f357c1-81a6-4348-8da9-5902aba2f85d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:07.537353 [ 277 ] {49f357c1-81a6-4348-8da9-5902aba2f85d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.22 22:22:07.537631 [ 277 ] {49f357c1-81a6-4348-8da9-5902aba2f85d} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.537812 [ 277 ] {49f357c1-81a6-4348-8da9-5902aba2f85d} executeQuery: Read 5 rows, 9.17 KiB in 0.002005 sec., 2493.7655860349128 rows/sec., 4.47 MiB/sec. 2026.01.22 22:22:07.537898 [ 277 ] {49f357c1-81a6-4348-8da9-5902aba2f85d} TCPHandler: Processed in 0.002258167 sec. 2026.01.22 22:22:07.538032 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:07.538139 [ 277 ] {adef4c7a-8184-479e-8fd1-6141e807bff2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:07.538190 [ 277 ] {adef4c7a-8184-479e-8fd1-6141e807bff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:07.538595 [ 277 ] {adef4c7a-8184-479e-8fd1-6141e807bff2} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.538636 [ 277 ] {adef4c7a-8184-479e-8fd1-6141e807bff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:07.539021 [ 277 ] {adef4c7a-8184-479e-8fd1-6141e807bff2} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.22 22:22:07.539320 [ 277 ] {adef4c7a-8184-479e-8fd1-6141e807bff2} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.539487 [ 277 ] {adef4c7a-8184-479e-8fd1-6141e807bff2} executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. 2026.01.22 22:22:07.539497 [ 43 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.22 22:22:07.539530 [ 277 ] {adef4c7a-8184-479e-8fd1-6141e807bff2} TCPHandler: Processed in 0.001554672 sec. 2026.01.22 22:22:07.539533 [ 43 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:07.539558 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:07.539643 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:07.539749 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:07.539780 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3702 rows starting from the beginning of the part 2026.01.22 22:22:07.539836 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:07.539881 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:07.539922 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:07.539962 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 108 rows starting from the beginning of the part 2026.01.22 22:22:07.540000 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2026.01.22 22:22:07.543582 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 4050 rows, containing 4 columns (4 merged, 0 gathered) in 0.0039769 sec., 1018381.151147879 rows/sec., 67.78 MiB/sec. 2026.01.22 22:22:07.543878 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.22 22:22:07.544151 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_66_13} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.544228 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_66_13} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.22 22:22:07.544316 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.01.22 22:22:07.544684 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 19798 rows, containing 5 columns (5 merged, 0 gathered) in 0.009047707 sec., 2188178.728599412 rows/sec., 149.67 MiB/sec. 2026.01.22 22:22:07.544984 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.22 22:22:07.545266 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_66_13} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:07.545342 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_66_13} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.22 22:22:07.545433 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2026.01.22 22:22:08.518934 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.01.22 22:22:08.536732 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:08.536790 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:08.542403 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.22 22:22:08.543109 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:08.543386 [ 40 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.22 22:22:08.543451 [ 40 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:08.543471 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.22 22:22:08.543610 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:08.546269 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.01.22 22:22:08.547576 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:08.549354 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:08.553949 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:08.558645 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:08.563113 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:08.567371 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:08.571183 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:08.621672 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.078132378 sec., 4441.180582011723 rows/sec., 22.96 MiB/sec. 2026.01.22 22:22:08.625034 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.22 22:22:08.627012 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_46_9} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:08.627096 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_46_9} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.22 22:22:08.629627 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.01.22 22:22:12.386963 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1148 2026.01.22 22:22:12.389423 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.389478 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.390684 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:22:12.390962 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.391333 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1148 2026.01.22 22:22:12.543356 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:12.543556 [ 277 ] {f2606670-7b12-43e3-8b05-7f3ae320dc55} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:22:12.543631 [ 277 ] {f2606670-7b12-43e3-8b05-7f3ae320dc55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:22:12.544536 [ 277 ] {f2606670-7b12-43e3-8b05-7f3ae320dc55} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.544591 [ 277 ] {f2606670-7b12-43e3-8b05-7f3ae320dc55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.545036 [ 277 ] {f2606670-7b12-43e3-8b05-7f3ae320dc55} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:22:12.545269 [ 277 ] {f2606670-7b12-43e3-8b05-7f3ae320dc55} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.545428 [ 277 ] {f2606670-7b12-43e3-8b05-7f3ae320dc55} executeQuery: Read 446 rows, 28.96 KiB in 0.001926 sec., 231568.0166147456 rows/sec., 14.69 MiB/sec. 2026.01.22 22:22:12.545480 [ 277 ] {f2606670-7b12-43e3-8b05-7f3ae320dc55} TCPHandler: Processed in 0.002265117 sec. 2026.01.22 22:22:12.545618 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:12.545727 [ 277 ] {2e27b62b-b717-41a8-b08d-12ef85f88fe3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:12.545772 [ 277 ] {2e27b62b-b717-41a8-b08d-12ef85f88fe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:12.546737 [ 277 ] {2e27b62b-b717-41a8-b08d-12ef85f88fe3} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.546775 [ 277 ] {2e27b62b-b717-41a8-b08d-12ef85f88fe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.547196 [ 277 ] {2e27b62b-b717-41a8-b08d-12ef85f88fe3} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.22 22:22:12.547425 [ 277 ] {2e27b62b-b717-41a8-b08d-12ef85f88fe3} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.547568 [ 277 ] {2e27b62b-b717-41a8-b08d-12ef85f88fe3} executeQuery: Read 1274 rows, 104.10 KiB in 0.001866 sec., 682743.8370846731 rows/sec., 54.48 MiB/sec. 2026.01.22 22:22:12.547609 [ 277 ] {2e27b62b-b717-41a8-b08d-12ef85f88fe3} TCPHandler: Processed in 0.002049425 sec. 2026.01.22 22:22:12.547731 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:12.547833 [ 277 ] {1c48d06c-1473-414a-bc25-faf0c9959695} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:12.547876 [ 277 ] {1c48d06c-1473-414a-bc25-faf0c9959695} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:12.548401 [ 277 ] {1c48d06c-1473-414a-bc25-faf0c9959695} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.548440 [ 277 ] {1c48d06c-1473-414a-bc25-faf0c9959695} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.548775 [ 277 ] {1c48d06c-1473-414a-bc25-faf0c9959695} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.22 22:22:12.548988 [ 277 ] {1c48d06c-1473-414a-bc25-faf0c9959695} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.549117 [ 24 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.22 22:22:12.549124 [ 277 ] {1c48d06c-1473-414a-bc25-faf0c9959695} executeQuery: Read 259 rows, 16.10 KiB in 0.001313 sec., 197258.18735719728 rows/sec., 11.98 MiB/sec. 2026.01.22 22:22:12.549171 [ 24 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.549184 [ 277 ] {1c48d06c-1473-414a-bc25-faf0c9959695} TCPHandler: Processed in 0.001505131 sec. 2026.01.22 22:22:12.549200 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.549303 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:12.549337 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:22:12.549405 [ 277 ] {53615be9-ee38-4a2e-85cc-e1e7f2ced1b2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:22:12.549454 [ 277 ] {53615be9-ee38-4a2e-85cc-e1e7f2ced1b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:22:12.549476 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:12.549516 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 296 rows starting from the beginning of the part 2026.01.22 22:22:12.549587 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part 2026.01.22 22:22:12.549634 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 5 rows starting from the beginning of the part 2026.01.22 22:22:12.549682 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 269 rows starting from the beginning of the part 2026.01.22 22:22:12.549723 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 5 rows starting from the beginning of the part 2026.01.22 22:22:12.549765 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 259 rows starting from the beginning of the part 2026.01.22 22:22:12.549990 [ 277 ] {53615be9-ee38-4a2e-85cc-e1e7f2ced1b2} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.550035 [ 277 ] {53615be9-ee38-4a2e-85cc-e1e7f2ced1b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.550716 [ 277 ] {53615be9-ee38-4a2e-85cc-e1e7f2ced1b2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:22:12.550772 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 5 columns (5 merged, 0 gathered) in 0.001498101 sec., 580735.2107768435 rows/sec., 38.19 MiB/sec. 2026.01.22 22:22:12.550960 [ 277 ] {53615be9-ee38-4a2e-85cc-e1e7f2ced1b2} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.550981 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.22 22:22:12.551116 [ 277 ] {53615be9-ee38-4a2e-85cc-e1e7f2ced1b2} executeQuery: Read 230 rows, 15.18 KiB in 0.00173 sec., 132947.9768786127 rows/sec., 8.57 MiB/sec. 2026.01.22 22:22:12.551162 [ 277 ] {53615be9-ee38-4a2e-85cc-e1e7f2ced1b2} TCPHandler: Processed in 0.001911454 sec. 2026.01.22 22:22:12.551291 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:12.551388 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_61_12} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.551394 [ 277 ] {2cbc3473-8b4c-494f-b6f9-b9c9841bbeb1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:22:12.551452 [ 277 ] {2cbc3473-8b4c-494f-b6f9-b9c9841bbeb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:22:12.551482 [ 198 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_61_12} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.22 22:22:12.551606 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.22 22:22:12.551941 [ 277 ] {2cbc3473-8b4c-494f-b6f9-b9c9841bbeb1} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.551984 [ 277 ] {2cbc3473-8b4c-494f-b6f9-b9c9841bbeb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.552331 [ 277 ] {2cbc3473-8b4c-494f-b6f9-b9c9841bbeb1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:22:12.552551 [ 277 ] {2cbc3473-8b4c-494f-b6f9-b9c9841bbeb1} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.552682 [ 277 ] {2cbc3473-8b4c-494f-b6f9-b9c9841bbeb1} executeQuery: Read 229 rows, 13.31 KiB in 0.00131 sec., 174809.1603053435 rows/sec., 9.92 MiB/sec. 2026.01.22 22:22:12.552721 [ 277 ] {2cbc3473-8b4c-494f-b6f9-b9c9841bbeb1} TCPHandler: Processed in 0.001482531 sec. 2026.01.22 22:22:12.552833 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:12.552933 [ 277 ] {bfc8af6d-ccb4-4355-9d5f-f0247fe714e2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:12.552973 [ 277 ] {bfc8af6d-ccb4-4355-9d5f-f0247fe714e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:12.553620 [ 277 ] {bfc8af6d-ccb4-4355-9d5f-f0247fe714e2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.553658 [ 277 ] {bfc8af6d-ccb4-4355-9d5f-f0247fe714e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.554013 [ 277 ] {bfc8af6d-ccb4-4355-9d5f-f0247fe714e2} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.22 22:22:12.554228 [ 277 ] {bfc8af6d-ccb4-4355-9d5f-f0247fe714e2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.554357 [ 277 ] {bfc8af6d-ccb4-4355-9d5f-f0247fe714e2} executeQuery: Read 769 rows, 55.15 KiB in 0.001443 sec., 532917.532917533 rows/sec., 37.32 MiB/sec. 2026.01.22 22:22:12.554394 [ 277 ] {bfc8af6d-ccb4-4355-9d5f-f0247fe714e2} TCPHandler: Processed in 0.001613622 sec. 2026.01.22 22:22:12.554506 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:12.554601 [ 277 ] {89de37ee-e017-4d9a-ba71-bd1033cbd643} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:22:12.554642 [ 277 ] {89de37ee-e017-4d9a-ba71-bd1033cbd643} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:22:12.554969 [ 277 ] {89de37ee-e017-4d9a-ba71-bd1033cbd643} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.555004 [ 277 ] {89de37ee-e017-4d9a-ba71-bd1033cbd643} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.555319 [ 277 ] {89de37ee-e017-4d9a-ba71-bd1033cbd643} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:22:12.555532 [ 277 ] {89de37ee-e017-4d9a-ba71-bd1033cbd643} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.555640 [ 31 ] {} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.22 22:22:12.555659 [ 277 ] {89de37ee-e017-4d9a-ba71-bd1033cbd643} executeQuery: Read 6 rows, 321.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 291.61 KiB/sec. 2026.01.22 22:22:12.555681 [ 31 ] {} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.555694 [ 277 ] {89de37ee-e017-4d9a-ba71-bd1033cbd643} TCPHandler: Processed in 0.001237899 sec. 2026.01.22 22:22:12.555706 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.555794 [ 201 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::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.01.22 22:22:12.555813 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:12.555928 [ 201 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:12.555931 [ 277 ] {863eeda7-a1f6-4a02-877a-472c4f4e7fc1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:12.555967 [ 201 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::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.01.22 22:22:12.555991 [ 277 ] {863eeda7-a1f6-4a02-877a-472c4f4e7fc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:12.556023 [ 201 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::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.01.22 22:22:12.556071 [ 201 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::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.01.22 22:22:12.556111 [ 201 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::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.01.22 22:22:12.556149 [ 201 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::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.01.22 22:22:12.556186 [ 201 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::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.01.22 22:22:12.556440 [ 277 ] {863eeda7-a1f6-4a02-877a-472c4f4e7fc1} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.556481 [ 277 ] {863eeda7-a1f6-4a02-877a-472c4f4e7fc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.556840 [ 277 ] {863eeda7-a1f6-4a02-877a-472c4f4e7fc1} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.22 22:22:12.557048 [ 277 ] {863eeda7-a1f6-4a02-877a-472c4f4e7fc1} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.557177 [ 277 ] {863eeda7-a1f6-4a02-877a-472c4f4e7fc1} executeQuery: Read 328 rows, 22.00 KiB in 0.001265 sec., 259288.5375494071 rows/sec., 16.99 MiB/sec. 2026.01.22 22:22:12.557214 [ 277 ] {863eeda7-a1f6-4a02-877a-472c4f4e7fc1} TCPHandler: Processed in 0.001450061 sec. 2026.01.22 22:22:12.557348 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:12.557469 [ 277 ] {2823babb-4e1b-448f-b0f1-93418e84f7fa} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:22:12.557520 [ 277 ] {2823babb-4e1b-448f-b0f1-93418e84f7fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:22:12.557891 [ 277 ] {2823babb-4e1b-448f-b0f1-93418e84f7fa} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.557926 [ 277 ] {2823babb-4e1b-448f-b0f1-93418e84f7fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.558252 [ 277 ] {2823babb-4e1b-448f-b0f1-93418e84f7fa} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:22:12.558468 [ 277 ] {2823babb-4e1b-448f-b0f1-93418e84f7fa} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.558604 [ 277 ] {2823babb-4e1b-448f-b0f1-93418e84f7fa} executeQuery: Read 1 rows, 69.00 B in 0.001161 sec., 861.3264427217916 rows/sec., 58.04 KiB/sec. 2026.01.22 22:22:12.558643 [ 277 ] {2823babb-4e1b-448f-b0f1-93418e84f7fa} TCPHandler: Processed in 0.00135822 sec. 2026.01.22 22:22:12.558756 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:12.558851 [ 277 ] {850a6b08-bfec-4696-b41e-1f1a4d0e6484} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:12.558908 [ 277 ] {850a6b08-bfec-4696-b41e-1f1a4d0e6484} 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.01.22 22:22:12.559878 [ 277 ] {850a6b08-bfec-4696-b41e-1f1a4d0e6484} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.559917 [ 277 ] {850a6b08-bfec-4696-b41e-1f1a4d0e6484} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.560495 [ 277 ] {850a6b08-bfec-4696-b41e-1f1a4d0e6484} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.22 22:22:12.560716 [ 277 ] {850a6b08-bfec-4696-b41e-1f1a4d0e6484} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.560855 [ 277 ] {850a6b08-bfec-4696-b41e-1f1a4d0e6484} executeQuery: Read 36 rows, 66.06 KiB in 0.002022 sec., 17804.154302670624 rows/sec., 31.90 MiB/sec. 2026.01.22 22:22:12.560921 [ 277 ] {850a6b08-bfec-4696-b41e-1f1a4d0e6484} TCPHandler: Processed in 0.002214367 sec. 2026.01.22 22:22:12.561046 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:12.561142 [ 277 ] {2b62ecef-c9c5-4fbc-9efb-2105813e687d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:12.561184 [ 277 ] {2b62ecef-c9c5-4fbc-9efb-2105813e687d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:12.561516 [ 277 ] {2b62ecef-c9c5-4fbc-9efb-2105813e687d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:12.561551 [ 277 ] {2b62ecef-c9c5-4fbc-9efb-2105813e687d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:12.561862 [ 277 ] {2b62ecef-c9c5-4fbc-9efb-2105813e687d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.22 22:22:12.562073 [ 277 ] {2b62ecef-c9c5-4fbc-9efb-2105813e687d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.562197 [ 277 ] {2b62ecef-c9c5-4fbc-9efb-2105813e687d} executeQuery: Read 108 rows, 6.74 KiB in 0.001073 sec., 100652.37651444548 rows/sec., 6.14 MiB/sec. 2026.01.22 22:22:12.562232 [ 277 ] {2b62ecef-c9c5-4fbc-9efb-2105813e687d} TCPHandler: Processed in 0.001235939 sec. 2026.01.22 22:22:12.580361 [ 194 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.024606092 sec., 1463.0523205391576 rows/sec., 76.44 KiB/sec. 2026.01.22 22:22:12.580531 [ 196 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.22 22:22:12.580857 [ 196 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_6_1} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:12.580937 [ 196 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_6_1} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.22 22:22:12.581027 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.22 22:22:14.826919 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22496 2026.01.22 22:22:14.827442 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:14.827474 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:14.827968 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.22 22:22:14.828197 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:14.828321 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22496 2026.01.22 22:22:16.046652 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.01.22 22:22:16.062015 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:16.062071 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:16.067498 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.22 22:22:16.068175 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:16.070783 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.01.22 22:22:17.558995 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:17.559191 [ 277 ] {121d368e-b34a-4aea-8e8f-fba519b11492} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:22:17.559261 [ 277 ] {121d368e-b34a-4aea-8e8f-fba519b11492} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:22:17.559882 [ 277 ] {121d368e-b34a-4aea-8e8f-fba519b11492} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:17.559928 [ 277 ] {121d368e-b34a-4aea-8e8f-fba519b11492} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:17.560297 [ 277 ] {121d368e-b34a-4aea-8e8f-fba519b11492} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:22:17.560514 [ 277 ] {121d368e-b34a-4aea-8e8f-fba519b11492} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:17.560662 [ 277 ] {121d368e-b34a-4aea-8e8f-fba519b11492} executeQuery: Read 24 rows, 2.04 KiB in 0.001524 sec., 15748.031496062993 rows/sec., 1.31 MiB/sec. 2026.01.22 22:22:17.560703 [ 277 ] {121d368e-b34a-4aea-8e8f-fba519b11492} TCPHandler: Processed in 0.001842964 sec. 2026.01.22 22:22:17.560823 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:17.560918 [ 277 ] {225d4fbe-b967-4bbe-834a-11cbd7964ed0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:22:17.560958 [ 277 ] {225d4fbe-b967-4bbe-834a-11cbd7964ed0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:22:17.561343 [ 277 ] {225d4fbe-b967-4bbe-834a-11cbd7964ed0} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:17.561380 [ 277 ] {225d4fbe-b967-4bbe-834a-11cbd7964ed0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:17.561707 [ 277 ] {225d4fbe-b967-4bbe-834a-11cbd7964ed0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:22:17.561917 [ 277 ] {225d4fbe-b967-4bbe-834a-11cbd7964ed0} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:17.562045 [ 277 ] {225d4fbe-b967-4bbe-834a-11cbd7964ed0} executeQuery: Read 2 rows, 167.00 B in 0.001146 sec., 1745.2006980802792 rows/sec., 142.31 KiB/sec. 2026.01.22 22:22:17.562113 [ 277 ] {225d4fbe-b967-4bbe-834a-11cbd7964ed0} TCPHandler: Processed in 0.00133885 sec. 2026.01.22 22:22:17.562263 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:17.562359 [ 277 ] {04cb7178-441b-4a84-bf37-d00fcd046add} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:17.562399 [ 277 ] {04cb7178-441b-4a84-bf37-d00fcd046add} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:17.563826 [ 277 ] {04cb7178-441b-4a84-bf37-d00fcd046add} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:17.563872 [ 277 ] {04cb7178-441b-4a84-bf37-d00fcd046add} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:17.564385 [ 277 ] {04cb7178-441b-4a84-bf37-d00fcd046add} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.22 22:22:17.564648 [ 277 ] {04cb7178-441b-4a84-bf37-d00fcd046add} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:17.564805 [ 277 ] {04cb7178-441b-4a84-bf37-d00fcd046add} executeQuery: Read 1327 rows, 112.98 KiB in 0.002465 sec., 538336.7139959432 rows/sec., 44.76 MiB/sec. 2026.01.22 22:22:17.564851 [ 277 ] {04cb7178-441b-4a84-bf37-d00fcd046add} TCPHandler: Processed in 0.00263773 sec. 2026.01.22 22:22:17.564991 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:17.565090 [ 277 ] {4d7bb149-214f-4a79-8840-77630e255fbd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:17.565134 [ 277 ] {4d7bb149-214f-4a79-8840-77630e255fbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:17.565542 [ 277 ] {4d7bb149-214f-4a79-8840-77630e255fbd} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:17.565579 [ 277 ] {4d7bb149-214f-4a79-8840-77630e255fbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:17.565879 [ 277 ] {4d7bb149-214f-4a79-8840-77630e255fbd} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.22 22:22:17.566109 [ 277 ] {4d7bb149-214f-4a79-8840-77630e255fbd} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:17.566243 [ 277 ] {4d7bb149-214f-4a79-8840-77630e255fbd} executeQuery: Read 19 rows, 1.48 KiB in 0.001172 sec., 16211.60409556314 rows/sec., 1.23 MiB/sec. 2026.01.22 22:22:17.566285 [ 277 ] {4d7bb149-214f-4a79-8840-77630e255fbd} TCPHandler: Processed in 0.00135572 sec. 2026.01.22 22:22:17.566416 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:17.566513 [ 277 ] {a6bdecb5-6288-4984-b5cc-afcf6dbf05de} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:22:17.566554 [ 277 ] {a6bdecb5-6288-4984-b5cc-afcf6dbf05de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:22:17.567062 [ 277 ] {a6bdecb5-6288-4984-b5cc-afcf6dbf05de} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:17.567100 [ 277 ] {a6bdecb5-6288-4984-b5cc-afcf6dbf05de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:17.567440 [ 277 ] {a6bdecb5-6288-4984-b5cc-afcf6dbf05de} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:22:17.567660 [ 277 ] {a6bdecb5-6288-4984-b5cc-afcf6dbf05de} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:17.567784 [ 34 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.01.22 22:22:17.567798 [ 277 ] {a6bdecb5-6288-4984-b5cc-afcf6dbf05de} executeQuery: Read 252 rows, 17.85 KiB in 0.001304 sec., 193251.5337423313 rows/sec., 13.37 MiB/sec. 2026.01.22 22:22:17.567868 [ 34 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:17.567881 [ 277 ] {a6bdecb5-6288-4984-b5cc-afcf6dbf05de} TCPHandler: Processed in 0.001513621 sec. 2026.01.22 22:22:17.567898 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:17.568009 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:17.568060 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.01.22 22:22:17.568130 [ 277 ] {c18f117e-d842-4035-895d-d4e3008d7ddc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:22:17.568183 [ 277 ] {c18f117e-d842-4035-895d-d4e3008d7ddc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:22:17.568212 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:17.568252 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 484 rows starting from the beginning of the part 2026.01.22 22:22:17.568317 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.01.22 22:22:17.568363 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part 2026.01.22 22:22:17.568407 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 230 rows starting from the beginning of the part 2026.01.22 22:22:17.568443 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 230 rows starting from the beginning of the part 2026.01.22 22:22:17.568481 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 252 rows starting from the beginning of the part 2026.01.22 22:22:17.568635 [ 277 ] {c18f117e-d842-4035-895d-d4e3008d7ddc} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:17.568680 [ 277 ] {c18f117e-d842-4035-895d-d4e3008d7ddc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:17.569166 [ 277 ] {c18f117e-d842-4035-895d-d4e3008d7ddc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:22:17.569396 [ 277 ] {c18f117e-d842-4035-895d-d4e3008d7ddc} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:17.569499 [ 194 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 1449 rows, containing 5 columns (5 merged, 0 gathered) in 0.001504991 sec., 962796.4552611943 rows/sec., 68.10 MiB/sec. 2026.01.22 22:22:17.569534 [ 277 ] {c18f117e-d842-4035-895d-d4e3008d7ddc} executeQuery: Read 12 rows, 960.00 B in 0.001443 sec., 8316.008316008316 rows/sec., 649.69 KiB/sec. 2026.01.22 22:22:17.569577 [ 277 ] {c18f117e-d842-4035-895d-d4e3008d7ddc} TCPHandler: Processed in 0.001617372 sec. 2026.01.22 22:22:17.569672 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.01.22 22:22:17.569693 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:17.569794 [ 277 ] {02680563-4a9a-4c40-8955-034d3e7f4ea5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:17.569843 [ 277 ] {02680563-4a9a-4c40-8955-034d3e7f4ea5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:17.569966 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:17.570055 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_19_4} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.01.22 22:22:17.570146 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.22 22:22:17.570528 [ 277 ] {02680563-4a9a-4c40-8955-034d3e7f4ea5} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:17.570570 [ 277 ] {02680563-4a9a-4c40-8955-034d3e7f4ea5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:17.570913 [ 277 ] {02680563-4a9a-4c40-8955-034d3e7f4ea5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.22 22:22:17.571119 [ 277 ] {02680563-4a9a-4c40-8955-034d3e7f4ea5} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:17.571254 [ 277 ] {02680563-4a9a-4c40-8955-034d3e7f4ea5} executeQuery: Read 563 rows, 43.23 KiB in 0.001479 sec., 380662.6098715348 rows/sec., 28.54 MiB/sec. 2026.01.22 22:22:17.571292 [ 277 ] {02680563-4a9a-4c40-8955-034d3e7f4ea5} TCPHandler: Processed in 0.001649762 sec. 2026.01.22 22:22:17.571412 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:17.571507 [ 277 ] {1c82eeda-27ed-4f6b-a586-7669acc59a03} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:17.571550 [ 277 ] {1c82eeda-27ed-4f6b-a586-7669acc59a03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:17.572143 [ 277 ] {1c82eeda-27ed-4f6b-a586-7669acc59a03} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:17.572179 [ 277 ] {1c82eeda-27ed-4f6b-a586-7669acc59a03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:17.572561 [ 277 ] {1c82eeda-27ed-4f6b-a586-7669acc59a03} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.22 22:22:17.572786 [ 277 ] {1c82eeda-27ed-4f6b-a586-7669acc59a03} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:17.572923 [ 277 ] {1c82eeda-27ed-4f6b-a586-7669acc59a03} executeQuery: Read 881 rows, 61.23 KiB in 0.001434 sec., 614365.4114365411 rows/sec., 41.70 MiB/sec. 2026.01.22 22:22:17.572960 [ 277 ] {1c82eeda-27ed-4f6b-a586-7669acc59a03} TCPHandler: Processed in 0.001597042 sec. 2026.01.22 22:22:17.573092 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:17.573187 [ 277 ] {120688c8-64c2-489e-bc4d-a1e0cd52b582} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:17.573241 [ 277 ] {120688c8-64c2-489e-bc4d-a1e0cd52b582} 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.01.22 22:22:17.574014 [ 277 ] {120688c8-64c2-489e-bc4d-a1e0cd52b582} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:17.574051 [ 277 ] {120688c8-64c2-489e-bc4d-a1e0cd52b582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:17.574547 [ 277 ] {120688c8-64c2-489e-bc4d-a1e0cd52b582} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.22 22:22:17.574756 [ 277 ] {120688c8-64c2-489e-bc4d-a1e0cd52b582} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:17.574896 [ 277 ] {120688c8-64c2-489e-bc4d-a1e0cd52b582} executeQuery: Read 5 rows, 9.17 KiB in 0.001727 sec., 2895.1939779965255 rows/sec., 5.19 MiB/sec. 2026.01.22 22:22:17.574959 [ 277 ] {120688c8-64c2-489e-bc4d-a1e0cd52b582} TCPHandler: Processed in 0.001917364 sec. 2026.01.22 22:22:17.575078 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:17.575175 [ 277 ] {2ad39fd8-62a4-4815-9a14-a24e87be6584} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:17.575215 [ 277 ] {2ad39fd8-62a4-4815-9a14-a24e87be6584} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:17.575550 [ 277 ] {2ad39fd8-62a4-4815-9a14-a24e87be6584} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:17.575587 [ 277 ] {2ad39fd8-62a4-4815-9a14-a24e87be6584} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:17.575884 [ 277 ] {2ad39fd8-62a4-4815-9a14-a24e87be6584} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.22 22:22:17.576085 [ 277 ] {2ad39fd8-62a4-4815-9a14-a24e87be6584} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:17.576217 [ 277 ] {2ad39fd8-62a4-4815-9a14-a24e87be6584} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.01.22 22:22:17.576255 [ 277 ] {2ad39fd8-62a4-4815-9a14-a24e87be6584} TCPHandler: Processed in 0.001226979 sec. 2026.01.22 22:22:22.169765 [ 28 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:22:22.169846 [ 28 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:22:22.328745 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23008 2026.01.22 22:22:22.329590 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:22.329673 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:22.330251 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.22 22:22:22.330483 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:22.330613 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23008 2026.01.22 22:22:22.391908 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1190 2026.01.22 22:22:22.394698 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:22.394737 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:22.395922 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:22:22.396176 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:22.396429 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1190 2026.01.22 22:22:22.530600 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:22.530781 [ 277 ] {3a95a044-2747-4f18-b16d-1c7068ebc813} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:22.530850 [ 277 ] {3a95a044-2747-4f18-b16d-1c7068ebc813} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:22.531566 [ 277 ] {3a95a044-2747-4f18-b16d-1c7068ebc813} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:22.531614 [ 277 ] {3a95a044-2747-4f18-b16d-1c7068ebc813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:22.532015 [ 277 ] {3a95a044-2747-4f18-b16d-1c7068ebc813} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.22 22:22:22.532261 [ 277 ] {3a95a044-2747-4f18-b16d-1c7068ebc813} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:22.532422 [ 277 ] {3a95a044-2747-4f18-b16d-1c7068ebc813} executeQuery: Read 128 rows, 11.26 KiB in 0.001689 sec., 75784.48786264061 rows/sec., 6.51 MiB/sec. 2026.01.22 22:22:22.532473 [ 277 ] {3a95a044-2747-4f18-b16d-1c7068ebc813} TCPHandler: Processed in 0.002001395 sec. 2026.01.22 22:22:22.532611 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:22.532714 [ 277 ] {24a45ca0-facf-477b-b6d0-da445837bb96} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:22.532758 [ 277 ] {24a45ca0-facf-477b-b6d0-da445837bb96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:22.533198 [ 277 ] {24a45ca0-facf-477b-b6d0-da445837bb96} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:22.533236 [ 277 ] {24a45ca0-facf-477b-b6d0-da445837bb96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:22.533542 [ 277 ] {24a45ca0-facf-477b-b6d0-da445837bb96} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.22 22:22:22.533758 [ 277 ] {24a45ca0-facf-477b-b6d0-da445837bb96} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:22.533894 [ 277 ] {24a45ca0-facf-477b-b6d0-da445837bb96} executeQuery: Read 36 rows, 2.71 KiB in 0.001203 sec., 29925.18703241895 rows/sec., 2.20 MiB/sec. 2026.01.22 22:22:22.533932 [ 277 ] {24a45ca0-facf-477b-b6d0-da445837bb96} TCPHandler: Processed in 0.00137525 sec. 2026.01.22 22:22:22.534042 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:22.534137 [ 277 ] {613ce1d0-8711-4bed-9ef9-ff9b29737246} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:22.534179 [ 277 ] {613ce1d0-8711-4bed-9ef9-ff9b29737246} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:22.534617 [ 277 ] {613ce1d0-8711-4bed-9ef9-ff9b29737246} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:22.534654 [ 277 ] {613ce1d0-8711-4bed-9ef9-ff9b29737246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:22.534952 [ 277 ] {613ce1d0-8711-4bed-9ef9-ff9b29737246} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.22 22:22:22.535169 [ 277 ] {613ce1d0-8711-4bed-9ef9-ff9b29737246} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:22.535299 [ 277 ] {613ce1d0-8711-4bed-9ef9-ff9b29737246} executeQuery: Read 100 rows, 8.00 KiB in 0.001182 sec., 84602.36886632825 rows/sec., 6.61 MiB/sec. 2026.01.22 22:22:22.535338 [ 277 ] {613ce1d0-8711-4bed-9ef9-ff9b29737246} TCPHandler: Processed in 0.00134649 sec. 2026.01.22 22:22:22.535455 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:22.535550 [ 277 ] {fb78bf9a-aa15-48c7-b38b-780cfa1540f7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:22.535593 [ 277 ] {fb78bf9a-aa15-48c7-b38b-780cfa1540f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:22.536006 [ 277 ] {fb78bf9a-aa15-48c7-b38b-780cfa1540f7} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:22.536043 [ 277 ] {fb78bf9a-aa15-48c7-b38b-780cfa1540f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:22.536380 [ 277 ] {fb78bf9a-aa15-48c7-b38b-780cfa1540f7} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.22 22:22:22.536602 [ 277 ] {fb78bf9a-aa15-48c7-b38b-780cfa1540f7} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:22.536732 [ 277 ] {fb78bf9a-aa15-48c7-b38b-780cfa1540f7} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2026.01.22 22:22:22.536773 [ 277 ] {fb78bf9a-aa15-48c7-b38b-780cfa1540f7} TCPHandler: Processed in 0.00136826 sec. 2026.01.22 22:22:22.536885 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:22.536981 [ 277 ] {09279673-7aa5-476d-841f-f529617d76ca} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:22.537036 [ 277 ] {09279673-7aa5-476d-841f-f529617d76ca} 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.01.22 22:22:22.537933 [ 277 ] {09279673-7aa5-476d-841f-f529617d76ca} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:22.537970 [ 277 ] {09279673-7aa5-476d-841f-f529617d76ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:22.538545 [ 277 ] {09279673-7aa5-476d-841f-f529617d76ca} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.22 22:22:22.538777 [ 277 ] {09279673-7aa5-476d-841f-f529617d76ca} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:22.538900 [ 41 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.22 22:22:22.538921 [ 277 ] {09279673-7aa5-476d-841f-f529617d76ca} executeQuery: Read 36 rows, 66.06 KiB in 0.001958 sec., 18386.108273748723 rows/sec., 32.95 MiB/sec. 2026.01.22 22:22:22.538960 [ 41 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:22.538985 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:22.539017 [ 277 ] {09279673-7aa5-476d-841f-f529617d76ca} TCPHandler: Processed in 0.002182447 sec. 2026.01.22 22:22:22.539077 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:22:22.539142 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:22.539239 [ 277 ] {470ba0d6-7cc9-4361-998a-65ee1ef299d2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:22.539272 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:22.539281 [ 277 ] {470ba0d6-7cc9-4361-998a-65ee1ef299d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:22.539330 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1186 rows starting from the beginning of the part 2026.01.22 22:22:22.539445 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part 2026.01.22 22:22:22.539545 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 5 rows starting from the beginning of the part 2026.01.22 22:22:22.539634 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part 2026.01.22 22:22:22.539667 [ 277 ] {470ba0d6-7cc9-4361-998a-65ee1ef299d2} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:22.539711 [ 277 ] {470ba0d6-7cc9-4361-998a-65ee1ef299d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:22.539727 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 5 rows starting from the beginning of the part 2026.01.22 22:22:22.539822 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part 2026.01.22 22:22:22.540127 [ 277 ] {470ba0d6-7cc9-4361-998a-65ee1ef299d2} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.22 22:22:22.540347 [ 277 ] {470ba0d6-7cc9-4361-998a-65ee1ef299d2} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:22.540487 [ 277 ] {470ba0d6-7cc9-4361-998a-65ee1ef299d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001268 sec., 47318.6119873817 rows/sec., 3.19 MiB/sec. 2026.01.22 22:22:22.540524 [ 277 ] {470ba0d6-7cc9-4361-998a-65ee1ef299d2} TCPHandler: Processed in 0.001432651 sec. 2026.01.22 22:22:22.547262 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1304 rows, containing 19 columns (19 merged, 0 gathered) in 0.008221581 sec., 158606.9637944332 rows/sec., 284.22 MiB/sec. 2026.01.22 22:22:22.548895 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.22 22:22:22.549259 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_61_12} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:22.549335 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_61_12} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.22 22:22:22.549460 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. 2026.01.22 22:22:23.001183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 314.43 MiB, peak 326.79 MiB, free memory in arenas 0.00 B, will set to 319.09 MiB (RSS), difference: 4.66 MiB 2026.01.22 22:22:23.002308 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000910166 sec. 2026.01.22 22:22:23.570976 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.01.22 22:22:23.586940 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:23.586997 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:23.592589 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.22 22:22:23.593266 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:23.596195 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.01.22 22:22:24.412827 [ 26 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.22 22:22:24.412920 [ 26 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:24.412959 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:24.413104 [ 192 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::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.01.22 22:22:24.413275 [ 192 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:24.413315 [ 192 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part 2026.01.22 22:22:24.413387 [ 192 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::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.01.22 22:22:24.413438 [ 192 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::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.01.22 22:22:24.413479 [ 192 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::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.01.22 22:22:24.413515 [ 192 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::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.01.22 22:22:24.414287 [ 194 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001248469 sec., 8009.8104157972675 rows/sec., 527.21 KiB/sec. 2026.01.22 22:22:24.414431 [ 200 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.22 22:22:24.414705 [ 200 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_9_2} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:24.414775 [ 200 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_9_2} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.22 22:22:24.414859 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.22 22:22:27.530091 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:27.530293 [ 277 ] {f48822c2-9e4c-480a-8c29-64a03462b659} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:27.530368 [ 277 ] {f48822c2-9e4c-480a-8c29-64a03462b659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:27.531173 [ 277 ] {f48822c2-9e4c-480a-8c29-64a03462b659} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:27.531232 [ 277 ] {f48822c2-9e4c-480a-8c29-64a03462b659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:27.531635 [ 277 ] {f48822c2-9e4c-480a-8c29-64a03462b659} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.22 22:22:27.531865 [ 277 ] {f48822c2-9e4c-480a-8c29-64a03462b659} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:27.532035 [ 277 ] {f48822c2-9e4c-480a-8c29-64a03462b659} executeQuery: Read 66 rows, 5.35 KiB in 0.001795 sec., 36768.802228412256 rows/sec., 2.91 MiB/sec. 2026.01.22 22:22:27.532086 [ 277 ] {f48822c2-9e4c-480a-8c29-64a03462b659} TCPHandler: Processed in 0.002125395 sec. 2026.01.22 22:22:27.532216 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:27.532319 [ 277 ] {2c3ffb2f-7709-427a-8f7c-6b5a3c914445} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:27.532364 [ 277 ] {2c3ffb2f-7709-427a-8f7c-6b5a3c914445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:27.532775 [ 277 ] {2c3ffb2f-7709-427a-8f7c-6b5a3c914445} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:27.532813 [ 277 ] {2c3ffb2f-7709-427a-8f7c-6b5a3c914445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:27.533132 [ 277 ] {2c3ffb2f-7709-427a-8f7c-6b5a3c914445} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.22 22:22:27.533344 [ 277 ] {2c3ffb2f-7709-427a-8f7c-6b5a3c914445} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:27.533480 [ 277 ] {2c3ffb2f-7709-427a-8f7c-6b5a3c914445} executeQuery: Read 5 rows, 385.00 B in 0.001184 sec., 4222.972972972973 rows/sec., 317.55 KiB/sec. 2026.01.22 22:22:27.533519 [ 277 ] {2c3ffb2f-7709-427a-8f7c-6b5a3c914445} TCPHandler: Processed in 0.00135654 sec. 2026.01.22 22:22:27.533634 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:27.533730 [ 277 ] {b9078bd5-81a6-4989-87dc-1311f0c1f2b9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:27.533772 [ 277 ] {b9078bd5-81a6-4989-87dc-1311f0c1f2b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:27.534220 [ 277 ] {b9078bd5-81a6-4989-87dc-1311f0c1f2b9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:27.534256 [ 277 ] {b9078bd5-81a6-4989-87dc-1311f0c1f2b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:27.534562 [ 277 ] {b9078bd5-81a6-4989-87dc-1311f0c1f2b9} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.22 22:22:27.534768 [ 277 ] {b9078bd5-81a6-4989-87dc-1311f0c1f2b9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:27.534896 [ 277 ] {b9078bd5-81a6-4989-87dc-1311f0c1f2b9} executeQuery: Read 69 rows, 5.52 KiB in 0.001185 sec., 58227.848101265816 rows/sec., 4.55 MiB/sec. 2026.01.22 22:22:27.534935 [ 277 ] {b9078bd5-81a6-4989-87dc-1311f0c1f2b9} TCPHandler: Processed in 0.00135107 sec. 2026.01.22 22:22:27.535058 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:27.535152 [ 277 ] {45bede40-590b-436d-bb50-add049226c37} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:27.535198 [ 277 ] {45bede40-590b-436d-bb50-add049226c37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:27.535618 [ 277 ] {45bede40-590b-436d-bb50-add049226c37} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:27.535659 [ 277 ] {45bede40-590b-436d-bb50-add049226c37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:27.536001 [ 277 ] {45bede40-590b-436d-bb50-add049226c37} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.22 22:22:27.536209 [ 277 ] {45bede40-590b-436d-bb50-add049226c37} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:27.536343 [ 277 ] {45bede40-590b-436d-bb50-add049226c37} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2026.01.22 22:22:27.536383 [ 277 ] {45bede40-590b-436d-bb50-add049226c37} TCPHandler: Processed in 0.00137404 sec. 2026.01.22 22:22:27.536522 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:27.536630 [ 277 ] {8d6f0c2d-8f46-47a0-908d-1a8f2e6ca464} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:27.536694 [ 277 ] {8d6f0c2d-8f46-47a0-908d-1a8f2e6ca464} 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.01.22 22:22:27.537490 [ 277 ] {8d6f0c2d-8f46-47a0-908d-1a8f2e6ca464} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:27.537528 [ 277 ] {8d6f0c2d-8f46-47a0-908d-1a8f2e6ca464} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:27.538047 [ 277 ] {8d6f0c2d-8f46-47a0-908d-1a8f2e6ca464} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.22 22:22:27.538266 [ 277 ] {8d6f0c2d-8f46-47a0-908d-1a8f2e6ca464} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:27.538413 [ 277 ] {8d6f0c2d-8f46-47a0-908d-1a8f2e6ca464} executeQuery: Read 5 rows, 9.17 KiB in 0.001803 sec., 2773.1558513588466 rows/sec., 4.97 MiB/sec. 2026.01.22 22:22:27.538489 [ 277 ] {8d6f0c2d-8f46-47a0-908d-1a8f2e6ca464} TCPHandler: Processed in 0.002031155 sec. 2026.01.22 22:22:27.538608 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:27.538705 [ 277 ] {640609b0-bc27-41d9-9926-3726f8cb5e2c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:27.538752 [ 277 ] {640609b0-bc27-41d9-9926-3726f8cb5e2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:27.539125 [ 277 ] {640609b0-bc27-41d9-9926-3726f8cb5e2c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:27.539163 [ 277 ] {640609b0-bc27-41d9-9926-3726f8cb5e2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:27.539503 [ 277 ] {640609b0-bc27-41d9-9926-3726f8cb5e2c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.22 22:22:27.539717 [ 277 ] {640609b0-bc27-41d9-9926-3726f8cb5e2c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:27.539860 [ 277 ] {640609b0-bc27-41d9-9926-3726f8cb5e2c} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2026.01.22 22:22:27.539896 [ 277 ] {640609b0-bc27-41d9-9926-3726f8cb5e2c} TCPHandler: Processed in 0.00133969 sec. 2026.01.22 22:22:28.973857 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35060 2026.01.22 22:22:28.973987 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.974032 [ 286 ] {} TCP-Session: d2c229d2-6e4e-4cc9-8921-f96900f6ab68 Authenticating user 'default' from [fd00:1122:3344:101::e]:35060 2026.01.22 22:22:28.974057 [ 286 ] {} TCP-Session: d2c229d2-6e4e-4cc9-8921-f96900f6ab68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.974073 [ 286 ] {} TCP-Session: d2c229d2-6e4e-4cc9-8921-f96900f6ab68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.974313 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52829 2026.01.22 22:22:28.974333 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36383 2026.01.22 22:22:28.974363 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61378 2026.01.22 22:22:28.974401 [ 286 ] {} TCP-Session: d2c229d2-6e4e-4cc9-8921-f96900f6ab68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:28.974359 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34092 2026.01.22 22:22:28.974439 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.974446 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.974495 [ 349 ] {} TCP-Session: fbadc114-bae8-43e9-b2ef-7c0899057bda Authenticating user 'default' from [fd00:1122:3344:101::e]:36383 2026.01.22 22:22:28.974485 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.974530 [ 349 ] {} TCP-Session: fbadc114-bae8-43e9-b2ef-7c0899057bda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.974530 [ 288 ] {} TCP-Session: 13930776-b19e-4588-983d-e54588653211 Authenticating user 'default' from [fd00:1122:3344:101::e]:52829 2026.01.22 22:22:28.974561 [ 349 ] {} TCP-Session: fbadc114-bae8-43e9-b2ef-7c0899057bda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.974563 [ 352 ] {} TCP-Session: 84b35c47-06b8-448b-84be-9da3c2c9134e Authenticating user 'default' from [fd00:1122:3344:101::e]:61378 2026.01.22 22:22:28.974579 [ 286 ] {371e85d7-1f83-4c3b-8207-68d86d90b80c} executeQuery: (from [fd00:1122:3344:101::e]:35060) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:22:28.974584 [ 288 ] {} TCP-Session: 13930776-b19e-4588-983d-e54588653211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.974614 [ 352 ] {} TCP-Session: 84b35c47-06b8-448b-84be-9da3c2c9134e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.974639 [ 288 ] {} TCP-Session: 13930776-b19e-4588-983d-e54588653211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.974652 [ 352 ] {} TCP-Session: 84b35c47-06b8-448b-84be-9da3c2c9134e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.974348 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63035 2026.01.22 22:22:28.974327 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36525 2026.01.22 22:22:28.974724 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.974323 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36856 2026.01.22 22:22:28.974788 [ 351 ] {} TCP-Session: 26f0e000-acda-400e-8ac6-c2769daa5a1d Authenticating user 'default' from [fd00:1122:3344:101::e]:34092 2026.01.22 22:22:28.974370 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44608 2026.01.22 22:22:28.974825 [ 351 ] {} TCP-Session: 26f0e000-acda-400e-8ac6-c2769daa5a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.974855 [ 351 ] {} TCP-Session: 26f0e000-acda-400e-8ac6-c2769daa5a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.974886 [ 286 ] {371e85d7-1f83-4c3b-8207-68d86d90b80c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:22:28.974946 [ 286 ] {371e85d7-1f83-4c3b-8207-68d86d90b80c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:22:28.975211 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.975242 [ 353 ] {} TCP-Session: 0bc9da67-dac9-43dc-9266-0c460faba1a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:44608 2026.01.22 22:22:28.975243 [ 286 ] {371e85d7-1f83-4c3b-8207-68d86d90b80c} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:22:28.975263 [ 353 ] {} TCP-Session: 0bc9da67-dac9-43dc-9266-0c460faba1a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.975281 [ 353 ] {} TCP-Session: 0bc9da67-dac9-43dc-9266-0c460faba1a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.975294 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.975323 [ 290 ] {} TCP-Session: 0259666a-2f84-4143-abfe-27cfb0b28a27 Authenticating user 'default' from [fd00:1122:3344:101::e]:36856 2026.01.22 22:22:28.975339 [ 290 ] {} TCP-Session: 0259666a-2f84-4143-abfe-27cfb0b28a27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.975352 [ 290 ] {} TCP-Session: 0259666a-2f84-4143-abfe-27cfb0b28a27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.975414 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.975452 [ 350 ] {} TCP-Session: ffbcd8d0-a84c-4f0e-93f3-61877d8c31b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:63035 2026.01.22 22:22:28.975469 [ 350 ] {} TCP-Session: ffbcd8d0-a84c-4f0e-93f3-61877d8c31b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.975486 [ 350 ] {} TCP-Session: ffbcd8d0-a84c-4f0e-93f3-61877d8c31b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.975594 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.975628 [ 289 ] {} TCP-Session: bc31f4c1-6273-4a9b-9892-6fb274affcd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:36525 2026.01.22 22:22:28.975645 [ 289 ] {} TCP-Session: bc31f4c1-6273-4a9b-9892-6fb274affcd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.975657 [ 289 ] {} TCP-Session: bc31f4c1-6273-4a9b-9892-6fb274affcd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.976380 [ 285 ] {371e85d7-1f83-4c3b-8207-68d86d90b80c} AggregatingTransform: Aggregating 2026.01.22 22:22:28.976423 [ 285 ] {371e85d7-1f83-4c3b-8207-68d86d90b80c} Aggregator: Aggregation method: without_key 2026.01.22 22:22:28.976458 [ 285 ] {371e85d7-1f83-4c3b-8207-68d86d90b80c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001107178 sec. (903.197 rows/sec., 35.28 KiB/sec.) 2026.01.22 22:22:28.976473 [ 285 ] {371e85d7-1f83-4c3b-8207-68d86d90b80c} Aggregator: Merging aggregated data 2026.01.22 22:22:28.977780 [ 286 ] {371e85d7-1f83-4c3b-8207-68d86d90b80c} executeQuery: Read 1 rows, 40.00 B in 0.003261 sec., 306.65440049064705 rows/sec., 11.98 KiB/sec. 2026.01.22 22:22:28.977903 [ 286 ] {371e85d7-1f83-4c3b-8207-68d86d90b80c} TCPHandler: Processed in 0.003618127 sec. 2026.01.22 22:22:28.978032 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.978063 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.978069 [ 286 ] {} TCP-Session: d2c229d2-6e4e-4cc9-8921-f96900f6ab68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.978084 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.978103 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.978120 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.978144 [ 353 ] {} TCP-Session: 0bc9da67-dac9-43dc-9266-0c460faba1a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.978156 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.978179 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.978193 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.978211 [ 350 ] {} TCP-Session: ffbcd8d0-a84c-4f0e-93f3-61877d8c31b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.978225 [ 290 ] {} TCP-Session: 0259666a-2f84-4143-abfe-27cfb0b28a27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.978246 [ 352 ] {} TCP-Session: 84b35c47-06b8-448b-84be-9da3c2c9134e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.978181 [ 349 ] {} TCP-Session: fbadc114-bae8-43e9-b2ef-7c0899057bda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.978172 [ 289 ] {} TCP-Session: bc31f4c1-6273-4a9b-9892-6fb274affcd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.978109 [ 288 ] {} TCP-Session: 13930776-b19e-4588-983d-e54588653211 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.978142 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.978379 [ 351 ] {} TCP-Session: 26f0e000-acda-400e-8ac6-c2769daa5a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.986643 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40871 2026.01.22 22:22:28.986771 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.986793 [ 286 ] {} TCP-Session: 3f79840a-aca5-4a6a-8627-2d8696b24827 Authenticating user 'default' from [fd00:1122:3344:101::e]:40871 2026.01.22 22:22:28.986811 [ 286 ] {} TCP-Session: 3f79840a-aca5-4a6a-8627-2d8696b24827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.986825 [ 286 ] {} TCP-Session: 3f79840a-aca5-4a6a-8627-2d8696b24827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987011 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63430 2026.01.22 22:22:28.987015 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63662 2026.01.22 22:22:28.987054 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61126 2026.01.22 22:22:28.987082 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51317 2026.01.22 22:22:28.987112 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63633 2026.01.22 22:22:28.987130 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.987143 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.987163 [ 289 ] {} TCP-Session: 0d49d4c8-936f-460c-9894-5f4d62107c27 Authenticating user 'default' from [fd00:1122:3344:101::e]:63662 2026.01.22 22:22:28.987182 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.987199 [ 349 ] {} TCP-Session: b51d691d-72a3-404b-803c-0b6ffce4c40e Authenticating user 'default' from [fd00:1122:3344:101::e]:61126 2026.01.22 22:22:28.987164 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.987238 [ 289 ] {} TCP-Session: 0d49d4c8-936f-460c-9894-5f4d62107c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987248 [ 349 ] {} TCP-Session: b51d691d-72a3-404b-803c-0b6ffce4c40e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987265 [ 350 ] {} TCP-Session: fc8f4ad4-6044-4eb4-a057-117fba2c1723 Authenticating user 'default' from [fd00:1122:3344:101::e]:51317 2026.01.22 22:22:28.987282 [ 349 ] {} TCP-Session: b51d691d-72a3-404b-803c-0b6ffce4c40e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987271 [ 289 ] {} TCP-Session: 0d49d4c8-936f-460c-9894-5f4d62107c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987305 [ 352 ] {} TCP-Session: bb674497-6cba-45b7-aa48-672e8fa38ac9 Authenticating user 'default' from [fd00:1122:3344:101::e]:63633 2026.01.22 22:22:28.987310 [ 350 ] {} TCP-Session: fc8f4ad4-6044-4eb4-a057-117fba2c1723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987346 [ 352 ] {} TCP-Session: bb674497-6cba-45b7-aa48-672e8fa38ac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987362 [ 350 ] {} TCP-Session: fc8f4ad4-6044-4eb4-a057-117fba2c1723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987381 [ 352 ] {} TCP-Session: bb674497-6cba-45b7-aa48-672e8fa38ac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987122 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.987119 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42880 2026.01.22 22:22:28.987049 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60735 2026.01.22 22:22:28.987451 [ 288 ] {} TCP-Session: 5eb8c24f-be1d-4186-a6dd-bef0e3bc7732 Authenticating user 'default' from [fd00:1122:3344:101::e]:63430 2026.01.22 22:22:28.987490 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.987091 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42675 2026.01.22 22:22:28.987523 [ 353 ] {} TCP-Session: d6db1e3e-f269-4f7b-a132-9e191f85fa0d Authenticating user 'default' from [fd00:1122:3344:101::e]:42880 2026.01.22 22:22:28.987520 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.987558 [ 353 ] {} TCP-Session: d6db1e3e-f269-4f7b-a132-9e191f85fa0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987573 [ 290 ] {} TCP-Session: b8a3c3fd-bf90-46d7-9fbc-a2ff74887b13 Authenticating user 'default' from [fd00:1122:3344:101::e]:60735 2026.01.22 22:22:28.987575 [ 353 ] {} TCP-Session: d6db1e3e-f269-4f7b-a132-9e191f85fa0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987583 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.987590 [ 290 ] {} TCP-Session: b8a3c3fd-bf90-46d7-9fbc-a2ff74887b13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987619 [ 351 ] {} TCP-Session: 92ae50dc-587f-4432-aa91-8a23a1734104 Authenticating user 'default' from [fd00:1122:3344:101::e]:42675 2026.01.22 22:22:28.987627 [ 290 ] {} TCP-Session: b8a3c3fd-bf90-46d7-9fbc-a2ff74887b13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987649 [ 351 ] {} TCP-Session: 92ae50dc-587f-4432-aa91-8a23a1734104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987513 [ 288 ] {} TCP-Session: 5eb8c24f-be1d-4186-a6dd-bef0e3bc7732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987677 [ 351 ] {} TCP-Session: 92ae50dc-587f-4432-aa91-8a23a1734104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987056 [ 286 ] {} TCP-Session: 3f79840a-aca5-4a6a-8627-2d8696b24827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:28.987714 [ 288 ] {} TCP-Session: 5eb8c24f-be1d-4186-a6dd-bef0e3bc7732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.987850 [ 286 ] {3fb7919a-1ae3-4b17-ae9b-3a0e89fad72c} executeQuery: (from [fd00:1122:3344:101::e]:40871) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:22:28.988027 [ 286 ] {3fb7919a-1ae3-4b17-ae9b-3a0e89fad72c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:22:28.988068 [ 286 ] {3fb7919a-1ae3-4b17-ae9b-3a0e89fad72c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:22:28.988289 [ 286 ] {3fb7919a-1ae3-4b17-ae9b-3a0e89fad72c} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:22:28.989062 [ 348 ] {3fb7919a-1ae3-4b17-ae9b-3a0e89fad72c} AggregatingTransform: Aggregating 2026.01.22 22:22:28.989111 [ 348 ] {3fb7919a-1ae3-4b17-ae9b-3a0e89fad72c} Aggregator: Aggregation method: without_key 2026.01.22 22:22:28.989151 [ 348 ] {3fb7919a-1ae3-4b17-ae9b-3a0e89fad72c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000781685 sec. (1279.288 rows/sec., 49.97 KiB/sec.) 2026.01.22 22:22:28.989176 [ 348 ] {3fb7919a-1ae3-4b17-ae9b-3a0e89fad72c} Aggregator: Merging aggregated data 2026.01.22 22:22:28.990603 [ 286 ] {3fb7919a-1ae3-4b17-ae9b-3a0e89fad72c} executeQuery: Read 1 rows, 40.00 B in 0.002796 sec., 357.653791130186 rows/sec., 13.97 KiB/sec. 2026.01.22 22:22:28.990747 [ 286 ] {3fb7919a-1ae3-4b17-ae9b-3a0e89fad72c} TCPHandler: Processed in 0.003753698 sec. 2026.01.22 22:22:28.990823 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.990848 [ 286 ] {} TCP-Session: 3f79840a-aca5-4a6a-8627-2d8696b24827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.990848 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.990868 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.990886 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.990890 [ 353 ] {} TCP-Session: d6db1e3e-f269-4f7b-a132-9e191f85fa0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.990904 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.990940 [ 351 ] {} TCP-Session: 92ae50dc-587f-4432-aa91-8a23a1734104 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.990954 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.990969 [ 289 ] {} TCP-Session: 0d49d4c8-936f-460c-9894-5f4d62107c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.990985 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.991006 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.991033 [ 349 ] {} TCP-Session: b51d691d-72a3-404b-803c-0b6ffce4c40e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.991001 [ 350 ] {} TCP-Session: fc8f4ad4-6044-4eb4-a057-117fba2c1723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.991058 [ 352 ] {} TCP-Session: bb674497-6cba-45b7-aa48-672e8fa38ac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.990927 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.990910 [ 290 ] {} TCP-Session: b8a3c3fd-bf90-46d7-9fbc-a2ff74887b13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.991126 [ 288 ] {} TCP-Session: 5eb8c24f-be1d-4186-a6dd-bef0e3bc7732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.991538 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34419 2026.01.22 22:22:28.991589 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.991612 [ 350 ] {} TCP-Session: 0d3a2455-8f62-4007-b20b-4a86bd29a49c Authenticating user 'default' from [fd00:1122:3344:101::e]:34419 2026.01.22 22:22:28.991628 [ 350 ] {} TCP-Session: 0d3a2455-8f62-4007-b20b-4a86bd29a49c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.991640 [ 350 ] {} TCP-Session: 0d3a2455-8f62-4007-b20b-4a86bd29a49c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.991767 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49821 2026.01.22 22:22:28.991784 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45546 2026.01.22 22:22:28.991817 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34909 2026.01.22 22:22:28.991827 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54909 2026.01.22 22:22:28.991847 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.991846 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57504 2026.01.22 22:22:28.991860 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44724 2026.01.22 22:22:28.991884 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.991894 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.991922 [ 353 ] {} TCP-Session: 7db02fb2-d668-46dc-80d1-5284b80ae8cc Authenticating user 'default' from [fd00:1122:3344:101::e]:34909 2026.01.22 22:22:28.991930 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.991943 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.991944 [ 353 ] {} TCP-Session: 7db02fb2-d668-46dc-80d1-5284b80ae8cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.991962 [ 289 ] {} TCP-Session: 012d2038-abc5-4f3a-a7c2-49a3bed7c4a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:57504 2026.01.22 22:22:28.991977 [ 353 ] {} TCP-Session: 7db02fb2-d668-46dc-80d1-5284b80ae8cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.991974 [ 290 ] {} TCP-Session: 0d9cc5ae-afd9-4969-86c3-94dfbeae32ee Authenticating user 'default' from [fd00:1122:3344:101::e]:44724 2026.01.22 22:22:28.991995 [ 289 ] {} TCP-Session: 012d2038-abc5-4f3a-a7c2-49a3bed7c4a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992012 [ 290 ] {} TCP-Session: 0d9cc5ae-afd9-4969-86c3-94dfbeae32ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992025 [ 289 ] {} TCP-Session: 012d2038-abc5-4f3a-a7c2-49a3bed7c4a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992042 [ 290 ] {} TCP-Session: 0d9cc5ae-afd9-4969-86c3-94dfbeae32ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.991995 [ 350 ] {} TCP-Session: 0d3a2455-8f62-4007-b20b-4a86bd29a49c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:28.991880 [ 352 ] {} TCP-Session: c7df178e-1c47-4a71-8a94-cddea2ef53be Authenticating user 'default' from [fd00:1122:3344:101::e]:45546 2026.01.22 22:22:28.991866 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37626 2026.01.22 22:22:28.992124 [ 352 ] {} TCP-Session: c7df178e-1c47-4a71-8a94-cddea2ef53be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.991842 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59017 2026.01.22 22:22:28.992151 [ 352 ] {} TCP-Session: c7df178e-1c47-4a71-8a94-cddea2ef53be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992171 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.991934 [ 286 ] {} TCP-Session: a25a0ba6-9e6b-4a54-9428-988e7f694628 Authenticating user 'default' from [fd00:1122:3344:101::e]:54909 2026.01.22 22:22:28.992205 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.992221 [ 286 ] {} TCP-Session: a25a0ba6-9e6b-4a54-9428-988e7f694628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992237 [ 288 ] {} TCP-Session: 42dbbb77-ad75-4002-8d15-370b33cb8e65 Authenticating user 'default' from [fd00:1122:3344:101::e]:59017 2026.01.22 22:22:28.992247 [ 286 ] {} TCP-Session: a25a0ba6-9e6b-4a54-9428-988e7f694628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992264 [ 288 ] {} TCP-Session: 42dbbb77-ad75-4002-8d15-370b33cb8e65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992266 [ 350 ] {4aeeabcc-fc2e-4562-8134-1add2d42deb9} executeQuery: (from [fd00:1122:3344:101::e]:34419) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:22:28.992285 [ 288 ] {} TCP-Session: 42dbbb77-ad75-4002-8d15-370b33cb8e65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992208 [ 349 ] {} TCP-Session: 954f39f2-7569-401c-b7dc-35a2dadfa548 Authenticating user 'default' from [fd00:1122:3344:101::e]:37626 2026.01.22 22:22:28.991822 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:22:28.992333 [ 349 ] {} TCP-Session: 954f39f2-7569-401c-b7dc-35a2dadfa548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992356 [ 351 ] {} TCP-Session: 69a13ebd-edcc-49a0-985f-2001975c5891 Authenticating user 'default' from [fd00:1122:3344:101::e]:49821 2026.01.22 22:22:28.992358 [ 349 ] {} TCP-Session: 954f39f2-7569-401c-b7dc-35a2dadfa548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992381 [ 351 ] {} TCP-Session: 69a13ebd-edcc-49a0-985f-2001975c5891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992399 [ 351 ] {} TCP-Session: 69a13ebd-edcc-49a0-985f-2001975c5891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.992588 [ 350 ] {4aeeabcc-fc2e-4562-8134-1add2d42deb9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:22:28.992648 [ 350 ] {4aeeabcc-fc2e-4562-8134-1add2d42deb9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:22:28.992969 [ 350 ] {4aeeabcc-fc2e-4562-8134-1add2d42deb9} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:22:28.994020 [ 303 ] {4aeeabcc-fc2e-4562-8134-1add2d42deb9} AggregatingTransform: Aggregating 2026.01.22 22:22:28.994070 [ 303 ] {4aeeabcc-fc2e-4562-8134-1add2d42deb9} Aggregator: Aggregation method: without_key 2026.01.22 22:22:28.994111 [ 303 ] {4aeeabcc-fc2e-4562-8134-1add2d42deb9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001043838 sec. (958.003 rows/sec., 37.42 KiB/sec.) 2026.01.22 22:22:28.994130 [ 303 ] {4aeeabcc-fc2e-4562-8134-1add2d42deb9} Aggregator: Merging aggregated data 2026.01.22 22:22:28.995487 [ 350 ] {4aeeabcc-fc2e-4562-8134-1add2d42deb9} executeQuery: Read 1 rows, 40.00 B in 0.003267 sec., 306.0912151821243 rows/sec., 11.96 KiB/sec. 2026.01.22 22:22:28.995692 [ 350 ] {4aeeabcc-fc2e-4562-8134-1add2d42deb9} TCPHandler: Processed in 0.003841879 sec. 2026.01.22 22:22:28.995783 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.995812 [ 350 ] {} TCP-Session: 0d3a2455-8f62-4007-b20b-4a86bd29a49c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.995814 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.995834 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.995853 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.995860 [ 351 ] {} TCP-Session: 69a13ebd-edcc-49a0-985f-2001975c5891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.995872 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.995890 [ 286 ] {} TCP-Session: a25a0ba6-9e6b-4a54-9428-988e7f694628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.995914 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.995924 [ 289 ] {} TCP-Session: 012d2038-abc5-4f3a-a7c2-49a3bed7c4a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.995933 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.995954 [ 352 ] {} TCP-Session: c7df178e-1c47-4a71-8a94-cddea2ef53be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.995959 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.995983 [ 288 ] {} TCP-Session: 42dbbb77-ad75-4002-8d15-370b33cb8e65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.995891 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:22:28.996014 [ 290 ] {} TCP-Session: 0d9cc5ae-afd9-4969-86c3-94dfbeae32ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.995874 [ 349 ] {} TCP-Session: 954f39f2-7569-401c-b7dc-35a2dadfa548 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:28.996048 [ 353 ] {} TCP-Session: 7db02fb2-d668-46dc-80d1-5284b80ae8cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:22:29.831400 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23456 2026.01.22 22:22:29.831913 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:29.831963 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:29.832479 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.22 22:22:29.832724 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:29.832868 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23456 2026.01.22 22:22:29.868944 [ 134 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.01.22 22:22:29.869010 [ 134 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:29.869031 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:29.869140 [ 193 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::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.01.22 22:22:29.869270 [ 193 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:29.869305 [ 193 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part 2026.01.22 22:22:29.869365 [ 193 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2026.01.22 22:22:29.869409 [ 193 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.01.22 22:22:29.869450 [ 193 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2026.01.22 22:22:29.869489 [ 193 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2026.01.22 22:22:29.870168 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001081048 sec., 37001.13223464638 rows/sec., 3.09 MiB/sec. 2026.01.22 22:22:29.870298 [ 197 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.01.22 22:22:29.870550 [ 197 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_17_4} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:29.870622 [ 197 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_17_4} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.01.22 22:22:29.870697 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.22 22:22:31.097017 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.01.22 22:22:31.114995 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:31.115061 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:31.122112 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.22 22:22:31.123022 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:31.127584 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.01.22 22:22:32.397401 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1220 2026.01.22 22:22:32.399872 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.399924 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.401139 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:22:32.401429 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.401624 [ 151 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.22 22:22:32.401718 [ 151 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.401755 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.401812 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1220 2026.01.22 22:22:32.401944 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:22:32.402664 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:32.402806 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1056 rows starting from the beginning of the part 2026.01.22 22:22:32.403169 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part 2026.01.22 22:22:32.403528 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2026.01.22 22:22:32.403882 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 36 rows starting from the beginning of the part 2026.01.22 22:22:32.404214 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part 2026.01.22 22:22:32.404539 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part 2026.01.22 22:22:32.411379 [ 194 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1220 rows, containing 72 columns (72 merged, 0 gathered) in 0.009521151 sec., 128135.76845908651 rows/sec., 104.37 MiB/sec. 2026.01.22 22:22:32.413103 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.22 22:22:32.413747 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_36_7} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.413830 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_36_7} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.22 22:22:32.414188 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. 2026.01.22 22:22:32.531612 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:32.531782 [ 277 ] {c94d29a8-108b-4dc8-8f3e-b8978da6ffea} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:32.531847 [ 277 ] {c94d29a8-108b-4dc8-8f3e-b8978da6ffea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:32.532610 [ 277 ] {c94d29a8-108b-4dc8-8f3e-b8978da6ffea} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.532649 [ 277 ] {c94d29a8-108b-4dc8-8f3e-b8978da6ffea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.533062 [ 277 ] {c94d29a8-108b-4dc8-8f3e-b8978da6ffea} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.22 22:22:32.533288 [ 277 ] {c94d29a8-108b-4dc8-8f3e-b8978da6ffea} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.533425 [ 151 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.22 22:22:32.533447 [ 277 ] {c94d29a8-108b-4dc8-8f3e-b8978da6ffea} executeQuery: Read 128 rows, 11.26 KiB in 0.001714 sec., 74679.11318553092 rows/sec., 6.42 MiB/sec. 2026.01.22 22:22:32.533464 [ 151 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.533488 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.533499 [ 277 ] {c94d29a8-108b-4dc8-8f3e-b8978da6ffea} TCPHandler: Processed in 0.002006075 sec. 2026.01.22 22:22:32.533591 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:22:32.533644 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:32.533706 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:32.533746 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2556 rows starting from the beginning of the part 2026.01.22 22:22:32.533753 [ 277 ] {a0e1bc27-ec00-44d4-9c0a-a8e6105fd079} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:32.533804 [ 277 ] {a0e1bc27-ec00-44d4-9c0a-a8e6105fd079} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:32.533814 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1274 rows starting from the beginning of the part 2026.01.22 22:22:32.533871 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:22:32.533921 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 128 rows starting from the beginning of the part 2026.01.22 22:22:32.533968 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 66 rows starting from the beginning of the part 2026.01.22 22:22:32.534011 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part 2026.01.22 22:22:32.534249 [ 277 ] {a0e1bc27-ec00-44d4-9c0a-a8e6105fd079} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.534290 [ 277 ] {a0e1bc27-ec00-44d4-9c0a-a8e6105fd079} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.534610 [ 277 ] {a0e1bc27-ec00-44d4-9c0a-a8e6105fd079} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.22 22:22:32.534852 [ 277 ] {a0e1bc27-ec00-44d4-9c0a-a8e6105fd079} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.535018 [ 277 ] {a0e1bc27-ec00-44d4-9c0a-a8e6105fd079} executeQuery: Read 36 rows, 2.71 KiB in 0.001289 sec., 27928.626842513575 rows/sec., 2.05 MiB/sec. 2026.01.22 22:22:32.535064 [ 277 ] {a0e1bc27-ec00-44d4-9c0a-a8e6105fd079} TCPHandler: Processed in 0.001473591 sec. 2026.01.22 22:22:32.535181 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:32.535279 [ 277 ] {6fb808a5-aa3d-4bef-b5cc-8f39b7e1d233} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:32.535319 [ 277 ] {6fb808a5-aa3d-4bef-b5cc-8f39b7e1d233} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:32.535764 [ 277 ] {6fb808a5-aa3d-4bef-b5cc-8f39b7e1d233} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.535799 [ 277 ] {6fb808a5-aa3d-4bef-b5cc-8f39b7e1d233} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.536106 [ 277 ] {6fb808a5-aa3d-4bef-b5cc-8f39b7e1d233} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.22 22:22:32.536175 [ 194 ] {048797f8-2913-4120-8057-043480967ec1::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 5479 rows, containing 5 columns (5 merged, 0 gathered) in 0.002634599 sec., 2079633.3711506 rows/sec., 177.89 MiB/sec. 2026.01.22 22:22:32.536318 [ 277 ] {6fb808a5-aa3d-4bef-b5cc-8f39b7e1d233} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.536424 [ 151 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.22 22:22:32.536453 [ 277 ] {6fb808a5-aa3d-4bef-b5cc-8f39b7e1d233} executeQuery: Read 100 rows, 8.00 KiB in 0.001194 sec., 83752.09380234506 rows/sec., 6.54 MiB/sec. 2026.01.22 22:22:32.536455 [ 151 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.536465 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.22 22:22:32.536484 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.536494 [ 277 ] {6fb808a5-aa3d-4bef-b5cc-8f39b7e1d233} TCPHandler: Processed in 0.00136354 sec. 2026.01.22 22:22:32.536564 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:22:32.536617 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:32.536642 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:32.536670 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1304 rows starting from the beginning of the part 2026.01.22 22:22:32.536715 [ 277 ] {fc7cf674-feb0-424a-b7ec-f35355566bda} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:32.536726 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 769 rows starting from the beginning of the part 2026.01.22 22:22:32.536731 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_71_14} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.536760 [ 277 ] {fc7cf674-feb0-424a-b7ec-f35355566bda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:32.536778 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 563 rows starting from the beginning of the part 2026.01.22 22:22:32.536805 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_71_14} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.22 22:22:32.536843 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 100 rows starting from the beginning of the part 2026.01.22 22:22:32.536886 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.01.22 22:22:32.536893 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 69 rows starting from the beginning of the part 2026.01.22 22:22:32.536941 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 100 rows starting from the beginning of the part 2026.01.22 22:22:32.537179 [ 277 ] {fc7cf674-feb0-424a-b7ec-f35355566bda} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.537213 [ 277 ] {fc7cf674-feb0-424a-b7ec-f35355566bda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.537543 [ 277 ] {fc7cf674-feb0-424a-b7ec-f35355566bda} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.22 22:22:32.537765 [ 277 ] {fc7cf674-feb0-424a-b7ec-f35355566bda} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.537873 [ 151 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.22 22:22:32.537894 [ 277 ] {fc7cf674-feb0-424a-b7ec-f35355566bda} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2026.01.22 22:22:32.537899 [ 151 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.537924 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.537932 [ 277 ] {fc7cf674-feb0-424a-b7ec-f35355566bda} TCPHandler: Processed in 0.00136635 sec. 2026.01.22 22:22:32.538006 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:22:32.538050 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:32.538115 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2905 rows, containing 5 columns (5 merged, 0 gathered) in 0.001590082 sec., 1826949.8051043907 rows/sec., 139.66 MiB/sec. 2026.01.22 22:22:32.538118 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:32.538151 [ 277 ] {b586b0bd-c342-4f27-b23d-4800927e774b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:32.538170 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19798 rows starting from the beginning of the part 2026.01.22 22:22:32.538212 [ 277 ] {b586b0bd-c342-4f27-b23d-4800927e774b} 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.01.22 22:22:32.538243 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 328 rows starting from the beginning of the part 2026.01.22 22:22:32.538296 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 881 rows starting from the beginning of the part 2026.01.22 22:22:32.538311 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.22 22:22:32.538340 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2026.01.22 22:22:32.538382 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:22:32.538431 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:22:32.538631 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_71_14} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.538716 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_71_14} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.22 22:22:32.538831 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.01.22 22:22:32.539118 [ 277 ] {b586b0bd-c342-4f27-b23d-4800927e774b} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.539159 [ 277 ] {b586b0bd-c342-4f27-b23d-4800927e774b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.539736 [ 277 ] {b586b0bd-c342-4f27-b23d-4800927e774b} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.22 22:22:32.539959 [ 277 ] {b586b0bd-c342-4f27-b23d-4800927e774b} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.540102 [ 277 ] {b586b0bd-c342-4f27-b23d-4800927e774b} executeQuery: Read 36 rows, 66.06 KiB in 0.00197 sec., 18274.111675126904 rows/sec., 32.75 MiB/sec. 2026.01.22 22:22:32.540173 [ 277 ] {b586b0bd-c342-4f27-b23d-4800927e774b} TCPHandler: Processed in 0.002175826 sec. 2026.01.22 22:22:32.540294 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:32.540394 [ 277 ] {e16a812b-fc97-4297-86c0-83033087c36b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:32.540436 [ 277 ] {e16a812b-fc97-4297-86c0-83033087c36b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:32.540786 [ 277 ] {e16a812b-fc97-4297-86c0-83033087c36b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.540821 [ 277 ] {e16a812b-fc97-4297-86c0-83033087c36b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.541130 [ 277 ] {e16a812b-fc97-4297-86c0-83033087c36b} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.22 22:22:32.541342 [ 277 ] {e16a812b-fc97-4297-86c0-83033087c36b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.541471 [ 277 ] {e16a812b-fc97-4297-86c0-83033087c36b} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.01.22 22:22:32.541482 [ 150 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.22 22:22:32.541507 [ 277 ] {e16a812b-fc97-4297-86c0-83033087c36b} TCPHandler: Processed in 0.001265519 sec. 2026.01.22 22:22:32.541536 [ 150 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:32.541566 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:32.541654 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:32.541762 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:32.541789 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4050 rows starting from the beginning of the part 2026.01.22 22:22:32.541839 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 108 rows starting from the beginning of the part 2026.01.22 22:22:32.541879 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:32.541916 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:32.541957 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:32.541994 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:32.543636 [ 198 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4398 rows, containing 4 columns (4 merged, 0 gathered) in 0.002022655 sec., 2174369.8257982703 rows/sec., 144.53 MiB/sec. 2026.01.22 22:22:32.544038 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.22 22:22:32.544300 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_71_14} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.544374 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_71_14} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.22 22:22:32.544443 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2026.01.22 22:22:32.549413 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 21487 rows, containing 5 columns (5 merged, 0 gathered) in 0.011441684 sec., 1877957.8250893836 rows/sec., 128.38 MiB/sec. 2026.01.22 22:22:32.549814 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.22 22:22:32.550060 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_71_14} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:32.550134 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_71_14} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.22 22:22:32.550221 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.01.22 22:22:33.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 319.79 MiB, peak 327.44 MiB, free memory in arenas 0.00 B, will set to 321.29 MiB (RSS), difference: 1.50 MiB 2026.01.22 22:22:37.170088 [ 147 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:22:37.170156 [ 147 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:22:37.333121 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23968 2026.01.22 22:22:37.333636 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:37.333676 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:37.334159 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.22 22:22:37.334387 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:37.334513 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23968 2026.01.22 22:22:37.529993 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:37.530194 [ 277 ] {f4e3648f-bc30-4531-b2b5-12cab828c30e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:37.530266 [ 277 ] {f4e3648f-bc30-4531-b2b5-12cab828c30e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:37.530976 [ 277 ] {f4e3648f-bc30-4531-b2b5-12cab828c30e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:37.531024 [ 277 ] {f4e3648f-bc30-4531-b2b5-12cab828c30e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:37.531412 [ 277 ] {f4e3648f-bc30-4531-b2b5-12cab828c30e} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.22 22:22:37.531648 [ 277 ] {f4e3648f-bc30-4531-b2b5-12cab828c30e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:37.531811 [ 277 ] {f4e3648f-bc30-4531-b2b5-12cab828c30e} executeQuery: Read 66 rows, 5.35 KiB in 0.001671 sec., 39497.307001795336 rows/sec., 3.13 MiB/sec. 2026.01.22 22:22:37.531863 [ 277 ] {f4e3648f-bc30-4531-b2b5-12cab828c30e} TCPHandler: Processed in 0.002009994 sec. 2026.01.22 22:22:37.531986 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:37.532092 [ 277 ] {5035704e-cd6b-4455-9000-e6f9fdc76d25} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:37.532137 [ 277 ] {5035704e-cd6b-4455-9000-e6f9fdc76d25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:37.532549 [ 277 ] {5035704e-cd6b-4455-9000-e6f9fdc76d25} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:37.532586 [ 277 ] {5035704e-cd6b-4455-9000-e6f9fdc76d25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:37.532901 [ 277 ] {5035704e-cd6b-4455-9000-e6f9fdc76d25} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.22 22:22:37.533113 [ 277 ] {5035704e-cd6b-4455-9000-e6f9fdc76d25} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:37.533217 [ 147 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.22 22:22:37.533243 [ 277 ] {5035704e-cd6b-4455-9000-e6f9fdc76d25} executeQuery: Read 5 rows, 385.00 B in 0.001175 sec., 4255.31914893617 rows/sec., 319.98 KiB/sec. 2026.01.22 22:22:37.533252 [ 147 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:37.533275 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:37.533282 [ 277 ] {5035704e-cd6b-4455-9000-e6f9fdc76d25} TCPHandler: Processed in 0.00134921 sec. 2026.01.22 22:22:37.533394 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:37.533403 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:22:37.533493 [ 277 ] {376fdc86-a529-4e19-9cb6-43d63c9ace36} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:37.533540 [ 277 ] {376fdc86-a529-4e19-9cb6-43d63c9ace36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:37.533553 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:37.533598 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 296 rows starting from the beginning of the part 2026.01.22 22:22:37.533670 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 19 rows starting from the beginning of the part 2026.01.22 22:22:37.533723 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part 2026.01.22 22:22:37.533768 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 5 rows starting from the beginning of the part 2026.01.22 22:22:37.533809 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 36 rows starting from the beginning of the part 2026.01.22 22:22:37.533847 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part 2026.01.22 22:22:37.533977 [ 277 ] {376fdc86-a529-4e19-9cb6-43d63c9ace36} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:37.534018 [ 277 ] {376fdc86-a529-4e19-9cb6-43d63c9ace36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:37.534348 [ 277 ] {376fdc86-a529-4e19-9cb6-43d63c9ace36} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.22 22:22:37.534582 [ 277 ] {376fdc86-a529-4e19-9cb6-43d63c9ace36} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:37.534715 [ 277 ] {376fdc86-a529-4e19-9cb6-43d63c9ace36} executeQuery: Read 69 rows, 5.52 KiB in 0.001242 sec., 55555.555555555555 rows/sec., 4.34 MiB/sec. 2026.01.22 22:22:37.534753 [ 277 ] {376fdc86-a529-4e19-9cb6-43d63c9ace36} TCPHandler: Processed in 0.001409931 sec. 2026.01.22 22:22:37.534767 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 397 rows, containing 5 columns (5 merged, 0 gathered) in 0.001422591 sec., 279068.2634713702 rows/sec., 19.24 MiB/sec. 2026.01.22 22:22:37.534870 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:37.534972 [ 277 ] {c0d33245-bc0f-4eb9-a4d2-1320dcebc4c5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:37.534974 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.22 22:22:37.535018 [ 277 ] {c0d33245-bc0f-4eb9-a4d2-1320dcebc4c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:37.535287 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_66_13} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:37.535375 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_66_13} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.22 22:22:37.535431 [ 277 ] {c0d33245-bc0f-4eb9-a4d2-1320dcebc4c5} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:37.535471 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:22:37.535471 [ 277 ] {c0d33245-bc0f-4eb9-a4d2-1320dcebc4c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:37.535829 [ 277 ] {c0d33245-bc0f-4eb9-a4d2-1320dcebc4c5} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.22 22:22:37.536049 [ 277 ] {c0d33245-bc0f-4eb9-a4d2-1320dcebc4c5} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:37.536177 [ 277 ] {c0d33245-bc0f-4eb9-a4d2-1320dcebc4c5} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2026.01.22 22:22:37.536213 [ 277 ] {c0d33245-bc0f-4eb9-a4d2-1320dcebc4c5} TCPHandler: Processed in 0.001393471 sec. 2026.01.22 22:22:37.536320 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:37.536415 [ 277 ] {089bec8b-ac53-4d0c-a7d5-ed39f77f0660} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:37.536469 [ 277 ] {089bec8b-ac53-4d0c-a7d5-ed39f77f0660} 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.01.22 22:22:37.537234 [ 277 ] {089bec8b-ac53-4d0c-a7d5-ed39f77f0660} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:37.537269 [ 277 ] {089bec8b-ac53-4d0c-a7d5-ed39f77f0660} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:37.537776 [ 277 ] {089bec8b-ac53-4d0c-a7d5-ed39f77f0660} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.22 22:22:37.538000 [ 277 ] {089bec8b-ac53-4d0c-a7d5-ed39f77f0660} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:37.538143 [ 277 ] {089bec8b-ac53-4d0c-a7d5-ed39f77f0660} executeQuery: Read 5 rows, 9.17 KiB in 0.001749 sec., 2858.7764436821044 rows/sec., 5.12 MiB/sec. 2026.01.22 22:22:37.538203 [ 277 ] {089bec8b-ac53-4d0c-a7d5-ed39f77f0660} TCPHandler: Processed in 0.001939385 sec. 2026.01.22 22:22:37.538312 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:37.538403 [ 277 ] {7d86ff19-1e48-44dd-9b61-852735381620} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:37.538443 [ 277 ] {7d86ff19-1e48-44dd-9b61-852735381620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:37.538759 [ 277 ] {7d86ff19-1e48-44dd-9b61-852735381620} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:37.538791 [ 277 ] {7d86ff19-1e48-44dd-9b61-852735381620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:37.539144 [ 277 ] {7d86ff19-1e48-44dd-9b61-852735381620} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.22 22:22:37.539356 [ 277 ] {7d86ff19-1e48-44dd-9b61-852735381620} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:37.539482 [ 277 ] {7d86ff19-1e48-44dd-9b61-852735381620} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.01.22 22:22:37.539517 [ 277 ] {7d86ff19-1e48-44dd-9b61-852735381620} TCPHandler: Processed in 0.001242989 sec. 2026.01.22 22:22:38.627854 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.01.22 22:22:38.646011 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:38.646066 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.22 22:22:38.652390 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.22 22:22:38.653100 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:38.656283 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.01.22 22:22:42.402280 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1244 2026.01.22 22:22:42.404492 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:42.404548 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:42.405743 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:22:42.406025 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:42.406400 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1244 2026.01.22 22:22:42.531170 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:42.531349 [ 277 ] {9ce7f09d-61ac-4d3e-8edf-a1f094885d2f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:42.531415 [ 277 ] {9ce7f09d-61ac-4d3e-8edf-a1f094885d2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:42.532130 [ 277 ] {9ce7f09d-61ac-4d3e-8edf-a1f094885d2f} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:42.532181 [ 277 ] {9ce7f09d-61ac-4d3e-8edf-a1f094885d2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:42.532594 [ 277 ] {9ce7f09d-61ac-4d3e-8edf-a1f094885d2f} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.22 22:22:42.532836 [ 277 ] {9ce7f09d-61ac-4d3e-8edf-a1f094885d2f} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:42.533003 [ 277 ] {9ce7f09d-61ac-4d3e-8edf-a1f094885d2f} executeQuery: Read 128 rows, 11.26 KiB in 0.001702 sec., 75205.64042303173 rows/sec., 6.46 MiB/sec. 2026.01.22 22:22:42.533057 [ 277 ] {9ce7f09d-61ac-4d3e-8edf-a1f094885d2f} TCPHandler: Processed in 0.002016135 sec. 2026.01.22 22:22:42.533211 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:42.533350 [ 277 ] {05c98b0e-475a-4b9b-9f68-2abc81389fab} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:42.533407 [ 277 ] {05c98b0e-475a-4b9b-9f68-2abc81389fab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:42.533894 [ 277 ] {05c98b0e-475a-4b9b-9f68-2abc81389fab} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:42.533934 [ 277 ] {05c98b0e-475a-4b9b-9f68-2abc81389fab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:42.534279 [ 277 ] {05c98b0e-475a-4b9b-9f68-2abc81389fab} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.22 22:22:42.534504 [ 277 ] {05c98b0e-475a-4b9b-9f68-2abc81389fab} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:42.534646 [ 277 ] {05c98b0e-475a-4b9b-9f68-2abc81389fab} executeQuery: Read 36 rows, 2.71 KiB in 0.001329 sec., 27088.03611738149 rows/sec., 1.99 MiB/sec. 2026.01.22 22:22:42.534686 [ 277 ] {05c98b0e-475a-4b9b-9f68-2abc81389fab} TCPHandler: Processed in 0.001543851 sec. 2026.01.22 22:22:42.534797 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:42.534936 [ 277 ] {6a86506b-e5a9-4c53-8bed-a4d74b0d094c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:42.534992 [ 277 ] {6a86506b-e5a9-4c53-8bed-a4d74b0d094c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:42.535466 [ 277 ] {6a86506b-e5a9-4c53-8bed-a4d74b0d094c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:42.535505 [ 277 ] {6a86506b-e5a9-4c53-8bed-a4d74b0d094c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:42.535834 [ 277 ] {6a86506b-e5a9-4c53-8bed-a4d74b0d094c} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.22 22:22:42.536055 [ 277 ] {6a86506b-e5a9-4c53-8bed-a4d74b0d094c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:42.536188 [ 277 ] {6a86506b-e5a9-4c53-8bed-a4d74b0d094c} executeQuery: Read 100 rows, 8.00 KiB in 0.001304 sec., 76687.11656441717 rows/sec., 5.99 MiB/sec. 2026.01.22 22:22:42.536227 [ 277 ] {6a86506b-e5a9-4c53-8bed-a4d74b0d094c} TCPHandler: Processed in 0.001481681 sec. 2026.01.22 22:22:42.536339 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:42.536435 [ 277 ] {5228a104-2152-4f1a-a9a3-4e4988189a1a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:42.536479 [ 277 ] {5228a104-2152-4f1a-a9a3-4e4988189a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:42.536888 [ 277 ] {5228a104-2152-4f1a-a9a3-4e4988189a1a} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:42.536923 [ 277 ] {5228a104-2152-4f1a-a9a3-4e4988189a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:42.537253 [ 277 ] {5228a104-2152-4f1a-a9a3-4e4988189a1a} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.22 22:22:42.537457 [ 277 ] {5228a104-2152-4f1a-a9a3-4e4988189a1a} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:42.537587 [ 277 ] {5228a104-2152-4f1a-a9a3-4e4988189a1a} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2026.01.22 22:22:42.537623 [ 277 ] {5228a104-2152-4f1a-a9a3-4e4988189a1a} TCPHandler: Processed in 0.00133472 sec. 2026.01.22 22:22:42.537744 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:42.537871 [ 277 ] {d4b4b821-b2eb-4476-a9f5-a7fa39074e6c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:42.537952 [ 277 ] {d4b4b821-b2eb-4476-a9f5-a7fa39074e6c} 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.01.22 22:22:42.538949 [ 277 ] {d4b4b821-b2eb-4476-a9f5-a7fa39074e6c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:42.538984 [ 277 ] {d4b4b821-b2eb-4476-a9f5-a7fa39074e6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:42.539568 [ 277 ] {d4b4b821-b2eb-4476-a9f5-a7fa39074e6c} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.22 22:22:42.539792 [ 277 ] {d4b4b821-b2eb-4476-a9f5-a7fa39074e6c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:42.539943 [ 277 ] {d4b4b821-b2eb-4476-a9f5-a7fa39074e6c} executeQuery: Read 36 rows, 66.06 KiB in 0.002097 sec., 17167.38197424893 rows/sec., 30.76 MiB/sec. 2026.01.22 22:22:42.540012 [ 277 ] {d4b4b821-b2eb-4476-a9f5-a7fa39074e6c} TCPHandler: Processed in 0.002329727 sec. 2026.01.22 22:22:42.540128 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:42.540224 [ 277 ] {288a789f-fcae-497c-963d-10c868064bae} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:42.540266 [ 277 ] {288a789f-fcae-497c-963d-10c868064bae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:42.540603 [ 277 ] {288a789f-fcae-497c-963d-10c868064bae} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:42.540638 [ 277 ] {288a789f-fcae-497c-963d-10c868064bae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:42.540948 [ 277 ] {288a789f-fcae-497c-963d-10c868064bae} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.22 22:22:42.541148 [ 277 ] {288a789f-fcae-497c-963d-10c868064bae} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:42.541275 [ 277 ] {288a789f-fcae-497c-963d-10c868064bae} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.01.22 22:22:42.541310 [ 277 ] {288a789f-fcae-497c-963d-10c868064bae} TCPHandler: Processed in 0.001232569 sec. 2026.01.22 22:22:44.834788 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24416 2026.01.22 22:22:44.835375 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:44.835420 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:44.835955 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.22 22:22:44.836191 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:44.836334 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24416 2026.01.22 22:22:44.836332 [ 96 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.22 22:22:44.836406 [ 96 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:44.836426 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:44.836554 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:44.836703 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:44.836749 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22048 rows starting from the beginning of the part 2026.01.22 22:22:44.836819 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:44.836871 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:44.836915 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:44.836951 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:44.836992 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:22:44.838957 [ 189 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24416 rows, containing 4 columns (4 merged, 0 gathered) in 0.002465658 sec., 9902427.668395212 rows/sec., 141.66 MiB/sec. 2026.01.22 22:22:44.839286 [ 203 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.22 22:22:44.839593 [ 203 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_51_10} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:44.839682 [ 203 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_51_10} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.22 22:22:44.839767 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. 2026.01.22 22:22:46.156433 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.01.22 22:22:46.175015 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:46.175083 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:46.180917 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.22 22:22:46.181620 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:46.181928 [ 117 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.22 22:22:46.182000 [ 117 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:46.182026 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:46.182130 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:46.185193 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:46.185309 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.01.22 22:22:46.186047 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:46.189641 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:46.193264 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:46.197364 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:46.201561 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:46.205459 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:22:46.262158 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.080065172 sec., 4796.092862949198 rows/sec., 24.80 MiB/sec. 2026.01.22 22:22:46.265147 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.22 22:22:46.267128 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_51_10} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:46.267245 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_51_10} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.22 22:22:46.269768 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.22 22:22:47.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 322.37 MiB, peak 335.79 MiB, free memory in arenas 0.00 B, will set to 324.07 MiB (RSS), difference: 1.70 MiB 2026.01.22 22:22:47.559912 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:47.560112 [ 277 ] {f53dcafa-4c23-4a07-9ae7-4cdee154046d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:22:47.560187 [ 277 ] {f53dcafa-4c23-4a07-9ae7-4cdee154046d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:22:47.560972 [ 277 ] {f53dcafa-4c23-4a07-9ae7-4cdee154046d} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:47.561023 [ 277 ] {f53dcafa-4c23-4a07-9ae7-4cdee154046d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:47.561421 [ 277 ] {f53dcafa-4c23-4a07-9ae7-4cdee154046d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:22:47.561651 [ 277 ] {f53dcafa-4c23-4a07-9ae7-4cdee154046d} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:47.561821 [ 277 ] {f53dcafa-4c23-4a07-9ae7-4cdee154046d} executeQuery: Read 24 rows, 2.04 KiB in 0.001762 sec., 13620.88535754824 rows/sec., 1.13 MiB/sec. 2026.01.22 22:22:47.561873 [ 277 ] {f53dcafa-4c23-4a07-9ae7-4cdee154046d} TCPHandler: Processed in 0.002099765 sec. 2026.01.22 22:22:47.562007 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:47.562111 [ 277 ] {328e2297-6a4b-4c3d-81b0-48f5ff8d40ad} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:22:47.562157 [ 277 ] {328e2297-6a4b-4c3d-81b0-48f5ff8d40ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:22:47.562589 [ 277 ] {328e2297-6a4b-4c3d-81b0-48f5ff8d40ad} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:47.562627 [ 277 ] {328e2297-6a4b-4c3d-81b0-48f5ff8d40ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:47.562929 [ 277 ] {328e2297-6a4b-4c3d-81b0-48f5ff8d40ad} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:22:47.563142 [ 277 ] {328e2297-6a4b-4c3d-81b0-48f5ff8d40ad} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:47.563273 [ 277 ] {328e2297-6a4b-4c3d-81b0-48f5ff8d40ad} executeQuery: Read 6 rows, 501.00 B in 0.001186 sec., 5059.021922428331 rows/sec., 412.53 KiB/sec. 2026.01.22 22:22:47.563311 [ 277 ] {328e2297-6a4b-4c3d-81b0-48f5ff8d40ad} TCPHandler: Processed in 0.00135796 sec. 2026.01.22 22:22:47.563433 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:47.563530 [ 277 ] {70d3b2fb-9b99-4576-9fbe-e9dc3acb979a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:47.563570 [ 277 ] {70d3b2fb-9b99-4576-9fbe-e9dc3acb979a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:47.564696 [ 277 ] {70d3b2fb-9b99-4576-9fbe-e9dc3acb979a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:47.564732 [ 277 ] {70d3b2fb-9b99-4576-9fbe-e9dc3acb979a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:47.565135 [ 277 ] {70d3b2fb-9b99-4576-9fbe-e9dc3acb979a} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.22 22:22:47.565347 [ 277 ] {70d3b2fb-9b99-4576-9fbe-e9dc3acb979a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:47.565481 [ 277 ] {70d3b2fb-9b99-4576-9fbe-e9dc3acb979a} executeQuery: Read 1329 rows, 113.13 KiB in 0.001971 sec., 674277.0167427701 rows/sec., 56.05 MiB/sec. 2026.01.22 22:22:47.565518 [ 277 ] {70d3b2fb-9b99-4576-9fbe-e9dc3acb979a} TCPHandler: Processed in 0.002136106 sec. 2026.01.22 22:22:47.565638 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:47.565757 [ 277 ] {9ed53a4e-ed4c-4fa8-a079-b311ae43afed} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:47.565805 [ 277 ] {9ed53a4e-ed4c-4fa8-a079-b311ae43afed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:47.566231 [ 277 ] {9ed53a4e-ed4c-4fa8-a079-b311ae43afed} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:47.566272 [ 277 ] {9ed53a4e-ed4c-4fa8-a079-b311ae43afed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:47.566583 [ 277 ] {9ed53a4e-ed4c-4fa8-a079-b311ae43afed} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.22 22:22:47.566803 [ 277 ] {9ed53a4e-ed4c-4fa8-a079-b311ae43afed} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:47.566933 [ 277 ] {9ed53a4e-ed4c-4fa8-a079-b311ae43afed} executeQuery: Read 23 rows, 1.76 KiB in 0.0012 sec., 19166.666666666668 rows/sec., 1.43 MiB/sec. 2026.01.22 22:22:47.566970 [ 277 ] {9ed53a4e-ed4c-4fa8-a079-b311ae43afed} TCPHandler: Processed in 0.00139058 sec. 2026.01.22 22:22:47.567076 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:47.567168 [ 277 ] {cd457342-11ea-4b24-ba43-9cb0e92fcb95} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:22:47.567205 [ 277 ] {cd457342-11ea-4b24-ba43-9cb0e92fcb95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:22:47.567732 [ 277 ] {cd457342-11ea-4b24-ba43-9cb0e92fcb95} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:47.567772 [ 277 ] {cd457342-11ea-4b24-ba43-9cb0e92fcb95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:47.568107 [ 277 ] {cd457342-11ea-4b24-ba43-9cb0e92fcb95} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:22:47.568334 [ 277 ] {cd457342-11ea-4b24-ba43-9cb0e92fcb95} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:47.568465 [ 277 ] {cd457342-11ea-4b24-ba43-9cb0e92fcb95} executeQuery: Read 252 rows, 17.85 KiB in 0.001315 sec., 191634.98098859316 rows/sec., 13.25 MiB/sec. 2026.01.22 22:22:47.568505 [ 277 ] {cd457342-11ea-4b24-ba43-9cb0e92fcb95} TCPHandler: Processed in 0.001475631 sec. 2026.01.22 22:22:47.568622 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:47.568719 [ 277 ] {8f1fe71d-20a5-42c4-87db-201eaec2ad10} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:22:47.568760 [ 277 ] {8f1fe71d-20a5-42c4-87db-201eaec2ad10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:22:47.569167 [ 277 ] {8f1fe71d-20a5-42c4-87db-201eaec2ad10} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:47.569204 [ 277 ] {8f1fe71d-20a5-42c4-87db-201eaec2ad10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:47.569513 [ 277 ] {8f1fe71d-20a5-42c4-87db-201eaec2ad10} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.22 22:22:47.569731 [ 277 ] {8f1fe71d-20a5-42c4-87db-201eaec2ad10} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:47.569865 [ 277 ] {8f1fe71d-20a5-42c4-87db-201eaec2ad10} executeQuery: Read 12 rows, 960.00 B in 0.001165 sec., 10300.429184549355 rows/sec., 804.72 KiB/sec. 2026.01.22 22:22:47.569904 [ 277 ] {8f1fe71d-20a5-42c4-87db-201eaec2ad10} TCPHandler: Processed in 0.00133319 sec. 2026.01.22 22:22:47.570012 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:47.570110 [ 277 ] {c47f97a7-9d91-4d8d-9efd-5c2a6d199fe0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:47.570151 [ 277 ] {c47f97a7-9d91-4d8d-9efd-5c2a6d199fe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:47.570772 [ 277 ] {c47f97a7-9d91-4d8d-9efd-5c2a6d199fe0} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:47.570809 [ 277 ] {c47f97a7-9d91-4d8d-9efd-5c2a6d199fe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:47.571150 [ 277 ] {c47f97a7-9d91-4d8d-9efd-5c2a6d199fe0} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.22 22:22:47.571380 [ 277 ] {c47f97a7-9d91-4d8d-9efd-5c2a6d199fe0} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:47.571513 [ 277 ] {c47f97a7-9d91-4d8d-9efd-5c2a6d199fe0} executeQuery: Read 567 rows, 43.55 KiB in 0.001422 sec., 398734.17721518985 rows/sec., 29.91 MiB/sec. 2026.01.22 22:22:47.571552 [ 277 ] {c47f97a7-9d91-4d8d-9efd-5c2a6d199fe0} TCPHandler: Processed in 0.001592152 sec. 2026.01.22 22:22:47.571669 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:47.571766 [ 277 ] {14388389-20f0-4455-ad3e-fee74bae746a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:47.571810 [ 277 ] {14388389-20f0-4455-ad3e-fee74bae746a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:47.572402 [ 277 ] {14388389-20f0-4455-ad3e-fee74bae746a} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:47.572440 [ 277 ] {14388389-20f0-4455-ad3e-fee74bae746a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:47.572829 [ 277 ] {14388389-20f0-4455-ad3e-fee74bae746a} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.22 22:22:47.573051 [ 277 ] {14388389-20f0-4455-ad3e-fee74bae746a} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:47.573194 [ 277 ] {14388389-20f0-4455-ad3e-fee74bae746a} executeQuery: Read 883 rows, 61.37 KiB in 0.001447 sec., 610228.0580511403 rows/sec., 41.42 MiB/sec. 2026.01.22 22:22:47.573234 [ 277 ] {14388389-20f0-4455-ad3e-fee74bae746a} TCPHandler: Processed in 0.001616981 sec. 2026.01.22 22:22:47.573351 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:47.573449 [ 277 ] {370f4e92-41dc-4c3c-b878-035b5f5df2cd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:47.573505 [ 277 ] {370f4e92-41dc-4c3c-b878-035b5f5df2cd} 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.01.22 22:22:47.574274 [ 277 ] {370f4e92-41dc-4c3c-b878-035b5f5df2cd} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:47.574313 [ 277 ] {370f4e92-41dc-4c3c-b878-035b5f5df2cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:47.574811 [ 277 ] {370f4e92-41dc-4c3c-b878-035b5f5df2cd} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.22 22:22:47.575041 [ 277 ] {370f4e92-41dc-4c3c-b878-035b5f5df2cd} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:47.575165 [ 144 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.22 22:22:47.575183 [ 277 ] {370f4e92-41dc-4c3c-b878-035b5f5df2cd} executeQuery: Read 5 rows, 9.17 KiB in 0.001753 sec., 2852.2532800912722 rows/sec., 5.11 MiB/sec. 2026.01.22 22:22:47.575226 [ 144 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:47.575249 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:47.575267 [ 277 ] {370f4e92-41dc-4c3c-b878-035b5f5df2cd} TCPHandler: Processed in 0.001966294 sec. 2026.01.22 22:22:47.575345 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:22:47.575390 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:47.575489 [ 277 ] {bf09586b-8303-4a6e-97d7-2b4e70658716} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:47.575531 [ 277 ] {bf09586b-8303-4a6e-97d7-2b4e70658716} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:47.575560 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:47.575621 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1304 rows starting from the beginning of the part 2026.01.22 22:22:47.575749 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 5 rows starting from the beginning of the part 2026.01.22 22:22:47.575852 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part 2026.01.22 22:22:47.575867 [ 277 ] {bf09586b-8303-4a6e-97d7-2b4e70658716} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:47.575908 [ 277 ] {bf09586b-8303-4a6e-97d7-2b4e70658716} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:47.575947 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 5 rows starting from the beginning of the part 2026.01.22 22:22:47.576046 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 36 rows starting from the beginning of the part 2026.01.22 22:22:47.576146 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part 2026.01.22 22:22:47.576219 [ 277 ] {bf09586b-8303-4a6e-97d7-2b4e70658716} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.22 22:22:47.576435 [ 277 ] {bf09586b-8303-4a6e-97d7-2b4e70658716} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:47.576574 [ 277 ] {bf09586b-8303-4a6e-97d7-2b4e70658716} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.01.22 22:22:47.576610 [ 277 ] {bf09586b-8303-4a6e-97d7-2b4e70658716} TCPHandler: Processed in 0.001271549 sec. 2026.01.22 22:22:47.583428 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1391 rows, containing 19 columns (19 merged, 0 gathered) in 0.00812202 sec., 171262.81393052466 rows/sec., 306.90 MiB/sec. 2026.01.22 22:22:47.584899 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.22 22:22:47.585341 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_66_13} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:47.585434 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_66_13} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.22 22:22:47.585630 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. 2026.01.22 22:22:48.001194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 324.80 MiB, peak 336.34 MiB, free memory in arenas 0.00 B, will set to 328.28 MiB (RSS), difference: 3.48 MiB 2026.01.22 22:22:52.170191 [ 88 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:22:52.170266 [ 88 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:22:52.336471 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24928 2026.01.22 22:22:52.337209 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:52.337256 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:52.337740 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.22 22:22:52.337970 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:52.338102 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24928 2026.01.22 22:22:52.407495 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1276 2026.01.22 22:22:52.409773 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:52.409822 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:52.411008 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:22:52.411274 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:52.411592 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1276 2026.01.22 22:22:52.531043 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:52.531226 [ 277 ] {3983000f-1d2c-4be7-992f-81b5f2d7394f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:52.531293 [ 277 ] {3983000f-1d2c-4be7-992f-81b5f2d7394f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:52.531983 [ 277 ] {3983000f-1d2c-4be7-992f-81b5f2d7394f} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:52.532032 [ 277 ] {3983000f-1d2c-4be7-992f-81b5f2d7394f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:52.532462 [ 277 ] {3983000f-1d2c-4be7-992f-81b5f2d7394f} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.22 22:22:52.532694 [ 277 ] {3983000f-1d2c-4be7-992f-81b5f2d7394f} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:52.532868 [ 277 ] {3983000f-1d2c-4be7-992f-81b5f2d7394f} executeQuery: Read 128 rows, 11.26 KiB in 0.001691 sec., 75694.85511531639 rows/sec., 6.51 MiB/sec. 2026.01.22 22:22:52.532922 [ 277 ] {3983000f-1d2c-4be7-992f-81b5f2d7394f} TCPHandler: Processed in 0.002008574 sec. 2026.01.22 22:22:52.533048 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:52.533152 [ 277 ] {926bc2ea-0593-4f7c-90aa-f77efb720fef} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:52.533196 [ 277 ] {926bc2ea-0593-4f7c-90aa-f77efb720fef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:52.533631 [ 277 ] {926bc2ea-0593-4f7c-90aa-f77efb720fef} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:52.533672 [ 277 ] {926bc2ea-0593-4f7c-90aa-f77efb720fef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:52.533988 [ 277 ] {926bc2ea-0593-4f7c-90aa-f77efb720fef} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.22 22:22:52.534217 [ 277 ] {926bc2ea-0593-4f7c-90aa-f77efb720fef} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:52.534380 [ 277 ] {926bc2ea-0593-4f7c-90aa-f77efb720fef} executeQuery: Read 36 rows, 2.71 KiB in 0.001251 sec., 28776.97841726619 rows/sec., 2.11 MiB/sec. 2026.01.22 22:22:52.534421 [ 277 ] {926bc2ea-0593-4f7c-90aa-f77efb720fef} TCPHandler: Processed in 0.001426941 sec. 2026.01.22 22:22:52.534535 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:52.534633 [ 277 ] {98c2b599-d4d3-4323-acc5-39e700079b06} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:52.534673 [ 277 ] {98c2b599-d4d3-4323-acc5-39e700079b06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:52.535114 [ 277 ] {98c2b599-d4d3-4323-acc5-39e700079b06} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:52.535151 [ 277 ] {98c2b599-d4d3-4323-acc5-39e700079b06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:52.535470 [ 277 ] {98c2b599-d4d3-4323-acc5-39e700079b06} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.22 22:22:52.535678 [ 277 ] {98c2b599-d4d3-4323-acc5-39e700079b06} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:52.535809 [ 277 ] {98c2b599-d4d3-4323-acc5-39e700079b06} executeQuery: Read 100 rows, 8.00 KiB in 0.001196 sec., 83612.04013377926 rows/sec., 6.53 MiB/sec. 2026.01.22 22:22:52.535846 [ 277 ] {98c2b599-d4d3-4323-acc5-39e700079b06} TCPHandler: Processed in 0.00136332 sec. 2026.01.22 22:22:52.535966 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:52.536064 [ 277 ] {0c0d4028-0ebc-4448-a94b-380bec9cc2e0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:52.536108 [ 277 ] {0c0d4028-0ebc-4448-a94b-380bec9cc2e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:52.536512 [ 277 ] {0c0d4028-0ebc-4448-a94b-380bec9cc2e0} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:52.536548 [ 277 ] {0c0d4028-0ebc-4448-a94b-380bec9cc2e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:52.536879 [ 277 ] {0c0d4028-0ebc-4448-a94b-380bec9cc2e0} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.22 22:22:52.537088 [ 277 ] {0c0d4028-0ebc-4448-a94b-380bec9cc2e0} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:52.537218 [ 277 ] {0c0d4028-0ebc-4448-a94b-380bec9cc2e0} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.01.22 22:22:52.537256 [ 277 ] {0c0d4028-0ebc-4448-a94b-380bec9cc2e0} TCPHandler: Processed in 0.00134018 sec. 2026.01.22 22:22:52.537367 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:52.537463 [ 277 ] {9432cc9e-4842-44df-abbe-0a8f22f835b5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:52.537518 [ 277 ] {9432cc9e-4842-44df-abbe-0a8f22f835b5} 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.01.22 22:22:52.538345 [ 277 ] {9432cc9e-4842-44df-abbe-0a8f22f835b5} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:52.538381 [ 277 ] {9432cc9e-4842-44df-abbe-0a8f22f835b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:52.538943 [ 277 ] {9432cc9e-4842-44df-abbe-0a8f22f835b5} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.22 22:22:52.539176 [ 277 ] {9432cc9e-4842-44df-abbe-0a8f22f835b5} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:52.539324 [ 277 ] {9432cc9e-4842-44df-abbe-0a8f22f835b5} executeQuery: Read 36 rows, 66.06 KiB in 0.00188 sec., 19148.936170212768 rows/sec., 34.31 MiB/sec. 2026.01.22 22:22:52.539395 [ 277 ] {9432cc9e-4842-44df-abbe-0a8f22f835b5} TCPHandler: Processed in 0.002078306 sec. 2026.01.22 22:22:52.539515 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:52.539612 [ 277 ] {f9f5b42a-36a6-42cf-a440-6fbaea760d22} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:52.539655 [ 277 ] {f9f5b42a-36a6-42cf-a440-6fbaea760d22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:52.539991 [ 277 ] {f9f5b42a-36a6-42cf-a440-6fbaea760d22} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:52.540027 [ 277 ] {f9f5b42a-36a6-42cf-a440-6fbaea760d22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:52.540329 [ 277 ] {f9f5b42a-36a6-42cf-a440-6fbaea760d22} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.22 22:22:52.540535 [ 277 ] {f9f5b42a-36a6-42cf-a440-6fbaea760d22} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:52.540663 [ 277 ] {f9f5b42a-36a6-42cf-a440-6fbaea760d22} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.01.22 22:22:52.540699 [ 277 ] {f9f5b42a-36a6-42cf-a440-6fbaea760d22} TCPHandler: Processed in 0.001236419 sec. 2026.01.22 22:22:53.686355 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.01.22 22:22:53.701821 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:53.701884 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:53.707568 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.22 22:22:53.708240 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:53.711068 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.01.22 22:22:57.530354 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:57.530547 [ 277 ] {19366bf8-5514-4586-b843-c51656865955} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:22:57.530613 [ 277 ] {19366bf8-5514-4586-b843-c51656865955} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:22:57.531270 [ 277 ] {19366bf8-5514-4586-b843-c51656865955} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:57.531319 [ 277 ] {19366bf8-5514-4586-b843-c51656865955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:57.531728 [ 277 ] {19366bf8-5514-4586-b843-c51656865955} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.22 22:22:57.531974 [ 277 ] {19366bf8-5514-4586-b843-c51656865955} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:57.532126 [ 143 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.22 22:22:57.532142 [ 277 ] {19366bf8-5514-4586-b843-c51656865955} executeQuery: Read 66 rows, 5.35 KiB in 0.001644 sec., 40145.98540145985 rows/sec., 3.18 MiB/sec. 2026.01.22 22:22:57.532168 [ 143 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:57.532191 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:57.532202 [ 277 ] {19366bf8-5514-4586-b843-c51656865955} TCPHandler: Processed in 0.001980235 sec. 2026.01.22 22:22:57.532286 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:22:57.532352 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:57.532402 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:57.532438 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2556 rows starting from the beginning of the part 2026.01.22 22:22:57.532469 [ 277 ] {5937d5d9-b4d5-49f7-855a-5c974cae1650} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:22:57.532498 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 66 rows starting from the beginning of the part 2026.01.22 22:22:57.532532 [ 277 ] {5937d5d9-b4d5-49f7-855a-5c974cae1650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:22:57.532548 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:22:57.532591 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1329 rows starting from the beginning of the part 2026.01.22 22:22:57.532634 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 128 rows starting from the beginning of the part 2026.01.22 22:22:57.532673 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 66 rows starting from the beginning of the part 2026.01.22 22:22:57.533040 [ 277 ] {5937d5d9-b4d5-49f7-855a-5c974cae1650} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:57.533077 [ 277 ] {5937d5d9-b4d5-49f7-855a-5c974cae1650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:57.533403 [ 277 ] {5937d5d9-b4d5-49f7-855a-5c974cae1650} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.22 22:22:57.533641 [ 277 ] {5937d5d9-b4d5-49f7-855a-5c974cae1650} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:57.533784 [ 277 ] {5937d5d9-b4d5-49f7-855a-5c974cae1650} executeQuery: Read 5 rows, 385.00 B in 0.001346 sec., 3714.7102526002973 rows/sec., 279.33 KiB/sec. 2026.01.22 22:22:57.533826 [ 277 ] {5937d5d9-b4d5-49f7-855a-5c974cae1650} TCPHandler: Processed in 0.001527492 sec. 2026.01.22 22:22:57.533947 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:57.534046 [ 277 ] {855ddcac-eea6-4126-aad0-872e1a061425} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:22:57.534092 [ 277 ] {855ddcac-eea6-4126-aad0-872e1a061425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:22:57.534512 [ 197 ] {048797f8-2913-4120-8057-043480967ec1::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4273 rows, containing 5 columns (5 merged, 0 gathered) in 0.002271067 sec., 1881494.469339742 rows/sec., 161.94 MiB/sec. 2026.01.22 22:22:57.534579 [ 277 ] {855ddcac-eea6-4126-aad0-872e1a061425} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:57.534620 [ 277 ] {855ddcac-eea6-4126-aad0-872e1a061425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:57.534871 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.22 22:22:57.534974 [ 277 ] {855ddcac-eea6-4126-aad0-872e1a061425} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.22 22:22:57.535267 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_76_15} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:57.535292 [ 277 ] {855ddcac-eea6-4126-aad0-872e1a061425} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:57.535427 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_76_15} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.22 22:22:57.535543 [ 143 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.22 22:22:57.535563 [ 277 ] {855ddcac-eea6-4126-aad0-872e1a061425} executeQuery: Read 69 rows, 5.52 KiB in 0.001536 sec., 44921.875 rows/sec., 3.51 MiB/sec. 2026.01.22 22:22:57.535571 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.22 22:22:57.535583 [ 143 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:57.535606 [ 277 ] {855ddcac-eea6-4126-aad0-872e1a061425} TCPHandler: Processed in 0.001710523 sec. 2026.01.22 22:22:57.535620 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:57.535735 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:57.535742 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:22:57.535834 [ 277 ] {8cfa379c-756c-435f-ba89-e8cc11c5734e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:57.535884 [ 277 ] {8cfa379c-756c-435f-ba89-e8cc11c5734e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:22:57.535887 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:57.535931 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1304 rows starting from the beginning of the part 2026.01.22 22:22:57.535996 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 69 rows starting from the beginning of the part 2026.01.22 22:22:57.536040 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 100 rows starting from the beginning of the part 2026.01.22 22:22:57.536081 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 567 rows starting from the beginning of the part 2026.01.22 22:22:57.536121 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 100 rows starting from the beginning of the part 2026.01.22 22:22:57.536159 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 69 rows starting from the beginning of the part 2026.01.22 22:22:57.536295 [ 277 ] {8cfa379c-756c-435f-ba89-e8cc11c5734e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:57.536335 [ 277 ] {8cfa379c-756c-435f-ba89-e8cc11c5734e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:57.536699 [ 277 ] {8cfa379c-756c-435f-ba89-e8cc11c5734e} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.22 22:22:57.536927 [ 277 ] {8cfa379c-756c-435f-ba89-e8cc11c5734e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:57.537033 [ 143 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.22 22:22:57.537057 [ 143 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:57.537061 [ 277 ] {8cfa379c-756c-435f-ba89-e8cc11c5734e} executeQuery: Read 160 rows, 11.41 KiB in 0.001248 sec., 128205.1282051282 rows/sec., 8.93 MiB/sec. 2026.01.22 22:22:57.537073 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:57.537100 [ 277 ] {8cfa379c-756c-435f-ba89-e8cc11c5734e} TCPHandler: Processed in 0.001416741 sec. 2026.01.22 22:22:57.537158 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:22:57.537208 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:57.537272 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:57.537309 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21487 rows starting from the beginning of the part 2026.01.22 22:22:57.537322 [ 277 ] {a72e73a6-fbd2-48a5-8cb8-de3a5b3b74da} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:22:57.537374 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.01.22 22:22:57.537393 [ 277 ] {a72e73a6-fbd2-48a5-8cb8-de3a5b3b74da} 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.01.22 22:22:57.537396 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001712843 sec., 1289668.6970142622 rows/sec., 99.99 MiB/sec. 2026.01.22 22:22:57.537425 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2026.01.22 22:22:57.537477 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 883 rows starting from the beginning of the part 2026.01.22 22:22:57.537518 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:22:57.537558 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2026.01.22 22:22:57.537628 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.22 22:22:57.537902 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_76_15} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:57.537979 [ 194 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_76_15} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.22 22:22:57.538065 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.22 22:22:57.538295 [ 277 ] {a72e73a6-fbd2-48a5-8cb8-de3a5b3b74da} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:57.538336 [ 277 ] {a72e73a6-fbd2-48a5-8cb8-de3a5b3b74da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:57.538975 [ 277 ] {a72e73a6-fbd2-48a5-8cb8-de3a5b3b74da} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.22 22:22:57.539258 [ 277 ] {a72e73a6-fbd2-48a5-8cb8-de3a5b3b74da} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:57.539421 [ 277 ] {a72e73a6-fbd2-48a5-8cb8-de3a5b3b74da} executeQuery: Read 5 rows, 9.17 KiB in 0.002124 sec., 2354.0489642184557 rows/sec., 4.22 MiB/sec. 2026.01.22 22:22:57.539499 [ 277 ] {a72e73a6-fbd2-48a5-8cb8-de3a5b3b74da} TCPHandler: Processed in 0.002341347 sec. 2026.01.22 22:22:57.539618 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:22:57.539714 [ 277 ] {5fca0192-7bfd-4c8a-9d3a-2e9aac81704f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:22:57.539756 [ 277 ] {5fca0192-7bfd-4c8a-9d3a-2e9aac81704f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:22:57.540110 [ 277 ] {5fca0192-7bfd-4c8a-9d3a-2e9aac81704f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:57.540146 [ 277 ] {5fca0192-7bfd-4c8a-9d3a-2e9aac81704f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:57.540613 [ 277 ] {5fca0192-7bfd-4c8a-9d3a-2e9aac81704f} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.22 22:22:57.540848 [ 277 ] {5fca0192-7bfd-4c8a-9d3a-2e9aac81704f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:57.540959 [ 143 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.22 22:22:57.540982 [ 277 ] {5fca0192-7bfd-4c8a-9d3a-2e9aac81704f} executeQuery: Read 60 rows, 4.14 KiB in 0.001287 sec., 46620.046620046625 rows/sec., 3.14 MiB/sec. 2026.01.22 22:22:57.540993 [ 143 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:57.541014 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:57.541019 [ 277 ] {5fca0192-7bfd-4c8a-9d3a-2e9aac81704f} TCPHandler: Processed in 0.001450971 sec. 2026.01.22 22:22:57.541094 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:57.541183 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:57.541210 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4398 rows starting from the beginning of the part 2026.01.22 22:22:57.541257 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2026.01.22 22:22:57.541340 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2026.01.22 22:22:57.541400 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:57.541463 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:22:57.541512 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2026.01.22 22:22:57.543691 [ 194 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4698 rows, containing 4 columns (4 merged, 0 gathered) in 0.00263448 sec., 1783274.1186116426 rows/sec., 118.64 MiB/sec. 2026.01.22 22:22:57.544112 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.22 22:22:57.544445 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_76_15} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:57.544533 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_76_15} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.22 22:22:57.544650 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.01.22 22:22:57.551456 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 23010 rows, containing 5 columns (5 merged, 0 gathered) in 0.014336946 sec., 1604944.316592948 rows/sec., 109.74 MiB/sec. 2026.01.22 22:22:57.551883 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.22 22:22:57.552138 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_76_15} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:57.552209 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_76_15} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.22 22:22:57.552287 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.01.22 22:22:58.000283 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 329.27 MiB, peak 336.57 MiB, free memory in arenas 0.00 B, will set to 330.83 MiB (RSS), difference: 1.56 MiB 2026.01.22 22:22:59.838490 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25376 2026.01.22 22:22:59.839001 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:59.839048 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:59.839569 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.22 22:22:59.839813 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:59.839952 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25376 2026.01.22 22:22:59.845722 [ 140 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.01.22 22:22:59.845792 [ 140 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:22:59.845818 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.22 22:22:59.845958 [ 194 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:22:59.846097 [ 194 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:22:59.846130 [ 194 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 241 rows starting from the beginning of the part 2026.01.22 22:22:59.846198 [ 194 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 229 rows starting from the beginning of the part 2026.01.22 22:22:59.846261 [ 194 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 229 rows starting from the beginning of the part 2026.01.22 22:22:59.846313 [ 194 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2026.01.22 22:22:59.846355 [ 194 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:22:59.847165 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 5 columns (5 merged, 0 gathered) in 0.00127317 sec., 567873.8895826952 rows/sec., 34.96 MiB/sec. 2026.01.22 22:22:59.847386 [ 208 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.01.22 22:22:59.847685 [ 208 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_18_4} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:22:59.847763 [ 208 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_18_4} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.01.22 22:22:59.847855 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.22 22:23:01.211380 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2026.01.22 22:23:01.227864 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:01.227930 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:01.233829 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.22 22:23:01.234592 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:01.237654 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2026.01.22 22:23:01.289144 [ 139 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.01.22 22:23:01.289189 [ 139 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:01.289211 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:01.289335 [ 193 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:23:01.289473 [ 193 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:01.289513 [ 193 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 470 rows starting from the beginning of the part 2026.01.22 22:23:01.289580 [ 193 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 446 rows starting from the beginning of the part 2026.01.22 22:23:01.289624 [ 193 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 446 rows starting from the beginning of the part 2026.01.22 22:23:01.289666 [ 193 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2026.01.22 22:23:01.289704 [ 193 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:23:01.290631 [ 208 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 5 columns (5 merged, 0 gathered) in 0.00134885 sec., 1045334.9149275309 rows/sec., 71.33 MiB/sec. 2026.01.22 22:23:01.290861 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.01.22 22:23:01.291164 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_18_4} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:01.291244 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_18_4} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.01.22 22:23:01.291339 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.22 22:23:02.412022 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1300 2026.01.22 22:23:02.414357 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:02.414401 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:02.415560 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.22 22:23:02.415844 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:02.416103 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1300 2026.01.22 22:23:02.531769 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:02.531947 [ 277 ] {d54a7bb6-9f14-42d3-81cd-76a7fe40cd17} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:23:02.532012 [ 277 ] {d54a7bb6-9f14-42d3-81cd-76a7fe40cd17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:23:02.532633 [ 277 ] {d54a7bb6-9f14-42d3-81cd-76a7fe40cd17} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:02.532682 [ 277 ] {d54a7bb6-9f14-42d3-81cd-76a7fe40cd17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:02.533071 [ 277 ] {d54a7bb6-9f14-42d3-81cd-76a7fe40cd17} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:23:02.533302 [ 277 ] {d54a7bb6-9f14-42d3-81cd-76a7fe40cd17} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:02.533468 [ 277 ] {d54a7bb6-9f14-42d3-81cd-76a7fe40cd17} executeQuery: Read 10 rows, 835.00 B in 0.001567 sec., 6381.620931716656 rows/sec., 520.38 KiB/sec. 2026.01.22 22:23:02.533520 [ 277 ] {d54a7bb6-9f14-42d3-81cd-76a7fe40cd17} TCPHandler: Processed in 0.001877764 sec. 2026.01.22 22:23:02.533642 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:02.533746 [ 277 ] {7518540c-8645-464d-8b9c-25002ac12e1f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:02.533790 [ 277 ] {7518540c-8645-464d-8b9c-25002ac12e1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:02.534290 [ 277 ] {7518540c-8645-464d-8b9c-25002ac12e1f} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:02.534329 [ 277 ] {7518540c-8645-464d-8b9c-25002ac12e1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:02.534700 [ 277 ] {7518540c-8645-464d-8b9c-25002ac12e1f} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.22 22:23:02.534914 [ 277 ] {7518540c-8645-464d-8b9c-25002ac12e1f} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:02.535049 [ 277 ] {7518540c-8645-464d-8b9c-25002ac12e1f} executeQuery: Read 133 rows, 11.63 KiB in 0.001327 sec., 100226.07385079126 rows/sec., 8.56 MiB/sec. 2026.01.22 22:23:02.535087 [ 277 ] {7518540c-8645-464d-8b9c-25002ac12e1f} TCPHandler: Processed in 0.001497121 sec. 2026.01.22 22:23:02.535203 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:02.535299 [ 277 ] {f403a1e1-11c8-4d30-971a-c755810adba1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:02.535340 [ 277 ] {f403a1e1-11c8-4d30-971a-c755810adba1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:02.535750 [ 277 ] {f403a1e1-11c8-4d30-971a-c755810adba1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:02.535786 [ 277 ] {f403a1e1-11c8-4d30-971a-c755810adba1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:02.536089 [ 277 ] {f403a1e1-11c8-4d30-971a-c755810adba1} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.22 22:23:02.536295 [ 277 ] {f403a1e1-11c8-4d30-971a-c755810adba1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:02.536421 [ 277 ] {f403a1e1-11c8-4d30-971a-c755810adba1} executeQuery: Read 46 rows, 3.41 KiB in 0.001141 sec., 40315.512708150745 rows/sec., 2.91 MiB/sec. 2026.01.22 22:23:02.536417 [ 138 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.22 22:23:02.536459 [ 277 ] {f403a1e1-11c8-4d30-971a-c755810adba1} TCPHandler: Processed in 0.00130601 sec. 2026.01.22 22:23:02.536502 [ 138 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:02.536533 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:02.536577 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:02.536675 [ 277 ] {5fe7ec6e-6e50-44d9-be80-db58731f7c6a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:02.536699 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:23:02.536715 [ 277 ] {5fe7ec6e-6e50-44d9-be80-db58731f7c6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:02.536903 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:02.536961 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 296 rows starting from the beginning of the part 2026.01.22 22:23:02.537061 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:02.537132 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 23 rows starting from the beginning of the part 2026.01.22 22:23:02.537191 [ 277 ] {5fe7ec6e-6e50-44d9-be80-db58731f7c6a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:02.537194 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:02.537234 [ 277 ] {5fe7ec6e-6e50-44d9-be80-db58731f7c6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:02.537303 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 5 rows starting from the beginning of the part 2026.01.22 22:23:02.537374 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 46 rows starting from the beginning of the part 2026.01.22 22:23:02.537576 [ 277 ] {5fe7ec6e-6e50-44d9-be80-db58731f7c6a} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.22 22:23:02.537832 [ 277 ] {5fe7ec6e-6e50-44d9-be80-db58731f7c6a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:02.537968 [ 277 ] {5fe7ec6e-6e50-44d9-be80-db58731f7c6a} executeQuery: Read 110 rows, 8.81 KiB in 0.00131 sec., 83969.46564885497 rows/sec., 6.57 MiB/sec. 2026.01.22 22:23:02.538006 [ 277 ] {5fe7ec6e-6e50-44d9-be80-db58731f7c6a} TCPHandler: Processed in 0.001477461 sec. 2026.01.22 22:23:02.538124 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:02.538219 [ 277 ] {d06c0998-6964-4c38-9395-6a45fe70a9f6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:02.538262 [ 277 ] {d06c0998-6964-4c38-9395-6a45fe70a9f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:02.538300 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 5 columns (5 merged, 0 gathered) in 0.001686203 sec., 262127.39510011545 rows/sec., 18.25 MiB/sec. 2026.01.22 22:23:02.538463 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.22 22:23:02.538672 [ 277 ] {d06c0998-6964-4c38-9395-6a45fe70a9f6} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:02.538714 [ 277 ] {d06c0998-6964-4c38-9395-6a45fe70a9f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:02.538734 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_71_14} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:02.538833 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_71_14} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.22 22:23:02.538919 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:23:02.539085 [ 277 ] {d06c0998-6964-4c38-9395-6a45fe70a9f6} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.22 22:23:02.539297 [ 277 ] {d06c0998-6964-4c38-9395-6a45fe70a9f6} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:02.539427 [ 277 ] {d06c0998-6964-4c38-9395-6a45fe70a9f6} executeQuery: Read 165 rows, 11.76 KiB in 0.001226 sec., 134584.01305057094 rows/sec., 9.37 MiB/sec. 2026.01.22 22:23:02.539464 [ 277 ] {d06c0998-6964-4c38-9395-6a45fe70a9f6} TCPHandler: Processed in 0.00138909 sec. 2026.01.22 22:23:02.539573 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:02.539666 [ 277 ] {f5a99a43-ab31-49f6-966b-5b616043c8b7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:02.539720 [ 277 ] {f5a99a43-ab31-49f6-966b-5b616043c8b7} 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.01.22 22:23:02.540566 [ 277 ] {f5a99a43-ab31-49f6-966b-5b616043c8b7} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:02.540602 [ 277 ] {f5a99a43-ab31-49f6-966b-5b616043c8b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:02.541184 [ 277 ] {f5a99a43-ab31-49f6-966b-5b616043c8b7} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.22 22:23:02.541405 [ 277 ] {f5a99a43-ab31-49f6-966b-5b616043c8b7} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:02.541544 [ 277 ] {f5a99a43-ab31-49f6-966b-5b616043c8b7} executeQuery: Read 36 rows, 66.06 KiB in 0.001895 sec., 18997.36147757256 rows/sec., 34.04 MiB/sec. 2026.01.22 22:23:02.541603 [ 277 ] {f5a99a43-ab31-49f6-966b-5b616043c8b7} TCPHandler: Processed in 0.002079105 sec. 2026.01.22 22:23:02.541718 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:02.541814 [ 277 ] {9db114fb-57e4-4e3f-80df-f3790d90a09c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:02.541857 [ 277 ] {9db114fb-57e4-4e3f-80df-f3790d90a09c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:02.542199 [ 277 ] {9db114fb-57e4-4e3f-80df-f3790d90a09c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:02.542234 [ 277 ] {9db114fb-57e4-4e3f-80df-f3790d90a09c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:02.542540 [ 277 ] {9db114fb-57e4-4e3f-80df-f3790d90a09c} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.22 22:23:02.542746 [ 277 ] {9db114fb-57e4-4e3f-80df-f3790d90a09c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:02.542873 [ 277 ] {9db114fb-57e4-4e3f-80df-f3790d90a09c} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.01.22 22:23:02.542909 [ 277 ] {9db114fb-57e4-4e3f-80df-f3790d90a09c} TCPHandler: Processed in 0.001240439 sec. 2026.01.22 22:23:07.170541 [ 133 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:23:07.170642 [ 133 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:23:07.340957 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25888 2026.01.22 22:23:07.341467 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:07.341501 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:07.341988 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.22 22:23:07.342227 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:07.342369 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25888 2026.01.22 22:23:07.530209 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:07.530389 [ 277 ] {c1da0672-3a9b-449d-a1e2-daae3fe1c38e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:07.530456 [ 277 ] {c1da0672-3a9b-449d-a1e2-daae3fe1c38e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:07.531124 [ 277 ] {c1da0672-3a9b-449d-a1e2-daae3fe1c38e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:07.531174 [ 277 ] {c1da0672-3a9b-449d-a1e2-daae3fe1c38e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:07.531572 [ 277 ] {c1da0672-3a9b-449d-a1e2-daae3fe1c38e} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.22 22:23:07.531816 [ 277 ] {c1da0672-3a9b-449d-a1e2-daae3fe1c38e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:07.531995 [ 277 ] {c1da0672-3a9b-449d-a1e2-daae3fe1c38e} executeQuery: Read 66 rows, 5.35 KiB in 0.001652 sec., 39951.573849878936 rows/sec., 3.16 MiB/sec. 2026.01.22 22:23:07.532049 [ 277 ] {c1da0672-3a9b-449d-a1e2-daae3fe1c38e} TCPHandler: Processed in 0.001966865 sec. 2026.01.22 22:23:07.532175 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:07.532277 [ 277 ] {0c3b9deb-3fc3-4467-964f-635e63bd428a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:07.532321 [ 277 ] {0c3b9deb-3fc3-4467-964f-635e63bd428a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:07.532741 [ 277 ] {0c3b9deb-3fc3-4467-964f-635e63bd428a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:07.532779 [ 277 ] {0c3b9deb-3fc3-4467-964f-635e63bd428a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:07.533107 [ 277 ] {0c3b9deb-3fc3-4467-964f-635e63bd428a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.22 22:23:07.533321 [ 277 ] {0c3b9deb-3fc3-4467-964f-635e63bd428a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:07.533464 [ 277 ] {0c3b9deb-3fc3-4467-964f-635e63bd428a} executeQuery: Read 5 rows, 385.00 B in 0.00121 sec., 4132.231404958678 rows/sec., 310.72 KiB/sec. 2026.01.22 22:23:07.533503 [ 277 ] {0c3b9deb-3fc3-4467-964f-635e63bd428a} TCPHandler: Processed in 0.00137994 sec. 2026.01.22 22:23:07.533615 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:07.533712 [ 277 ] {ff364c7d-625d-4d27-a127-7873518e7e25} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:07.533753 [ 277 ] {ff364c7d-625d-4d27-a127-7873518e7e25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:07.534180 [ 277 ] {ff364c7d-625d-4d27-a127-7873518e7e25} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:07.534217 [ 277 ] {ff364c7d-625d-4d27-a127-7873518e7e25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:07.534526 [ 277 ] {ff364c7d-625d-4d27-a127-7873518e7e25} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.22 22:23:07.534737 [ 277 ] {ff364c7d-625d-4d27-a127-7873518e7e25} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:07.534876 [ 277 ] {ff364c7d-625d-4d27-a127-7873518e7e25} executeQuery: Read 69 rows, 5.52 KiB in 0.001184 sec., 58277.02702702703 rows/sec., 4.55 MiB/sec. 2026.01.22 22:23:07.534915 [ 277 ] {ff364c7d-625d-4d27-a127-7873518e7e25} TCPHandler: Processed in 0.00134978 sec. 2026.01.22 22:23:07.535029 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:07.535123 [ 277 ] {cecd8da1-539c-4ed3-a062-5afd115707ac} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:07.535167 [ 277 ] {cecd8da1-539c-4ed3-a062-5afd115707ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:07.535613 [ 277 ] {cecd8da1-539c-4ed3-a062-5afd115707ac} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:07.535649 [ 277 ] {cecd8da1-539c-4ed3-a062-5afd115707ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:07.535982 [ 277 ] {cecd8da1-539c-4ed3-a062-5afd115707ac} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.22 22:23:07.536201 [ 277 ] {cecd8da1-539c-4ed3-a062-5afd115707ac} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:07.536340 [ 277 ] {cecd8da1-539c-4ed3-a062-5afd115707ac} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2026.01.22 22:23:07.536378 [ 277 ] {cecd8da1-539c-4ed3-a062-5afd115707ac} TCPHandler: Processed in 0.001398381 sec. 2026.01.22 22:23:07.536487 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:07.536582 [ 277 ] {901a493d-d9e1-45cb-8027-6b83773b44b0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:07.536637 [ 277 ] {901a493d-d9e1-45cb-8027-6b83773b44b0} 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.01.22 22:23:07.537411 [ 277 ] {901a493d-d9e1-45cb-8027-6b83773b44b0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:07.537447 [ 277 ] {901a493d-d9e1-45cb-8027-6b83773b44b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:07.537961 [ 277 ] {901a493d-d9e1-45cb-8027-6b83773b44b0} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.22 22:23:07.538184 [ 277 ] {901a493d-d9e1-45cb-8027-6b83773b44b0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:07.538329 [ 277 ] {901a493d-d9e1-45cb-8027-6b83773b44b0} executeQuery: Read 5 rows, 9.17 KiB in 0.001764 sec., 2834.467120181406 rows/sec., 5.08 MiB/sec. 2026.01.22 22:23:07.538391 [ 277 ] {901a493d-d9e1-45cb-8027-6b83773b44b0} TCPHandler: Processed in 0.001952035 sec. 2026.01.22 22:23:07.538510 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:07.538607 [ 277 ] {b30009d9-d70d-4978-95b9-bb8fa0837300} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:07.538655 [ 277 ] {b30009d9-d70d-4978-95b9-bb8fa0837300} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:07.539004 [ 277 ] {b30009d9-d70d-4978-95b9-bb8fa0837300} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:07.539041 [ 277 ] {b30009d9-d70d-4978-95b9-bb8fa0837300} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:07.539364 [ 277 ] {b30009d9-d70d-4978-95b9-bb8fa0837300} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.22 22:23:07.539579 [ 277 ] {b30009d9-d70d-4978-95b9-bb8fa0837300} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:07.539713 [ 277 ] {b30009d9-d70d-4978-95b9-bb8fa0837300} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.01.22 22:23:07.539753 [ 277 ] {b30009d9-d70d-4978-95b9-bb8fa0837300} TCPHandler: Processed in 0.00129866 sec. 2026.01.22 22:23:08.738576 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2026.01.22 22:23:08.754910 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:08.754969 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:08.761141 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.22 22:23:08.761831 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:08.764745 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.01.22 22:23:12.417184 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1326 2026.01.22 22:23:12.419378 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:12.419433 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:12.420588 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.22 22:23:12.420847 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:12.421138 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1326 2026.01.22 22:23:12.531146 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:12.531347 [ 277 ] {3bdb15b9-a3a0-4f83-9781-1624636111a5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:12.531421 [ 277 ] {3bdb15b9-a3a0-4f83-9781-1624636111a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:12.532151 [ 277 ] {3bdb15b9-a3a0-4f83-9781-1624636111a5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:12.532202 [ 277 ] {3bdb15b9-a3a0-4f83-9781-1624636111a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:12.532599 [ 277 ] {3bdb15b9-a3a0-4f83-9781-1624636111a5} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.22 22:23:12.532825 [ 277 ] {3bdb15b9-a3a0-4f83-9781-1624636111a5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:12.532986 [ 277 ] {3bdb15b9-a3a0-4f83-9781-1624636111a5} executeQuery: Read 128 rows, 11.26 KiB in 0.001692 sec., 75650.1182033097 rows/sec., 6.50 MiB/sec. 2026.01.22 22:23:12.533032 [ 277 ] {3bdb15b9-a3a0-4f83-9781-1624636111a5} TCPHandler: Processed in 0.002024255 sec. 2026.01.22 22:23:12.533164 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:12.533267 [ 277 ] {dd2bea04-8ad7-4457-9995-bfe89adece0c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:12.533308 [ 277 ] {dd2bea04-8ad7-4457-9995-bfe89adece0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:12.533735 [ 277 ] {dd2bea04-8ad7-4457-9995-bfe89adece0c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:12.533772 [ 277 ] {dd2bea04-8ad7-4457-9995-bfe89adece0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:12.534078 [ 277 ] {dd2bea04-8ad7-4457-9995-bfe89adece0c} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.22 22:23:12.534300 [ 277 ] {dd2bea04-8ad7-4457-9995-bfe89adece0c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:12.534447 [ 277 ] {dd2bea04-8ad7-4457-9995-bfe89adece0c} executeQuery: Read 36 rows, 2.71 KiB in 0.001203 sec., 29925.18703241895 rows/sec., 2.20 MiB/sec. 2026.01.22 22:23:12.534490 [ 277 ] {dd2bea04-8ad7-4457-9995-bfe89adece0c} TCPHandler: Processed in 0.001379491 sec. 2026.01.22 22:23:12.534606 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:12.534703 [ 277 ] {47224144-f20a-4aa1-b944-d28718616457} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:12.534744 [ 277 ] {47224144-f20a-4aa1-b944-d28718616457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:12.535181 [ 277 ] {47224144-f20a-4aa1-b944-d28718616457} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:12.535218 [ 277 ] {47224144-f20a-4aa1-b944-d28718616457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:12.535526 [ 277 ] {47224144-f20a-4aa1-b944-d28718616457} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.22 22:23:12.535727 [ 277 ] {47224144-f20a-4aa1-b944-d28718616457} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:12.535857 [ 277 ] {47224144-f20a-4aa1-b944-d28718616457} executeQuery: Read 100 rows, 8.00 KiB in 0.001173 sec., 85251.49190110827 rows/sec., 6.66 MiB/sec. 2026.01.22 22:23:12.535896 [ 277 ] {47224144-f20a-4aa1-b944-d28718616457} TCPHandler: Processed in 0.00134127 sec. 2026.01.22 22:23:12.536009 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:12.536104 [ 277 ] {c1f7e5ff-4dbe-4367-b52c-284a4ed835d3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:12.536148 [ 277 ] {c1f7e5ff-4dbe-4367-b52c-284a4ed835d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:12.536548 [ 277 ] {c1f7e5ff-4dbe-4367-b52c-284a4ed835d3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:12.536582 [ 277 ] {c1f7e5ff-4dbe-4367-b52c-284a4ed835d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:12.536887 [ 277 ] {c1f7e5ff-4dbe-4367-b52c-284a4ed835d3} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.22 22:23:12.537087 [ 277 ] {c1f7e5ff-4dbe-4367-b52c-284a4ed835d3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:12.537211 [ 277 ] {c1f7e5ff-4dbe-4367-b52c-284a4ed835d3} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.01.22 22:23:12.537247 [ 277 ] {c1f7e5ff-4dbe-4367-b52c-284a4ed835d3} TCPHandler: Processed in 0.00134318 sec. 2026.01.22 22:23:12.537343 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:12.537501 [ 277 ] {400dcfff-84c2-47e6-ab42-b752b1de6e43} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:12.537555 [ 277 ] {400dcfff-84c2-47e6-ab42-b752b1de6e43} 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.01.22 22:23:12.538429 [ 277 ] {400dcfff-84c2-47e6-ab42-b752b1de6e43} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:12.538466 [ 277 ] {400dcfff-84c2-47e6-ab42-b752b1de6e43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:12.539027 [ 277 ] {400dcfff-84c2-47e6-ab42-b752b1de6e43} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.22 22:23:12.539246 [ 277 ] {400dcfff-84c2-47e6-ab42-b752b1de6e43} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:12.539360 [ 129 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.22 22:23:12.539387 [ 277 ] {400dcfff-84c2-47e6-ab42-b752b1de6e43} executeQuery: Read 36 rows, 66.06 KiB in 0.001904 sec., 18907.563025210082 rows/sec., 33.88 MiB/sec. 2026.01.22 22:23:12.539427 [ 129 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:12.539453 [ 277 ] {400dcfff-84c2-47e6-ab42-b752b1de6e43} TCPHandler: Processed in 0.002096255 sec. 2026.01.22 22:23:12.539453 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:12.539577 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:23:12.539582 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:12.539716 [ 277 ] {0404efdf-dc90-4076-8056-de2b45d6ae2d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:12.539759 [ 277 ] {0404efdf-dc90-4076-8056-de2b45d6ae2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:12.539814 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:12.539877 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1391 rows starting from the beginning of the part 2026.01.22 22:23:12.540000 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:12.540098 [ 277 ] {0404efdf-dc90-4076-8056-de2b45d6ae2d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:12.540104 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 5 rows starting from the beginning of the part 2026.01.22 22:23:12.540141 [ 277 ] {0404efdf-dc90-4076-8056-de2b45d6ae2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:12.540217 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:12.540310 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 5 rows starting from the beginning of the part 2026.01.22 22:23:12.540401 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:12.540476 [ 277 ] {0404efdf-dc90-4076-8056-de2b45d6ae2d} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.22 22:23:12.540705 [ 277 ] {0404efdf-dc90-4076-8056-de2b45d6ae2d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:12.540842 [ 277 ] {0404efdf-dc90-4076-8056-de2b45d6ae2d} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2026.01.22 22:23:12.540879 [ 277 ] {0404efdf-dc90-4076-8056-de2b45d6ae2d} TCPHandler: Processed in 0.00134818 sec. 2026.01.22 22:23:12.546491 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1509 rows, containing 19 columns (19 merged, 0 gathered) in 0.006964371 sec., 216674.26965048246 rows/sec., 388.27 MiB/sec. 2026.01.22 22:23:12.548421 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.22 22:23:12.548814 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_71_14} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:12.548903 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_71_14} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.22 22:23:12.549084 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. 2026.01.22 22:23:13.000238 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 331.43 MiB, peak 343.01 MiB, free memory in arenas 0.00 B, will set to 332.84 MiB (RSS), difference: 1.41 MiB 2026.01.22 22:23:14.842679 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26336 2026.01.22 22:23:14.843468 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:14.843539 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:14.844287 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.22 22:23:14.844512 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:14.844644 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26336 2026.01.22 22:23:16.265027 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.01.22 22:23:16.282158 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:16.282221 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:16.288332 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.22 22:23:16.289043 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:16.291976 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.01.22 22:23:17.557956 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:17.558136 [ 277 ] {21dd5093-4653-4df8-b667-7fa550a6d43b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:23:17.558202 [ 277 ] {21dd5093-4653-4df8-b667-7fa550a6d43b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:23:17.558872 [ 277 ] {21dd5093-4653-4df8-b667-7fa550a6d43b} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:17.558925 [ 277 ] {21dd5093-4653-4df8-b667-7fa550a6d43b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:17.559354 [ 277 ] {21dd5093-4653-4df8-b667-7fa550a6d43b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:23:17.559643 [ 277 ] {21dd5093-4653-4df8-b667-7fa550a6d43b} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:17.559811 [ 277 ] {21dd5093-4653-4df8-b667-7fa550a6d43b} executeQuery: Read 24 rows, 2.04 KiB in 0.001723 sec., 13929.193267556588 rows/sec., 1.16 MiB/sec. 2026.01.22 22:23:17.559864 [ 277 ] {21dd5093-4653-4df8-b667-7fa550a6d43b} TCPHandler: Processed in 0.002039296 sec. 2026.01.22 22:23:17.560005 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:17.560108 [ 277 ] {8826c936-2b8a-46fc-a7d7-e8ed201f372f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:23:17.560153 [ 277 ] {8826c936-2b8a-46fc-a7d7-e8ed201f372f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:23:17.560565 [ 277 ] {8826c936-2b8a-46fc-a7d7-e8ed201f372f} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:17.560603 [ 277 ] {8826c936-2b8a-46fc-a7d7-e8ed201f372f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:17.560909 [ 277 ] {8826c936-2b8a-46fc-a7d7-e8ed201f372f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:23:17.561132 [ 277 ] {8826c936-2b8a-46fc-a7d7-e8ed201f372f} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:17.561267 [ 277 ] {8826c936-2b8a-46fc-a7d7-e8ed201f372f} executeQuery: Read 2 rows, 167.00 B in 0.001182 sec., 1692.047377326565 rows/sec., 137.97 KiB/sec. 2026.01.22 22:23:17.561306 [ 277 ] {8826c936-2b8a-46fc-a7d7-e8ed201f372f} TCPHandler: Processed in 0.00135406 sec. 2026.01.22 22:23:17.561418 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:17.561513 [ 277 ] {68e19b79-4a01-420d-bd37-170200ef2398} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:17.561553 [ 277 ] {68e19b79-4a01-420d-bd37-170200ef2398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:17.562651 [ 277 ] {68e19b79-4a01-420d-bd37-170200ef2398} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:17.562688 [ 277 ] {68e19b79-4a01-420d-bd37-170200ef2398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:17.563088 [ 277 ] {68e19b79-4a01-420d-bd37-170200ef2398} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.22 22:23:17.563298 [ 277 ] {68e19b79-4a01-420d-bd37-170200ef2398} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:17.563432 [ 277 ] {68e19b79-4a01-420d-bd37-170200ef2398} executeQuery: Read 1327 rows, 112.98 KiB in 0.001938 sec., 684726.5221878225 rows/sec., 56.93 MiB/sec. 2026.01.22 22:23:17.563471 [ 277 ] {68e19b79-4a01-420d-bd37-170200ef2398} TCPHandler: Processed in 0.002104285 sec. 2026.01.22 22:23:17.563601 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:17.563728 [ 277 ] {3f17d437-32a8-442c-93ef-ac94bd917823} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:17.563778 [ 277 ] {3f17d437-32a8-442c-93ef-ac94bd917823} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:17.564255 [ 277 ] {3f17d437-32a8-442c-93ef-ac94bd917823} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:17.564300 [ 277 ] {3f17d437-32a8-442c-93ef-ac94bd917823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:17.564675 [ 277 ] {3f17d437-32a8-442c-93ef-ac94bd917823} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.22 22:23:17.564917 [ 277 ] {3f17d437-32a8-442c-93ef-ac94bd917823} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:17.565048 [ 277 ] {3f17d437-32a8-442c-93ef-ac94bd917823} executeQuery: Read 19 rows, 1.48 KiB in 0.001345 sec., 14126.394052044609 rows/sec., 1.07 MiB/sec. 2026.01.22 22:23:17.565086 [ 277 ] {3f17d437-32a8-442c-93ef-ac94bd917823} TCPHandler: Processed in 0.001547611 sec. 2026.01.22 22:23:17.565208 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:17.565331 [ 277 ] {cf83f284-e2ae-4644-be85-329de21465cf} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:23:17.565379 [ 277 ] {cf83f284-e2ae-4644-be85-329de21465cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:23:17.565927 [ 277 ] {cf83f284-e2ae-4644-be85-329de21465cf} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:17.565964 [ 277 ] {cf83f284-e2ae-4644-be85-329de21465cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:17.566282 [ 277 ] {cf83f284-e2ae-4644-be85-329de21465cf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:23:17.566488 [ 277 ] {cf83f284-e2ae-4644-be85-329de21465cf} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:17.566619 [ 277 ] {cf83f284-e2ae-4644-be85-329de21465cf} executeQuery: Read 252 rows, 17.85 KiB in 0.001313 sec., 191926.88499619195 rows/sec., 13.27 MiB/sec. 2026.01.22 22:23:17.566657 [ 277 ] {cf83f284-e2ae-4644-be85-329de21465cf} TCPHandler: Processed in 0.001510311 sec. 2026.01.22 22:23:17.566772 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:17.566866 [ 277 ] {0d568b08-7186-45e3-82e0-dc9b9faaa269} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:23:17.566904 [ 277 ] {0d568b08-7186-45e3-82e0-dc9b9faaa269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:23:17.567298 [ 277 ] {0d568b08-7186-45e3-82e0-dc9b9faaa269} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:17.567334 [ 277 ] {0d568b08-7186-45e3-82e0-dc9b9faaa269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:17.567629 [ 277 ] {0d568b08-7186-45e3-82e0-dc9b9faaa269} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.22 22:23:17.567839 [ 277 ] {0d568b08-7186-45e3-82e0-dc9b9faaa269} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:17.567979 [ 277 ] {0d568b08-7186-45e3-82e0-dc9b9faaa269} executeQuery: Read 12 rows, 960.00 B in 0.001131 sec., 10610.079575596816 rows/sec., 828.91 KiB/sec. 2026.01.22 22:23:17.568016 [ 277 ] {0d568b08-7186-45e3-82e0-dc9b9faaa269} TCPHandler: Processed in 0.001294569 sec. 2026.01.22 22:23:17.568146 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:17.568262 [ 277 ] {b2030ad0-2c40-4aba-ba6a-1fe1abc8e808} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:17.568309 [ 277 ] {b2030ad0-2c40-4aba-ba6a-1fe1abc8e808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:17.569007 [ 277 ] {b2030ad0-2c40-4aba-ba6a-1fe1abc8e808} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:17.569043 [ 277 ] {b2030ad0-2c40-4aba-ba6a-1fe1abc8e808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:17.569361 [ 277 ] {b2030ad0-2c40-4aba-ba6a-1fe1abc8e808} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.22 22:23:17.569561 [ 277 ] {b2030ad0-2c40-4aba-ba6a-1fe1abc8e808} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:17.569690 [ 277 ] {b2030ad0-2c40-4aba-ba6a-1fe1abc8e808} executeQuery: Read 563 rows, 43.23 KiB in 0.001452 sec., 387741.04683195596 rows/sec., 29.07 MiB/sec. 2026.01.22 22:23:17.569727 [ 277 ] {b2030ad0-2c40-4aba-ba6a-1fe1abc8e808} TCPHandler: Processed in 0.001639412 sec. 2026.01.22 22:23:17.569839 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:17.569932 [ 277 ] {c9e8c1b7-98fd-4e65-8878-9458f1d8a35c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:17.569974 [ 277 ] {c9e8c1b7-98fd-4e65-8878-9458f1d8a35c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:17.570563 [ 277 ] {c9e8c1b7-98fd-4e65-8878-9458f1d8a35c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:17.570600 [ 277 ] {c9e8c1b7-98fd-4e65-8878-9458f1d8a35c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:17.570973 [ 277 ] {c9e8c1b7-98fd-4e65-8878-9458f1d8a35c} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.22 22:23:17.571183 [ 277 ] {c9e8c1b7-98fd-4e65-8878-9458f1d8a35c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:17.571315 [ 277 ] {c9e8c1b7-98fd-4e65-8878-9458f1d8a35c} executeQuery: Read 881 rows, 61.23 KiB in 0.001401 sec., 628836.545324768 rows/sec., 42.68 MiB/sec. 2026.01.22 22:23:17.571351 [ 277 ] {c9e8c1b7-98fd-4e65-8878-9458f1d8a35c} TCPHandler: Processed in 0.001560522 sec. 2026.01.22 22:23:17.571456 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:17.571553 [ 277 ] {2982ecf9-a352-4542-b79c-37a7f598a0a0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:17.571608 [ 277 ] {2982ecf9-a352-4542-b79c-37a7f598a0a0} 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.01.22 22:23:17.572457 [ 277 ] {2982ecf9-a352-4542-b79c-37a7f598a0a0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:17.572494 [ 277 ] {2982ecf9-a352-4542-b79c-37a7f598a0a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:17.573013 [ 277 ] {2982ecf9-a352-4542-b79c-37a7f598a0a0} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.22 22:23:17.573283 [ 277 ] {2982ecf9-a352-4542-b79c-37a7f598a0a0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:17.573429 [ 277 ] {2982ecf9-a352-4542-b79c-37a7f598a0a0} executeQuery: Read 5 rows, 9.17 KiB in 0.001895 sec., 2638.5224274406332 rows/sec., 4.73 MiB/sec. 2026.01.22 22:23:17.573498 [ 277 ] {2982ecf9-a352-4542-b79c-37a7f598a0a0} TCPHandler: Processed in 0.002091146 sec. 2026.01.22 22:23:17.573614 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:17.573710 [ 277 ] {6ec9db17-d3cc-4c4d-a97b-d62f9b2c2576} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:17.573754 [ 277 ] {6ec9db17-d3cc-4c4d-a97b-d62f9b2c2576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:17.574098 [ 277 ] {6ec9db17-d3cc-4c4d-a97b-d62f9b2c2576} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:17.574133 [ 277 ] {6ec9db17-d3cc-4c4d-a97b-d62f9b2c2576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:17.574442 [ 277 ] {6ec9db17-d3cc-4c4d-a97b-d62f9b2c2576} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.22 22:23:17.574660 [ 277 ] {6ec9db17-d3cc-4c4d-a97b-d62f9b2c2576} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:17.574790 [ 277 ] {6ec9db17-d3cc-4c4d-a97b-d62f9b2c2576} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.01.22 22:23:17.574827 [ 277 ] {6ec9db17-d3cc-4c4d-a97b-d62f9b2c2576} TCPHandler: Processed in 0.001262529 sec. 2026.01.22 22:23:22.170892 [ 114 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:23:22.170964 [ 114 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:23:22.344969 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26848 2026.01.22 22:23:22.345564 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.345619 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.346172 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.22 22:23:22.346408 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.346557 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26848 2026.01.22 22:23:22.346577 [ 114 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.22 22:23:22.346648 [ 114 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.346669 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.346781 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:22.346920 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:22.346961 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24416 rows starting from the beginning of the part 2026.01.22 22:23:22.347024 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:22.347069 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:22.347113 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:22.347151 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:22.347193 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:22.349418 [ 203 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26848 rows, containing 4 columns (4 merged, 0 gathered) in 0.00268763 sec., 9989470.276786612 rows/sec., 142.90 MiB/sec. 2026.01.22 22:23:22.349666 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.22 22:23:22.349997 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_56_11} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.350077 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_56_11} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.22 22:23:22.350162 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.75 MiB. 2026.01.22 22:23:22.421617 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1358 2026.01.22 22:23:22.424147 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.424188 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.425302 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.22 22:23:22.425556 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.425704 [ 114 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.22 22:23:22.425757 [ 114 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.425779 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.425895 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1358 2026.01.22 22:23:22.425898 [ 191 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:23:22.426747 [ 191 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:22.426982 [ 191 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1220 rows starting from the beginning of the part 2026.01.22 22:23:22.427395 [ 191 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part 2026.01.22 22:23:22.427744 [ 191 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part 2026.01.22 22:23:22.428102 [ 191 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part 2026.01.22 22:23:22.428456 [ 191 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part 2026.01.22 22:23:22.428802 [ 191 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part 2026.01.22 22:23:22.435104 [ 190 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1358 rows, containing 72 columns (72 merged, 0 gathered) in 0.009262019 sec., 146620.29952648553 rows/sec., 117.83 MiB/sec. 2026.01.22 22:23:22.436340 [ 191 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.22 22:23:22.436822 [ 191 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_41_8} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.436892 [ 191 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_41_8} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.22 22:23:22.437069 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2026.01.22 22:23:22.531803 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:22.531965 [ 277 ] {96ccb664-7d5a-44b8-8ecf-6e04b656e88d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:22.532030 [ 277 ] {96ccb664-7d5a-44b8-8ecf-6e04b656e88d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:22.532700 [ 277 ] {96ccb664-7d5a-44b8-8ecf-6e04b656e88d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.532742 [ 277 ] {96ccb664-7d5a-44b8-8ecf-6e04b656e88d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.533085 [ 277 ] {96ccb664-7d5a-44b8-8ecf-6e04b656e88d} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.22 22:23:22.533298 [ 277 ] {96ccb664-7d5a-44b8-8ecf-6e04b656e88d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.533434 [ 114 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.22 22:23:22.533443 [ 277 ] {96ccb664-7d5a-44b8-8ecf-6e04b656e88d} executeQuery: Read 128 rows, 11.26 KiB in 0.001525 sec., 83934.42622950819 rows/sec., 7.21 MiB/sec. 2026.01.22 22:23:22.533480 [ 114 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.533505 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.533508 [ 277 ] {96ccb664-7d5a-44b8-8ecf-6e04b656e88d} TCPHandler: Processed in 0.001826664 sec. 2026.01.22 22:23:22.533593 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:23:22.533649 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:22.533709 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:22.533747 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2556 rows starting from the beginning of the part 2026.01.22 22:23:22.533754 [ 277 ] {22b7669e-3be6-4b08-a3a7-3401c9531c26} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:22.533805 [ 277 ] {22b7669e-3be6-4b08-a3a7-3401c9531c26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:22.533819 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 133 rows starting from the beginning of the part 2026.01.22 22:23:22.533870 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 66 rows starting from the beginning of the part 2026.01.22 22:23:22.533911 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 128 rows starting from the beginning of the part 2026.01.22 22:23:22.533953 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:23:22.533994 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 128 rows starting from the beginning of the part 2026.01.22 22:23:22.534227 [ 277 ] {22b7669e-3be6-4b08-a3a7-3401c9531c26} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.534272 [ 277 ] {22b7669e-3be6-4b08-a3a7-3401c9531c26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.534588 [ 277 ] {22b7669e-3be6-4b08-a3a7-3401c9531c26} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.22 22:23:22.534811 [ 277 ] {22b7669e-3be6-4b08-a3a7-3401c9531c26} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.534946 [ 277 ] {22b7669e-3be6-4b08-a3a7-3401c9531c26} executeQuery: Read 36 rows, 2.71 KiB in 0.001215 sec., 29629.62962962963 rows/sec., 2.18 MiB/sec. 2026.01.22 22:23:22.534985 [ 277 ] {22b7669e-3be6-4b08-a3a7-3401c9531c26} TCPHandler: Processed in 0.00138904 sec. 2026.01.22 22:23:22.535096 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:22.535192 [ 277 ] {c3685aba-59e3-4caf-a9af-c0872a9f7d3c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:22.535231 [ 277 ] {c3685aba-59e3-4caf-a9af-c0872a9f7d3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:22.535662 [ 277 ] {c3685aba-59e3-4caf-a9af-c0872a9f7d3c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.535698 [ 277 ] {c3685aba-59e3-4caf-a9af-c0872a9f7d3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.535958 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4338 rows, containing 5 columns (5 merged, 0 gathered) in 0.002405148 sec., 1803631.2110522927 rows/sec., 155.51 MiB/sec. 2026.01.22 22:23:22.536009 [ 277 ] {c3685aba-59e3-4caf-a9af-c0872a9f7d3c} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.22 22:23:22.536222 [ 277 ] {c3685aba-59e3-4caf-a9af-c0872a9f7d3c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.536309 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.22 22:23:22.536357 [ 277 ] {c3685aba-59e3-4caf-a9af-c0872a9f7d3c} executeQuery: Read 100 rows, 8.00 KiB in 0.001185 sec., 84388.18565400844 rows/sec., 6.59 MiB/sec. 2026.01.22 22:23:22.536390 [ 113 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.22 22:23:22.536398 [ 277 ] {c3685aba-59e3-4caf-a9af-c0872a9f7d3c} TCPHandler: Processed in 0.001352 sec. 2026.01.22 22:23:22.536470 [ 113 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.536515 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.536562 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:22.536601 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_81_16} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.536606 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:23:22.536662 [ 277 ] {78e5fd7b-ddc0-487f-9648-5b0a3b4080a8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:22.536692 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_81_16} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.22 22:23:22.536708 [ 277 ] {78e5fd7b-ddc0-487f-9648-5b0a3b4080a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:22.536708 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:22.536747 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1304 rows starting from the beginning of the part 2026.01.22 22:23:22.536784 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.01.22 22:23:22.536802 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 110 rows starting from the beginning of the part 2026.01.22 22:23:22.536851 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 69 rows starting from the beginning of the part 2026.01.22 22:23:22.536892 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 100 rows starting from the beginning of the part 2026.01.22 22:23:22.536931 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 563 rows starting from the beginning of the part 2026.01.22 22:23:22.536969 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 100 rows starting from the beginning of the part 2026.01.22 22:23:22.537120 [ 277 ] {78e5fd7b-ddc0-487f-9648-5b0a3b4080a8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.537155 [ 277 ] {78e5fd7b-ddc0-487f-9648-5b0a3b4080a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.537479 [ 277 ] {78e5fd7b-ddc0-487f-9648-5b0a3b4080a8} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.22 22:23:22.537688 [ 277 ] {78e5fd7b-ddc0-487f-9648-5b0a3b4080a8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.537803 [ 113 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.22 22:23:22.537815 [ 277 ] {78e5fd7b-ddc0-487f-9648-5b0a3b4080a8} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.01.22 22:23:22.537835 [ 113 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.537855 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.537857 [ 277 ] {78e5fd7b-ddc0-487f-9648-5b0a3b4080a8} TCPHandler: Processed in 0.00135118 sec. 2026.01.22 22:23:22.537924 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:23:22.537968 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:22.537970 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2246 rows, containing 5 columns (5 merged, 0 gathered) in 0.001409901 sec., 1593019.6517344124 rows/sec., 123.64 MiB/sec. 2026.01.22 22:23:22.538011 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:22.538044 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23010 rows starting from the beginning of the part 2026.01.22 22:23:22.538076 [ 277 ] {1533bf03-8eae-429c-9380-1a21d5868840} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:22.538093 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 165 rows starting from the beginning of the part 2026.01.22 22:23:22.538133 [ 277 ] {1533bf03-8eae-429c-9380-1a21d5868840} 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.01.22 22:23:22.538140 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2026.01.22 22:23:22.538153 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.22 22:23:22.538190 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2026.01.22 22:23:22.538235 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 881 rows starting from the beginning of the part 2026.01.22 22:23:22.538273 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2026.01.22 22:23:22.538369 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_81_16} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.538440 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_81_16} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.22 22:23:22.538494 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.01.22 22:23:22.539018 [ 277 ] {1533bf03-8eae-429c-9380-1a21d5868840} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.539055 [ 277 ] {1533bf03-8eae-429c-9380-1a21d5868840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.539779 [ 277 ] {1533bf03-8eae-429c-9380-1a21d5868840} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.22 22:23:22.540009 [ 277 ] {1533bf03-8eae-429c-9380-1a21d5868840} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.540159 [ 277 ] {1533bf03-8eae-429c-9380-1a21d5868840} executeQuery: Read 36 rows, 66.06 KiB in 0.00208 sec., 17307.69230769231 rows/sec., 31.01 MiB/sec. 2026.01.22 22:23:22.540227 [ 277 ] {1533bf03-8eae-429c-9380-1a21d5868840} TCPHandler: Processed in 0.002293827 sec. 2026.01.22 22:23:22.540346 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:22.540443 [ 277 ] {2fd405a7-caa7-4858-9887-265d929ae478} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:22.540486 [ 277 ] {2fd405a7-caa7-4858-9887-265d929ae478} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:22.540832 [ 277 ] {2fd405a7-caa7-4858-9887-265d929ae478} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.540869 [ 277 ] {2fd405a7-caa7-4858-9887-265d929ae478} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.541390 [ 277 ] {2fd405a7-caa7-4858-9887-265d929ae478} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.22 22:23:22.541602 [ 277 ] {2fd405a7-caa7-4858-9887-265d929ae478} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.541714 [ 113 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.22 22:23:22.541743 [ 277 ] {2fd405a7-caa7-4858-9887-265d929ae478} executeQuery: Read 60 rows, 4.14 KiB in 0.001318 sec., 45523.520485584224 rows/sec., 3.07 MiB/sec. 2026.01.22 22:23:22.541745 [ 113 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:22.541782 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:22.541788 [ 277 ] {2fd405a7-caa7-4858-9887-265d929ae478} TCPHandler: Processed in 0.001492261 sec. 2026.01.22 22:23:22.541856 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:23:22.541937 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:22.541965 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4698 rows starting from the beginning of the part 2026.01.22 22:23:22.542015 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:23:22.542053 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2026.01.22 22:23:22.542088 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2026.01.22 22:23:22.542121 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2026.01.22 22:23:22.542157 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2026.01.22 22:23:22.544041 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4998 rows, containing 4 columns (4 merged, 0 gathered) in 0.002215566 sec., 2255856.9683773806 rows/sec., 150.19 MiB/sec. 2026.01.22 22:23:22.544475 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.22 22:23:22.544532 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 24536 rows, containing 5 columns (5 merged, 0 gathered) in 0.006628178 sec., 3701771.4370374484 rows/sec., 253.17 MiB/sec. 2026.01.22 22:23:22.544696 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_81_16} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.544758 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_81_16} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.22 22:23:22.544816 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.01.22 22:23:22.545094 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.22 22:23:22.545363 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_81_16} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:22.545431 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_81_16} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.22 22:23:22.545497 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.01.22 22:23:23.792208 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.01.22 22:23:23.810141 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:23.810197 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:23.816498 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.22 22:23:23.817247 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:23.817527 [ 111 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.22 22:23:23.817562 [ 111 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:23.817580 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:23.817696 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:23:23.821226 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.01.22 22:23:23.821614 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:23.823211 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:23:23.827830 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:23:23.832417 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:23:23.837042 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:23:23.842035 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:23:23.845994 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:23:23.896644 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.078995774 sec., 5342.057918186863 rows/sec., 27.62 MiB/sec. 2026.01.22 22:23:23.898632 [ 194 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.22 22:23:23.900582 [ 194 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_56_11} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:23.900680 [ 194 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_56_11} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.22 22:23:23.902158 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.01.22 22:23:24.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 335.20 MiB, peak 348.60 MiB, free memory in arenas 0.00 B, will set to 334.18 MiB (RSS), difference: -1.02 MiB 2026.01.22 22:23:27.530121 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:27.530311 [ 277 ] {60ceccd8-325c-496a-b873-610c11413ff9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:27.530378 [ 277 ] {60ceccd8-325c-496a-b873-610c11413ff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:27.531068 [ 277 ] {60ceccd8-325c-496a-b873-610c11413ff9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:27.531118 [ 277 ] {60ceccd8-325c-496a-b873-610c11413ff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:27.531559 [ 277 ] {60ceccd8-325c-496a-b873-610c11413ff9} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.22 22:23:27.531803 [ 277 ] {60ceccd8-325c-496a-b873-610c11413ff9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:27.531971 [ 277 ] {60ceccd8-325c-496a-b873-610c11413ff9} executeQuery: Read 66 rows, 5.35 KiB in 0.001707 sec., 38664.32337434095 rows/sec., 3.06 MiB/sec. 2026.01.22 22:23:27.532027 [ 277 ] {60ceccd8-325c-496a-b873-610c11413ff9} TCPHandler: Processed in 0.002035195 sec. 2026.01.22 22:23:27.532159 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:27.532263 [ 277 ] {069fbe00-62bb-4d73-9498-072e568f76ea} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:27.532307 [ 277 ] {069fbe00-62bb-4d73-9498-072e568f76ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:27.532739 [ 277 ] {069fbe00-62bb-4d73-9498-072e568f76ea} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:27.532779 [ 277 ] {069fbe00-62bb-4d73-9498-072e568f76ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:27.533087 [ 277 ] {069fbe00-62bb-4d73-9498-072e568f76ea} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.22 22:23:27.533300 [ 277 ] {069fbe00-62bb-4d73-9498-072e568f76ea} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:27.533427 [ 105 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.22 22:23:27.533436 [ 277 ] {069fbe00-62bb-4d73-9498-072e568f76ea} executeQuery: Read 5 rows, 385.00 B in 0.001197 sec., 4177.109440267335 rows/sec., 314.10 KiB/sec. 2026.01.22 22:23:27.533500 [ 105 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:27.533527 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:27.533538 [ 277 ] {069fbe00-62bb-4d73-9498-072e568f76ea} TCPHandler: Processed in 0.00143244 sec. 2026.01.22 22:23:27.533628 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:23:27.533680 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:27.533751 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:27.533790 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 296 rows starting from the beginning of the part 2026.01.22 22:23:27.533815 [ 277 ] {8d77cba1-c06d-42ba-809b-9b8dd2dfe8e3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:27.533856 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 5 rows starting from the beginning of the part 2026.01.22 22:23:27.533871 [ 277 ] {8d77cba1-c06d-42ba-809b-9b8dd2dfe8e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:27.533915 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:27.533963 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 19 rows starting from the beginning of the part 2026.01.22 22:23:27.534002 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:27.534041 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 5 rows starting from the beginning of the part 2026.01.22 22:23:27.534364 [ 277 ] {8d77cba1-c06d-42ba-809b-9b8dd2dfe8e3} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:27.534407 [ 277 ] {8d77cba1-c06d-42ba-809b-9b8dd2dfe8e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:27.534907 [ 277 ] {8d77cba1-c06d-42ba-809b-9b8dd2dfe8e3} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.22 22:23:27.534908 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 397 rows, containing 5 columns (5 merged, 0 gathered) in 0.00132326 sec., 300016.6256064568 rows/sec., 20.68 MiB/sec. 2026.01.22 22:23:27.535139 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.22 22:23:27.535192 [ 277 ] {8d77cba1-c06d-42ba-809b-9b8dd2dfe8e3} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:27.535349 [ 277 ] {8d77cba1-c06d-42ba-809b-9b8dd2dfe8e3} executeQuery: Read 69 rows, 5.52 KiB in 0.001557 sec., 44315.992292870906 rows/sec., 3.46 MiB/sec. 2026.01.22 22:23:27.535392 [ 277 ] {8d77cba1-c06d-42ba-809b-9b8dd2dfe8e3} TCPHandler: Processed in 0.001775183 sec. 2026.01.22 22:23:27.535438 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_76_15} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:27.535514 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:27.535521 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_76_15} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.22 22:23:27.535623 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:23:27.535632 [ 277 ] {230afd64-1a13-4775-93cc-f3dfaeb66a3d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:27.535684 [ 277 ] {230afd64-1a13-4775-93cc-f3dfaeb66a3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:27.536117 [ 277 ] {230afd64-1a13-4775-93cc-f3dfaeb66a3d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:27.536155 [ 277 ] {230afd64-1a13-4775-93cc-f3dfaeb66a3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:27.536504 [ 277 ] {230afd64-1a13-4775-93cc-f3dfaeb66a3d} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.22 22:23:27.536748 [ 277 ] {230afd64-1a13-4775-93cc-f3dfaeb66a3d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:27.536899 [ 277 ] {230afd64-1a13-4775-93cc-f3dfaeb66a3d} executeQuery: Read 160 rows, 11.41 KiB in 0.001286 sec., 124416.7962674961 rows/sec., 8.67 MiB/sec. 2026.01.22 22:23:27.536937 [ 277 ] {230afd64-1a13-4775-93cc-f3dfaeb66a3d} TCPHandler: Processed in 0.00147285 sec. 2026.01.22 22:23:27.537054 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:27.537148 [ 277 ] {e237fdf4-bd22-4c5d-bd73-85ff09c5ba44} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:27.537203 [ 277 ] {e237fdf4-bd22-4c5d-bd73-85ff09c5ba44} 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.01.22 22:23:27.537974 [ 277 ] {e237fdf4-bd22-4c5d-bd73-85ff09c5ba44} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:27.538011 [ 277 ] {e237fdf4-bd22-4c5d-bd73-85ff09c5ba44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:27.538570 [ 277 ] {e237fdf4-bd22-4c5d-bd73-85ff09c5ba44} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.22 22:23:27.538818 [ 277 ] {e237fdf4-bd22-4c5d-bd73-85ff09c5ba44} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:27.538973 [ 277 ] {e237fdf4-bd22-4c5d-bd73-85ff09c5ba44} executeQuery: Read 5 rows, 9.17 KiB in 0.001843 sec., 2712.9679869777538 rows/sec., 4.86 MiB/sec. 2026.01.22 22:23:27.539052 [ 277 ] {e237fdf4-bd22-4c5d-bd73-85ff09c5ba44} TCPHandler: Processed in 0.002048485 sec. 2026.01.22 22:23:27.539170 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:27.539264 [ 277 ] {42d4585c-018b-4a8f-8586-f831b4a82263} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:27.539307 [ 277 ] {42d4585c-018b-4a8f-8586-f831b4a82263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:27.539651 [ 277 ] {42d4585c-018b-4a8f-8586-f831b4a82263} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:27.539688 [ 277 ] {42d4585c-018b-4a8f-8586-f831b4a82263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:27.539996 [ 277 ] {42d4585c-018b-4a8f-8586-f831b4a82263} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.22 22:23:27.540214 [ 277 ] {42d4585c-018b-4a8f-8586-f831b4a82263} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:27.540343 [ 277 ] {42d4585c-018b-4a8f-8586-f831b4a82263} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.01.22 22:23:27.540379 [ 277 ] {42d4585c-018b-4a8f-8586-f831b4a82263} TCPHandler: Processed in 0.001258389 sec. 2026.01.22 22:23:28.928162 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37922 2026.01.22 22:23:28.928275 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:28.928302 [ 350 ] {} TCP-Session: c8ed2b06-a551-40d0-90bc-1e5d2cfe9334 Authenticating user 'default' from [fd00:1122:3344:101::e]:37922 2026.01.22 22:23:28.928324 [ 350 ] {} TCP-Session: c8ed2b06-a551-40d0-90bc-1e5d2cfe9334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.928337 [ 350 ] {} TCP-Session: c8ed2b06-a551-40d0-90bc-1e5d2cfe9334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.928556 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53676 2026.01.22 22:23:28.928605 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60996 2026.01.22 22:23:28.928621 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44055 2026.01.22 22:23:28.928660 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42402 2026.01.22 22:23:28.928672 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64326 2026.01.22 22:23:28.928671 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:28.928730 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:28.928650 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61861 2026.01.22 22:23:28.928786 [ 352 ] {} TCP-Session: a3b19ee9-3ac5-4187-b0b2-ef0d05c4b82a Authenticating user 'default' from [fd00:1122:3344:101::e]:60996 2026.01.22 22:23:28.928770 [ 351 ] {} TCP-Session: d05ad5d5-4987-4e74-838f-80dbc4ccd517 Authenticating user 'default' from [fd00:1122:3344:101::e]:53676 2026.01.22 22:23:28.928820 [ 352 ] {} TCP-Session: a3b19ee9-3ac5-4187-b0b2-ef0d05c4b82a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.928648 [ 350 ] {} TCP-Session: c8ed2b06-a551-40d0-90bc-1e5d2cfe9334 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:28.928849 [ 352 ] {} TCP-Session: a3b19ee9-3ac5-4187-b0b2-ef0d05c4b82a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.928847 [ 351 ] {} TCP-Session: d05ad5d5-4987-4e74-838f-80dbc4ccd517 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.928636 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52171 2026.01.22 22:23:28.928908 [ 351 ] {} TCP-Session: d05ad5d5-4987-4e74-838f-80dbc4ccd517 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.928616 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35917 2026.01.22 22:23:28.929032 [ 350 ] {ceddc724-f323-401a-a0f2-5874c99e6833} executeQuery: (from [fd00:1122:3344:101::e]:37922) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:23:28.929301 [ 350 ] {ceddc724-f323-401a-a0f2-5874c99e6833} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:23:28.929363 [ 350 ] {ceddc724-f323-401a-a0f2-5874c99e6833} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:23:28.929372 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:28.929409 [ 289 ] {} TCP-Session: b03fac21-3921-45aa-aef6-8178b7c2c4ce Authenticating user 'default' from [fd00:1122:3344:101::e]:61861 2026.01.22 22:23:28.929426 [ 289 ] {} TCP-Session: b03fac21-3921-45aa-aef6-8178b7c2c4ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.929442 [ 289 ] {} TCP-Session: b03fac21-3921-45aa-aef6-8178b7c2c4ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.929490 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:28.929527 [ 353 ] {} TCP-Session: bc96ac6a-2849-4fa1-bec3-8f4e8bb4c2ca Authenticating user 'default' from [fd00:1122:3344:101::e]:35917 2026.01.22 22:23:28.929552 [ 353 ] {} TCP-Session: bc96ac6a-2849-4fa1-bec3-8f4e8bb4c2ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.929566 [ 353 ] {} TCP-Session: bc96ac6a-2849-4fa1-bec3-8f4e8bb4c2ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.929569 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:28.929601 [ 349 ] {} TCP-Session: 171e57c1-6750-4a26-8ae2-389dc8d65574 Authenticating user 'default' from [fd00:1122:3344:101::e]:64326 2026.01.22 22:23:28.929621 [ 349 ] {} TCP-Session: 171e57c1-6750-4a26-8ae2-389dc8d65574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.929634 [ 349 ] {} TCP-Session: 171e57c1-6750-4a26-8ae2-389dc8d65574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.929655 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:28.929665 [ 350 ] {ceddc724-f323-401a-a0f2-5874c99e6833} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:23:28.929688 [ 286 ] {} TCP-Session: ff795ea8-bd44-4789-908f-0316ebfe1e9f Authenticating user 'default' from [fd00:1122:3344:101::e]:44055 2026.01.22 22:23:28.929724 [ 286 ] {} TCP-Session: ff795ea8-bd44-4789-908f-0316ebfe1e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.929741 [ 286 ] {} TCP-Session: ff795ea8-bd44-4789-908f-0316ebfe1e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.930034 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:28.930068 [ 288 ] {} TCP-Session: caa1b704-b64a-4c3a-9f20-46ffdbd40348 Authenticating user 'default' from [fd00:1122:3344:101::e]:52171 2026.01.22 22:23:28.930087 [ 288 ] {} TCP-Session: caa1b704-b64a-4c3a-9f20-46ffdbd40348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.930103 [ 288 ] {} TCP-Session: caa1b704-b64a-4c3a-9f20-46ffdbd40348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.930140 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:28.930175 [ 290 ] {} TCP-Session: d22d8ff8-61cb-4883-a651-5b6869019b69 Authenticating user 'default' from [fd00:1122:3344:101::e]:42402 2026.01.22 22:23:28.930191 [ 290 ] {} TCP-Session: d22d8ff8-61cb-4883-a651-5b6869019b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.930203 [ 290 ] {} TCP-Session: d22d8ff8-61cb-4883-a651-5b6869019b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.930780 [ 329 ] {ceddc724-f323-401a-a0f2-5874c99e6833} AggregatingTransform: Aggregating 2026.01.22 22:23:28.930823 [ 329 ] {ceddc724-f323-401a-a0f2-5874c99e6833} Aggregator: Aggregation method: without_key 2026.01.22 22:23:28.930861 [ 329 ] {ceddc724-f323-401a-a0f2-5874c99e6833} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001069588 sec. (934.939 rows/sec., 36.52 KiB/sec.) 2026.01.22 22:23:28.930879 [ 329 ] {ceddc724-f323-401a-a0f2-5874c99e6833} Aggregator: Merging aggregated data 2026.01.22 22:23:28.932071 [ 350 ] {ceddc724-f323-401a-a0f2-5874c99e6833} executeQuery: Read 1 rows, 40.00 B in 0.003099 sec., 322.6847370119393 rows/sec., 12.60 KiB/sec. 2026.01.22 22:23:28.932228 [ 350 ] {ceddc724-f323-401a-a0f2-5874c99e6833} TCPHandler: Processed in 0.003694498 sec. 2026.01.22 22:23:28.932345 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:28.932375 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:28.932376 [ 350 ] {} TCP-Session: c8ed2b06-a551-40d0-90bc-1e5d2cfe9334 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.932397 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:28.932412 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:28.932432 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:28.932457 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:28.932478 [ 352 ] {} TCP-Session: a3b19ee9-3ac5-4187-b0b2-ef0d05c4b82a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.932499 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:28.932509 [ 286 ] {} TCP-Session: ff795ea8-bd44-4789-908f-0316ebfe1e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.932495 [ 353 ] {} TCP-Session: bc96ac6a-2849-4fa1-bec3-8f4e8bb4c2ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.932536 [ 290 ] {} TCP-Session: d22d8ff8-61cb-4883-a651-5b6869019b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.932481 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:28.932463 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:28.932596 [ 289 ] {} TCP-Session: b03fac21-3921-45aa-aef6-8178b7c2c4ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.932457 [ 351 ] {} TCP-Session: d05ad5d5-4987-4e74-838f-80dbc4ccd517 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.932620 [ 288 ] {} TCP-Session: caa1b704-b64a-4c3a-9f20-46ffdbd40348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:28.932415 [ 349 ] {} TCP-Session: 171e57c1-6750-4a26-8ae2-389dc8d65574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.086170 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64065 2026.01.22 22:23:29.086294 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.086321 [ 350 ] {} TCP-Session: 7250fb24-bdb6-4794-92ac-87eb05bf7d8b Authenticating user 'default' from [fd00:1122:3344:101::e]:64065 2026.01.22 22:23:29.086344 [ 350 ] {} TCP-Session: 7250fb24-bdb6-4794-92ac-87eb05bf7d8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.086358 [ 350 ] {} TCP-Session: 7250fb24-bdb6-4794-92ac-87eb05bf7d8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.086578 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65531 2026.01.22 22:23:29.086611 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58779 2026.01.22 22:23:29.086633 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61621 2026.01.22 22:23:29.086645 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40414 2026.01.22 22:23:29.086675 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53719 2026.01.22 22:23:29.086696 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42730 2026.01.22 22:23:29.086690 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.086757 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.086769 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.086765 [ 350 ] {} TCP-Session: 7250fb24-bdb6-4794-92ac-87eb05bf7d8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:29.086796 [ 290 ] {} TCP-Session: 8f9e654f-530f-4661-b0a6-8902a9c37c4b Authenticating user 'default' from [fd00:1122:3344:101::e]:53719 2026.01.22 22:23:29.086780 [ 351 ] {} TCP-Session: 77adb2db-d887-486e-b129-ba1453f08d93 Authenticating user 'default' from [fd00:1122:3344:101::e]:65531 2026.01.22 22:23:29.086852 [ 290 ] {} TCP-Session: 8f9e654f-530f-4661-b0a6-8902a9c37c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.086759 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.086877 [ 290 ] {} TCP-Session: 8f9e654f-530f-4661-b0a6-8902a9c37c4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.086876 [ 351 ] {} TCP-Session: 77adb2db-d887-486e-b129-ba1453f08d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.086929 [ 352 ] {} TCP-Session: ae030e3a-77c2-4ac9-a23f-b346803e07c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:58779 2026.01.22 22:23:29.086955 [ 351 ] {} TCP-Session: 77adb2db-d887-486e-b129-ba1453f08d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.086759 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.086993 [ 350 ] {b0e1727a-878f-441d-8b15-c404e22b7e7f} executeQuery: (from [fd00:1122:3344:101::e]:64065) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:23:29.087013 [ 288 ] {} TCP-Session: d5b74ae1-d6ab-419e-8731-0db80297a2b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:40414 2026.01.22 22:23:29.086986 [ 352 ] {} TCP-Session: ae030e3a-77c2-4ac9-a23f-b346803e07c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.087039 [ 288 ] {} TCP-Session: d5b74ae1-d6ab-419e-8731-0db80297a2b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.087072 [ 352 ] {} TCP-Session: ae030e3a-77c2-4ac9-a23f-b346803e07c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.087091 [ 288 ] {} TCP-Session: d5b74ae1-d6ab-419e-8731-0db80297a2b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.086637 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52152 2026.01.22 22:23:29.086668 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46616 2026.01.22 22:23:29.086792 [ 353 ] {} TCP-Session: c5dab751-d826-4cf1-be15-9a3e13e0a509 Authenticating user 'default' from [fd00:1122:3344:101::e]:61621 2026.01.22 22:23:29.086783 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.087223 [ 353 ] {} TCP-Session: c5dab751-d826-4cf1-be15-9a3e13e0a509 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.087212 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.087239 [ 349 ] {} TCP-Session: fcba246e-3c55-4734-8911-e7d518823137 Authenticating user 'default' from [fd00:1122:3344:101::e]:42730 2026.01.22 22:23:29.087239 [ 353 ] {} TCP-Session: c5dab751-d826-4cf1-be15-9a3e13e0a509 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.087254 [ 286 ] {} TCP-Session: 80b7c313-d9e2-4ee6-a1f6-3371f0c44060 Authenticating user 'default' from [fd00:1122:3344:101::e]:52152 2026.01.22 22:23:29.087260 [ 349 ] {} TCP-Session: fcba246e-3c55-4734-8911-e7d518823137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.087275 [ 286 ] {} TCP-Session: 80b7c313-d9e2-4ee6-a1f6-3371f0c44060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.087284 [ 349 ] {} TCP-Session: fcba246e-3c55-4734-8911-e7d518823137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.087294 [ 286 ] {} TCP-Session: 80b7c313-d9e2-4ee6-a1f6-3371f0c44060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.087247 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.087314 [ 350 ] {b0e1727a-878f-441d-8b15-c404e22b7e7f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:23:29.087350 [ 289 ] {} TCP-Session: db2ed805-393d-4f4c-93f3-f5565377c271 Authenticating user 'default' from [fd00:1122:3344:101::e]:46616 2026.01.22 22:23:29.087374 [ 289 ] {} TCP-Session: db2ed805-393d-4f4c-93f3-f5565377c271 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.087387 [ 289 ] {} TCP-Session: db2ed805-393d-4f4c-93f3-f5565377c271 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.087392 [ 350 ] {b0e1727a-878f-441d-8b15-c404e22b7e7f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:23:29.087695 [ 350 ] {b0e1727a-878f-441d-8b15-c404e22b7e7f} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:23:29.088661 [ 335 ] {b0e1727a-878f-441d-8b15-c404e22b7e7f} AggregatingTransform: Aggregating 2026.01.22 22:23:29.088702 [ 335 ] {b0e1727a-878f-441d-8b15-c404e22b7e7f} Aggregator: Aggregation method: without_key 2026.01.22 22:23:29.088739 [ 335 ] {b0e1727a-878f-441d-8b15-c404e22b7e7f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000941927 sec. (1061.653 rows/sec., 41.47 KiB/sec.) 2026.01.22 22:23:29.088756 [ 335 ] {b0e1727a-878f-441d-8b15-c404e22b7e7f} Aggregator: Merging aggregated data 2026.01.22 22:23:29.090169 [ 350 ] {b0e1727a-878f-441d-8b15-c404e22b7e7f} executeQuery: Read 1 rows, 40.00 B in 0.003248 sec., 307.8817733990148 rows/sec., 12.03 KiB/sec. 2026.01.22 22:23:29.090368 [ 350 ] {b0e1727a-878f-441d-8b15-c404e22b7e7f} TCPHandler: Processed in 0.003729577 sec. 2026.01.22 22:23:29.090506 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.090537 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.090557 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.090575 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.090597 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.090605 [ 349 ] {} TCP-Session: fcba246e-3c55-4734-8911-e7d518823137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.090622 [ 290 ] {} TCP-Session: 8f9e654f-530f-4661-b0a6-8902a9c37c4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.090621 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.090648 [ 352 ] {} TCP-Session: ae030e3a-77c2-4ac9-a23f-b346803e07c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.090663 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.090688 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.090714 [ 286 ] {} TCP-Session: 80b7c313-d9e2-4ee6-a1f6-3371f0c44060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.090552 [ 350 ] {} TCP-Session: 7250fb24-bdb6-4794-92ac-87eb05bf7d8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.090742 [ 289 ] {} TCP-Session: db2ed805-393d-4f4c-93f3-f5565377c271 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.090597 [ 351 ] {} TCP-Session: 77adb2db-d887-486e-b129-ba1453f08d93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.090683 [ 288 ] {} TCP-Session: d5b74ae1-d6ab-419e-8731-0db80297a2b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.090643 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.090864 [ 353 ] {} TCP-Session: c5dab751-d826-4cf1-be15-9a3e13e0a509 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.185435 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34104 2026.01.22 22:23:29.185540 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.185567 [ 350 ] {} TCP-Session: 8add13e9-e3b2-424a-98b5-881b9e5a0f02 Authenticating user 'default' from [fd00:1122:3344:101::e]:34104 2026.01.22 22:23:29.185592 [ 350 ] {} TCP-Session: 8add13e9-e3b2-424a-98b5-881b9e5a0f02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.185604 [ 350 ] {} TCP-Session: 8add13e9-e3b2-424a-98b5-881b9e5a0f02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.185822 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36637 2026.01.22 22:23:29.185849 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50790 2026.01.22 22:23:29.185862 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54191 2026.01.22 22:23:29.185901 [ 350 ] {} TCP-Session: 8add13e9-e3b2-424a-98b5-881b9e5a0f02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:29.185880 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40919 2026.01.22 22:23:29.185934 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.185965 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.185966 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.185990 [ 351 ] {} TCP-Session: e5e22db5-563c-43b2-a5e9-994fc61b1e20 Authenticating user 'default' from [fd00:1122:3344:101::e]:36637 2026.01.22 22:23:29.186022 [ 353 ] {} TCP-Session: 9b8f5110-3797-4a4e-8a29-157df75b9a1f Authenticating user 'default' from [fd00:1122:3344:101::e]:50790 2026.01.22 22:23:29.186003 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.186045 [ 351 ] {} TCP-Session: e5e22db5-563c-43b2-a5e9-994fc61b1e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186055 [ 353 ] {} TCP-Session: 9b8f5110-3797-4a4e-8a29-157df75b9a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186068 [ 290 ] {} TCP-Session: a924857c-0e4f-4ee6-b05a-34b72152b379 Authenticating user 'default' from [fd00:1122:3344:101::e]:40919 2026.01.22 22:23:29.186077 [ 351 ] {} TCP-Session: e5e22db5-563c-43b2-a5e9-994fc61b1e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186088 [ 353 ] {} TCP-Session: 9b8f5110-3797-4a4e-8a29-157df75b9a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186100 [ 290 ] {} TCP-Session: a924857c-0e4f-4ee6-b05a-34b72152b379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186075 [ 350 ] {1a31ea06-d069-45eb-ab3f-aa6ff6f26964} executeQuery: (from [fd00:1122:3344:101::e]:34104) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:23:29.186130 [ 290 ] {} TCP-Session: a924857c-0e4f-4ee6-b05a-34b72152b379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.185849 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61341 2026.01.22 22:23:29.185847 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38250 2026.01.22 22:23:29.185998 [ 288 ] {} TCP-Session: 570e6081-2d94-44ab-84d3-b4a2c24ad834 Authenticating user 'default' from [fd00:1122:3344:101::e]:54191 2026.01.22 22:23:29.186228 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.186255 [ 288 ] {} TCP-Session: 570e6081-2d94-44ab-84d3-b4a2c24ad834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186271 [ 286 ] {} TCP-Session: 91454e87-9c65-4ffd-bedc-c2d63e280c70 Authenticating user 'default' from [fd00:1122:3344:101::e]:61341 2026.01.22 22:23:29.186285 [ 288 ] {} TCP-Session: 570e6081-2d94-44ab-84d3-b4a2c24ad834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186295 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.186301 [ 286 ] {} TCP-Session: 91454e87-9c65-4ffd-bedc-c2d63e280c70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.185889 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59689 2026.01.22 22:23:29.186342 [ 286 ] {} TCP-Session: 91454e87-9c65-4ffd-bedc-c2d63e280c70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186340 [ 352 ] {} TCP-Session: a96bed54-712c-447e-be84-82ab98e6eeef Authenticating user 'default' from [fd00:1122:3344:101::e]:38250 2026.01.22 22:23:29.185870 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46810 2026.01.22 22:23:29.186392 [ 352 ] {} TCP-Session: a96bed54-712c-447e-be84-82ab98e6eeef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186401 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.186397 [ 350 ] {1a31ea06-d069-45eb-ab3f-aa6ff6f26964} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:23:29.186433 [ 349 ] {} TCP-Session: 349fea97-a953-4caa-960f-feccc9c80052 Authenticating user 'default' from [fd00:1122:3344:101::e]:59689 2026.01.22 22:23:29.186448 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:23:29.186466 [ 349 ] {} TCP-Session: 349fea97-a953-4caa-960f-feccc9c80052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186481 [ 350 ] {1a31ea06-d069-45eb-ab3f-aa6ff6f26964} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:23:29.186483 [ 289 ] {} TCP-Session: c4a6eedd-41e6-4015-9e66-57130e1d667c Authenticating user 'default' from [fd00:1122:3344:101::e]:46810 2026.01.22 22:23:29.186490 [ 349 ] {} TCP-Session: 349fea97-a953-4caa-960f-feccc9c80052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186523 [ 289 ] {} TCP-Session: c4a6eedd-41e6-4015-9e66-57130e1d667c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186413 [ 352 ] {} TCP-Session: a96bed54-712c-447e-be84-82ab98e6eeef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186547 [ 289 ] {} TCP-Session: c4a6eedd-41e6-4015-9e66-57130e1d667c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.186792 [ 350 ] {1a31ea06-d069-45eb-ab3f-aa6ff6f26964} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:23:29.187733 [ 316 ] {1a31ea06-d069-45eb-ab3f-aa6ff6f26964} AggregatingTransform: Aggregating 2026.01.22 22:23:29.187769 [ 316 ] {1a31ea06-d069-45eb-ab3f-aa6ff6f26964} Aggregator: Aggregation method: without_key 2026.01.22 22:23:29.187803 [ 316 ] {1a31ea06-d069-45eb-ab3f-aa6ff6f26964} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000907267 sec. (1102.211 rows/sec., 43.06 KiB/sec.) 2026.01.22 22:23:29.187821 [ 316 ] {1a31ea06-d069-45eb-ab3f-aa6ff6f26964} Aggregator: Merging aggregated data 2026.01.22 22:23:29.189363 [ 350 ] {1a31ea06-d069-45eb-ab3f-aa6ff6f26964} executeQuery: Read 1 rows, 40.00 B in 0.003343 sec., 299.1325157044571 rows/sec., 11.68 KiB/sec. 2026.01.22 22:23:29.189507 [ 350 ] {1a31ea06-d069-45eb-ab3f-aa6ff6f26964} TCPHandler: Processed in 0.003720728 sec. 2026.01.22 22:23:29.189631 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.189664 [ 350 ] {} TCP-Session: 8add13e9-e3b2-424a-98b5-881b9e5a0f02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.189669 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.189693 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.189716 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.189732 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.189750 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.189770 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.189793 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.189803 [ 286 ] {} TCP-Session: 91454e87-9c65-4ffd-bedc-c2d63e280c70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.189812 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:23:29.189837 [ 290 ] {} TCP-Session: a924857c-0e4f-4ee6-b05a-34b72152b379 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.189781 [ 351 ] {} TCP-Session: e5e22db5-563c-43b2-a5e9-994fc61b1e20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.189871 [ 289 ] {} TCP-Session: c4a6eedd-41e6-4015-9e66-57130e1d667c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.189746 [ 352 ] {} TCP-Session: a96bed54-712c-447e-be84-82ab98e6eeef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.189823 [ 288 ] {} TCP-Session: 570e6081-2d94-44ab-84d3-b4a2c24ad834 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.189785 [ 353 ] {} TCP-Session: 9b8f5110-3797-4a4e-8a29-157df75b9a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.189744 [ 349 ] {} TCP-Session: 349fea97-a953-4caa-960f-feccc9c80052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:23:29.847626 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27296 2026.01.22 22:23:29.848144 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:29.848196 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.22 22:23:29.848704 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.22 22:23:29.848966 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:29.849119 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27296 2026.01.22 22:23:31.322235 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.01.22 22:23:31.337464 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:31.337515 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:31.342912 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.22 22:23:31.343617 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:31.346362 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.01.22 22:23:32.427022 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1388 2026.01.22 22:23:32.429367 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:32.429419 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:32.430637 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.22 22:23:32.430919 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:32.431237 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1388 2026.01.22 22:23:32.531845 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:32.532040 [ 277 ] {37a5d068-9c18-43a9-8773-0cfc63fd99dd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:32.532113 [ 277 ] {37a5d068-9c18-43a9-8773-0cfc63fd99dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:32.532828 [ 277 ] {37a5d068-9c18-43a9-8773-0cfc63fd99dd} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:32.532881 [ 277 ] {37a5d068-9c18-43a9-8773-0cfc63fd99dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:32.533300 [ 277 ] {37a5d068-9c18-43a9-8773-0cfc63fd99dd} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.22 22:23:32.533533 [ 277 ] {37a5d068-9c18-43a9-8773-0cfc63fd99dd} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:32.533693 [ 277 ] {37a5d068-9c18-43a9-8773-0cfc63fd99dd} executeQuery: Read 128 rows, 11.26 KiB in 0.001705 sec., 75073.3137829912 rows/sec., 6.45 MiB/sec. 2026.01.22 22:23:32.533749 [ 277 ] {37a5d068-9c18-43a9-8773-0cfc63fd99dd} TCPHandler: Processed in 0.002038785 sec. 2026.01.22 22:23:32.533883 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:32.533989 [ 277 ] {bc93277d-e867-4e9c-946f-ae659420ee7c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:32.534032 [ 277 ] {bc93277d-e867-4e9c-946f-ae659420ee7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:32.534461 [ 277 ] {bc93277d-e867-4e9c-946f-ae659420ee7c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:32.534498 [ 277 ] {bc93277d-e867-4e9c-946f-ae659420ee7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:32.534800 [ 277 ] {bc93277d-e867-4e9c-946f-ae659420ee7c} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.22 22:23:32.535013 [ 277 ] {bc93277d-e867-4e9c-946f-ae659420ee7c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:32.535148 [ 277 ] {bc93277d-e867-4e9c-946f-ae659420ee7c} executeQuery: Read 36 rows, 2.71 KiB in 0.001183 sec., 30431.107354184278 rows/sec., 2.23 MiB/sec. 2026.01.22 22:23:32.535187 [ 277 ] {bc93277d-e867-4e9c-946f-ae659420ee7c} TCPHandler: Processed in 0.001357251 sec. 2026.01.22 22:23:32.535298 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:32.535391 [ 277 ] {f150c69a-0b15-48b8-9523-45e4b18dab70} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:32.535431 [ 277 ] {f150c69a-0b15-48b8-9523-45e4b18dab70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:32.535864 [ 277 ] {f150c69a-0b15-48b8-9523-45e4b18dab70} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:32.535901 [ 277 ] {f150c69a-0b15-48b8-9523-45e4b18dab70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:32.536199 [ 277 ] {f150c69a-0b15-48b8-9523-45e4b18dab70} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.22 22:23:32.536419 [ 277 ] {f150c69a-0b15-48b8-9523-45e4b18dab70} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:32.536547 [ 277 ] {f150c69a-0b15-48b8-9523-45e4b18dab70} executeQuery: Read 100 rows, 8.00 KiB in 0.001175 sec., 85106.3829787234 rows/sec., 6.65 MiB/sec. 2026.01.22 22:23:32.536583 [ 277 ] {f150c69a-0b15-48b8-9523-45e4b18dab70} TCPHandler: Processed in 0.00133526 sec. 2026.01.22 22:23:32.536693 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:32.536788 [ 277 ] {c58cf307-a9b9-427e-8e92-5b4016cdb974} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:32.536832 [ 277 ] {c58cf307-a9b9-427e-8e92-5b4016cdb974} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:32.537243 [ 277 ] {c58cf307-a9b9-427e-8e92-5b4016cdb974} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:32.537278 [ 277 ] {c58cf307-a9b9-427e-8e92-5b4016cdb974} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:32.537600 [ 277 ] {c58cf307-a9b9-427e-8e92-5b4016cdb974} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.22 22:23:32.537810 [ 277 ] {c58cf307-a9b9-427e-8e92-5b4016cdb974} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:32.537938 [ 277 ] {c58cf307-a9b9-427e-8e92-5b4016cdb974} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2026.01.22 22:23:32.537973 [ 277 ] {c58cf307-a9b9-427e-8e92-5b4016cdb974} TCPHandler: Processed in 0.00132843 sec. 2026.01.22 22:23:32.538101 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:32.538224 [ 277 ] {2a3293ae-8741-4495-b32b-afd711f3bd39} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:32.538290 [ 277 ] {2a3293ae-8741-4495-b32b-afd711f3bd39} 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.01.22 22:23:32.539252 [ 277 ] {2a3293ae-8741-4495-b32b-afd711f3bd39} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:32.539290 [ 277 ] {2a3293ae-8741-4495-b32b-afd711f3bd39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:32.539879 [ 277 ] {2a3293ae-8741-4495-b32b-afd711f3bd39} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.22 22:23:32.540108 [ 277 ] {2a3293ae-8741-4495-b32b-afd711f3bd39} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:32.540249 [ 277 ] {2a3293ae-8741-4495-b32b-afd711f3bd39} executeQuery: Read 36 rows, 66.06 KiB in 0.002049 sec., 17569.546120058563 rows/sec., 31.48 MiB/sec. 2026.01.22 22:23:32.540316 [ 277 ] {2a3293ae-8741-4495-b32b-afd711f3bd39} TCPHandler: Processed in 0.002277257 sec. 2026.01.22 22:23:32.540440 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:32.540534 [ 277 ] {c0500a12-0690-4cec-bf63-135345bc1d31} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:32.540577 [ 277 ] {c0500a12-0690-4cec-bf63-135345bc1d31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:32.540923 [ 277 ] {c0500a12-0690-4cec-bf63-135345bc1d31} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:32.540959 [ 277 ] {c0500a12-0690-4cec-bf63-135345bc1d31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:32.541263 [ 277 ] {c0500a12-0690-4cec-bf63-135345bc1d31} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.22 22:23:32.541470 [ 277 ] {c0500a12-0690-4cec-bf63-135345bc1d31} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:32.541597 [ 277 ] {c0500a12-0690-4cec-bf63-135345bc1d31} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2026.01.22 22:23:32.541633 [ 277 ] {c0500a12-0690-4cec-bf63-135345bc1d31} TCPHandler: Processed in 0.001242779 sec. 2026.01.22 22:23:37.171002 [ 94 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:23:37.171075 [ 94 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:23:37.349385 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27808 2026.01.22 22:23:37.349990 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:37.350048 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:37.350599 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.22 22:23:37.350864 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:37.351028 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27808 2026.01.22 22:23:37.531307 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:37.531507 [ 277 ] {ea15b9d1-7519-41f6-8860-ed08202c9dce} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:37.531582 [ 277 ] {ea15b9d1-7519-41f6-8860-ed08202c9dce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:37.532329 [ 277 ] {ea15b9d1-7519-41f6-8860-ed08202c9dce} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:37.532387 [ 277 ] {ea15b9d1-7519-41f6-8860-ed08202c9dce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:37.532792 [ 277 ] {ea15b9d1-7519-41f6-8860-ed08202c9dce} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.22 22:23:37.533023 [ 277 ] {ea15b9d1-7519-41f6-8860-ed08202c9dce} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:37.533193 [ 277 ] {ea15b9d1-7519-41f6-8860-ed08202c9dce} executeQuery: Read 66 rows, 5.35 KiB in 0.001739 sec., 37952.84646348476 rows/sec., 3.01 MiB/sec. 2026.01.22 22:23:37.533244 [ 277 ] {ea15b9d1-7519-41f6-8860-ed08202c9dce} TCPHandler: Processed in 0.002073725 sec. 2026.01.22 22:23:37.533369 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:37.533470 [ 277 ] {06758806-34b1-4ddf-9e2f-5b00f7c89eaa} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:37.533514 [ 277 ] {06758806-34b1-4ddf-9e2f-5b00f7c89eaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:37.533924 [ 277 ] {06758806-34b1-4ddf-9e2f-5b00f7c89eaa} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:37.533962 [ 277 ] {06758806-34b1-4ddf-9e2f-5b00f7c89eaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:37.534293 [ 277 ] {06758806-34b1-4ddf-9e2f-5b00f7c89eaa} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.22 22:23:37.534497 [ 277 ] {06758806-34b1-4ddf-9e2f-5b00f7c89eaa} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:37.534642 [ 277 ] {06758806-34b1-4ddf-9e2f-5b00f7c89eaa} executeQuery: Read 5 rows, 385.00 B in 0.001194 sec., 4187.604690117253 rows/sec., 314.89 KiB/sec. 2026.01.22 22:23:37.534683 [ 277 ] {06758806-34b1-4ddf-9e2f-5b00f7c89eaa} TCPHandler: Processed in 0.00136708 sec. 2026.01.22 22:23:37.534797 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:37.534898 [ 277 ] {022dd901-4e93-4d30-85c1-b6bf1cea9f94} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:37.534939 [ 277 ] {022dd901-4e93-4d30-85c1-b6bf1cea9f94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:37.535353 [ 277 ] {022dd901-4e93-4d30-85c1-b6bf1cea9f94} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:37.535390 [ 277 ] {022dd901-4e93-4d30-85c1-b6bf1cea9f94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:37.535693 [ 277 ] {022dd901-4e93-4d30-85c1-b6bf1cea9f94} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.22 22:23:37.535900 [ 277 ] {022dd901-4e93-4d30-85c1-b6bf1cea9f94} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:37.536032 [ 277 ] {022dd901-4e93-4d30-85c1-b6bf1cea9f94} executeQuery: Read 69 rows, 5.52 KiB in 0.001152 sec., 59895.83333333333 rows/sec., 4.68 MiB/sec. 2026.01.22 22:23:37.536070 [ 277 ] {022dd901-4e93-4d30-85c1-b6bf1cea9f94} TCPHandler: Processed in 0.00132321 sec. 2026.01.22 22:23:37.536183 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:37.536277 [ 277 ] {56702fdf-e01a-4d42-a1bb-4db0ac1ec1ca} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:37.536321 [ 277 ] {56702fdf-e01a-4d42-a1bb-4db0ac1ec1ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:37.536722 [ 277 ] {56702fdf-e01a-4d42-a1bb-4db0ac1ec1ca} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:37.536758 [ 277 ] {56702fdf-e01a-4d42-a1bb-4db0ac1ec1ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:37.537093 [ 277 ] {56702fdf-e01a-4d42-a1bb-4db0ac1ec1ca} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.22 22:23:37.537304 [ 277 ] {56702fdf-e01a-4d42-a1bb-4db0ac1ec1ca} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:37.537436 [ 277 ] {56702fdf-e01a-4d42-a1bb-4db0ac1ec1ca} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.01.22 22:23:37.537475 [ 277 ] {56702fdf-e01a-4d42-a1bb-4db0ac1ec1ca} TCPHandler: Processed in 0.0013415 sec. 2026.01.22 22:23:37.537580 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:37.537673 [ 277 ] {f1980eda-935d-439d-9f53-67bc8f17144e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:37.537728 [ 277 ] {f1980eda-935d-439d-9f53-67bc8f17144e} 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.01.22 22:23:37.538481 [ 277 ] {f1980eda-935d-439d-9f53-67bc8f17144e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:37.538517 [ 277 ] {f1980eda-935d-439d-9f53-67bc8f17144e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:37.539020 [ 277 ] {f1980eda-935d-439d-9f53-67bc8f17144e} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.22 22:23:37.539269 [ 277 ] {f1980eda-935d-439d-9f53-67bc8f17144e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:37.539397 [ 94 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.22 22:23:37.539414 [ 277 ] {f1980eda-935d-439d-9f53-67bc8f17144e} executeQuery: Read 5 rows, 9.17 KiB in 0.001757 sec., 2845.7598178713715 rows/sec., 5.10 MiB/sec. 2026.01.22 22:23:37.539476 [ 94 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:37.539502 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:37.539520 [ 277 ] {f1980eda-935d-439d-9f53-67bc8f17144e} TCPHandler: Processed in 0.001988025 sec. 2026.01.22 22:23:37.539610 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:23:37.539635 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:37.539738 [ 277 ] {0fe92741-db1c-42c8-a7f2-5838d86cc14a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:37.539781 [ 277 ] {0fe92741-db1c-42c8-a7f2-5838d86cc14a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:37.539867 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:37.539932 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1509 rows starting from the beginning of the part 2026.01.22 22:23:37.540066 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 5 rows starting from the beginning of the part 2026.01.22 22:23:37.540115 [ 277 ] {0fe92741-db1c-42c8-a7f2-5838d86cc14a} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:37.540157 [ 277 ] {0fe92741-db1c-42c8-a7f2-5838d86cc14a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:37.540180 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:37.540297 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 5 rows starting from the beginning of the part 2026.01.22 22:23:37.540398 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:37.540480 [ 277 ] {0fe92741-db1c-42c8-a7f2-5838d86cc14a} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.22 22:23:37.540495 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 5 rows starting from the beginning of the part 2026.01.22 22:23:37.540701 [ 277 ] {0fe92741-db1c-42c8-a7f2-5838d86cc14a} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:37.540847 [ 277 ] {0fe92741-db1c-42c8-a7f2-5838d86cc14a} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2026.01.22 22:23:37.540885 [ 277 ] {0fe92741-db1c-42c8-a7f2-5838d86cc14a} TCPHandler: Processed in 0.00129979 sec. 2026.01.22 22:23:37.550444 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1596 rows, containing 19 columns (19 merged, 0 gathered) in 0.010885011 sec., 146623.64603949414 rows/sec., 262.74 MiB/sec. 2026.01.22 22:23:37.552591 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.22 22:23:37.553040 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_76_15} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:37.553136 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_76_15} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.22 22:23:37.553302 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB. 2026.01.22 22:23:38.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 334.80 MiB, peak 348.60 MiB, free memory in arenas 0.00 B, will set to 342.25 MiB (RSS), difference: 7.44 MiB 2026.01.22 22:23:38.846540 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.01.22 22:23:38.863270 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:38.863328 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:38.869207 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.22 22:23:38.869925 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:38.873306 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.01.22 22:23:42.431550 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1412 2026.01.22 22:23:42.434318 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:42.434375 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:42.435571 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.22 22:23:42.435853 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:42.436221 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1412 2026.01.22 22:23:42.532348 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:42.532607 [ 277 ] {b0c35cda-1448-41e5-9b04-a59fe12f6a68} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:42.532680 [ 277 ] {b0c35cda-1448-41e5-9b04-a59fe12f6a68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:42.533493 [ 277 ] {b0c35cda-1448-41e5-9b04-a59fe12f6a68} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:42.533544 [ 277 ] {b0c35cda-1448-41e5-9b04-a59fe12f6a68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:42.533950 [ 277 ] {b0c35cda-1448-41e5-9b04-a59fe12f6a68} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.22 22:23:42.534184 [ 277 ] {b0c35cda-1448-41e5-9b04-a59fe12f6a68} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:42.534356 [ 277 ] {b0c35cda-1448-41e5-9b04-a59fe12f6a68} executeQuery: Read 128 rows, 11.26 KiB in 0.001801 sec., 71071.62687395891 rows/sec., 6.11 MiB/sec. 2026.01.22 22:23:42.534409 [ 277 ] {b0c35cda-1448-41e5-9b04-a59fe12f6a68} TCPHandler: Processed in 0.002243917 sec. 2026.01.22 22:23:42.534545 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:42.534649 [ 277 ] {f182c1d8-9aba-4150-b28b-ad64657abad7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:42.534693 [ 277 ] {f182c1d8-9aba-4150-b28b-ad64657abad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:42.535127 [ 277 ] {f182c1d8-9aba-4150-b28b-ad64657abad7} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:42.535165 [ 277 ] {f182c1d8-9aba-4150-b28b-ad64657abad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:42.535474 [ 277 ] {f182c1d8-9aba-4150-b28b-ad64657abad7} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.22 22:23:42.535695 [ 277 ] {f182c1d8-9aba-4150-b28b-ad64657abad7} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:42.535827 [ 277 ] {f182c1d8-9aba-4150-b28b-ad64657abad7} executeQuery: Read 36 rows, 2.71 KiB in 0.001201 sec., 29975.020815986678 rows/sec., 2.20 MiB/sec. 2026.01.22 22:23:42.535867 [ 277 ] {f182c1d8-9aba-4150-b28b-ad64657abad7} TCPHandler: Processed in 0.001376081 sec. 2026.01.22 22:23:42.535978 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:42.536074 [ 277 ] {d67d83f3-ff3c-47d4-94e3-091685606a8e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:42.536115 [ 277 ] {d67d83f3-ff3c-47d4-94e3-091685606a8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:42.536550 [ 277 ] {d67d83f3-ff3c-47d4-94e3-091685606a8e} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:42.536588 [ 277 ] {d67d83f3-ff3c-47d4-94e3-091685606a8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:42.536898 [ 277 ] {d67d83f3-ff3c-47d4-94e3-091685606a8e} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.22 22:23:42.537104 [ 277 ] {d67d83f3-ff3c-47d4-94e3-091685606a8e} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:42.537235 [ 277 ] {d67d83f3-ff3c-47d4-94e3-091685606a8e} executeQuery: Read 100 rows, 8.00 KiB in 0.00118 sec., 84745.7627118644 rows/sec., 6.62 MiB/sec. 2026.01.22 22:23:42.537273 [ 277 ] {d67d83f3-ff3c-47d4-94e3-091685606a8e} TCPHandler: Processed in 0.00134531 sec. 2026.01.22 22:23:42.537392 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:42.537488 [ 277 ] {0a1ce62c-5bfe-4919-8560-f26b4da5bc18} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:42.537532 [ 277 ] {0a1ce62c-5bfe-4919-8560-f26b4da5bc18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:42.537940 [ 277 ] {0a1ce62c-5bfe-4919-8560-f26b4da5bc18} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:42.537977 [ 277 ] {0a1ce62c-5bfe-4919-8560-f26b4da5bc18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:42.538302 [ 277 ] {0a1ce62c-5bfe-4919-8560-f26b4da5bc18} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.22 22:23:42.538508 [ 277 ] {0a1ce62c-5bfe-4919-8560-f26b4da5bc18} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:42.538639 [ 277 ] {0a1ce62c-5bfe-4919-8560-f26b4da5bc18} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2026.01.22 22:23:42.538676 [ 277 ] {0a1ce62c-5bfe-4919-8560-f26b4da5bc18} TCPHandler: Processed in 0.00133402 sec. 2026.01.22 22:23:42.538785 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:42.538885 [ 277 ] {fa5c03b1-240b-4cdb-8d06-9e23159476a1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:42.538939 [ 277 ] {fa5c03b1-240b-4cdb-8d06-9e23159476a1} 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.01.22 22:23:42.539761 [ 277 ] {fa5c03b1-240b-4cdb-8d06-9e23159476a1} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:42.539797 [ 277 ] {fa5c03b1-240b-4cdb-8d06-9e23159476a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:42.540354 [ 277 ] {fa5c03b1-240b-4cdb-8d06-9e23159476a1} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.22 22:23:42.540582 [ 277 ] {fa5c03b1-240b-4cdb-8d06-9e23159476a1} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:42.540721 [ 277 ] {fa5c03b1-240b-4cdb-8d06-9e23159476a1} executeQuery: Read 36 rows, 66.06 KiB in 0.001854 sec., 19417.47572815534 rows/sec., 34.80 MiB/sec. 2026.01.22 22:23:42.540776 [ 277 ] {fa5c03b1-240b-4cdb-8d06-9e23159476a1} TCPHandler: Processed in 0.002038875 sec. 2026.01.22 22:23:42.540893 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:42.540987 [ 277 ] {5a576126-f76a-4935-bdc4-2ba09d68d50f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:42.541029 [ 277 ] {5a576126-f76a-4935-bdc4-2ba09d68d50f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:42.541361 [ 277 ] {5a576126-f76a-4935-bdc4-2ba09d68d50f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:42.541398 [ 277 ] {5a576126-f76a-4935-bdc4-2ba09d68d50f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:42.541696 [ 277 ] {5a576126-f76a-4935-bdc4-2ba09d68d50f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.22 22:23:42.541904 [ 277 ] {5a576126-f76a-4935-bdc4-2ba09d68d50f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:42.542040 [ 277 ] {5a576126-f76a-4935-bdc4-2ba09d68d50f} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.01.22 22:23:42.542076 [ 277 ] {5a576126-f76a-4935-bdc4-2ba09d68d50f} TCPHandler: Processed in 0.00123306 sec. 2026.01.22 22:23:44.851180 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28256 2026.01.22 22:23:44.851718 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:44.851763 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:44.852262 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.22 22:23:44.852489 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:44.852619 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28256 2026.01.22 22:23:46.373424 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.01.22 22:23:46.391160 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:46.391225 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:46.397354 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.22 22:23:46.398050 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:46.401287 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.01.22 22:23:47.559090 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:47.559269 [ 277 ] {8d5261f6-61db-4c4a-8068-5479566d9af5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:23:47.559333 [ 277 ] {8d5261f6-61db-4c4a-8068-5479566d9af5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:23:47.559974 [ 277 ] {8d5261f6-61db-4c4a-8068-5479566d9af5} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.560020 [ 277 ] {8d5261f6-61db-4c4a-8068-5479566d9af5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.560412 [ 277 ] {8d5261f6-61db-4c4a-8068-5479566d9af5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:23:47.560633 [ 277 ] {8d5261f6-61db-4c4a-8068-5479566d9af5} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.560790 [ 277 ] {8d5261f6-61db-4c4a-8068-5479566d9af5} executeQuery: Read 24 rows, 2.04 KiB in 0.001568 sec., 15306.122448979593 rows/sec., 1.27 MiB/sec. 2026.01.22 22:23:47.560832 [ 277 ] {8d5261f6-61db-4c4a-8068-5479566d9af5} TCPHandler: Processed in 0.001867974 sec. 2026.01.22 22:23:47.560960 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:47.561083 [ 277 ] {7ab59e1e-8dc6-49ac-8bdf-58f3ac9fadc8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:23:47.561134 [ 277 ] {7ab59e1e-8dc6-49ac-8bdf-58f3ac9fadc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:23:47.561608 [ 277 ] {7ab59e1e-8dc6-49ac-8bdf-58f3ac9fadc8} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.561651 [ 277 ] {7ab59e1e-8dc6-49ac-8bdf-58f3ac9fadc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.561956 [ 277 ] {7ab59e1e-8dc6-49ac-8bdf-58f3ac9fadc8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:23:47.562166 [ 277 ] {7ab59e1e-8dc6-49ac-8bdf-58f3ac9fadc8} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.562300 [ 277 ] {7ab59e1e-8dc6-49ac-8bdf-58f3ac9fadc8} executeQuery: Read 6 rows, 501.00 B in 0.001242 sec., 4830.917874396135 rows/sec., 393.93 KiB/sec. 2026.01.22 22:23:47.562341 [ 277 ] {7ab59e1e-8dc6-49ac-8bdf-58f3ac9fadc8} TCPHandler: Processed in 0.001443431 sec. 2026.01.22 22:23:47.562461 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:47.562579 [ 277 ] {12145f03-1eb7-4071-8f0a-42604ed66206} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:47.562627 [ 277 ] {12145f03-1eb7-4071-8f0a-42604ed66206} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:47.563792 [ 277 ] {12145f03-1eb7-4071-8f0a-42604ed66206} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.563828 [ 277 ] {12145f03-1eb7-4071-8f0a-42604ed66206} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.564222 [ 277 ] {12145f03-1eb7-4071-8f0a-42604ed66206} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.22 22:23:47.564431 [ 277 ] {12145f03-1eb7-4071-8f0a-42604ed66206} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.564542 [ 85 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.22 22:23:47.564561 [ 277 ] {12145f03-1eb7-4071-8f0a-42604ed66206} executeQuery: Read 1329 rows, 113.13 KiB in 0.002006 sec., 662512.4626121635 rows/sec., 55.07 MiB/sec. 2026.01.22 22:23:47.564615 [ 85 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.564625 [ 277 ] {12145f03-1eb7-4071-8f0a-42604ed66206} TCPHandler: Processed in 0.002222287 sec. 2026.01.22 22:23:47.564660 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.564755 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:47.564793 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:23:47.564852 [ 277 ] {64265be7-e126-4ff7-974b-3993107b1f01} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:47.564897 [ 277 ] {64265be7-e126-4ff7-974b-3993107b1f01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:47.564946 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:47.564997 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2556 rows starting from the beginning of the part 2026.01.22 22:23:47.565083 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 66 rows starting from the beginning of the part 2026.01.22 22:23:47.565143 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 128 rows starting from the beginning of the part 2026.01.22 22:23:47.565201 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 66 rows starting from the beginning of the part 2026.01.22 22:23:47.565255 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 128 rows starting from the beginning of the part 2026.01.22 22:23:47.565298 [ 277 ] {64265be7-e126-4ff7-974b-3993107b1f01} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.565310 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1329 rows starting from the beginning of the part 2026.01.22 22:23:47.565342 [ 277 ] {64265be7-e126-4ff7-974b-3993107b1f01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.565689 [ 277 ] {64265be7-e126-4ff7-974b-3993107b1f01} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.22 22:23:47.565904 [ 277 ] {64265be7-e126-4ff7-974b-3993107b1f01} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.566036 [ 277 ] {64265be7-e126-4ff7-974b-3993107b1f01} executeQuery: Read 23 rows, 1.76 KiB in 0.001202 sec., 19134.77537437604 rows/sec., 1.43 MiB/sec. 2026.01.22 22:23:47.566073 [ 277 ] {64265be7-e126-4ff7-974b-3993107b1f01} TCPHandler: Processed in 0.001364951 sec. 2026.01.22 22:23:47.566171 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:47.566261 [ 277 ] {16a16697-cb4b-49fc-8963-9a2ca0839fc0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:23:47.566299 [ 277 ] {16a16697-cb4b-49fc-8963-9a2ca0839fc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:23:47.566766 [ 277 ] {16a16697-cb4b-49fc-8963-9a2ca0839fc0} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.566802 [ 277 ] {16a16697-cb4b-49fc-8963-9a2ca0839fc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.567107 [ 277 ] {16a16697-cb4b-49fc-8963-9a2ca0839fc0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:23:47.567299 [ 189 ] {048797f8-2913-4120-8057-043480967ec1::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4273 rows, containing 5 columns (5 merged, 0 gathered) in 0.002561939 sec., 1667877.3382192159 rows/sec., 143.55 MiB/sec. 2026.01.22 22:23:47.567318 [ 277 ] {16a16697-cb4b-49fc-8963-9a2ca0839fc0} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.567452 [ 277 ] {16a16697-cb4b-49fc-8963-9a2ca0839fc0} executeQuery: Read 252 rows, 17.85 KiB in 0.001208 sec., 208609.2715231788 rows/sec., 14.43 MiB/sec. 2026.01.22 22:23:47.567490 [ 277 ] {16a16697-cb4b-49fc-8963-9a2ca0839fc0} TCPHandler: Processed in 0.00136504 sec. 2026.01.22 22:23:47.567567 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.22 22:23:47.567599 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:47.567694 [ 277 ] {b76cef84-4a00-4766-b80f-4c4b7c94bea1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:23:47.567734 [ 277 ] {b76cef84-4a00-4766-b80f-4c4b7c94bea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:23:47.567839 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_86_17} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.567915 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_86_17} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.22 22:23:47.567992 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.01.22 22:23:47.568131 [ 277 ] {b76cef84-4a00-4766-b80f-4c4b7c94bea1} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.568173 [ 277 ] {b76cef84-4a00-4766-b80f-4c4b7c94bea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.568547 [ 277 ] {b76cef84-4a00-4766-b80f-4c4b7c94bea1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.22 22:23:47.568808 [ 277 ] {b76cef84-4a00-4766-b80f-4c4b7c94bea1} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.568960 [ 277 ] {b76cef84-4a00-4766-b80f-4c4b7c94bea1} executeQuery: Read 12 rows, 960.00 B in 0.001282 sec., 9360.374414976599 rows/sec., 731.28 KiB/sec. 2026.01.22 22:23:47.569005 [ 277 ] {b76cef84-4a00-4766-b80f-4c4b7c94bea1} TCPHandler: Processed in 0.00145232 sec. 2026.01.22 22:23:47.569140 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:47.569241 [ 277 ] {a7c0ff89-87dc-49aa-af5d-35b1819b36a2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:47.569287 [ 277 ] {a7c0ff89-87dc-49aa-af5d-35b1819b36a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:47.570041 [ 277 ] {a7c0ff89-87dc-49aa-af5d-35b1819b36a2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.570084 [ 277 ] {a7c0ff89-87dc-49aa-af5d-35b1819b36a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.570523 [ 277 ] {a7c0ff89-87dc-49aa-af5d-35b1819b36a2} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.22 22:23:47.570742 [ 277 ] {a7c0ff89-87dc-49aa-af5d-35b1819b36a2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.570869 [ 85 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.22 22:23:47.570877 [ 277 ] {a7c0ff89-87dc-49aa-af5d-35b1819b36a2} executeQuery: Read 567 rows, 43.55 KiB in 0.001658 sec., 341978.287092883 rows/sec., 25.65 MiB/sec. 2026.01.22 22:23:47.570915 [ 85 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.570936 [ 277 ] {a7c0ff89-87dc-49aa-af5d-35b1819b36a2} TCPHandler: Processed in 0.001853593 sec. 2026.01.22 22:23:47.570945 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.571081 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:23:47.571088 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:47.571221 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:47.571224 [ 277 ] {f4b6dde0-66aa-44da-b259-0340bbc3f301} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:47.571265 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1304 rows starting from the beginning of the part 2026.01.22 22:23:47.571286 [ 277 ] {f4b6dde0-66aa-44da-b259-0340bbc3f301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:47.571338 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 69 rows starting from the beginning of the part 2026.01.22 22:23:47.571390 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 100 rows starting from the beginning of the part 2026.01.22 22:23:47.571432 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 69 rows starting from the beginning of the part 2026.01.22 22:23:47.571473 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 100 rows starting from the beginning of the part 2026.01.22 22:23:47.571512 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 567 rows starting from the beginning of the part 2026.01.22 22:23:47.572043 [ 277 ] {f4b6dde0-66aa-44da-b259-0340bbc3f301} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.572085 [ 277 ] {f4b6dde0-66aa-44da-b259-0340bbc3f301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.572483 [ 277 ] {f4b6dde0-66aa-44da-b259-0340bbc3f301} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.22 22:23:47.572700 [ 277 ] {f4b6dde0-66aa-44da-b259-0340bbc3f301} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.572732 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 2209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001711053 sec., 1291017.870282218 rows/sec., 100.10 MiB/sec. 2026.01.22 22:23:47.572825 [ 85 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.22 22:23:47.572841 [ 277 ] {f4b6dde0-66aa-44da-b259-0340bbc3f301} executeQuery: Read 883 rows, 61.37 KiB in 0.00164 sec., 538414.6341463415 rows/sec., 36.54 MiB/sec. 2026.01.22 22:23:47.572857 [ 85 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.572882 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.572887 [ 277 ] {f4b6dde0-66aa-44da-b259-0340bbc3f301} TCPHandler: Processed in 0.001859194 sec. 2026.01.22 22:23:47.572919 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.22 22:23:47.572975 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:23:47.573031 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:47.573109 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:47.573143 [ 277 ] {56a361a2-14d7-4405-8a5c-b13f4b4f84d3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:47.573158 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24536 rows starting from the beginning of the part 2026.01.22 22:23:47.573210 [ 277 ] {56a361a2-14d7-4405-8a5c-b13f4b4f84d3} 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.01.22 22:23:47.573225 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_86_17} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.573238 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:23:47.573304 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_86_17} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.22 22:23:47.573309 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2026.01.22 22:23:47.573388 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:23:47.573391 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.01.22 22:23:47.573455 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:23:47.573524 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 883 rows starting from the beginning of the part 2026.01.22 22:23:47.574256 [ 277 ] {56a361a2-14d7-4405-8a5c-b13f4b4f84d3} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.574302 [ 277 ] {56a361a2-14d7-4405-8a5c-b13f4b4f84d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.575012 [ 277 ] {56a361a2-14d7-4405-8a5c-b13f4b4f84d3} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.22 22:23:47.575341 [ 277 ] {56a361a2-14d7-4405-8a5c-b13f4b4f84d3} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.575538 [ 277 ] {56a361a2-14d7-4405-8a5c-b13f4b4f84d3} executeQuery: Read 5 rows, 9.17 KiB in 0.002417 sec., 2068.6801820438563 rows/sec., 3.71 MiB/sec. 2026.01.22 22:23:47.575640 [ 277 ] {56a361a2-14d7-4405-8a5c-b13f4b4f84d3} TCPHandler: Processed in 0.002668749 sec. 2026.01.22 22:23:47.575777 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:47.575889 [ 277 ] {55d8615a-59db-458b-a212-c54006f06a2e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:47.575952 [ 277 ] {55d8615a-59db-458b-a212-c54006f06a2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:47.576377 [ 277 ] {55d8615a-59db-458b-a212-c54006f06a2e} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.576416 [ 277 ] {55d8615a-59db-458b-a212-c54006f06a2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.576836 [ 277 ] {55d8615a-59db-458b-a212-c54006f06a2e} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.22 22:23:47.577081 [ 277 ] {55d8615a-59db-458b-a212-c54006f06a2e} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.577215 [ 85 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.22 22:23:47.577221 [ 277 ] {55d8615a-59db-458b-a212-c54006f06a2e} executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. 2026.01.22 22:23:47.577255 [ 85 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:47.577279 [ 277 ] {55d8615a-59db-458b-a212-c54006f06a2e} TCPHandler: Processed in 0.001561041 sec. 2026.01.22 22:23:47.577284 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:47.577383 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:23:47.577495 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:47.577524 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4998 rows starting from the beginning of the part 2026.01.22 22:23:47.577576 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:23:47.577615 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:23:47.577649 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:23:47.577683 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:23:47.577717 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2026.01.22 22:23:47.579697 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5298 rows, containing 4 columns (4 merged, 0 gathered) in 0.002352677 sec., 2251902.8323905068 rows/sec., 150.03 MiB/sec. 2026.01.22 22:23:47.579939 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 26059 rows, containing 5 columns (5 merged, 0 gathered) in 0.007006222 sec., 3719408.263112416 rows/sec., 254.43 MiB/sec. 2026.01.22 22:23:47.580061 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.22 22:23:47.580239 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.22 22:23:47.580324 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_86_17} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.580399 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_86_17} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.22 22:23:47.580475 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.01.22 22:23:47.580531 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_86_17} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:47.580610 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_86_17} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.22 22:23:47.580694 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.22 22:23:52.171121 [ 64 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:23:52.171186 [ 64 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:23:52.352878 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28768 2026.01.22 22:23:52.353658 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:52.353725 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:52.354234 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.22 22:23:52.354486 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:52.354614 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28768 2026.01.22 22:23:52.436475 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1444 2026.01.22 22:23:52.438854 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:52.438899 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:52.440092 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.22 22:23:52.440354 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:52.440665 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1444 2026.01.22 22:23:52.532577 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:52.532753 [ 277 ] {4d912bf9-4fe2-4e14-b131-19994171d66d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:52.532821 [ 277 ] {4d912bf9-4fe2-4e14-b131-19994171d66d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:52.533518 [ 277 ] {4d912bf9-4fe2-4e14-b131-19994171d66d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:52.533566 [ 277 ] {4d912bf9-4fe2-4e14-b131-19994171d66d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:52.533967 [ 277 ] {4d912bf9-4fe2-4e14-b131-19994171d66d} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.22 22:23:52.534191 [ 277 ] {4d912bf9-4fe2-4e14-b131-19994171d66d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:52.534353 [ 277 ] {4d912bf9-4fe2-4e14-b131-19994171d66d} executeQuery: Read 128 rows, 11.26 KiB in 0.001646 sec., 77764.27703523694 rows/sec., 6.68 MiB/sec. 2026.01.22 22:23:52.534403 [ 277 ] {4d912bf9-4fe2-4e14-b131-19994171d66d} TCPHandler: Processed in 0.001950695 sec. 2026.01.22 22:23:52.534526 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:52.534628 [ 277 ] {2f831f6e-de34-4ae5-8701-e3b0fafbbdf2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:52.534672 [ 277 ] {2f831f6e-de34-4ae5-8701-e3b0fafbbdf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:52.535114 [ 277 ] {2f831f6e-de34-4ae5-8701-e3b0fafbbdf2} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:52.535153 [ 277 ] {2f831f6e-de34-4ae5-8701-e3b0fafbbdf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:52.535456 [ 277 ] {2f831f6e-de34-4ae5-8701-e3b0fafbbdf2} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.22 22:23:52.535660 [ 277 ] {2f831f6e-de34-4ae5-8701-e3b0fafbbdf2} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:52.535770 [ 44 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.22 22:23:52.535794 [ 277 ] {2f831f6e-de34-4ae5-8701-e3b0fafbbdf2} executeQuery: Read 36 rows, 2.71 KiB in 0.001189 sec., 30277.544154751893 rows/sec., 2.22 MiB/sec. 2026.01.22 22:23:52.535810 [ 44 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:52.535836 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:52.535840 [ 277 ] {2f831f6e-de34-4ae5-8701-e3b0fafbbdf2} TCPHandler: Processed in 0.00136573 sec. 2026.01.22 22:23:52.535927 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:23:52.535962 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:52.536017 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:52.536046 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 296 rows starting from the beginning of the part 2026.01.22 22:23:52.536059 [ 277 ] {d569da0c-9fc3-4da8-8507-4dd6a22a6ffa} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:52.536100 [ 277 ] {d569da0c-9fc3-4da8-8507-4dd6a22a6ffa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:52.536102 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:52.536153 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 5 rows starting from the beginning of the part 2026.01.22 22:23:52.536196 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:52.536235 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 23 rows starting from the beginning of the part 2026.01.22 22:23:52.536275 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 36 rows starting from the beginning of the part 2026.01.22 22:23:52.536551 [ 277 ] {d569da0c-9fc3-4da8-8507-4dd6a22a6ffa} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:52.536587 [ 277 ] {d569da0c-9fc3-4da8-8507-4dd6a22a6ffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:52.536895 [ 277 ] {d569da0c-9fc3-4da8-8507-4dd6a22a6ffa} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.22 22:23:52.537053 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 432 rows, containing 5 columns (5 merged, 0 gathered) in 0.001163808 sec., 371195.24870081665 rows/sec., 25.82 MiB/sec. 2026.01.22 22:23:52.537115 [ 277 ] {d569da0c-9fc3-4da8-8507-4dd6a22a6ffa} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:52.537183 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.22 22:23:52.537252 [ 277 ] {d569da0c-9fc3-4da8-8507-4dd6a22a6ffa} executeQuery: Read 100 rows, 8.00 KiB in 0.001213 sec., 82440.23083264632 rows/sec., 6.44 MiB/sec. 2026.01.22 22:23:52.537289 [ 277 ] {d569da0c-9fc3-4da8-8507-4dd6a22a6ffa} TCPHandler: Processed in 0.00137793 sec. 2026.01.22 22:23:52.537400 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:52.537412 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_81_16} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:52.537480 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_81_16} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.22 22:23:52.537496 [ 277 ] {e832009b-4bed-471d-967b-c0e2c1c27fe2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:52.537539 [ 277 ] {e832009b-4bed-471d-967b-c0e2c1c27fe2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:52.537543 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:23:52.537942 [ 277 ] {e832009b-4bed-471d-967b-c0e2c1c27fe2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:52.537978 [ 277 ] {e832009b-4bed-471d-967b-c0e2c1c27fe2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:52.538301 [ 277 ] {e832009b-4bed-471d-967b-c0e2c1c27fe2} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.22 22:23:52.538506 [ 277 ] {e832009b-4bed-471d-967b-c0e2c1c27fe2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:52.538634 [ 277 ] {e832009b-4bed-471d-967b-c0e2c1c27fe2} executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. 2026.01.22 22:23:52.538671 [ 277 ] {e832009b-4bed-471d-967b-c0e2c1c27fe2} TCPHandler: Processed in 0.001320539 sec. 2026.01.22 22:23:52.538775 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:52.538870 [ 277 ] {dec60665-f37d-4d9c-918a-bfe3e45e5c52} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:52.538926 [ 277 ] {dec60665-f37d-4d9c-918a-bfe3e45e5c52} 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.01.22 22:23:52.539795 [ 277 ] {dec60665-f37d-4d9c-918a-bfe3e45e5c52} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:52.539832 [ 277 ] {dec60665-f37d-4d9c-918a-bfe3e45e5c52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:52.540401 [ 277 ] {dec60665-f37d-4d9c-918a-bfe3e45e5c52} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.22 22:23:52.540625 [ 277 ] {dec60665-f37d-4d9c-918a-bfe3e45e5c52} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:52.540766 [ 277 ] {dec60665-f37d-4d9c-918a-bfe3e45e5c52} executeQuery: Read 36 rows, 66.06 KiB in 0.001915 sec., 18798.95561357702 rows/sec., 33.69 MiB/sec. 2026.01.22 22:23:52.540831 [ 277 ] {dec60665-f37d-4d9c-918a-bfe3e45e5c52} TCPHandler: Processed in 0.002105705 sec. 2026.01.22 22:23:52.540945 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:52.541041 [ 277 ] {ed724ce0-d954-4835-aaaa-66eb371f91d6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:52.541084 [ 277 ] {ed724ce0-d954-4835-aaaa-66eb371f91d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:52.541425 [ 277 ] {ed724ce0-d954-4835-aaaa-66eb371f91d6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:52.541460 [ 277 ] {ed724ce0-d954-4835-aaaa-66eb371f91d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:52.541757 [ 277 ] {ed724ce0-d954-4835-aaaa-66eb371f91d6} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.22 22:23:52.541980 [ 277 ] {ed724ce0-d954-4835-aaaa-66eb371f91d6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:52.542106 [ 277 ] {ed724ce0-d954-4835-aaaa-66eb371f91d6} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.01.22 22:23:52.542142 [ 277 ] {ed724ce0-d954-4835-aaaa-66eb371f91d6} TCPHandler: Processed in 0.001246149 sec. 2026.01.22 22:23:53.901462 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.01.22 22:23:53.919213 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:53.919329 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:53.925441 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.22 22:23:53.926170 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:53.929383 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.01.22 22:23:57.530266 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:57.530453 [ 277 ] {6c612e06-3dc9-4f5a-b0f7-f318e9a17b82} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:23:57.530517 [ 277 ] {6c612e06-3dc9-4f5a-b0f7-f318e9a17b82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:23:57.531189 [ 277 ] {6c612e06-3dc9-4f5a-b0f7-f318e9a17b82} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:57.531233 [ 277 ] {6c612e06-3dc9-4f5a-b0f7-f318e9a17b82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:57.531669 [ 277 ] {6c612e06-3dc9-4f5a-b0f7-f318e9a17b82} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.22 22:23:57.531888 [ 277 ] {6c612e06-3dc9-4f5a-b0f7-f318e9a17b82} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:57.532046 [ 277 ] {6c612e06-3dc9-4f5a-b0f7-f318e9a17b82} executeQuery: Read 66 rows, 5.35 KiB in 0.001641 sec., 40219.37842778793 rows/sec., 3.19 MiB/sec. 2026.01.22 22:23:57.532097 [ 277 ] {6c612e06-3dc9-4f5a-b0f7-f318e9a17b82} TCPHandler: Processed in 0.001948885 sec. 2026.01.22 22:23:57.532226 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:57.532326 [ 277 ] {f10059fa-fc1d-4cd6-9174-6a3711400908} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:23:57.532370 [ 277 ] {f10059fa-fc1d-4cd6-9174-6a3711400908} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:23:57.532784 [ 277 ] {f10059fa-fc1d-4cd6-9174-6a3711400908} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:57.532821 [ 277 ] {f10059fa-fc1d-4cd6-9174-6a3711400908} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:57.533121 [ 277 ] {f10059fa-fc1d-4cd6-9174-6a3711400908} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.22 22:23:57.533322 [ 277 ] {f10059fa-fc1d-4cd6-9174-6a3711400908} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:57.533458 [ 277 ] {f10059fa-fc1d-4cd6-9174-6a3711400908} executeQuery: Read 5 rows, 385.00 B in 0.001155 sec., 4329.004329004329 rows/sec., 325.52 KiB/sec. 2026.01.22 22:23:57.533496 [ 277 ] {f10059fa-fc1d-4cd6-9174-6a3711400908} TCPHandler: Processed in 0.00132089 sec. 2026.01.22 22:23:57.533607 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:57.533702 [ 277 ] {e5148763-8be6-44dd-9388-d76adfcfe081} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:23:57.533742 [ 277 ] {e5148763-8be6-44dd-9388-d76adfcfe081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:23:57.534164 [ 277 ] {e5148763-8be6-44dd-9388-d76adfcfe081} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:57.534200 [ 277 ] {e5148763-8be6-44dd-9388-d76adfcfe081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:57.534497 [ 277 ] {e5148763-8be6-44dd-9388-d76adfcfe081} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.22 22:23:57.534718 [ 277 ] {e5148763-8be6-44dd-9388-d76adfcfe081} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:57.534849 [ 277 ] {e5148763-8be6-44dd-9388-d76adfcfe081} executeQuery: Read 69 rows, 5.52 KiB in 0.001168 sec., 59075.34246575343 rows/sec., 4.61 MiB/sec. 2026.01.22 22:23:57.534887 [ 277 ] {e5148763-8be6-44dd-9388-d76adfcfe081} TCPHandler: Processed in 0.00132834 sec. 2026.01.22 22:23:57.535014 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:57.535107 [ 277 ] {898e136a-491b-4bf1-a191-10540daa6906} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:57.535150 [ 277 ] {898e136a-491b-4bf1-a191-10540daa6906} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:23:57.535550 [ 277 ] {898e136a-491b-4bf1-a191-10540daa6906} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:57.535585 [ 277 ] {898e136a-491b-4bf1-a191-10540daa6906} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:57.535905 [ 277 ] {898e136a-491b-4bf1-a191-10540daa6906} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.22 22:23:57.536109 [ 277 ] {898e136a-491b-4bf1-a191-10540daa6906} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:57.536236 [ 277 ] {898e136a-491b-4bf1-a191-10540daa6906} executeQuery: Read 160 rows, 11.41 KiB in 0.001148 sec., 139372.82229965157 rows/sec., 9.71 MiB/sec. 2026.01.22 22:23:57.536271 [ 277 ] {898e136a-491b-4bf1-a191-10540daa6906} TCPHandler: Processed in 0.00130428 sec. 2026.01.22 22:23:57.536383 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:57.536485 [ 277 ] {9fb6d89d-9bbb-4cc8-bb38-e28f05f397eb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:23:57.536541 [ 277 ] {9fb6d89d-9bbb-4cc8-bb38-e28f05f397eb} 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.01.22 22:23:57.537310 [ 277 ] {9fb6d89d-9bbb-4cc8-bb38-e28f05f397eb} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:57.537346 [ 277 ] {9fb6d89d-9bbb-4cc8-bb38-e28f05f397eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:57.537873 [ 277 ] {9fb6d89d-9bbb-4cc8-bb38-e28f05f397eb} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.22 22:23:57.538093 [ 277 ] {9fb6d89d-9bbb-4cc8-bb38-e28f05f397eb} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:57.538243 [ 277 ] {9fb6d89d-9bbb-4cc8-bb38-e28f05f397eb} executeQuery: Read 5 rows, 9.17 KiB in 0.001778 sec., 2812.14848143982 rows/sec., 5.04 MiB/sec. 2026.01.22 22:23:57.538322 [ 277 ] {9fb6d89d-9bbb-4cc8-bb38-e28f05f397eb} TCPHandler: Processed in 0.001988015 sec. 2026.01.22 22:23:57.538441 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:23:57.538536 [ 277 ] {38cf2585-5aab-4538-a610-d679b7c413af} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:23:57.538579 [ 277 ] {38cf2585-5aab-4538-a610-d679b7c413af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:23:57.538916 [ 277 ] {38cf2585-5aab-4538-a610-d679b7c413af} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:57.538951 [ 277 ] {38cf2585-5aab-4538-a610-d679b7c413af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:57.539254 [ 277 ] {38cf2585-5aab-4538-a610-d679b7c413af} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.22 22:23:57.539452 [ 277 ] {38cf2585-5aab-4538-a610-d679b7c413af} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:57.539582 [ 277 ] {38cf2585-5aab-4538-a610-d679b7c413af} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.01.22 22:23:57.539618 [ 277 ] {38cf2585-5aab-4538-a610-d679b7c413af} TCPHandler: Processed in 0.001224499 sec. 2026.01.22 22:23:59.854900 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29216 2026.01.22 22:23:59.855595 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:59.855674 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:59.856345 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.22 22:23:59.856578 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:59.856729 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29216 2026.01.22 22:23:59.856732 [ 48 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.22 22:23:59.856807 [ 48 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:23:59.856832 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:23:59.856981 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:59.857190 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:23:59.857253 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26848 rows starting from the beginning of the part 2026.01.22 22:23:59.857351 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:59.857422 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:59.857485 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:59.857546 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:59.857609 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:23:59.859985 [ 208 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29216 rows, containing 4 columns (4 merged, 0 gathered) in 0.003083243 sec., 9475737.072945597 rows/sec., 135.55 MiB/sec. 2026.01.22 22:23:59.860242 [ 187 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.22 22:23:59.860506 [ 187 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_61_12} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:23:59.860578 [ 187 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_61_12} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.22 22:23:59.860651 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.90 MiB. 2026.01.22 22:24:00.608296 [ 48 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.01.22 22:24:00.608364 [ 48 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:00.608388 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:00.608505 [ 187 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::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.01.22 22:24:00.608635 [ 187 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:00.608671 [ 187 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part 2026.01.22 22:24:00.608738 [ 187 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.01.22 22:24:00.608783 [ 187 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part 2026.01.22 22:24:00.608825 [ 187 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2026.01.22 22:24:00.608866 [ 187 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2026.01.22 22:24:00.609616 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001156938 sec., 38031.424328702145 rows/sec., 3.17 MiB/sec. 2026.01.22 22:24:00.609817 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.01.22 22:24:00.610158 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_21_5} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:00.610241 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_21_5} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.01.22 22:24:00.610352 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.22 22:24:01.429560 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.01.22 22:24:01.446675 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:01.446725 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:01.452933 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.22 22:24:01.453682 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:01.453996 [ 63 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.22 22:24:01.454043 [ 63 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:01.454074 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:01.454242 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:01.456910 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.01.22 22:24:01.458382 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:01.460048 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:01.464863 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:01.469517 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:01.474008 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:01.478571 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:01.482448 [ 198 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:01.533037 [ 208 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.078881503 sec., 5831.5318865057625 rows/sec., 30.15 MiB/sec. 2026.01.22 22:24:01.536438 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.22 22:24:01.538501 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_61_12} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:01.538610 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_61_12} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.22 22:24:01.541339 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.22 22:24:02.441022 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1468 2026.01.22 22:24:02.443400 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:02.443457 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:02.444693 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.22 22:24:02.444993 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:02.445406 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1468 2026.01.22 22:24:02.532223 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:02.532416 [ 277 ] {9f492fda-6ba1-413c-911f-004f8487261b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:24:02.532488 [ 277 ] {9f492fda-6ba1-413c-911f-004f8487261b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:24:02.533194 [ 277 ] {9f492fda-6ba1-413c-911f-004f8487261b} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:02.533236 [ 277 ] {9f492fda-6ba1-413c-911f-004f8487261b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:02.533610 [ 277 ] {9f492fda-6ba1-413c-911f-004f8487261b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:24:02.533830 [ 277 ] {9f492fda-6ba1-413c-911f-004f8487261b} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:02.533986 [ 277 ] {9f492fda-6ba1-413c-911f-004f8487261b} executeQuery: Read 10 rows, 835.00 B in 0.001622 sec., 6165.228113440197 rows/sec., 502.73 KiB/sec. 2026.01.22 22:24:02.534036 [ 277 ] {9f492fda-6ba1-413c-911f-004f8487261b} TCPHandler: Processed in 0.001942275 sec. 2026.01.22 22:24:02.534159 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:02.534261 [ 277 ] {c021d378-cb21-4bda-a4a4-d086b912cfa1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:02.534303 [ 277 ] {c021d378-cb21-4bda-a4a4-d086b912cfa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:02.534769 [ 277 ] {c021d378-cb21-4bda-a4a4-d086b912cfa1} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:02.534804 [ 277 ] {c021d378-cb21-4bda-a4a4-d086b912cfa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:02.535128 [ 277 ] {c021d378-cb21-4bda-a4a4-d086b912cfa1} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.22 22:24:02.535335 [ 277 ] {c021d378-cb21-4bda-a4a4-d086b912cfa1} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:02.535468 [ 277 ] {c021d378-cb21-4bda-a4a4-d086b912cfa1} executeQuery: Read 133 rows, 11.63 KiB in 0.001231 sec., 108042.24207961006 rows/sec., 9.23 MiB/sec. 2026.01.22 22:24:02.535505 [ 277 ] {c021d378-cb21-4bda-a4a4-d086b912cfa1} TCPHandler: Processed in 0.001395961 sec. 2026.01.22 22:24:02.535627 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:02.535723 [ 277 ] {10162847-ad05-4b57-9150-feb3011a7a67} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:02.535762 [ 277 ] {10162847-ad05-4b57-9150-feb3011a7a67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:02.536168 [ 277 ] {10162847-ad05-4b57-9150-feb3011a7a67} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:02.536201 [ 277 ] {10162847-ad05-4b57-9150-feb3011a7a67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:02.536496 [ 277 ] {10162847-ad05-4b57-9150-feb3011a7a67} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.22 22:24:02.536700 [ 277 ] {10162847-ad05-4b57-9150-feb3011a7a67} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:02.536824 [ 277 ] {10162847-ad05-4b57-9150-feb3011a7a67} executeQuery: Read 46 rows, 3.41 KiB in 0.001121 sec., 41034.79036574487 rows/sec., 2.97 MiB/sec. 2026.01.22 22:24:02.536861 [ 277 ] {10162847-ad05-4b57-9150-feb3011a7a67} TCPHandler: Processed in 0.00128389 sec. 2026.01.22 22:24:02.536971 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:02.537063 [ 277 ] {7cc4565e-e2b3-4063-8632-c2fd4f4b6e10} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:02.537102 [ 277 ] {7cc4565e-e2b3-4063-8632-c2fd4f4b6e10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:02.537531 [ 277 ] {7cc4565e-e2b3-4063-8632-c2fd4f4b6e10} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:02.537564 [ 277 ] {7cc4565e-e2b3-4063-8632-c2fd4f4b6e10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:02.537873 [ 277 ] {7cc4565e-e2b3-4063-8632-c2fd4f4b6e10} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.22 22:24:02.538078 [ 277 ] {7cc4565e-e2b3-4063-8632-c2fd4f4b6e10} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:02.538202 [ 277 ] {7cc4565e-e2b3-4063-8632-c2fd4f4b6e10} executeQuery: Read 110 rows, 8.81 KiB in 0.001156 sec., 95155.70934256056 rows/sec., 7.45 MiB/sec. 2026.01.22 22:24:02.538237 [ 277 ] {7cc4565e-e2b3-4063-8632-c2fd4f4b6e10} TCPHandler: Processed in 0.00131365 sec. 2026.01.22 22:24:02.538347 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:02.538438 [ 277 ] {1ba02b2f-0ec3-48e5-a7f5-64b16e3e4f7c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:02.538481 [ 277 ] {1ba02b2f-0ec3-48e5-a7f5-64b16e3e4f7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:02.538890 [ 277 ] {1ba02b2f-0ec3-48e5-a7f5-64b16e3e4f7c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:02.538924 [ 277 ] {1ba02b2f-0ec3-48e5-a7f5-64b16e3e4f7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:02.539254 [ 277 ] {1ba02b2f-0ec3-48e5-a7f5-64b16e3e4f7c} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.22 22:24:02.539458 [ 277 ] {1ba02b2f-0ec3-48e5-a7f5-64b16e3e4f7c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:02.539585 [ 277 ] {1ba02b2f-0ec3-48e5-a7f5-64b16e3e4f7c} executeQuery: Read 165 rows, 11.76 KiB in 0.001165 sec., 141630.90128755366 rows/sec., 9.86 MiB/sec. 2026.01.22 22:24:02.539621 [ 277 ] {1ba02b2f-0ec3-48e5-a7f5-64b16e3e4f7c} TCPHandler: Processed in 0.00132127 sec. 2026.01.22 22:24:02.539719 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:02.539810 [ 277 ] {5b9b9152-c423-4644-b24d-a7e66e252a78} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:02.539862 [ 277 ] {5b9b9152-c423-4644-b24d-a7e66e252a78} 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.01.22 22:24:02.540699 [ 277 ] {5b9b9152-c423-4644-b24d-a7e66e252a78} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:02.540733 [ 277 ] {5b9b9152-c423-4644-b24d-a7e66e252a78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:02.541289 [ 277 ] {5b9b9152-c423-4644-b24d-a7e66e252a78} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.22 22:24:02.541509 [ 277 ] {5b9b9152-c423-4644-b24d-a7e66e252a78} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:02.541613 [ 63 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.22 22:24:02.541644 [ 277 ] {5b9b9152-c423-4644-b24d-a7e66e252a78} executeQuery: Read 36 rows, 66.06 KiB in 0.001851 sec., 19448.94651539708 rows/sec., 34.85 MiB/sec. 2026.01.22 22:24:02.541649 [ 63 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:02.541674 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:02.541711 [ 277 ] {5b9b9152-c423-4644-b24d-a7e66e252a78} TCPHandler: Processed in 0.002039375 sec. 2026.01.22 22:24:02.541823 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:02.541842 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:24:02.541915 [ 277 ] {e2cbcbc8-5a2a-4c15-9a93-0fe1c6308c29} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:02.541963 [ 277 ] {e2cbcbc8-5a2a-4c15-9a93-0fe1c6308c29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:02.542213 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:02.542281 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1596 rows starting from the beginning of the part 2026.01.22 22:24:02.542291 [ 277 ] {e2cbcbc8-5a2a-4c15-9a93-0fe1c6308c29} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:02.542329 [ 277 ] {e2cbcbc8-5a2a-4c15-9a93-0fe1c6308c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:02.542411 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 36 rows starting from the beginning of the part 2026.01.22 22:24:02.542527 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 5 rows starting from the beginning of the part 2026.01.22 22:24:02.542639 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part 2026.01.22 22:24:02.542645 [ 277 ] {e2cbcbc8-5a2a-4c15-9a93-0fe1c6308c29} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.22 22:24:02.542754 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 5 rows starting from the beginning of the part 2026.01.22 22:24:02.542860 [ 277 ] {e2cbcbc8-5a2a-4c15-9a93-0fe1c6308c29} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:02.542862 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 36 rows starting from the beginning of the part 2026.01.22 22:24:02.542992 [ 277 ] {e2cbcbc8-5a2a-4c15-9a93-0fe1c6308c29} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.01.22 22:24:02.543032 [ 277 ] {e2cbcbc8-5a2a-4c15-9a93-0fe1c6308c29} TCPHandler: Processed in 0.001257249 sec. 2026.01.22 22:24:02.552762 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1714 rows, containing 19 columns (19 merged, 0 gathered) in 0.011014891 sec., 155607.5316587336 rows/sec., 278.84 MiB/sec. 2026.01.22 22:24:02.554000 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.22 22:24:02.554358 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_81_16} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:02.554444 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_81_16} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.22 22:24:02.554566 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.53 MiB. 2026.01.22 22:24:03.000219 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 343.75 MiB, peak 357.49 MiB, free memory in arenas 0.00 B, will set to 350.66 MiB (RSS), difference: 6.90 MiB 2026.01.22 22:24:07.171239 [ 79 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:24:07.171354 [ 79 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:24:07.356925 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29728 2026.01.22 22:24:07.357490 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:07.357536 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:07.358017 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.22 22:24:07.358242 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:07.358390 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29728 2026.01.22 22:24:07.531360 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:07.531625 [ 277 ] {4947f8ed-aa00-4c43-8cda-2bc152d1fe6a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:07.531720 [ 277 ] {4947f8ed-aa00-4c43-8cda-2bc152d1fe6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:07.532584 [ 277 ] {4947f8ed-aa00-4c43-8cda-2bc152d1fe6a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:07.532627 [ 277 ] {4947f8ed-aa00-4c43-8cda-2bc152d1fe6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:07.533041 [ 277 ] {4947f8ed-aa00-4c43-8cda-2bc152d1fe6a} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.22 22:24:07.533269 [ 277 ] {4947f8ed-aa00-4c43-8cda-2bc152d1fe6a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:07.533438 [ 277 ] {4947f8ed-aa00-4c43-8cda-2bc152d1fe6a} executeQuery: Read 66 rows, 5.35 KiB in 0.001889 sec., 34939.12122816305 rows/sec., 2.77 MiB/sec. 2026.01.22 22:24:07.533490 [ 277 ] {4947f8ed-aa00-4c43-8cda-2bc152d1fe6a} TCPHandler: Processed in 0.002301817 sec. 2026.01.22 22:24:07.533614 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:07.533717 [ 277 ] {421e828a-9660-4bfa-8302-db65b7d1a796} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:07.533760 [ 277 ] {421e828a-9660-4bfa-8302-db65b7d1a796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:07.534178 [ 277 ] {421e828a-9660-4bfa-8302-db65b7d1a796} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:07.534215 [ 277 ] {421e828a-9660-4bfa-8302-db65b7d1a796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:07.534526 [ 277 ] {421e828a-9660-4bfa-8302-db65b7d1a796} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.22 22:24:07.534736 [ 277 ] {421e828a-9660-4bfa-8302-db65b7d1a796} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:07.534868 [ 277 ] {421e828a-9660-4bfa-8302-db65b7d1a796} executeQuery: Read 5 rows, 385.00 B in 0.001173 sec., 4262.574595055414 rows/sec., 320.53 KiB/sec. 2026.01.22 22:24:07.534906 [ 277 ] {421e828a-9660-4bfa-8302-db65b7d1a796} TCPHandler: Processed in 0.00134461 sec. 2026.01.22 22:24:07.535010 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:07.535107 [ 277 ] {7846397b-dad8-4608-ac1b-f04edf99fa4c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:07.535147 [ 277 ] {7846397b-dad8-4608-ac1b-f04edf99fa4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:07.535570 [ 277 ] {7846397b-dad8-4608-ac1b-f04edf99fa4c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:07.535604 [ 277 ] {7846397b-dad8-4608-ac1b-f04edf99fa4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:07.535911 [ 277 ] {7846397b-dad8-4608-ac1b-f04edf99fa4c} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.22 22:24:07.536139 [ 277 ] {7846397b-dad8-4608-ac1b-f04edf99fa4c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:07.536271 [ 277 ] {7846397b-dad8-4608-ac1b-f04edf99fa4c} executeQuery: Read 69 rows, 5.52 KiB in 0.001184 sec., 58277.02702702703 rows/sec., 4.55 MiB/sec. 2026.01.22 22:24:07.536309 [ 277 ] {7846397b-dad8-4608-ac1b-f04edf99fa4c} TCPHandler: Processed in 0.00134866 sec. 2026.01.22 22:24:07.536420 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:07.536514 [ 277 ] {8614a786-90f4-453e-afe3-402ac84d2b7f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:07.536558 [ 277 ] {8614a786-90f4-453e-afe3-402ac84d2b7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:07.536967 [ 277 ] {8614a786-90f4-453e-afe3-402ac84d2b7f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:07.537002 [ 277 ] {8614a786-90f4-453e-afe3-402ac84d2b7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:07.537346 [ 277 ] {8614a786-90f4-453e-afe3-402ac84d2b7f} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.22 22:24:07.537556 [ 277 ] {8614a786-90f4-453e-afe3-402ac84d2b7f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:07.537687 [ 277 ] {8614a786-90f4-453e-afe3-402ac84d2b7f} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.01.22 22:24:07.537723 [ 277 ] {8614a786-90f4-453e-afe3-402ac84d2b7f} TCPHandler: Processed in 0.00135367 sec. 2026.01.22 22:24:07.537836 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:07.537939 [ 277 ] {78caf5be-14e8-44e4-b4d2-ee1455bd267e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:07.537997 [ 277 ] {78caf5be-14e8-44e4-b4d2-ee1455bd267e} 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.01.22 22:24:07.538772 [ 277 ] {78caf5be-14e8-44e4-b4d2-ee1455bd267e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:07.538807 [ 277 ] {78caf5be-14e8-44e4-b4d2-ee1455bd267e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:07.539316 [ 277 ] {78caf5be-14e8-44e4-b4d2-ee1455bd267e} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.22 22:24:07.539535 [ 277 ] {78caf5be-14e8-44e4-b4d2-ee1455bd267e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:07.539675 [ 277 ] {78caf5be-14e8-44e4-b4d2-ee1455bd267e} executeQuery: Read 5 rows, 9.17 KiB in 0.001756 sec., 2847.380410022779 rows/sec., 5.10 MiB/sec. 2026.01.22 22:24:07.539740 [ 277 ] {78caf5be-14e8-44e4-b4d2-ee1455bd267e} TCPHandler: Processed in 0.001956834 sec. 2026.01.22 22:24:07.539854 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:07.539950 [ 277 ] {0d4c4f64-a29c-4c3e-8561-79562803dabe} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:07.539992 [ 277 ] {0d4c4f64-a29c-4c3e-8561-79562803dabe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:07.540334 [ 277 ] {0d4c4f64-a29c-4c3e-8561-79562803dabe} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:07.540368 [ 277 ] {0d4c4f64-a29c-4c3e-8561-79562803dabe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:07.540683 [ 277 ] {0d4c4f64-a29c-4c3e-8561-79562803dabe} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.22 22:24:07.540900 [ 277 ] {0d4c4f64-a29c-4c3e-8561-79562803dabe} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:07.541028 [ 277 ] {0d4c4f64-a29c-4c3e-8561-79562803dabe} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.01.22 22:24:07.541062 [ 277 ] {0d4c4f64-a29c-4c3e-8561-79562803dabe} TCPHandler: Processed in 0.001259409 sec. 2026.01.22 22:24:08.957047 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.01.22 22:24:08.972978 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:08.973039 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.22 22:24:08.979220 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.22 22:24:08.979932 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:08.982867 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.01.22 22:24:12.445587 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1494 2026.01.22 22:24:12.447833 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.447890 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.449100 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.22 22:24:12.449371 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.449540 [ 74 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.22 22:24:12.449611 [ 74 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.449635 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.449730 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:24:12.449753 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1494 2026.01.22 22:24:12.450174 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:12.450294 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1358 rows starting from the beginning of the part 2026.01.22 22:24:12.450614 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part 2026.01.22 22:24:12.450947 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part 2026.01.22 22:24:12.451269 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part 2026.01.22 22:24:12.451625 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part 2026.01.22 22:24:12.451933 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part 2026.01.22 22:24:12.458596 [ 196 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1494 rows, containing 72 columns (72 merged, 0 gathered) in 0.008904676 sec., 167777.01962429626 rows/sec., 133.46 MiB/sec. 2026.01.22 22:24:12.459917 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.22 22:24:12.460426 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_46_9} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.460497 [ 200 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_46_9} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.22 22:24:12.460689 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2026.01.22 22:24:12.532831 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:12.533028 [ 277 ] {6f04a18f-3e68-46f1-ab30-f6a25e8becfc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:12.533101 [ 277 ] {6f04a18f-3e68-46f1-ab30-f6a25e8becfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:12.533809 [ 277 ] {6f04a18f-3e68-46f1-ab30-f6a25e8becfc} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.533855 [ 277 ] {6f04a18f-3e68-46f1-ab30-f6a25e8becfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.534251 [ 277 ] {6f04a18f-3e68-46f1-ab30-f6a25e8becfc} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.22 22:24:12.534487 [ 277 ] {6f04a18f-3e68-46f1-ab30-f6a25e8becfc} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.534646 [ 277 ] {6f04a18f-3e68-46f1-ab30-f6a25e8becfc} executeQuery: Read 128 rows, 11.26 KiB in 0.001671 sec., 76600.83782166368 rows/sec., 6.58 MiB/sec. 2026.01.22 22:24:12.534644 [ 74 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.22 22:24:12.534697 [ 277 ] {6f04a18f-3e68-46f1-ab30-f6a25e8becfc} TCPHandler: Processed in 0.002002164 sec. 2026.01.22 22:24:12.534710 [ 74 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.534740 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.534829 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:12.534847 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:24:12.534939 [ 277 ] {456292b8-cf9c-4875-b4e0-94d5719fb84f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:12.534990 [ 277 ] {456292b8-cf9c-4875-b4e0-94d5719fb84f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:12.534990 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:12.535043 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2556 rows starting from the beginning of the part 2026.01.22 22:24:12.535122 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:24:12.535175 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 66 rows starting from the beginning of the part 2026.01.22 22:24:12.535223 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 133 rows starting from the beginning of the part 2026.01.22 22:24:12.535275 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 66 rows starting from the beginning of the part 2026.01.22 22:24:12.535325 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 128 rows starting from the beginning of the part 2026.01.22 22:24:12.535428 [ 277 ] {456292b8-cf9c-4875-b4e0-94d5719fb84f} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.535472 [ 277 ] {456292b8-cf9c-4875-b4e0-94d5719fb84f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.535867 [ 277 ] {456292b8-cf9c-4875-b4e0-94d5719fb84f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.22 22:24:12.536099 [ 277 ] {456292b8-cf9c-4875-b4e0-94d5719fb84f} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.536249 [ 277 ] {456292b8-cf9c-4875-b4e0-94d5719fb84f} executeQuery: Read 36 rows, 2.71 KiB in 0.001333 sec., 27006.75168792198 rows/sec., 1.98 MiB/sec. 2026.01.22 22:24:12.536290 [ 277 ] {456292b8-cf9c-4875-b4e0-94d5719fb84f} TCPHandler: Processed in 0.001516231 sec. 2026.01.22 22:24:12.536405 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:12.536504 [ 277 ] {2bbe9517-fc29-4bba-a01a-a495063f43f2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:12.536545 [ 277 ] {2bbe9517-fc29-4bba-a01a-a495063f43f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:12.536871 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3077 rows, containing 5 columns (5 merged, 0 gathered) in 0.002073035 sec., 1484297.1778093472 rows/sec., 127.40 MiB/sec. 2026.01.22 22:24:12.536975 [ 277 ] {2bbe9517-fc29-4bba-a01a-a495063f43f2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.537016 [ 277 ] {2bbe9517-fc29-4bba-a01a-a495063f43f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.537150 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.22 22:24:12.537360 [ 277 ] {2bbe9517-fc29-4bba-a01a-a495063f43f2} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.22 22:24:12.537466 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_91_18} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.537560 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_91_18} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.22 22:24:12.537625 [ 277 ] {2bbe9517-fc29-4bba-a01a-a495063f43f2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.537648 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.01.22 22:24:12.537746 [ 74 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.22 22:24:12.537763 [ 277 ] {2bbe9517-fc29-4bba-a01a-a495063f43f2} executeQuery: Read 100 rows, 8.00 KiB in 0.00128 sec., 78125 rows/sec., 6.10 MiB/sec. 2026.01.22 22:24:12.537786 [ 74 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.537810 [ 277 ] {2bbe9517-fc29-4bba-a01a-a495063f43f2} TCPHandler: Processed in 0.00145676 sec. 2026.01.22 22:24:12.537811 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.537937 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:12.537944 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:24:12.538038 [ 277 ] {d2c05f6c-f2be-40eb-b0cc-d734e9020805} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:12.538086 [ 277 ] {d2c05f6c-f2be-40eb-b0cc-d734e9020805} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:12.538096 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:12.538138 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1304 rows starting from the beginning of the part 2026.01.22 22:24:12.538211 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 100 rows starting from the beginning of the part 2026.01.22 22:24:12.538258 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 69 rows starting from the beginning of the part 2026.01.22 22:24:12.538301 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 110 rows starting from the beginning of the part 2026.01.22 22:24:12.538342 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 69 rows starting from the beginning of the part 2026.01.22 22:24:12.538385 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 100 rows starting from the beginning of the part 2026.01.22 22:24:12.538490 [ 277 ] {d2c05f6c-f2be-40eb-b0cc-d734e9020805} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.538533 [ 277 ] {d2c05f6c-f2be-40eb-b0cc-d734e9020805} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.538892 [ 277 ] {d2c05f6c-f2be-40eb-b0cc-d734e9020805} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.22 22:24:12.539122 [ 277 ] {d2c05f6c-f2be-40eb-b0cc-d734e9020805} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.539245 [ 74 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.22 22:24:12.539263 [ 277 ] {d2c05f6c-f2be-40eb-b0cc-d734e9020805} executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. 2026.01.22 22:24:12.539277 [ 74 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.539304 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.539307 [ 277 ] {d2c05f6c-f2be-40eb-b0cc-d734e9020805} TCPHandler: Processed in 0.00142135 sec. 2026.01.22 22:24:12.539383 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:24:12.539429 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:12.539483 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:12.539515 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26059 rows starting from the beginning of the part 2026.01.22 22:24:12.539529 [ 277 ] {3c6cd8a5-8868-43ff-866e-1ad33e13e556} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:12.539573 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2026.01.22 22:24:12.539583 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1752 rows, containing 5 columns (5 merged, 0 gathered) in 0.001691942 sec., 1035496.4886503201 rows/sec., 80.15 MiB/sec. 2026.01.22 22:24:12.539589 [ 277 ] {3c6cd8a5-8868-43ff-866e-1ad33e13e556} 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.01.22 22:24:12.539620 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:24:12.539664 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 165 rows starting from the beginning of the part 2026.01.22 22:24:12.539701 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2026.01.22 22:24:12.539743 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:24:12.539774 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.22 22:24:12.540104 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_91_18} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.540190 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_91_18} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.22 22:24:12.540278 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.01.22 22:24:12.540454 [ 277 ] {3c6cd8a5-8868-43ff-866e-1ad33e13e556} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.540495 [ 277 ] {3c6cd8a5-8868-43ff-866e-1ad33e13e556} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.541127 [ 277 ] {3c6cd8a5-8868-43ff-866e-1ad33e13e556} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.22 22:24:12.541363 [ 277 ] {3c6cd8a5-8868-43ff-866e-1ad33e13e556} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.541509 [ 277 ] {3c6cd8a5-8868-43ff-866e-1ad33e13e556} executeQuery: Read 36 rows, 66.06 KiB in 0.001999 sec., 18009.004502251126 rows/sec., 32.27 MiB/sec. 2026.01.22 22:24:12.541578 [ 277 ] {3c6cd8a5-8868-43ff-866e-1ad33e13e556} TCPHandler: Processed in 0.002200036 sec. 2026.01.22 22:24:12.541695 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:12.541791 [ 277 ] {13f59b72-7e20-481f-bfc9-5c0cfc2a9e29} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:12.541834 [ 277 ] {13f59b72-7e20-481f-bfc9-5c0cfc2a9e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:12.542171 [ 277 ] {13f59b72-7e20-481f-bfc9-5c0cfc2a9e29} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.542207 [ 277 ] {13f59b72-7e20-481f-bfc9-5c0cfc2a9e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.542534 [ 277 ] {13f59b72-7e20-481f-bfc9-5c0cfc2a9e29} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.22 22:24:12.542755 [ 277 ] {13f59b72-7e20-481f-bfc9-5c0cfc2a9e29} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.542866 [ 74 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.22 22:24:12.542883 [ 277 ] {13f59b72-7e20-481f-bfc9-5c0cfc2a9e29} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.01.22 22:24:12.542898 [ 74 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:12.542930 [ 277 ] {13f59b72-7e20-481f-bfc9-5c0cfc2a9e29} TCPHandler: Processed in 0.001286759 sec. 2026.01.22 22:24:12.542933 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:12.543030 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:24:12.543135 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:12.543169 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5298 rows starting from the beginning of the part 2026.01.22 22:24:12.543234 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2026.01.22 22:24:12.543283 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:24:12.543331 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:24:12.543373 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:24:12.543411 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:24:12.545316 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5598 rows, containing 4 columns (4 merged, 0 gathered) in 0.002325287 sec., 2407444.7584319697 rows/sec., 160.50 MiB/sec. 2026.01.22 22:24:12.545322 [ 199 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 26864 rows, containing 5 columns (5 merged, 0 gathered) in 0.005970694 sec., 4499309.460508276 rows/sec., 307.94 MiB/sec. 2026.01.22 22:24:12.545641 [ 199 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.22 22:24:12.545809 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.22 22:24:12.545916 [ 199 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_91_18} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.545990 [ 199 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_91_18} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.22 22:24:12.546060 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_91_18} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:12.546076 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.01.22 22:24:12.546128 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_91_18} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.22 22:24:12.546194 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.01.22 22:24:14.858533 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30176 2026.01.22 22:24:14.859178 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:14.859232 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:14.859927 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.22 22:24:14.860175 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:14.860309 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30176 2026.01.22 22:24:16.482930 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2026.01.22 22:24:16.499770 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:16.499836 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:16.505872 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.22 22:24:16.506574 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:16.509661 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2026.01.22 22:24:17.565284 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:17.565557 [ 277 ] {512419e9-a054-4e15-93eb-86ee8077c61b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:24:17.565622 [ 277 ] {512419e9-a054-4e15-93eb-86ee8077c61b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:24:17.566273 [ 277 ] {512419e9-a054-4e15-93eb-86ee8077c61b} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:17.566320 [ 277 ] {512419e9-a054-4e15-93eb-86ee8077c61b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:17.566696 [ 277 ] {512419e9-a054-4e15-93eb-86ee8077c61b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:24:17.566922 [ 277 ] {512419e9-a054-4e15-93eb-86ee8077c61b} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:17.567087 [ 277 ] {512419e9-a054-4e15-93eb-86ee8077c61b} executeQuery: Read 24 rows, 2.04 KiB in 0.001596 sec., 15037.593984962406 rows/sec., 1.25 MiB/sec. 2026.01.22 22:24:17.567139 [ 277 ] {512419e9-a054-4e15-93eb-86ee8077c61b} TCPHandler: Processed in 0.002053195 sec. 2026.01.22 22:24:17.567267 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:17.567372 [ 277 ] {73096b6f-3af4-49c5-8f89-851fbaf8e7d2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:24:17.567415 [ 277 ] {73096b6f-3af4-49c5-8f89-851fbaf8e7d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:24:17.567819 [ 277 ] {73096b6f-3af4-49c5-8f89-851fbaf8e7d2} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:17.567857 [ 277 ] {73096b6f-3af4-49c5-8f89-851fbaf8e7d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:17.568145 [ 277 ] {73096b6f-3af4-49c5-8f89-851fbaf8e7d2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:24:17.568371 [ 277 ] {73096b6f-3af4-49c5-8f89-851fbaf8e7d2} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:17.568531 [ 277 ] {73096b6f-3af4-49c5-8f89-851fbaf8e7d2} executeQuery: Read 2 rows, 167.00 B in 0.001181 sec., 1693.480101608806 rows/sec., 138.09 KiB/sec. 2026.01.22 22:24:17.568582 [ 277 ] {73096b6f-3af4-49c5-8f89-851fbaf8e7d2} TCPHandler: Processed in 0.001368971 sec. 2026.01.22 22:24:17.568710 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:17.568810 [ 277 ] {1d676666-966e-4f14-904f-78115a2e7654} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:17.568851 [ 277 ] {1d676666-966e-4f14-904f-78115a2e7654} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:17.569995 [ 277 ] {1d676666-966e-4f14-904f-78115a2e7654} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:17.570033 [ 277 ] {1d676666-966e-4f14-904f-78115a2e7654} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:17.570436 [ 277 ] {1d676666-966e-4f14-904f-78115a2e7654} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.22 22:24:17.570669 [ 277 ] {1d676666-966e-4f14-904f-78115a2e7654} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:17.570812 [ 277 ] {1d676666-966e-4f14-904f-78115a2e7654} executeQuery: Read 1327 rows, 112.98 KiB in 0.002021 sec., 656605.6407718952 rows/sec., 54.59 MiB/sec. 2026.01.22 22:24:17.570852 [ 277 ] {1d676666-966e-4f14-904f-78115a2e7654} TCPHandler: Processed in 0.002194257 sec. 2026.01.22 22:24:17.570989 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:17.571115 [ 277 ] {06bf6e9a-5036-4078-8d32-1bbb688602c9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:17.571166 [ 277 ] {06bf6e9a-5036-4078-8d32-1bbb688602c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:17.571641 [ 277 ] {06bf6e9a-5036-4078-8d32-1bbb688602c9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:17.571679 [ 277 ] {06bf6e9a-5036-4078-8d32-1bbb688602c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:17.571997 [ 277 ] {06bf6e9a-5036-4078-8d32-1bbb688602c9} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.22 22:24:17.572214 [ 277 ] {06bf6e9a-5036-4078-8d32-1bbb688602c9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:17.572344 [ 69 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.22 22:24:17.572361 [ 277 ] {06bf6e9a-5036-4078-8d32-1bbb688602c9} executeQuery: Read 19 rows, 1.48 KiB in 0.001271 sec., 14948.859166011014 rows/sec., 1.13 MiB/sec. 2026.01.22 22:24:17.572420 [ 69 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:17.572428 [ 277 ] {06bf6e9a-5036-4078-8d32-1bbb688602c9} TCPHandler: Processed in 0.001502331 sec. 2026.01.22 22:24:17.572451 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:17.572553 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:17.572556 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:24:17.572655 [ 277 ] {575fa990-76a2-4b73-a764-613f9c53a514} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:24:17.572688 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:17.572701 [ 277 ] {575fa990-76a2-4b73-a764-613f9c53a514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:24:17.572738 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 296 rows starting from the beginning of the part 2026.01.22 22:24:17.572824 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 5 rows starting from the beginning of the part 2026.01.22 22:24:17.572870 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 46 rows starting from the beginning of the part 2026.01.22 22:24:17.572912 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 5 rows starting from the beginning of the part 2026.01.22 22:24:17.572948 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 36 rows starting from the beginning of the part 2026.01.22 22:24:17.572989 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 19 rows starting from the beginning of the part 2026.01.22 22:24:17.573221 [ 277 ] {575fa990-76a2-4b73-a764-613f9c53a514} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:17.573265 [ 277 ] {575fa990-76a2-4b73-a764-613f9c53a514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:17.573614 [ 277 ] {575fa990-76a2-4b73-a764-613f9c53a514} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:24:17.573836 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 407 rows, containing 5 columns (5 merged, 0 gathered) in 0.001323989 sec., 307404.366652593 rows/sec., 21.22 MiB/sec. 2026.01.22 22:24:17.573842 [ 277 ] {575fa990-76a2-4b73-a764-613f9c53a514} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:17.573989 [ 277 ] {575fa990-76a2-4b73-a764-613f9c53a514} executeQuery: Read 252 rows, 17.85 KiB in 0.001353 sec., 186252.77161862527 rows/sec., 12.88 MiB/sec. 2026.01.22 22:24:17.574030 [ 277 ] {575fa990-76a2-4b73-a764-613f9c53a514} TCPHandler: Processed in 0.001526961 sec. 2026.01.22 22:24:17.574033 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.22 22:24:17.574149 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:17.574252 [ 277 ] {b7c045f2-826d-42cc-9a98-50d4b9ae1700} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:24:17.574294 [ 277 ] {b7c045f2-826d-42cc-9a98-50d4b9ae1700} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:24:17.574386 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_86_17} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:17.574483 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_86_17} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.22 22:24:17.574590 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:24:17.574699 [ 277 ] {b7c045f2-826d-42cc-9a98-50d4b9ae1700} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:17.574740 [ 277 ] {b7c045f2-826d-42cc-9a98-50d4b9ae1700} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:17.575059 [ 277 ] {b7c045f2-826d-42cc-9a98-50d4b9ae1700} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.22 22:24:17.575278 [ 277 ] {b7c045f2-826d-42cc-9a98-50d4b9ae1700} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:17.575415 [ 277 ] {b7c045f2-826d-42cc-9a98-50d4b9ae1700} executeQuery: Read 12 rows, 960.00 B in 0.001181 sec., 10160.880609652837 rows/sec., 793.82 KiB/sec. 2026.01.22 22:24:17.575454 [ 277 ] {b7c045f2-826d-42cc-9a98-50d4b9ae1700} TCPHandler: Processed in 0.001355601 sec. 2026.01.22 22:24:17.575574 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:17.575675 [ 277 ] {26691ade-b0fe-49fc-8fae-02a8daaa4027} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:17.575716 [ 277 ] {26691ade-b0fe-49fc-8fae-02a8daaa4027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:17.576343 [ 277 ] {26691ade-b0fe-49fc-8fae-02a8daaa4027} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:17.576379 [ 277 ] {26691ade-b0fe-49fc-8fae-02a8daaa4027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:17.576716 [ 277 ] {26691ade-b0fe-49fc-8fae-02a8daaa4027} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.22 22:24:17.576937 [ 277 ] {26691ade-b0fe-49fc-8fae-02a8daaa4027} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:17.577072 [ 277 ] {26691ade-b0fe-49fc-8fae-02a8daaa4027} executeQuery: Read 563 rows, 43.23 KiB in 0.001416 sec., 397598.87005649717 rows/sec., 29.81 MiB/sec. 2026.01.22 22:24:17.577109 [ 277 ] {26691ade-b0fe-49fc-8fae-02a8daaa4027} TCPHandler: Processed in 0.001587512 sec. 2026.01.22 22:24:17.577226 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:17.577322 [ 277 ] {52759958-c6e3-40fc-9dd7-b88e16d64275} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:17.577365 [ 277 ] {52759958-c6e3-40fc-9dd7-b88e16d64275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:17.577965 [ 277 ] {52759958-c6e3-40fc-9dd7-b88e16d64275} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:17.578001 [ 277 ] {52759958-c6e3-40fc-9dd7-b88e16d64275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:17.578370 [ 277 ] {52759958-c6e3-40fc-9dd7-b88e16d64275} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.22 22:24:17.578578 [ 277 ] {52759958-c6e3-40fc-9dd7-b88e16d64275} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:17.578711 [ 277 ] {52759958-c6e3-40fc-9dd7-b88e16d64275} executeQuery: Read 881 rows, 61.23 KiB in 0.001408 sec., 625710.2272727273 rows/sec., 42.47 MiB/sec. 2026.01.22 22:24:17.578748 [ 277 ] {52759958-c6e3-40fc-9dd7-b88e16d64275} TCPHandler: Processed in 0.001573742 sec. 2026.01.22 22:24:17.578876 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:17.578993 [ 277 ] {54b82c1a-0d8c-404b-ae68-ccff5880f8fc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:17.579057 [ 277 ] {54b82c1a-0d8c-404b-ae68-ccff5880f8fc} 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.01.22 22:24:17.579899 [ 277 ] {54b82c1a-0d8c-404b-ae68-ccff5880f8fc} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:17.579935 [ 277 ] {54b82c1a-0d8c-404b-ae68-ccff5880f8fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:17.580438 [ 277 ] {54b82c1a-0d8c-404b-ae68-ccff5880f8fc} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.22 22:24:17.580656 [ 277 ] {54b82c1a-0d8c-404b-ae68-ccff5880f8fc} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:17.580799 [ 277 ] {54b82c1a-0d8c-404b-ae68-ccff5880f8fc} executeQuery: Read 5 rows, 9.17 KiB in 0.001831 sec., 2730.7482250136536 rows/sec., 4.89 MiB/sec. 2026.01.22 22:24:17.580865 [ 277 ] {54b82c1a-0d8c-404b-ae68-ccff5880f8fc} TCPHandler: Processed in 0.002050945 sec. 2026.01.22 22:24:17.580978 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:17.581073 [ 277 ] {5893c3b3-9953-436f-a5e1-be3ae6ac08cb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:17.581114 [ 277 ] {5893c3b3-9953-436f-a5e1-be3ae6ac08cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:17.581448 [ 277 ] {5893c3b3-9953-436f-a5e1-be3ae6ac08cb} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:17.581483 [ 277 ] {5893c3b3-9953-436f-a5e1-be3ae6ac08cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:17.581797 [ 277 ] {5893c3b3-9953-436f-a5e1-be3ae6ac08cb} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.22 22:24:17.582006 [ 277 ] {5893c3b3-9953-436f-a5e1-be3ae6ac08cb} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:17.582137 [ 277 ] {5893c3b3-9953-436f-a5e1-be3ae6ac08cb} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.01.22 22:24:17.582174 [ 277 ] {5893c3b3-9953-436f-a5e1-be3ae6ac08cb} TCPHandler: Processed in 0.001246659 sec. 2026.01.22 22:24:22.171402 [ 59 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:24:22.171471 [ 59 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:24:22.360588 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30688 2026.01.22 22:24:22.361454 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:22.361533 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:22.362116 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.22 22:24:22.362340 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:22.362490 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30688 2026.01.22 22:24:22.450038 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1526 2026.01.22 22:24:22.452399 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:22.452443 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:22.453670 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.22 22:24:22.453934 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:22.454231 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1526 2026.01.22 22:24:22.533530 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:22.533699 [ 277 ] {31208c5f-f947-4895-8d76-8559e07fba95} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:22.533763 [ 277 ] {31208c5f-f947-4895-8d76-8559e07fba95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:22.534456 [ 277 ] {31208c5f-f947-4895-8d76-8559e07fba95} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:22.534498 [ 277 ] {31208c5f-f947-4895-8d76-8559e07fba95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:22.534896 [ 277 ] {31208c5f-f947-4895-8d76-8559e07fba95} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.22 22:24:22.535122 [ 277 ] {31208c5f-f947-4895-8d76-8559e07fba95} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:22.535276 [ 277 ] {31208c5f-f947-4895-8d76-8559e07fba95} executeQuery: Read 128 rows, 11.26 KiB in 0.001625 sec., 78769.23076923077 rows/sec., 6.77 MiB/sec. 2026.01.22 22:24:22.535318 [ 277 ] {31208c5f-f947-4895-8d76-8559e07fba95} TCPHandler: Processed in 0.001912155 sec. 2026.01.22 22:24:22.535460 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:22.535556 [ 277 ] {2bbafe7b-0245-4283-9708-549924f13db9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:22.535599 [ 277 ] {2bbafe7b-0245-4283-9708-549924f13db9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:22.536019 [ 277 ] {2bbafe7b-0245-4283-9708-549924f13db9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:22.536055 [ 277 ] {2bbafe7b-0245-4283-9708-549924f13db9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:22.536386 [ 277 ] {2bbafe7b-0245-4283-9708-549924f13db9} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.22 22:24:22.536619 [ 277 ] {2bbafe7b-0245-4283-9708-549924f13db9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:22.536753 [ 277 ] {2bbafe7b-0245-4283-9708-549924f13db9} executeQuery: Read 36 rows, 2.71 KiB in 0.001216 sec., 29605.263157894737 rows/sec., 2.17 MiB/sec. 2026.01.22 22:24:22.536792 [ 277 ] {2bbafe7b-0245-4283-9708-549924f13db9} TCPHandler: Processed in 0.001383531 sec. 2026.01.22 22:24:22.536906 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:22.536999 [ 277 ] {1d6dc572-50f6-4480-9eb4-b035fce14433} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:22.537040 [ 277 ] {1d6dc572-50f6-4480-9eb4-b035fce14433} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:22.537488 [ 277 ] {1d6dc572-50f6-4480-9eb4-b035fce14433} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:22.537524 [ 277 ] {1d6dc572-50f6-4480-9eb4-b035fce14433} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:22.537834 [ 277 ] {1d6dc572-50f6-4480-9eb4-b035fce14433} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.22 22:24:22.538047 [ 277 ] {1d6dc572-50f6-4480-9eb4-b035fce14433} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:22.538177 [ 277 ] {1d6dc572-50f6-4480-9eb4-b035fce14433} executeQuery: Read 100 rows, 8.00 KiB in 0.001195 sec., 83682.00836820083 rows/sec., 6.54 MiB/sec. 2026.01.22 22:24:22.538215 [ 277 ] {1d6dc572-50f6-4480-9eb4-b035fce14433} TCPHandler: Processed in 0.0013591 sec. 2026.01.22 22:24:22.538349 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:22.538443 [ 277 ] {531d1827-6f97-48ab-b2fc-ded2fc9a362c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:22.538488 [ 277 ] {531d1827-6f97-48ab-b2fc-ded2fc9a362c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:22.538922 [ 277 ] {531d1827-6f97-48ab-b2fc-ded2fc9a362c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:22.538958 [ 277 ] {531d1827-6f97-48ab-b2fc-ded2fc9a362c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:22.539286 [ 277 ] {531d1827-6f97-48ab-b2fc-ded2fc9a362c} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.22 22:24:22.539503 [ 277 ] {531d1827-6f97-48ab-b2fc-ded2fc9a362c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:22.539631 [ 277 ] {531d1827-6f97-48ab-b2fc-ded2fc9a362c} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.01.22 22:24:22.539668 [ 277 ] {531d1827-6f97-48ab-b2fc-ded2fc9a362c} TCPHandler: Processed in 0.00136982 sec. 2026.01.22 22:24:22.539775 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:22.539868 [ 277 ] {9f94432f-17b1-4de5-8081-996edb60f8fd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:22.539923 [ 277 ] {9f94432f-17b1-4de5-8081-996edb60f8fd} 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.01.22 22:24:22.540798 [ 277 ] {9f94432f-17b1-4de5-8081-996edb60f8fd} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:22.540835 [ 277 ] {9f94432f-17b1-4de5-8081-996edb60f8fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:22.541397 [ 277 ] {9f94432f-17b1-4de5-8081-996edb60f8fd} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.22 22:24:22.541628 [ 277 ] {9f94432f-17b1-4de5-8081-996edb60f8fd} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:22.541771 [ 277 ] {9f94432f-17b1-4de5-8081-996edb60f8fd} executeQuery: Read 36 rows, 66.06 KiB in 0.001921 sec., 18740.239458615306 rows/sec., 33.58 MiB/sec. 2026.01.22 22:24:22.541827 [ 277 ] {9f94432f-17b1-4de5-8081-996edb60f8fd} TCPHandler: Processed in 0.002101606 sec. 2026.01.22 22:24:22.541944 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:22.542038 [ 277 ] {6922ae15-39b9-485c-9932-a66694bafc83} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:22.542081 [ 277 ] {6922ae15-39b9-485c-9932-a66694bafc83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:22.542420 [ 277 ] {6922ae15-39b9-485c-9932-a66694bafc83} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:22.542456 [ 277 ] {6922ae15-39b9-485c-9932-a66694bafc83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:22.542758 [ 277 ] {6922ae15-39b9-485c-9932-a66694bafc83} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.22 22:24:22.542968 [ 277 ] {6922ae15-39b9-485c-9932-a66694bafc83} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:22.543094 [ 277 ] {6922ae15-39b9-485c-9932-a66694bafc83} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.01.22 22:24:22.543131 [ 277 ] {6922ae15-39b9-485c-9932-a66694bafc83} TCPHandler: Processed in 0.00123676 sec. 2026.01.22 22:24:23.001478 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000935287 sec. 2026.01.22 22:24:24.009902 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2026.01.22 22:24:24.027450 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:24.027516 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:24.033481 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.22 22:24:24.034186 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:24.037507 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2026.01.22 22:24:27.532057 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:27.532269 [ 277 ] {4bffd504-9a38-466b-b3b0-391cf2021378} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:27.532341 [ 277 ] {4bffd504-9a38-466b-b3b0-391cf2021378} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:27.533076 [ 277 ] {4bffd504-9a38-466b-b3b0-391cf2021378} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:27.533120 [ 277 ] {4bffd504-9a38-466b-b3b0-391cf2021378} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:27.533515 [ 277 ] {4bffd504-9a38-466b-b3b0-391cf2021378} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.22 22:24:27.533747 [ 277 ] {4bffd504-9a38-466b-b3b0-391cf2021378} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:27.533913 [ 277 ] {4bffd504-9a38-466b-b3b0-391cf2021378} executeQuery: Read 66 rows, 5.35 KiB in 0.001696 sec., 38915.09433962264 rows/sec., 3.08 MiB/sec. 2026.01.22 22:24:27.533965 [ 277 ] {4bffd504-9a38-466b-b3b0-391cf2021378} TCPHandler: Processed in 0.002040185 sec. 2026.01.22 22:24:27.534084 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:27.534186 [ 277 ] {98a0994f-5682-418d-98df-d5dfe159bca1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:27.534228 [ 277 ] {98a0994f-5682-418d-98df-d5dfe159bca1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:27.534638 [ 277 ] {98a0994f-5682-418d-98df-d5dfe159bca1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:27.534672 [ 277 ] {98a0994f-5682-418d-98df-d5dfe159bca1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:27.534977 [ 277 ] {98a0994f-5682-418d-98df-d5dfe159bca1} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.22 22:24:27.535197 [ 277 ] {98a0994f-5682-418d-98df-d5dfe159bca1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:27.535332 [ 277 ] {98a0994f-5682-418d-98df-d5dfe159bca1} executeQuery: Read 5 rows, 385.00 B in 0.001169 sec., 4277.159965782721 rows/sec., 321.62 KiB/sec. 2026.01.22 22:24:27.535370 [ 277 ] {98a0994f-5682-418d-98df-d5dfe159bca1} TCPHandler: Processed in 0.00133745 sec. 2026.01.22 22:24:27.535477 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:27.535585 [ 277 ] {ab360bf7-0959-4cce-8cee-a638446cbdf2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:27.535630 [ 277 ] {ab360bf7-0959-4cce-8cee-a638446cbdf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:27.536049 [ 277 ] {ab360bf7-0959-4cce-8cee-a638446cbdf2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:27.536086 [ 277 ] {ab360bf7-0959-4cce-8cee-a638446cbdf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:27.536388 [ 277 ] {ab360bf7-0959-4cce-8cee-a638446cbdf2} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.22 22:24:27.536601 [ 277 ] {ab360bf7-0959-4cce-8cee-a638446cbdf2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:27.536731 [ 277 ] {ab360bf7-0959-4cce-8cee-a638446cbdf2} executeQuery: Read 69 rows, 5.52 KiB in 0.001171 sec., 58923.99658411614 rows/sec., 4.60 MiB/sec. 2026.01.22 22:24:27.536769 [ 277 ] {ab360bf7-0959-4cce-8cee-a638446cbdf2} TCPHandler: Processed in 0.00134453 sec. 2026.01.22 22:24:27.536881 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:27.536975 [ 277 ] {aebaf7c6-48d6-4797-a8a7-f2ab6384e2e9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:27.537018 [ 277 ] {aebaf7c6-48d6-4797-a8a7-f2ab6384e2e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:27.537421 [ 277 ] {aebaf7c6-48d6-4797-a8a7-f2ab6384e2e9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:27.537457 [ 277 ] {aebaf7c6-48d6-4797-a8a7-f2ab6384e2e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:27.537783 [ 277 ] {aebaf7c6-48d6-4797-a8a7-f2ab6384e2e9} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.22 22:24:27.537995 [ 277 ] {aebaf7c6-48d6-4797-a8a7-f2ab6384e2e9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:27.538123 [ 277 ] {aebaf7c6-48d6-4797-a8a7-f2ab6384e2e9} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2026.01.22 22:24:27.538161 [ 277 ] {aebaf7c6-48d6-4797-a8a7-f2ab6384e2e9} TCPHandler: Processed in 0.00132912 sec. 2026.01.22 22:24:27.538284 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:27.538406 [ 277 ] {9ebbc64b-326d-4974-9a6e-5ed6820800ee} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:27.538478 [ 277 ] {9ebbc64b-326d-4974-9a6e-5ed6820800ee} 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.01.22 22:24:27.539300 [ 277 ] {9ebbc64b-326d-4974-9a6e-5ed6820800ee} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:27.539337 [ 277 ] {9ebbc64b-326d-4974-9a6e-5ed6820800ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:27.539841 [ 277 ] {9ebbc64b-326d-4974-9a6e-5ed6820800ee} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.22 22:24:27.540065 [ 277 ] {9ebbc64b-326d-4974-9a6e-5ed6820800ee} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:27.540189 [ 52 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.22 22:24:27.540205 [ 277 ] {9ebbc64b-326d-4974-9a6e-5ed6820800ee} executeQuery: Read 5 rows, 9.17 KiB in 0.001824 sec., 2741.2280701754385 rows/sec., 4.91 MiB/sec. 2026.01.22 22:24:27.540252 [ 52 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:27.540277 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:27.540287 [ 277 ] {9ebbc64b-326d-4974-9a6e-5ed6820800ee} TCPHandler: Processed in 0.002064706 sec. 2026.01.22 22:24:27.540400 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:24:27.540405 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:27.540548 [ 277 ] {b96048ef-594c-4cd0-8333-dcb55156fde7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:27.540591 [ 277 ] {b96048ef-594c-4cd0-8333-dcb55156fde7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:27.540696 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:27.540767 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1714 rows starting from the beginning of the part 2026.01.22 22:24:27.540908 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 5 rows starting from the beginning of the part 2026.01.22 22:24:27.540925 [ 277 ] {b96048ef-594c-4cd0-8333-dcb55156fde7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:27.540965 [ 277 ] {b96048ef-594c-4cd0-8333-dcb55156fde7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:27.541013 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 36 rows starting from the beginning of the part 2026.01.22 22:24:27.541112 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 5 rows starting from the beginning of the part 2026.01.22 22:24:27.541204 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 36 rows starting from the beginning of the part 2026.01.22 22:24:27.541267 [ 277 ] {b96048ef-594c-4cd0-8333-dcb55156fde7} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.22 22:24:27.541293 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 5 rows starting from the beginning of the part 2026.01.22 22:24:27.541485 [ 277 ] {b96048ef-594c-4cd0-8333-dcb55156fde7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:27.541627 [ 277 ] {b96048ef-594c-4cd0-8333-dcb55156fde7} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.01.22 22:24:27.541663 [ 277 ] {b96048ef-594c-4cd0-8333-dcb55156fde7} TCPHandler: Processed in 0.00130888 sec. 2026.01.22 22:24:27.549197 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1801 rows, containing 19 columns (19 merged, 0 gathered) in 0.008856356 sec., 203356.7756309706 rows/sec., 364.41 MiB/sec. 2026.01.22 22:24:27.550995 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.22 22:24:27.551382 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_86_17} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:27.551465 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_86_17} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.22 22:24:27.551614 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.13 MiB. 2026.01.22 22:24:28.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 352.01 MiB, peak 369.09 MiB, free memory in arenas 0.00 B, will set to 354.75 MiB (RSS), difference: 2.74 MiB 2026.01.22 22:24:28.893074 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52958 2026.01.22 22:24:28.893182 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.893210 [ 351 ] {} TCP-Session: f48243b8-2000-4895-9cfe-b2373b3476f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:52958 2026.01.22 22:24:28.893382 [ 351 ] {} TCP-Session: f48243b8-2000-4895-9cfe-b2373b3476f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.893395 [ 351 ] {} TCP-Session: f48243b8-2000-4895-9cfe-b2373b3476f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.893618 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42460 2026.01.22 22:24:28.893670 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43032 2026.01.22 22:24:28.893696 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58026 2026.01.22 22:24:28.893711 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45048 2026.01.22 22:24:28.893735 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.893759 [ 351 ] {} TCP-Session: f48243b8-2000-4895-9cfe-b2373b3476f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:28.893790 [ 352 ] {} TCP-Session: 14cbf261-37f4-4445-a781-60683f73cc56 Authenticating user 'default' from [fd00:1122:3344:101::e]:42460 2026.01.22 22:24:28.893795 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.893818 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.893795 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.893845 [ 286 ] {} TCP-Session: 235c9c7c-bc3d-437a-bb56-41ebadbc9852 Authenticating user 'default' from [fd00:1122:3344:101::e]:43032 2026.01.22 22:24:28.893825 [ 352 ] {} TCP-Session: 14cbf261-37f4-4445-a781-60683f73cc56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.893730 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58549 2026.01.22 22:24:28.893718 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63214 2026.01.22 22:24:28.893670 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53899 2026.01.22 22:24:28.893963 [ 351 ] {2958abaa-a4bc-44a2-903e-c9a898636153} executeQuery: (from [fd00:1122:3344:101::e]:52958) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:24:28.893992 [ 290 ] {} TCP-Session: 97d01f81-e017-4c29-bbc7-c89345089a64 Authenticating user 'default' from [fd00:1122:3344:101::e]:45048 2026.01.22 22:24:28.893698 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61441 2026.01.22 22:24:28.894043 [ 290 ] {} TCP-Session: 97d01f81-e017-4c29-bbc7-c89345089a64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894039 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.894034 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.894083 [ 290 ] {} TCP-Session: 97d01f81-e017-4c29-bbc7-c89345089a64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894096 [ 349 ] {} TCP-Session: d0b562ef-4bb7-43ac-ad28-250a7ef5480a Authenticating user 'default' from [fd00:1122:3344:101::e]:63214 2026.01.22 22:24:28.894110 [ 352 ] {} TCP-Session: 14cbf261-37f4-4445-a781-60683f73cc56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894121 [ 353 ] {} TCP-Session: 68226576-d420-4f8a-a439-9e41e63bbb1d Authenticating user 'default' from [fd00:1122:3344:101::e]:53899 2026.01.22 22:24:28.894132 [ 349 ] {} TCP-Session: d0b562ef-4bb7-43ac-ad28-250a7ef5480a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894154 [ 349 ] {} TCP-Session: d0b562ef-4bb7-43ac-ad28-250a7ef5480a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894154 [ 353 ] {} TCP-Session: 68226576-d420-4f8a-a439-9e41e63bbb1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894172 [ 286 ] {} TCP-Session: 235c9c7c-bc3d-437a-bb56-41ebadbc9852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894192 [ 353 ] {} TCP-Session: 68226576-d420-4f8a-a439-9e41e63bbb1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894194 [ 289 ] {} TCP-Session: 2b8aae62-2d71-490d-bebf-8ed36de9fc9c Authenticating user 'default' from [fd00:1122:3344:101::e]:58026 2026.01.22 22:24:28.894200 [ 286 ] {} TCP-Session: 235c9c7c-bc3d-437a-bb56-41ebadbc9852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894232 [ 289 ] {} TCP-Session: 2b8aae62-2d71-490d-bebf-8ed36de9fc9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894253 [ 289 ] {} TCP-Session: 2b8aae62-2d71-490d-bebf-8ed36de9fc9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894418 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.894458 [ 288 ] {} TCP-Session: 9f04fd38-6732-4bd2-b146-6e8cba21d365 Authenticating user 'default' from [fd00:1122:3344:101::e]:61441 2026.01.22 22:24:28.894478 [ 351 ] {2958abaa-a4bc-44a2-903e-c9a898636153} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:24:28.894491 [ 288 ] {} TCP-Session: 9f04fd38-6732-4bd2-b146-6e8cba21d365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894525 [ 288 ] {} TCP-Session: 9f04fd38-6732-4bd2-b146-6e8cba21d365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894530 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.894558 [ 351 ] {2958abaa-a4bc-44a2-903e-c9a898636153} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:24:28.894571 [ 350 ] {} TCP-Session: 90ee4dbf-0972-4e8c-bb0f-f2f5904e9bee Authenticating user 'default' from [fd00:1122:3344:101::e]:58549 2026.01.22 22:24:28.894604 [ 350 ] {} TCP-Session: 90ee4dbf-0972-4e8c-bb0f-f2f5904e9bee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894624 [ 350 ] {} TCP-Session: 90ee4dbf-0972-4e8c-bb0f-f2f5904e9bee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.894929 [ 351 ] {2958abaa-a4bc-44a2-903e-c9a898636153} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:24:28.896086 [ 312 ] {2958abaa-a4bc-44a2-903e-c9a898636153} AggregatingTransform: Aggregating 2026.01.22 22:24:28.896131 [ 312 ] {2958abaa-a4bc-44a2-903e-c9a898636153} Aggregator: Aggregation method: without_key 2026.01.22 22:24:28.896165 [ 312 ] {2958abaa-a4bc-44a2-903e-c9a898636153} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001117728 sec. (894.672 rows/sec., 34.95 KiB/sec.) 2026.01.22 22:24:28.896185 [ 312 ] {2958abaa-a4bc-44a2-903e-c9a898636153} Aggregator: Merging aggregated data 2026.01.22 22:24:28.897878 [ 351 ] {2958abaa-a4bc-44a2-903e-c9a898636153} executeQuery: Read 1 rows, 40.00 B in 0.003974 sec., 251.63563160543532 rows/sec., 9.83 KiB/sec. 2026.01.22 22:24:28.898036 [ 351 ] {2958abaa-a4bc-44a2-903e-c9a898636153} TCPHandler: Processed in 0.004427553 sec. 2026.01.22 22:24:28.898155 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.898188 [ 351 ] {} TCP-Session: f48243b8-2000-4895-9cfe-b2373b3476f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.898188 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.898216 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.898239 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.898257 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.898259 [ 288 ] {} TCP-Session: 9f04fd38-6732-4bd2-b146-6e8cba21d365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.898286 [ 352 ] {} TCP-Session: 14cbf261-37f4-4445-a781-60683f73cc56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.898297 [ 289 ] {} TCP-Session: 2b8aae62-2d71-490d-bebf-8ed36de9fc9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.898303 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.898319 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.898348 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.898368 [ 349 ] {} TCP-Session: d0b562ef-4bb7-43ac-ad28-250a7ef5480a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.898354 [ 353 ] {} TCP-Session: 68226576-d420-4f8a-a439-9e41e63bbb1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.898393 [ 290 ] {} TCP-Session: 97d01f81-e017-4c29-bbc7-c89345089a64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.898280 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.898250 [ 350 ] {} TCP-Session: 90ee4dbf-0972-4e8c-bb0f-f2f5904e9bee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.898442 [ 286 ] {} TCP-Session: 235c9c7c-bc3d-437a-bb56-41ebadbc9852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.981251 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50139 2026.01.22 22:24:28.981358 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.981389 [ 351 ] {} TCP-Session: 88063203-09cc-427e-b81f-2de97bcc69f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:50139 2026.01.22 22:24:28.981410 [ 351 ] {} TCP-Session: 88063203-09cc-427e-b81f-2de97bcc69f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.981427 [ 351 ] {} TCP-Session: 88063203-09cc-427e-b81f-2de97bcc69f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.981680 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55414 2026.01.22 22:24:28.981699 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33744 2026.01.22 22:24:28.981729 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49260 2026.01.22 22:24:28.981755 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45666 2026.01.22 22:24:28.981767 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41305 2026.01.22 22:24:28.981798 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.981750 [ 351 ] {} TCP-Session: 88063203-09cc-427e-b81f-2de97bcc69f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:28.981835 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.981849 [ 352 ] {} TCP-Session: 6ef0effd-9459-4374-be43-738fce6dbe2a Authenticating user 'default' from [fd00:1122:3344:101::e]:55414 2026.01.22 22:24:28.981838 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.981892 [ 286 ] {} TCP-Session: 5d18d756-187e-4d36-917b-afd0d835aaca Authenticating user 'default' from [fd00:1122:3344:101::e]:33744 2026.01.22 22:24:28.981901 [ 352 ] {} TCP-Session: 6ef0effd-9459-4374-be43-738fce6dbe2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.981921 [ 349 ] {} TCP-Session: e8599ed7-95a5-4911-83b0-00302e17947f Authenticating user 'default' from [fd00:1122:3344:101::e]:45666 2026.01.22 22:24:28.981934 [ 352 ] {} TCP-Session: 6ef0effd-9459-4374-be43-738fce6dbe2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.981933 [ 286 ] {} TCP-Session: 5d18d756-187e-4d36-917b-afd0d835aaca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.981952 [ 349 ] {} TCP-Session: e8599ed7-95a5-4911-83b0-00302e17947f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.981976 [ 286 ] {} TCP-Session: 5d18d756-187e-4d36-917b-afd0d835aaca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.981989 [ 349 ] {} TCP-Session: e8599ed7-95a5-4911-83b0-00302e17947f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.981835 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.982022 [ 351 ] {780b92e8-e4fe-48c8-a34b-326cf99364da} executeQuery: (from [fd00:1122:3344:101::e]:50139) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:24:28.982042 [ 289 ] {} TCP-Session: 6c5efb03-e682-4952-a6ab-d2089ec6559a Authenticating user 'default' from [fd00:1122:3344:101::e]:49260 2026.01.22 22:24:28.981741 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62780 2026.01.22 22:24:28.982080 [ 289 ] {} TCP-Session: 6c5efb03-e682-4952-a6ab-d2089ec6559a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.981728 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59277 2026.01.22 22:24:28.982112 [ 289 ] {} TCP-Session: 6c5efb03-e682-4952-a6ab-d2089ec6559a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.982140 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.981692 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57855 2026.01.22 22:24:28.982169 [ 290 ] {} TCP-Session: 32e2139b-ab10-40dc-87b8-8646cc9ab64d Authenticating user 'default' from [fd00:1122:3344:101::e]:62780 2026.01.22 22:24:28.981890 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.982178 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.982209 [ 290 ] {} TCP-Session: 32e2139b-ab10-40dc-87b8-8646cc9ab64d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.982222 [ 288 ] {} TCP-Session: 55bd50e3-9d6d-43bf-bf22-6a10a7a15761 Authenticating user 'default' from [fd00:1122:3344:101::e]:59277 2026.01.22 22:24:28.982235 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.982242 [ 290 ] {} TCP-Session: 32e2139b-ab10-40dc-87b8-8646cc9ab64d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.982260 [ 288 ] {} TCP-Session: 55bd50e3-9d6d-43bf-bf22-6a10a7a15761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.982272 [ 353 ] {} TCP-Session: ef7b8598-dede-4964-8bbb-583ef0d2c77c Authenticating user 'default' from [fd00:1122:3344:101::e]:57855 2026.01.22 22:24:28.982288 [ 288 ] {} TCP-Session: 55bd50e3-9d6d-43bf-bf22-6a10a7a15761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.982310 [ 353 ] {} TCP-Session: ef7b8598-dede-4964-8bbb-583ef0d2c77c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.982315 [ 351 ] {780b92e8-e4fe-48c8-a34b-326cf99364da} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:24:28.982345 [ 353 ] {} TCP-Session: ef7b8598-dede-4964-8bbb-583ef0d2c77c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.982222 [ 350 ] {} TCP-Session: af4cb69d-2b6c-4981-acde-26439c0f8b8c Authenticating user 'default' from [fd00:1122:3344:101::e]:41305 2026.01.22 22:24:28.982395 [ 350 ] {} TCP-Session: af4cb69d-2b6c-4981-acde-26439c0f8b8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.982396 [ 351 ] {780b92e8-e4fe-48c8-a34b-326cf99364da} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:24:28.982413 [ 350 ] {} TCP-Session: af4cb69d-2b6c-4981-acde-26439c0f8b8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.982709 [ 351 ] {780b92e8-e4fe-48c8-a34b-326cf99364da} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:24:28.983734 [ 317 ] {780b92e8-e4fe-48c8-a34b-326cf99364da} AggregatingTransform: Aggregating 2026.01.22 22:24:28.983787 [ 317 ] {780b92e8-e4fe-48c8-a34b-326cf99364da} Aggregator: Aggregation method: without_key 2026.01.22 22:24:28.983826 [ 317 ] {780b92e8-e4fe-48c8-a34b-326cf99364da} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000998997 sec. (1001.004 rows/sec., 39.10 KiB/sec.) 2026.01.22 22:24:28.983846 [ 317 ] {780b92e8-e4fe-48c8-a34b-326cf99364da} Aggregator: Merging aggregated data 2026.01.22 22:24:28.985353 [ 351 ] {780b92e8-e4fe-48c8-a34b-326cf99364da} executeQuery: Read 1 rows, 40.00 B in 0.003388 sec., 295.159386068477 rows/sec., 11.53 KiB/sec. 2026.01.22 22:24:28.985546 [ 351 ] {780b92e8-e4fe-48c8-a34b-326cf99364da} TCPHandler: Processed in 0.003915559 sec. 2026.01.22 22:24:28.985663 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.985690 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.985706 [ 351 ] {} TCP-Session: 88063203-09cc-427e-b81f-2de97bcc69f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.985731 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.985756 [ 350 ] {} TCP-Session: af4cb69d-2b6c-4981-acde-26439c0f8b8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.985769 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.985790 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.985805 [ 286 ] {} TCP-Session: 5d18d756-187e-4d36-917b-afd0d835aaca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.985811 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.985831 [ 349 ] {} TCP-Session: e8599ed7-95a5-4911-83b0-00302e17947f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.985837 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.985869 [ 290 ] {} TCP-Session: 32e2139b-ab10-40dc-87b8-8646cc9ab64d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.985879 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.985899 [ 288 ] {} TCP-Session: 55bd50e3-9d6d-43bf-bf22-6a10a7a15761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.985826 [ 353 ] {} TCP-Session: ef7b8598-dede-4964-8bbb-583ef0d2c77c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.985942 [ 289 ] {} TCP-Session: 6c5efb03-e682-4952-a6ab-d2089ec6559a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.985770 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:28.986032 [ 352 ] {} TCP-Session: 6ef0effd-9459-4374-be43-738fce6dbe2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.996397 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46423 2026.01.22 22:24:28.996484 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.996509 [ 351 ] {} TCP-Session: e48bca61-fa64-4083-8d4d-a2bd1c41a770 Authenticating user 'default' from [fd00:1122:3344:101::e]:46423 2026.01.22 22:24:28.996531 [ 351 ] {} TCP-Session: e48bca61-fa64-4083-8d4d-a2bd1c41a770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.996543 [ 351 ] {} TCP-Session: e48bca61-fa64-4083-8d4d-a2bd1c41a770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.996738 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45266 2026.01.22 22:24:28.996789 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56982 2026.01.22 22:24:28.996799 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40256 2026.01.22 22:24:28.996834 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.996839 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37571 2026.01.22 22:24:28.996870 [ 352 ] {} TCP-Session: fd470116-d9a6-4cdb-b75f-f71f614433a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:45266 2026.01.22 22:24:28.996881 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40645 2026.01.22 22:24:28.996885 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.996897 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59456 2026.01.22 22:24:28.996936 [ 352 ] {} TCP-Session: fd470116-d9a6-4cdb-b75f-f71f614433a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.996948 [ 286 ] {} TCP-Session: 179eef90-8796-4eee-b16f-1b912ea0569f Authenticating user 'default' from [fd00:1122:3344:101::e]:40256 2026.01.22 22:24:28.996980 [ 352 ] {} TCP-Session: fd470116-d9a6-4cdb-b75f-f71f614433a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.996991 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.997003 [ 286 ] {} TCP-Session: 179eef90-8796-4eee-b16f-1b912ea0569f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.997009 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.997026 [ 290 ] {} TCP-Session: 2a40e658-ca93-458f-b73f-6e09d1712360 Authenticating user 'default' from [fd00:1122:3344:101::e]:40645 2026.01.22 22:24:28.997027 [ 286 ] {} TCP-Session: 179eef90-8796-4eee-b16f-1b912ea0569f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.997051 [ 290 ] {} TCP-Session: 2a40e658-ca93-458f-b73f-6e09d1712360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.997051 [ 349 ] {} TCP-Session: 005ef2a9-bdcb-4d1c-8580-8a6fda904edd Authenticating user 'default' from [fd00:1122:3344:101::e]:59456 2026.01.22 22:24:28.997066 [ 290 ] {} TCP-Session: 2a40e658-ca93-458f-b73f-6e09d1712360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.997085 [ 349 ] {} TCP-Session: 005ef2a9-bdcb-4d1c-8580-8a6fda904edd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.996930 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.997113 [ 349 ] {} TCP-Session: 005ef2a9-bdcb-4d1c-8580-8a6fda904edd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.996906 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.997154 [ 289 ] {} TCP-Session: 8b520519-b1f0-431c-9e6b-4cbe2a056553 Authenticating user 'default' from [fd00:1122:3344:101::e]:37571 2026.01.22 22:24:28.997192 [ 353 ] {} TCP-Session: 009b2b0e-dd37-4550-a235-fa495a76de83 Authenticating user 'default' from [fd00:1122:3344:101::e]:56982 2026.01.22 22:24:28.997201 [ 289 ] {} TCP-Session: 8b520519-b1f0-431c-9e6b-4cbe2a056553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.997216 [ 353 ] {} TCP-Session: 009b2b0e-dd37-4550-a235-fa495a76de83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.997267 [ 289 ] {} TCP-Session: 8b520519-b1f0-431c-9e6b-4cbe2a056553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.997278 [ 353 ] {} TCP-Session: 009b2b0e-dd37-4550-a235-fa495a76de83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.996849 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44865 2026.01.22 22:24:28.996954 [ 351 ] {} TCP-Session: e48bca61-fa64-4083-8d4d-a2bd1c41a770 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:28.996904 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37332 2026.01.22 22:24:28.997409 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.997444 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:24:28.997446 [ 288 ] {} TCP-Session: 16cd9c9f-3685-4365-bc79-5f959c957bbd Authenticating user 'default' from [fd00:1122:3344:101::e]:44865 2026.01.22 22:24:28.997476 [ 350 ] {} TCP-Session: f43f01f7-7cc0-4397-8dd4-99c7dd30ef57 Authenticating user 'default' from [fd00:1122:3344:101::e]:37332 2026.01.22 22:24:28.997489 [ 288 ] {} TCP-Session: 16cd9c9f-3685-4365-bc79-5f959c957bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.997494 [ 350 ] {} TCP-Session: f43f01f7-7cc0-4397-8dd4-99c7dd30ef57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.997511 [ 288 ] {} TCP-Session: 16cd9c9f-3685-4365-bc79-5f959c957bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.997514 [ 350 ] {} TCP-Session: f43f01f7-7cc0-4397-8dd4-99c7dd30ef57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:28.997550 [ 351 ] {7026ee12-4c63-4b90-81e7-8c0b298f9c41} executeQuery: (from [fd00:1122:3344:101::e]:46423) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:24:28.997819 [ 351 ] {7026ee12-4c63-4b90-81e7-8c0b298f9c41} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:24:28.997882 [ 351 ] {7026ee12-4c63-4b90-81e7-8c0b298f9c41} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:24:28.998236 [ 351 ] {7026ee12-4c63-4b90-81e7-8c0b298f9c41} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:24:28.999341 [ 317 ] {7026ee12-4c63-4b90-81e7-8c0b298f9c41} AggregatingTransform: Aggregating 2026.01.22 22:24:28.999379 [ 317 ] {7026ee12-4c63-4b90-81e7-8c0b298f9c41} Aggregator: Aggregation method: without_key 2026.01.22 22:24:28.999414 [ 317 ] {7026ee12-4c63-4b90-81e7-8c0b298f9c41} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001053308 sec. (949.390 rows/sec., 37.09 KiB/sec.) 2026.01.22 22:24:28.999435 [ 317 ] {7026ee12-4c63-4b90-81e7-8c0b298f9c41} Aggregator: Merging aggregated data 2026.01.22 22:24:29.000945 [ 351 ] {7026ee12-4c63-4b90-81e7-8c0b298f9c41} executeQuery: Read 1 rows, 40.00 B in 0.003453 sec., 289.6032435563278 rows/sec., 11.31 KiB/sec. 2026.01.22 22:24:29.001126 [ 351 ] {7026ee12-4c63-4b90-81e7-8c0b298f9c41} TCPHandler: Processed in 0.004294852 sec. 2026.01.22 22:24:29.001221 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:29.001251 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:29.001258 [ 351 ] {} TCP-Session: e48bca61-fa64-4083-8d4d-a2bd1c41a770 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:29.001274 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:29.001297 [ 352 ] {} TCP-Session: fd470116-d9a6-4cdb-b75f-f71f614433a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:29.001316 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:29.001333 [ 353 ] {} TCP-Session: 009b2b0e-dd37-4550-a235-fa495a76de83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:29.001338 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:29.001363 [ 286 ] {} TCP-Session: 179eef90-8796-4eee-b16f-1b912ea0569f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:29.001364 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:29.001386 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:29.001407 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:29.001430 [ 288 ] {} TCP-Session: 16cd9c9f-3685-4365-bc79-5f959c957bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:29.001460 [ 290 ] {} TCP-Session: 2a40e658-ca93-458f-b73f-6e09d1712360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:29.001440 [ 289 ] {} TCP-Session: 8b520519-b1f0-431c-9e6b-4cbe2a056553 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:29.001389 [ 349 ] {} TCP-Session: 005ef2a9-bdcb-4d1c-8580-8a6fda904edd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:29.001296 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:24:29.001575 [ 350 ] {} TCP-Session: f43f01f7-7cc0-4397-8dd4-99c7dd30ef57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:24:29.862676 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31136 2026.01.22 22:24:29.863245 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:29.863301 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.22 22:24:29.863812 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.22 22:24:29.864085 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:29.864252 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31136 2026.01.22 22:24:31.537609 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2026.01.22 22:24:31.554480 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:31.554526 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:31.560976 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.22 22:24:31.561692 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:31.564672 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2026.01.22 22:24:32.051187 [ 47 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2026.01.22 22:24:32.051247 [ 47 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.051266 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.051386 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_23_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full 2026.01.22 22:24:32.051549 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:32.051587 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 484 rows starting from the beginning of the part 2026.01.22 22:24:32.051658 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part 2026.01.22 22:24:32.051708 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 252 rows starting from the beginning of the part 2026.01.22 22:24:32.051755 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 252 rows starting from the beginning of the part 2026.01.22 22:24:32.051802 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 252 rows starting from the beginning of the part 2026.01.22 22:24:32.052781 [ 194 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 1492 rows, containing 5 columns (5 merged, 0 gathered) in 0.001450241 sec., 1028794.5244962735 rows/sec., 74.33 MiB/sec. 2026.01.22 22:24:32.053001 [ 198 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.22 22:24:32.053334 [ 198 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_23_5} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.053427 [ 198 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_23_5} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2026.01.22 22:24:32.053539 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.22 22:24:32.454441 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1556 2026.01.22 22:24:32.456777 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.456833 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.458050 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.22 22:24:32.458318 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.458631 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1556 2026.01.22 22:24:32.544575 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:32.544744 [ 277 ] {e2ad117e-4d46-45cb-a6b5-f0e6ef0f4179} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:24:32.544807 [ 277 ] {e2ad117e-4d46-45cb-a6b5-f0e6ef0f4179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:24:32.545616 [ 277 ] {e2ad117e-4d46-45cb-a6b5-f0e6ef0f4179} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.545657 [ 277 ] {e2ad117e-4d46-45cb-a6b5-f0e6ef0f4179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.546054 [ 277 ] {e2ad117e-4d46-45cb-a6b5-f0e6ef0f4179} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:24:32.546270 [ 277 ] {e2ad117e-4d46-45cb-a6b5-f0e6ef0f4179} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.546418 [ 277 ] {e2ad117e-4d46-45cb-a6b5-f0e6ef0f4179} executeQuery: Read 446 rows, 28.96 KiB in 0.001721 sec., 259151.65601394538 rows/sec., 16.44 MiB/sec. 2026.01.22 22:24:32.546475 [ 277 ] {e2ad117e-4d46-45cb-a6b5-f0e6ef0f4179} TCPHandler: Processed in 0.002017515 sec. 2026.01.22 22:24:32.546596 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:32.546696 [ 277 ] {28c8ca22-4292-4be1-b725-0441b9cfbfb5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:32.546740 [ 277 ] {28c8ca22-4292-4be1-b725-0441b9cfbfb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:32.547757 [ 277 ] {28c8ca22-4292-4be1-b725-0441b9cfbfb5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.547793 [ 277 ] {28c8ca22-4292-4be1-b725-0441b9cfbfb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.548163 [ 277 ] {28c8ca22-4292-4be1-b725-0441b9cfbfb5} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.22 22:24:32.548384 [ 277 ] {28c8ca22-4292-4be1-b725-0441b9cfbfb5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.548514 [ 277 ] {28c8ca22-4292-4be1-b725-0441b9cfbfb5} executeQuery: Read 1274 rows, 104.10 KiB in 0.001841 sec., 692015.2091254753 rows/sec., 55.22 MiB/sec. 2026.01.22 22:24:32.548552 [ 277 ] {28c8ca22-4292-4be1-b725-0441b9cfbfb5} TCPHandler: Processed in 0.002005695 sec. 2026.01.22 22:24:32.548662 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:32.548757 [ 277 ] {87554e6e-3fc1-4e76-99cd-b08b1d25e002} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:32.548797 [ 277 ] {87554e6e-3fc1-4e76-99cd-b08b1d25e002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:32.549287 [ 277 ] {87554e6e-3fc1-4e76-99cd-b08b1d25e002} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.549323 [ 277 ] {87554e6e-3fc1-4e76-99cd-b08b1d25e002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.549621 [ 277 ] {87554e6e-3fc1-4e76-99cd-b08b1d25e002} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.22 22:24:32.549824 [ 277 ] {87554e6e-3fc1-4e76-99cd-b08b1d25e002} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.549951 [ 277 ] {87554e6e-3fc1-4e76-99cd-b08b1d25e002} executeQuery: Read 259 rows, 16.10 KiB in 0.001213 sec., 213520.19785655398 rows/sec., 12.96 MiB/sec. 2026.01.22 22:24:32.549988 [ 277 ] {87554e6e-3fc1-4e76-99cd-b08b1d25e002} TCPHandler: Processed in 0.00137321 sec. 2026.01.22 22:24:32.550090 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:32.550187 [ 277 ] {2f7083cf-f82b-440a-8993-73729bc584f1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:24:32.550233 [ 277 ] {2f7083cf-f82b-440a-8993-73729bc584f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:24:32.550716 [ 277 ] {2f7083cf-f82b-440a-8993-73729bc584f1} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.550753 [ 277 ] {2f7083cf-f82b-440a-8993-73729bc584f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.551082 [ 277 ] {2f7083cf-f82b-440a-8993-73729bc584f1} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:24:32.551289 [ 277 ] {2f7083cf-f82b-440a-8993-73729bc584f1} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.551431 [ 277 ] {2f7083cf-f82b-440a-8993-73729bc584f1} executeQuery: Read 230 rows, 15.18 KiB in 0.001261 sec., 182394.9246629659 rows/sec., 11.76 MiB/sec. 2026.01.22 22:24:32.551469 [ 277 ] {2f7083cf-f82b-440a-8993-73729bc584f1} TCPHandler: Processed in 0.001427111 sec. 2026.01.22 22:24:32.551567 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:32.551659 [ 277 ] {30608bbd-51fc-4936-9dc6-59e5a31ef757} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:24:32.551697 [ 277 ] {30608bbd-51fc-4936-9dc6-59e5a31ef757} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:24:32.552165 [ 277 ] {30608bbd-51fc-4936-9dc6-59e5a31ef757} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.552201 [ 277 ] {30608bbd-51fc-4936-9dc6-59e5a31ef757} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.552505 [ 277 ] {30608bbd-51fc-4936-9dc6-59e5a31ef757} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.22 22:24:32.552728 [ 277 ] {30608bbd-51fc-4936-9dc6-59e5a31ef757} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.552855 [ 277 ] {30608bbd-51fc-4936-9dc6-59e5a31ef757} executeQuery: Read 229 rows, 13.31 KiB in 0.001214 sec., 188632.6194398682 rows/sec., 10.71 MiB/sec. 2026.01.22 22:24:32.552892 [ 277 ] {30608bbd-51fc-4936-9dc6-59e5a31ef757} TCPHandler: Processed in 0.00137233 sec. 2026.01.22 22:24:32.553011 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:32.553127 [ 277 ] {e927d155-3c66-4089-97c4-36e0722f2b48} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:32.553175 [ 277 ] {e927d155-3c66-4089-97c4-36e0722f2b48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:32.553956 [ 277 ] {e927d155-3c66-4089-97c4-36e0722f2b48} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.553991 [ 277 ] {e927d155-3c66-4089-97c4-36e0722f2b48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.554334 [ 277 ] {e927d155-3c66-4089-97c4-36e0722f2b48} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.22 22:24:32.554541 [ 277 ] {e927d155-3c66-4089-97c4-36e0722f2b48} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.554668 [ 277 ] {e927d155-3c66-4089-97c4-36e0722f2b48} executeQuery: Read 769 rows, 55.15 KiB in 0.001564 sec., 491687.97953964194 rows/sec., 34.43 MiB/sec. 2026.01.22 22:24:32.554706 [ 277 ] {e927d155-3c66-4089-97c4-36e0722f2b48} TCPHandler: Processed in 0.001754433 sec. 2026.01.22 22:24:32.554814 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:32.554906 [ 277 ] {198df643-d418-448c-b1cc-fb7cccd16f35} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:24:32.554946 [ 277 ] {198df643-d418-448c-b1cc-fb7cccd16f35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:24:32.555272 [ 277 ] {198df643-d418-448c-b1cc-fb7cccd16f35} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.555307 [ 277 ] {198df643-d418-448c-b1cc-fb7cccd16f35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.555610 [ 277 ] {198df643-d418-448c-b1cc-fb7cccd16f35} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:24:32.555820 [ 277 ] {198df643-d418-448c-b1cc-fb7cccd16f35} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.555945 [ 277 ] {198df643-d418-448c-b1cc-fb7cccd16f35} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2026.01.22 22:24:32.555981 [ 277 ] {198df643-d418-448c-b1cc-fb7cccd16f35} TCPHandler: Processed in 0.001214189 sec. 2026.01.22 22:24:32.556080 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:32.556171 [ 277 ] {105c130b-6d23-4879-99d2-d8aac23addf1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:32.556211 [ 277 ] {105c130b-6d23-4879-99d2-d8aac23addf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:32.556641 [ 277 ] {105c130b-6d23-4879-99d2-d8aac23addf1} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.556676 [ 277 ] {105c130b-6d23-4879-99d2-d8aac23addf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.557007 [ 277 ] {105c130b-6d23-4879-99d2-d8aac23addf1} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.22 22:24:32.557211 [ 277 ] {105c130b-6d23-4879-99d2-d8aac23addf1} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.557337 [ 277 ] {105c130b-6d23-4879-99d2-d8aac23addf1} executeQuery: Read 328 rows, 22.00 KiB in 0.001185 sec., 276793.2489451477 rows/sec., 18.13 MiB/sec. 2026.01.22 22:24:32.557374 [ 277 ] {105c130b-6d23-4879-99d2-d8aac23addf1} TCPHandler: Processed in 0.001340819 sec. 2026.01.22 22:24:32.557471 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:32.557562 [ 277 ] {e5a16c89-76b1-475a-9d29-b890b11cb650} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:24:32.557603 [ 277 ] {e5a16c89-76b1-475a-9d29-b890b11cb650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:24:32.557904 [ 277 ] {e5a16c89-76b1-475a-9d29-b890b11cb650} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.557939 [ 277 ] {e5a16c89-76b1-475a-9d29-b890b11cb650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.558224 [ 277 ] {e5a16c89-76b1-475a-9d29-b890b11cb650} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:24:32.558425 [ 277 ] {e5a16c89-76b1-475a-9d29-b890b11cb650} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.558549 [ 277 ] {e5a16c89-76b1-475a-9d29-b890b11cb650} executeQuery: Read 1 rows, 69.00 B in 0.001004 sec., 996.0159362549801 rows/sec., 67.11 KiB/sec. 2026.01.22 22:24:32.558584 [ 277 ] {e5a16c89-76b1-475a-9d29-b890b11cb650} TCPHandler: Processed in 0.001160309 sec. 2026.01.22 22:24:32.558683 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:32.558772 [ 277 ] {cd904ba5-7e94-430f-b1d4-354fbf027bc0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:32.558824 [ 277 ] {cd904ba5-7e94-430f-b1d4-354fbf027bc0} 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.01.22 22:24:32.559674 [ 277 ] {cd904ba5-7e94-430f-b1d4-354fbf027bc0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.559709 [ 277 ] {cd904ba5-7e94-430f-b1d4-354fbf027bc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.560250 [ 277 ] {cd904ba5-7e94-430f-b1d4-354fbf027bc0} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.22 22:24:32.560476 [ 277 ] {cd904ba5-7e94-430f-b1d4-354fbf027bc0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.560611 [ 277 ] {cd904ba5-7e94-430f-b1d4-354fbf027bc0} executeQuery: Read 36 rows, 66.06 KiB in 0.001855 sec., 19407.00808625337 rows/sec., 34.78 MiB/sec. 2026.01.22 22:24:32.560664 [ 277 ] {cd904ba5-7e94-430f-b1d4-354fbf027bc0} TCPHandler: Processed in 0.002027725 sec. 2026.01.22 22:24:32.560774 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:32.560866 [ 277 ] {af9cd8e0-c736-47a4-a1bb-348dd4d9cded} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:32.560906 [ 277 ] {af9cd8e0-c736-47a4-a1bb-348dd4d9cded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:32.561231 [ 277 ] {af9cd8e0-c736-47a4-a1bb-348dd4d9cded} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:32.561266 [ 277 ] {af9cd8e0-c736-47a4-a1bb-348dd4d9cded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:32.561565 [ 277 ] {af9cd8e0-c736-47a4-a1bb-348dd4d9cded} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.22 22:24:32.561769 [ 277 ] {af9cd8e0-c736-47a4-a1bb-348dd4d9cded} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:32.561891 [ 277 ] {af9cd8e0-c736-47a4-a1bb-348dd4d9cded} executeQuery: Read 108 rows, 6.74 KiB in 0.001044 sec., 103448.27586206897 rows/sec., 6.31 MiB/sec. 2026.01.22 22:24:32.561927 [ 277 ] {af9cd8e0-c736-47a4-a1bb-348dd4d9cded} TCPHandler: Processed in 0.001200239 sec. 2026.01.22 22:24:37.171525 [ 40 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:24:37.171598 [ 40 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:24:37.364432 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31648 2026.01.22 22:24:37.365028 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.365076 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.365552 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.22 22:24:37.365768 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.365899 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31648 2026.01.22 22:24:37.365913 [ 40 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.22 22:24:37.365974 [ 40 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.365994 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.366114 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:24:37.366269 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:37.366311 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29216 rows starting from the beginning of the part 2026.01.22 22:24:37.366383 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:24:37.366432 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:24:37.366484 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:24:37.366529 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:24:37.366573 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:24:37.368901 [ 193 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31648 rows, containing 4 columns (4 merged, 0 gathered) in 0.002844481 sec., 11126107.012140352 rows/sec., 159.16 MiB/sec. 2026.01.22 22:24:37.369187 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.22 22:24:37.369478 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_66_13} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.369556 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_66_13} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.22 22:24:37.369653 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.95 MiB. 2026.01.22 22:24:37.531241 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:37.531496 [ 277 ] {314182ae-9a49-4ee6-bd5c-53181f4d9fd7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:37.531595 [ 277 ] {314182ae-9a49-4ee6-bd5c-53181f4d9fd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:37.532445 [ 277 ] {314182ae-9a49-4ee6-bd5c-53181f4d9fd7} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.532491 [ 277 ] {314182ae-9a49-4ee6-bd5c-53181f4d9fd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.532881 [ 277 ] {314182ae-9a49-4ee6-bd5c-53181f4d9fd7} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.22 22:24:37.533123 [ 277 ] {314182ae-9a49-4ee6-bd5c-53181f4d9fd7} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.533275 [ 40 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.22 22:24:37.533293 [ 277 ] {314182ae-9a49-4ee6-bd5c-53181f4d9fd7} executeQuery: Read 66 rows, 5.35 KiB in 0.001867 sec., 35350.83020889127 rows/sec., 2.80 MiB/sec. 2026.01.22 22:24:37.533346 [ 40 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.533368 [ 277 ] {314182ae-9a49-4ee6-bd5c-53181f4d9fd7} TCPHandler: Processed in 0.002295757 sec. 2026.01.22 22:24:37.533375 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.533486 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:24:37.533504 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:37.533591 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:37.533611 [ 277 ] {d187dda1-bc82-47ba-9562-e275743fc3e3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:37.533625 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2556 rows starting from the beginning of the part 2026.01.22 22:24:37.533654 [ 277 ] {d187dda1-bc82-47ba-9562-e275743fc3e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:37.533691 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:24:37.533741 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 128 rows starting from the beginning of the part 2026.01.22 22:24:37.533787 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 66 rows starting from the beginning of the part 2026.01.22 22:24:37.533831 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1274 rows starting from the beginning of the part 2026.01.22 22:24:37.533877 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 66 rows starting from the beginning of the part 2026.01.22 22:24:37.534073 [ 277 ] {d187dda1-bc82-47ba-9562-e275743fc3e3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.534110 [ 277 ] {d187dda1-bc82-47ba-9562-e275743fc3e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.534427 [ 277 ] {d187dda1-bc82-47ba-9562-e275743fc3e3} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.22 22:24:37.534660 [ 277 ] {d187dda1-bc82-47ba-9562-e275743fc3e3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.534795 [ 277 ] {d187dda1-bc82-47ba-9562-e275743fc3e3} executeQuery: Read 5 rows, 385.00 B in 0.001207 sec., 4142.502071251036 rows/sec., 311.50 KiB/sec. 2026.01.22 22:24:37.534834 [ 277 ] {d187dda1-bc82-47ba-9562-e275743fc3e3} TCPHandler: Processed in 0.00138294 sec. 2026.01.22 22:24:37.534939 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:37.535036 [ 277 ] {3eb98fd0-2402-4407-bc2f-bbf1afa1c347} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:37.535077 [ 277 ] {3eb98fd0-2402-4407-bc2f-bbf1afa1c347} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:37.535494 [ 277 ] {3eb98fd0-2402-4407-bc2f-bbf1afa1c347} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.535529 [ 277 ] {3eb98fd0-2402-4407-bc2f-bbf1afa1c347} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.535752 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5417 rows, containing 5 columns (5 merged, 0 gathered) in 0.002304577 sec., 2350539.8170683817 rows/sec., 200.76 MiB/sec. 2026.01.22 22:24:37.535838 [ 277 ] {3eb98fd0-2402-4407-bc2f-bbf1afa1c347} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.22 22:24:37.536060 [ 277 ] {3eb98fd0-2402-4407-bc2f-bbf1afa1c347} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.536081 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.22 22:24:37.536180 [ 40 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.22 22:24:37.536198 [ 277 ] {3eb98fd0-2402-4407-bc2f-bbf1afa1c347} executeQuery: Read 69 rows, 5.52 KiB in 0.001182 sec., 58375.63451776649 rows/sec., 4.56 MiB/sec. 2026.01.22 22:24:37.536215 [ 40 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.536240 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.536242 [ 277 ] {3eb98fd0-2402-4407-bc2f-bbf1afa1c347} TCPHandler: Processed in 0.00135429 sec. 2026.01.22 22:24:37.536307 [ 203 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:24:37.536375 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:37.536391 [ 203 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:37.536428 [ 203 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1304 rows starting from the beginning of the part 2026.01.22 22:24:37.536427 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_96_19} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.536473 [ 203 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 563 rows starting from the beginning of the part 2026.01.22 22:24:37.536477 [ 277 ] {7df93f4c-4429-4ee9-8720-0ba38c22356f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:37.536517 [ 203 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 100 rows starting from the beginning of the part 2026.01.22 22:24:37.536530 [ 277 ] {7df93f4c-4429-4ee9-8720-0ba38c22356f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:37.536537 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_96_19} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.22 22:24:37.536554 [ 203 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 69 rows starting from the beginning of the part 2026.01.22 22:24:37.536645 [ 203 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 769 rows starting from the beginning of the part 2026.01.22 22:24:37.536670 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.01.22 22:24:37.536698 [ 203 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 69 rows starting from the beginning of the part 2026.01.22 22:24:37.536951 [ 277 ] {7df93f4c-4429-4ee9-8720-0ba38c22356f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.536987 [ 277 ] {7df93f4c-4429-4ee9-8720-0ba38c22356f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.537324 [ 277 ] {7df93f4c-4429-4ee9-8720-0ba38c22356f} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.22 22:24:37.537535 [ 277 ] {7df93f4c-4429-4ee9-8720-0ba38c22356f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.537668 [ 40 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.22 22:24:37.537672 [ 277 ] {7df93f4c-4429-4ee9-8720-0ba38c22356f} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2026.01.22 22:24:37.537716 [ 40 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.537734 [ 277 ] {7df93f4c-4429-4ee9-8720-0ba38c22356f} TCPHandler: Processed in 0.001409311 sec. 2026.01.22 22:24:37.537743 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.537842 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2874 rows, containing 5 columns (5 merged, 0 gathered) in 0.001559501 sec., 1842897.1831374266 rows/sec., 140.77 MiB/sec. 2026.01.22 22:24:37.537850 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:37.537845 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:24:37.537961 [ 277 ] {0b8b8453-cd6c-454f-8511-f59211d21925} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:37.538009 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:37.538021 [ 277 ] {0b8b8453-cd6c-454f-8511-f59211d21925} 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.01.22 22:24:37.538057 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_96_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 26864 rows starting from the beginning of the part 2026.01.22 22:24:37.538078 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.22 22:24:37.538132 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 881 rows starting from the beginning of the part 2026.01.22 22:24:37.538186 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2026.01.22 22:24:37.538231 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2026.01.22 22:24:37.538275 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 328 rows starting from the beginning of the part 2026.01.22 22:24:37.538318 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2026.01.22 22:24:37.538470 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_96_19} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.538581 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_96_19} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.22 22:24:37.538696 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.22 22:24:37.538800 [ 277 ] {0b8b8453-cd6c-454f-8511-f59211d21925} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.538841 [ 277 ] {0b8b8453-cd6c-454f-8511-f59211d21925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.539370 [ 277 ] {0b8b8453-cd6c-454f-8511-f59211d21925} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.22 22:24:37.539601 [ 277 ] {0b8b8453-cd6c-454f-8511-f59211d21925} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.539753 [ 277 ] {0b8b8453-cd6c-454f-8511-f59211d21925} executeQuery: Read 5 rows, 9.17 KiB in 0.00181 sec., 2762.4309392265195 rows/sec., 4.95 MiB/sec. 2026.01.22 22:24:37.539820 [ 277 ] {0b8b8453-cd6c-454f-8511-f59211d21925} TCPHandler: Processed in 0.002019245 sec. 2026.01.22 22:24:37.539931 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:37.540027 [ 277 ] {f077491a-da76-40b5-bab0-b565d4c2c517} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:37.540069 [ 277 ] {f077491a-da76-40b5-bab0-b565d4c2c517} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:37.540428 [ 277 ] {f077491a-da76-40b5-bab0-b565d4c2c517} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.540463 [ 277 ] {f077491a-da76-40b5-bab0-b565d4c2c517} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.540780 [ 277 ] {f077491a-da76-40b5-bab0-b565d4c2c517} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.22 22:24:37.540989 [ 277 ] {f077491a-da76-40b5-bab0-b565d4c2c517} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.541113 [ 37 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.22 22:24:37.541122 [ 277 ] {f077491a-da76-40b5-bab0-b565d4c2c517} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.01.22 22:24:37.541179 [ 277 ] {f077491a-da76-40b5-bab0-b565d4c2c517} TCPHandler: Processed in 0.00129818 sec. 2026.01.22 22:24:37.541182 [ 37 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:37.541214 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:37.541303 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:24:37.541421 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:37.541457 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5598 rows starting from the beginning of the part 2026.01.22 22:24:37.541526 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:24:37.541575 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2026.01.22 22:24:37.541620 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2026.01.22 22:24:37.541660 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 108 rows starting from the beginning of the part 2026.01.22 22:24:37.541703 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:24:37.543581 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5946 rows, containing 4 columns (4 merged, 0 gathered) in 0.002316377 sec., 2566939.664830034 rows/sec., 170.94 MiB/sec. 2026.01.22 22:24:37.544016 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.22 22:24:37.544309 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_96_19} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.544405 [ 200 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_96_19} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.22 22:24:37.544509 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.01.22 22:24:37.544670 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 28553 rows, containing 5 columns (5 merged, 0 gathered) in 0.006871491 sec., 4155284.493569154 rows/sec., 284.27 MiB/sec. 2026.01.22 22:24:37.545025 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.22 22:24:37.545277 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_96_19} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:37.545342 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_96_19} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.22 22:24:37.545415 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.01.22 22:24:39.064809 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2026.01.22 22:24:39.082147 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:39.082197 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:39.088140 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.22 22:24:39.088861 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:39.089149 [ 39 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.22 22:24:39.089193 [ 39 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:39.089216 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:39.089310 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:39.091872 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2026.01.22 22:24:39.092312 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:39.093106 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:39.096558 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:39.099930 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:39.103896 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:39.107982 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:39.111624 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:24:39.162188 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.07291794 sec., 6815.880975244227 rows/sec., 35.24 MiB/sec. 2026.01.22 22:24:39.164778 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.22 22:24:39.166491 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_66_13} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:39.166582 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_66_13} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.22 22:24:39.168026 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. 2026.01.22 22:24:42.458883 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1590 2026.01.22 22:24:42.461314 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.461368 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.462573 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.22 22:24:42.462859 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.463236 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1590 2026.01.22 22:24:42.545564 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:42.545762 [ 277 ] {ec6d600f-99a7-4b1d-953d-7e94309a2981} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:24:42.545833 [ 277 ] {ec6d600f-99a7-4b1d-953d-7e94309a2981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:24:42.546688 [ 277 ] {ec6d600f-99a7-4b1d-953d-7e94309a2981} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.546734 [ 277 ] {ec6d600f-99a7-4b1d-953d-7e94309a2981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.547128 [ 277 ] {ec6d600f-99a7-4b1d-953d-7e94309a2981} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:24:42.547353 [ 277 ] {ec6d600f-99a7-4b1d-953d-7e94309a2981} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.547507 [ 277 ] {ec6d600f-99a7-4b1d-953d-7e94309a2981} executeQuery: Read 446 rows, 28.96 KiB in 0.001799 sec., 247915.5086158977 rows/sec., 15.72 MiB/sec. 2026.01.22 22:24:42.547506 [ 25 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.01.22 22:24:42.547549 [ 277 ] {ec6d600f-99a7-4b1d-953d-7e94309a2981} TCPHandler: Processed in 0.002125506 sec. 2026.01.22 22:24:42.547605 [ 25 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.547645 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.547700 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:42.547753 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:24:42.547800 [ 277 ] {e44e00c2-e074-463c-b067-d9370f2d4f92} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:42.547845 [ 277 ] {e44e00c2-e074-463c-b067-d9370f2d4f92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:42.547860 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:42.547895 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 470 rows starting from the beginning of the part 2026.01.22 22:24:42.547955 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:24:42.547999 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:24:42.548040 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:24:42.548101 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 446 rows starting from the beginning of the part 2026.01.22 22:24:42.548154 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 446 rows starting from the beginning of the part 2026.01.22 22:24:42.549069 [ 277 ] {e44e00c2-e074-463c-b067-d9370f2d4f92} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.549109 [ 277 ] {e44e00c2-e074-463c-b067-d9370f2d4f92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.549149 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 1434 rows, containing 5 columns (5 merged, 0 gathered) in 0.001438761 sec., 996690.9027976155 rows/sec., 68.32 MiB/sec. 2026.01.22 22:24:42.549348 [ 201 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.22 22:24:42.549662 [ 201 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_23_5} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.549678 [ 277 ] {e44e00c2-e074-463c-b067-d9370f2d4f92} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.22 22:24:42.549751 [ 201 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_23_5} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.01.22 22:24:42.549849 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.22 22:24:42.549916 [ 277 ] {e44e00c2-e074-463c-b067-d9370f2d4f92} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.550053 [ 277 ] {e44e00c2-e074-463c-b067-d9370f2d4f92} executeQuery: Read 1274 rows, 104.10 KiB in 0.002271 sec., 560986.3496257155 rows/sec., 44.76 MiB/sec. 2026.01.22 22:24:42.550091 [ 277 ] {e44e00c2-e074-463c-b067-d9370f2d4f92} TCPHandler: Processed in 0.002441808 sec. 2026.01.22 22:24:42.550208 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:42.550303 [ 277 ] {edb3cea8-dd60-4d9e-9f8e-fbeee4140a81} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:42.550343 [ 277 ] {edb3cea8-dd60-4d9e-9f8e-fbeee4140a81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:42.550852 [ 277 ] {edb3cea8-dd60-4d9e-9f8e-fbeee4140a81} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.550887 [ 277 ] {edb3cea8-dd60-4d9e-9f8e-fbeee4140a81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.551197 [ 277 ] {edb3cea8-dd60-4d9e-9f8e-fbeee4140a81} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.22 22:24:42.551411 [ 277 ] {edb3cea8-dd60-4d9e-9f8e-fbeee4140a81} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.551545 [ 29 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.22 22:24:42.551555 [ 277 ] {edb3cea8-dd60-4d9e-9f8e-fbeee4140a81} executeQuery: Read 259 rows, 16.10 KiB in 0.00127 sec., 203937.00787401575 rows/sec., 12.38 MiB/sec. 2026.01.22 22:24:42.551596 [ 29 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.551618 [ 277 ] {edb3cea8-dd60-4d9e-9f8e-fbeee4140a81} TCPHandler: Processed in 0.001460051 sec. 2026.01.22 22:24:42.551627 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.551721 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:24:42.551741 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:42.551828 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:42.551843 [ 277 ] {b3716912-c693-46a7-adee-2d81a96b67bd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:24:42.551863 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 296 rows starting from the beginning of the part 2026.01.22 22:24:42.551889 [ 277 ] {b3716912-c693-46a7-adee-2d81a96b67bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:24:42.551925 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 36 rows starting from the beginning of the part 2026.01.22 22:24:42.551977 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 5 rows starting from the beginning of the part 2026.01.22 22:24:42.552020 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 259 rows starting from the beginning of the part 2026.01.22 22:24:42.552064 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 5 rows starting from the beginning of the part 2026.01.22 22:24:42.552107 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 259 rows starting from the beginning of the part 2026.01.22 22:24:42.552377 [ 277 ] {b3716912-c693-46a7-adee-2d81a96b67bd} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.552418 [ 277 ] {b3716912-c693-46a7-adee-2d81a96b67bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.552763 [ 277 ] {b3716912-c693-46a7-adee-2d81a96b67bd} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:24:42.552916 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 860 rows, containing 5 columns (5 merged, 0 gathered) in 0.00123089 sec., 698681.4418835152 rows/sec., 45.90 MiB/sec. 2026.01.22 22:24:42.552993 [ 277 ] {b3716912-c693-46a7-adee-2d81a96b67bd} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.553056 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.22 22:24:42.553132 [ 277 ] {b3716912-c693-46a7-adee-2d81a96b67bd} executeQuery: Read 230 rows, 15.18 KiB in 0.001306 sec., 176110.26033690656 rows/sec., 11.35 MiB/sec. 2026.01.22 22:24:42.553176 [ 277 ] {b3716912-c693-46a7-adee-2d81a96b67bd} TCPHandler: Processed in 0.001484051 sec. 2026.01.22 22:24:42.553287 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:42.553298 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_91_18} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.553386 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_91_18} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.22 22:24:42.553392 [ 277 ] {7ac9310a-3d54-4c0e-97d7-abe1b662d4ad} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:24:42.553440 [ 277 ] {7ac9310a-3d54-4c0e-97d7-abe1b662d4ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:24:42.553457 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.22 22:24:42.553907 [ 277 ] {7ac9310a-3d54-4c0e-97d7-abe1b662d4ad} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.553946 [ 277 ] {7ac9310a-3d54-4c0e-97d7-abe1b662d4ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.554252 [ 277 ] {7ac9310a-3d54-4c0e-97d7-abe1b662d4ad} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.22 22:24:42.554457 [ 277 ] {7ac9310a-3d54-4c0e-97d7-abe1b662d4ad} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.554623 [ 29 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.01.22 22:24:42.554652 [ 277 ] {7ac9310a-3d54-4c0e-97d7-abe1b662d4ad} executeQuery: Read 229 rows, 13.31 KiB in 0.001279 sec., 179046.12978889758 rows/sec., 10.16 MiB/sec. 2026.01.22 22:24:42.554654 [ 29 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.554693 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.554698 [ 277 ] {7ac9310a-3d54-4c0e-97d7-abe1b662d4ad} TCPHandler: Processed in 0.001462661 sec. 2026.01.22 22:24:42.554764 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:24:42.554832 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:42.554884 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:42.554920 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 241 rows starting from the beginning of the part 2026.01.22 22:24:42.554960 [ 277 ] {3c0db489-9912-486a-8505-cd324b00517a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:42.554983 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:24:42.555015 [ 277 ] {3c0db489-9912-486a-8505-cd324b00517a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:42.555029 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:24:42.555077 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:24:42.555116 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 229 rows starting from the beginning of the part 2026.01.22 22:24:42.555155 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 229 rows starting from the beginning of the part 2026.01.22 22:24:42.555757 [ 277 ] {3c0db489-9912-486a-8505-cd324b00517a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.555799 [ 277 ] {3c0db489-9912-486a-8505-cd324b00517a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.555947 [ 189 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 735 rows, containing 5 columns (5 merged, 0 gathered) in 0.001214329 sec., 605272.541461169 rows/sec., 37.44 MiB/sec. 2026.01.22 22:24:42.556068 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.22 22:24:42.556177 [ 277 ] {3c0db489-9912-486a-8505-cd324b00517a} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.22 22:24:42.556360 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_23_5} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.556437 [ 197 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_23_5} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.01.22 22:24:42.556463 [ 277 ] {3c0db489-9912-486a-8505-cd324b00517a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.556497 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.22 22:24:42.556605 [ 277 ] {3c0db489-9912-486a-8505-cd324b00517a} executeQuery: Read 769 rows, 55.15 KiB in 0.001669 sec., 460754.94307968847 rows/sec., 32.27 MiB/sec. 2026.01.22 22:24:42.556648 [ 277 ] {3c0db489-9912-486a-8505-cd324b00517a} TCPHandler: Processed in 0.001878944 sec. 2026.01.22 22:24:42.556761 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:42.556856 [ 277 ] {2dd119da-2aac-4bfb-ab6f-9f555ab40ef2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:24:42.556899 [ 277 ] {2dd119da-2aac-4bfb-ab6f-9f555ab40ef2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:24:42.557219 [ 277 ] {2dd119da-2aac-4bfb-ab6f-9f555ab40ef2} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.557256 [ 277 ] {2dd119da-2aac-4bfb-ab6f-9f555ab40ef2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.557561 [ 277 ] {2dd119da-2aac-4bfb-ab6f-9f555ab40ef2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:24:42.557770 [ 277 ] {2dd119da-2aac-4bfb-ab6f-9f555ab40ef2} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.557898 [ 277 ] {2dd119da-2aac-4bfb-ab6f-9f555ab40ef2} executeQuery: Read 6 rows, 321.00 B in 0.00106 sec., 5660.377358490567 rows/sec., 295.73 KiB/sec. 2026.01.22 22:24:42.557935 [ 277 ] {2dd119da-2aac-4bfb-ab6f-9f555ab40ef2} TCPHandler: Processed in 0.001223999 sec. 2026.01.22 22:24:42.558053 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:42.558174 [ 277 ] {9754957c-1108-4116-bfc9-d5352c9da7c6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:42.558226 [ 277 ] {9754957c-1108-4116-bfc9-d5352c9da7c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:42.558765 [ 277 ] {9754957c-1108-4116-bfc9-d5352c9da7c6} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.558809 [ 277 ] {9754957c-1108-4116-bfc9-d5352c9da7c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.559216 [ 277 ] {9754957c-1108-4116-bfc9-d5352c9da7c6} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.22 22:24:42.559435 [ 277 ] {9754957c-1108-4116-bfc9-d5352c9da7c6} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.559564 [ 277 ] {9754957c-1108-4116-bfc9-d5352c9da7c6} executeQuery: Read 328 rows, 22.00 KiB in 0.001415 sec., 231802.12014134275 rows/sec., 15.19 MiB/sec. 2026.01.22 22:24:42.559600 [ 277 ] {9754957c-1108-4116-bfc9-d5352c9da7c6} TCPHandler: Processed in 0.001608532 sec. 2026.01.22 22:24:42.559729 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:42.559846 [ 277 ] {21a008f9-9e33-426d-a5e1-97c0616f515d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:24:42.559897 [ 277 ] {21a008f9-9e33-426d-a5e1-97c0616f515d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:24:42.560251 [ 277 ] {21a008f9-9e33-426d-a5e1-97c0616f515d} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.560287 [ 277 ] {21a008f9-9e33-426d-a5e1-97c0616f515d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.560587 [ 277 ] {21a008f9-9e33-426d-a5e1-97c0616f515d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:24:42.560790 [ 277 ] {21a008f9-9e33-426d-a5e1-97c0616f515d} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.560922 [ 277 ] {21a008f9-9e33-426d-a5e1-97c0616f515d} executeQuery: Read 1 rows, 69.00 B in 0.001101 sec., 908.2652134423251 rows/sec., 61.20 KiB/sec. 2026.01.22 22:24:42.560958 [ 277 ] {21a008f9-9e33-426d-a5e1-97c0616f515d} TCPHandler: Processed in 0.001290909 sec. 2026.01.22 22:24:42.561057 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:42.561152 [ 277 ] {860a706b-3bc1-4528-84f2-e7c84d26d73b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:42.561205 [ 277 ] {860a706b-3bc1-4528-84f2-e7c84d26d73b} 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.01.22 22:24:42.562058 [ 277 ] {860a706b-3bc1-4528-84f2-e7c84d26d73b} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.562093 [ 277 ] {860a706b-3bc1-4528-84f2-e7c84d26d73b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.562637 [ 277 ] {860a706b-3bc1-4528-84f2-e7c84d26d73b} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.22 22:24:42.562855 [ 277 ] {860a706b-3bc1-4528-84f2-e7c84d26d73b} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.562990 [ 277 ] {860a706b-3bc1-4528-84f2-e7c84d26d73b} executeQuery: Read 36 rows, 66.06 KiB in 0.001857 sec., 19386.10662358643 rows/sec., 34.74 MiB/sec. 2026.01.22 22:24:42.563043 [ 277 ] {860a706b-3bc1-4528-84f2-e7c84d26d73b} TCPHandler: Processed in 0.002035486 sec. 2026.01.22 22:24:42.563157 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:42.563253 [ 277 ] {60919d06-579d-419f-bb7d-72e294b7291b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:42.563294 [ 277 ] {60919d06-579d-419f-bb7d-72e294b7291b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:42.563630 [ 277 ] {60919d06-579d-419f-bb7d-72e294b7291b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:42.563666 [ 277 ] {60919d06-579d-419f-bb7d-72e294b7291b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:42.563968 [ 277 ] {60919d06-579d-419f-bb7d-72e294b7291b} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.22 22:24:42.564172 [ 277 ] {60919d06-579d-419f-bb7d-72e294b7291b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:42.564298 [ 277 ] {60919d06-579d-419f-bb7d-72e294b7291b} executeQuery: Read 108 rows, 6.74 KiB in 0.001064 sec., 101503.75939849623 rows/sec., 6.19 MiB/sec. 2026.01.22 22:24:42.564333 [ 277 ] {60919d06-579d-419f-bb7d-72e294b7291b} TCPHandler: Processed in 0.001227609 sec. 2026.01.22 22:24:44.866149 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 32096 2026.01.22 22:24:44.866906 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:44.866949 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:44.867450 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.22 22:24:44.867678 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:44.867808 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32096 2026.01.22 22:24:46.592011 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2026.01.22 22:24:46.607882 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:46.607947 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:46.613246 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.22 22:24:46.613927 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:46.616795 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2026.01.22 22:24:47.559567 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:47.559747 [ 277 ] {b0ffc233-6cd6-4d8e-9f05-a185133a80bf} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:24:47.559811 [ 277 ] {b0ffc233-6cd6-4d8e-9f05-a185133a80bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:24:47.560475 [ 277 ] {b0ffc233-6cd6-4d8e-9f05-a185133a80bf} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:47.560525 [ 277 ] {b0ffc233-6cd6-4d8e-9f05-a185133a80bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:47.560914 [ 277 ] {b0ffc233-6cd6-4d8e-9f05-a185133a80bf} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:24:47.561158 [ 277 ] {b0ffc233-6cd6-4d8e-9f05-a185133a80bf} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:47.561327 [ 277 ] {b0ffc233-6cd6-4d8e-9f05-a185133a80bf} executeQuery: Read 24 rows, 2.04 KiB in 0.001629 sec., 14732.965009208103 rows/sec., 1.22 MiB/sec. 2026.01.22 22:24:47.561380 [ 277 ] {b0ffc233-6cd6-4d8e-9f05-a185133a80bf} TCPHandler: Processed in 0.001943795 sec. 2026.01.22 22:24:47.561502 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:47.561605 [ 277 ] {dcd2c918-4d27-4e7b-a456-57930b378d0b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:24:47.561649 [ 277 ] {dcd2c918-4d27-4e7b-a456-57930b378d0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:24:47.562066 [ 277 ] {dcd2c918-4d27-4e7b-a456-57930b378d0b} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:47.562104 [ 277 ] {dcd2c918-4d27-4e7b-a456-57930b378d0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:47.562403 [ 277 ] {dcd2c918-4d27-4e7b-a456-57930b378d0b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:24:47.562605 [ 277 ] {dcd2c918-4d27-4e7b-a456-57930b378d0b} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:47.562752 [ 277 ] {dcd2c918-4d27-4e7b-a456-57930b378d0b} executeQuery: Read 6 rows, 501.00 B in 0.00117 sec., 5128.205128205128 rows/sec., 418.17 KiB/sec. 2026.01.22 22:24:47.562790 [ 277 ] {dcd2c918-4d27-4e7b-a456-57930b378d0b} TCPHandler: Processed in 0.001341059 sec. 2026.01.22 22:24:47.562893 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:47.562989 [ 277 ] {6fd644c2-0e1a-42be-bb7a-99da27a9057a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:47.563028 [ 277 ] {6fd644c2-0e1a-42be-bb7a-99da27a9057a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:47.564104 [ 277 ] {6fd644c2-0e1a-42be-bb7a-99da27a9057a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:47.564141 [ 277 ] {6fd644c2-0e1a-42be-bb7a-99da27a9057a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:47.564525 [ 277 ] {6fd644c2-0e1a-42be-bb7a-99da27a9057a} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.22 22:24:47.564735 [ 277 ] {6fd644c2-0e1a-42be-bb7a-99da27a9057a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:47.564873 [ 277 ] {6fd644c2-0e1a-42be-bb7a-99da27a9057a} executeQuery: Read 1329 rows, 113.13 KiB in 0.001903 sec., 698370.993168681 rows/sec., 58.05 MiB/sec. 2026.01.22 22:24:47.564912 [ 277 ] {6fd644c2-0e1a-42be-bb7a-99da27a9057a} TCPHandler: Processed in 0.002067565 sec. 2026.01.22 22:24:47.565039 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:47.565133 [ 277 ] {43fbd602-f4ad-4705-aa9b-b57f1451661d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:47.565173 [ 277 ] {43fbd602-f4ad-4705-aa9b-b57f1451661d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:47.565595 [ 277 ] {43fbd602-f4ad-4705-aa9b-b57f1451661d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:47.565636 [ 277 ] {43fbd602-f4ad-4705-aa9b-b57f1451661d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:47.565935 [ 277 ] {43fbd602-f4ad-4705-aa9b-b57f1451661d} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.22 22:24:47.566144 [ 277 ] {43fbd602-f4ad-4705-aa9b-b57f1451661d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:47.566276 [ 277 ] {43fbd602-f4ad-4705-aa9b-b57f1451661d} executeQuery: Read 23 rows, 1.76 KiB in 0.001162 sec., 19793.459552495697 rows/sec., 1.48 MiB/sec. 2026.01.22 22:24:47.566314 [ 277 ] {43fbd602-f4ad-4705-aa9b-b57f1451661d} TCPHandler: Processed in 0.00132519 sec. 2026.01.22 22:24:47.566430 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:47.566524 [ 277 ] {ddf6caf1-33e1-46f0-a7c1-d04330dab291} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:24:47.566565 [ 277 ] {ddf6caf1-33e1-46f0-a7c1-d04330dab291} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:24:47.567043 [ 277 ] {ddf6caf1-33e1-46f0-a7c1-d04330dab291} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:47.567080 [ 277 ] {ddf6caf1-33e1-46f0-a7c1-d04330dab291} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:47.567406 [ 277 ] {ddf6caf1-33e1-46f0-a7c1-d04330dab291} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:24:47.567622 [ 277 ] {ddf6caf1-33e1-46f0-a7c1-d04330dab291} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:47.567758 [ 277 ] {ddf6caf1-33e1-46f0-a7c1-d04330dab291} executeQuery: Read 252 rows, 17.85 KiB in 0.001251 sec., 201438.84892086333 rows/sec., 13.93 MiB/sec. 2026.01.22 22:24:47.567797 [ 277 ] {ddf6caf1-33e1-46f0-a7c1-d04330dab291} TCPHandler: Processed in 0.00141721 sec. 2026.01.22 22:24:47.567919 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:47.568013 [ 277 ] {ca21e667-e462-49e5-8f5e-ee4f4bfa3a11} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:24:47.568053 [ 277 ] {ca21e667-e462-49e5-8f5e-ee4f4bfa3a11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:24:47.568463 [ 277 ] {ca21e667-e462-49e5-8f5e-ee4f4bfa3a11} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:47.568501 [ 277 ] {ca21e667-e462-49e5-8f5e-ee4f4bfa3a11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:47.568821 [ 277 ] {ca21e667-e462-49e5-8f5e-ee4f4bfa3a11} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.22 22:24:47.569024 [ 277 ] {ca21e667-e462-49e5-8f5e-ee4f4bfa3a11} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:47.569160 [ 277 ] {ca21e667-e462-49e5-8f5e-ee4f4bfa3a11} executeQuery: Read 12 rows, 960.00 B in 0.001165 sec., 10300.429184549355 rows/sec., 804.72 KiB/sec. 2026.01.22 22:24:47.569206 [ 277 ] {ca21e667-e462-49e5-8f5e-ee4f4bfa3a11} TCPHandler: Processed in 0.00133646 sec. 2026.01.22 22:24:47.569354 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:47.569449 [ 277 ] {7391e405-dab9-49c5-9780-7d51696b9388} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:47.569490 [ 277 ] {7391e405-dab9-49c5-9780-7d51696b9388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:47.570095 [ 277 ] {7391e405-dab9-49c5-9780-7d51696b9388} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:47.570130 [ 277 ] {7391e405-dab9-49c5-9780-7d51696b9388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:47.570461 [ 277 ] {7391e405-dab9-49c5-9780-7d51696b9388} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.22 22:24:47.570685 [ 277 ] {7391e405-dab9-49c5-9780-7d51696b9388} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:47.570819 [ 277 ] {7391e405-dab9-49c5-9780-7d51696b9388} executeQuery: Read 567 rows, 43.55 KiB in 0.001389 sec., 408207.343412527 rows/sec., 30.62 MiB/sec. 2026.01.22 22:24:47.570883 [ 277 ] {7391e405-dab9-49c5-9780-7d51696b9388} TCPHandler: Processed in 0.001577351 sec. 2026.01.22 22:24:47.571000 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:47.571094 [ 277 ] {60e7f4d4-08e3-4816-bf8e-2880ab61cbf2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:47.571137 [ 277 ] {60e7f4d4-08e3-4816-bf8e-2880ab61cbf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:47.571712 [ 277 ] {60e7f4d4-08e3-4816-bf8e-2880ab61cbf2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:47.571746 [ 277 ] {60e7f4d4-08e3-4816-bf8e-2880ab61cbf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:47.572133 [ 277 ] {60e7f4d4-08e3-4816-bf8e-2880ab61cbf2} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.22 22:24:47.572370 [ 277 ] {60e7f4d4-08e3-4816-bf8e-2880ab61cbf2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:47.572529 [ 277 ] {60e7f4d4-08e3-4816-bf8e-2880ab61cbf2} executeQuery: Read 883 rows, 61.37 KiB in 0.001452 sec., 608126.7217630855 rows/sec., 41.27 MiB/sec. 2026.01.22 22:24:47.572574 [ 277 ] {60e7f4d4-08e3-4816-bf8e-2880ab61cbf2} TCPHandler: Processed in 0.001622652 sec. 2026.01.22 22:24:47.572715 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:47.572815 [ 277 ] {d95f4898-d2b0-404e-a106-01e8f27d769b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:47.572872 [ 277 ] {d95f4898-d2b0-404e-a106-01e8f27d769b} 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.01.22 22:24:47.573696 [ 277 ] {d95f4898-d2b0-404e-a106-01e8f27d769b} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:47.573738 [ 277 ] {d95f4898-d2b0-404e-a106-01e8f27d769b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:47.574271 [ 277 ] {d95f4898-d2b0-404e-a106-01e8f27d769b} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.22 22:24:47.574514 [ 277 ] {d95f4898-d2b0-404e-a106-01e8f27d769b} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:47.574660 [ 277 ] {d95f4898-d2b0-404e-a106-01e8f27d769b} executeQuery: Read 5 rows, 9.17 KiB in 0.001864 sec., 2682.4034334763946 rows/sec., 4.81 MiB/sec. 2026.01.22 22:24:47.574725 [ 277 ] {d95f4898-d2b0-404e-a106-01e8f27d769b} TCPHandler: Processed in 0.002066585 sec. 2026.01.22 22:24:47.574845 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:47.574941 [ 277 ] {bb2cd9f1-090b-43b0-8752-411e31bd1c78} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:47.574984 [ 277 ] {bb2cd9f1-090b-43b0-8752-411e31bd1c78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:47.575386 [ 277 ] {bb2cd9f1-090b-43b0-8752-411e31bd1c78} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:47.575427 [ 277 ] {bb2cd9f1-090b-43b0-8752-411e31bd1c78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:47.575745 [ 277 ] {bb2cd9f1-090b-43b0-8752-411e31bd1c78} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.22 22:24:47.575973 [ 277 ] {bb2cd9f1-090b-43b0-8752-411e31bd1c78} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:47.576114 [ 277 ] {bb2cd9f1-090b-43b0-8752-411e31bd1c78} executeQuery: Read 60 rows, 4.14 KiB in 0.001192 sec., 50335.57046979866 rows/sec., 3.39 MiB/sec. 2026.01.22 22:24:47.576151 [ 277 ] {bb2cd9f1-090b-43b0-8752-411e31bd1c78} TCPHandler: Processed in 0.00135575 sec. 2026.01.22 22:24:52.171670 [ 26 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:24:52.171744 [ 26 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:24:52.368054 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32608 2026.01.22 22:24:52.368766 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:52.368811 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:52.369291 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.22 22:24:52.369524 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:52.369678 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32608 2026.01.22 22:24:52.463525 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1632 2026.01.22 22:24:52.466190 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:52.466238 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:52.467441 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.22 22:24:52.467705 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:52.467969 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1632 2026.01.22 22:24:52.533694 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:52.533947 [ 277 ] {8de500fb-f808-48d7-806e-603718482bb9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:52.534044 [ 277 ] {8de500fb-f808-48d7-806e-603718482bb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:52.534919 [ 277 ] {8de500fb-f808-48d7-806e-603718482bb9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:52.534965 [ 277 ] {8de500fb-f808-48d7-806e-603718482bb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:52.535367 [ 277 ] {8de500fb-f808-48d7-806e-603718482bb9} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.22 22:24:52.535603 [ 277 ] {8de500fb-f808-48d7-806e-603718482bb9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:52.535777 [ 277 ] {8de500fb-f808-48d7-806e-603718482bb9} executeQuery: Read 128 rows, 11.26 KiB in 0.001901 sec., 67332.98264071542 rows/sec., 5.79 MiB/sec. 2026.01.22 22:24:52.535830 [ 277 ] {8de500fb-f808-48d7-806e-603718482bb9} TCPHandler: Processed in 0.002304227 sec. 2026.01.22 22:24:52.535962 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:52.536065 [ 277 ] {e04fc533-a5af-49ae-985d-bacf7b5c8c44} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:52.536108 [ 277 ] {e04fc533-a5af-49ae-985d-bacf7b5c8c44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:52.536537 [ 277 ] {e04fc533-a5af-49ae-985d-bacf7b5c8c44} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:52.536575 [ 277 ] {e04fc533-a5af-49ae-985d-bacf7b5c8c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:52.536897 [ 277 ] {e04fc533-a5af-49ae-985d-bacf7b5c8c44} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.22 22:24:52.537116 [ 277 ] {e04fc533-a5af-49ae-985d-bacf7b5c8c44} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:52.537252 [ 277 ] {e04fc533-a5af-49ae-985d-bacf7b5c8c44} executeQuery: Read 36 rows, 2.71 KiB in 0.001209 sec., 29776.67493796526 rows/sec., 2.19 MiB/sec. 2026.01.22 22:24:52.537291 [ 277 ] {e04fc533-a5af-49ae-985d-bacf7b5c8c44} TCPHandler: Processed in 0.00138132 sec. 2026.01.22 22:24:52.537402 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:52.537497 [ 277 ] {34b981c1-7b7a-4108-81c8-89e5f4017f0d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:52.537537 [ 277 ] {34b981c1-7b7a-4108-81c8-89e5f4017f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:52.537999 [ 277 ] {34b981c1-7b7a-4108-81c8-89e5f4017f0d} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:52.538036 [ 277 ] {34b981c1-7b7a-4108-81c8-89e5f4017f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:52.538369 [ 277 ] {34b981c1-7b7a-4108-81c8-89e5f4017f0d} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.22 22:24:52.538577 [ 277 ] {34b981c1-7b7a-4108-81c8-89e5f4017f0d} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:52.538708 [ 277 ] {34b981c1-7b7a-4108-81c8-89e5f4017f0d} executeQuery: Read 100 rows, 8.00 KiB in 0.00123 sec., 81300.81300813008 rows/sec., 6.35 MiB/sec. 2026.01.22 22:24:52.538747 [ 277 ] {34b981c1-7b7a-4108-81c8-89e5f4017f0d} TCPHandler: Processed in 0.00139496 sec. 2026.01.22 22:24:52.538866 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:52.538958 [ 277 ] {7911eac6-509e-4f98-9d3c-0cd16e665d19} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:52.539001 [ 277 ] {7911eac6-509e-4f98-9d3c-0cd16e665d19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:52.539414 [ 277 ] {7911eac6-509e-4f98-9d3c-0cd16e665d19} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:52.539450 [ 277 ] {7911eac6-509e-4f98-9d3c-0cd16e665d19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:52.539780 [ 277 ] {7911eac6-509e-4f98-9d3c-0cd16e665d19} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.22 22:24:52.539984 [ 277 ] {7911eac6-509e-4f98-9d3c-0cd16e665d19} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:52.540114 [ 277 ] {7911eac6-509e-4f98-9d3c-0cd16e665d19} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.01.22 22:24:52.540151 [ 277 ] {7911eac6-509e-4f98-9d3c-0cd16e665d19} TCPHandler: Processed in 0.00133432 sec. 2026.01.22 22:24:52.540263 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:52.540355 [ 277 ] {e7b7bc64-67b6-4079-81f5-3d79ca1ba4ed} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:52.540408 [ 277 ] {e7b7bc64-67b6-4079-81f5-3d79ca1ba4ed} 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.01.22 22:24:52.541275 [ 277 ] {e7b7bc64-67b6-4079-81f5-3d79ca1ba4ed} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:52.541312 [ 277 ] {e7b7bc64-67b6-4079-81f5-3d79ca1ba4ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:52.541877 [ 277 ] {e7b7bc64-67b6-4079-81f5-3d79ca1ba4ed} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.22 22:24:52.542106 [ 277 ] {e7b7bc64-67b6-4079-81f5-3d79ca1ba4ed} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:52.542231 [ 26 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.22 22:24:52.542247 [ 277 ] {e7b7bc64-67b6-4079-81f5-3d79ca1ba4ed} executeQuery: Read 36 rows, 66.06 KiB in 0.00191 sec., 18848.167539267015 rows/sec., 33.78 MiB/sec. 2026.01.22 22:24:52.542296 [ 26 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:52.542325 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:52.542334 [ 277 ] {e7b7bc64-67b6-4079-81f5-3d79ca1ba4ed} TCPHandler: Processed in 0.002119026 sec. 2026.01.22 22:24:52.542429 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:24:52.542455 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:52.542555 [ 277 ] {dbe88899-fdcf-4d35-8b8f-b169a5fb426f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:52.542597 [ 277 ] {dbe88899-fdcf-4d35-8b8f-b169a5fb426f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:52.542672 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:24:52.542735 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1801 rows starting from the beginning of the part 2026.01.22 22:24:52.542870 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 36 rows starting from the beginning of the part 2026.01.22 22:24:52.542949 [ 277 ] {dbe88899-fdcf-4d35-8b8f-b169a5fb426f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:52.542982 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 5 rows starting from the beginning of the part 2026.01.22 22:24:52.542991 [ 277 ] {dbe88899-fdcf-4d35-8b8f-b169a5fb426f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:52.543094 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 36 rows starting from the beginning of the part 2026.01.22 22:24:52.543200 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 5 rows starting from the beginning of the part 2026.01.22 22:24:52.543303 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 36 rows starting from the beginning of the part 2026.01.22 22:24:52.543327 [ 277 ] {dbe88899-fdcf-4d35-8b8f-b169a5fb426f} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.22 22:24:52.543543 [ 277 ] {dbe88899-fdcf-4d35-8b8f-b169a5fb426f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:52.543685 [ 277 ] {dbe88899-fdcf-4d35-8b8f-b169a5fb426f} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2026.01.22 22:24:52.543722 [ 277 ] {dbe88899-fdcf-4d35-8b8f-b169a5fb426f} TCPHandler: Processed in 0.00131656 sec. 2026.01.22 22:24:52.555021 [ 198 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1919 rows, containing 19 columns (19 merged, 0 gathered) in 0.012637163 sec., 151853.70324019718 rows/sec., 272.11 MiB/sec. 2026.01.22 22:24:52.556784 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.22 22:24:52.557136 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_91_18} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:52.557211 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_91_18} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.22 22:24:52.557345 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.36 MiB. 2026.01.22 22:24:53.000220 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 356.80 MiB, peak 374.10 MiB, free memory in arenas 0.00 B, will set to 364.78 MiB (RSS), difference: 7.98 MiB 2026.01.22 22:24:54.116968 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2026.01.22 22:24:54.133368 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:54.133432 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.22 22:24:54.139742 [ 245 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.22 22:24:54.140452 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:54.143452 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2026.01.22 22:24:57.531627 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:57.531826 [ 277 ] {60fe1df6-c19e-42e0-b4ab-d7fa48569df2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:24:57.531892 [ 277 ] {60fe1df6-c19e-42e0-b4ab-d7fa48569df2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:24:57.532575 [ 277 ] {60fe1df6-c19e-42e0-b4ab-d7fa48569df2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:57.532621 [ 277 ] {60fe1df6-c19e-42e0-b4ab-d7fa48569df2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:24:57.533032 [ 277 ] {60fe1df6-c19e-42e0-b4ab-d7fa48569df2} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.22 22:24:57.533265 [ 277 ] {60fe1df6-c19e-42e0-b4ab-d7fa48569df2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:57.533417 [ 277 ] {60fe1df6-c19e-42e0-b4ab-d7fa48569df2} executeQuery: Read 66 rows, 5.35 KiB in 0.001639 sec., 40268.45637583893 rows/sec., 3.19 MiB/sec. 2026.01.22 22:24:57.533458 [ 277 ] {60fe1df6-c19e-42e0-b4ab-d7fa48569df2} TCPHandler: Processed in 0.001991825 sec. 2026.01.22 22:24:57.533574 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:57.533669 [ 277 ] {4edb2f42-5d9e-4b62-a481-d5b3f0842e84} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:24:57.533709 [ 277 ] {4edb2f42-5d9e-4b62-a481-d5b3f0842e84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:24:57.534106 [ 277 ] {4edb2f42-5d9e-4b62-a481-d5b3f0842e84} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:57.534142 [ 277 ] {4edb2f42-5d9e-4b62-a481-d5b3f0842e84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:24:57.534444 [ 277 ] {4edb2f42-5d9e-4b62-a481-d5b3f0842e84} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.22 22:24:57.534655 [ 277 ] {4edb2f42-5d9e-4b62-a481-d5b3f0842e84} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:57.534787 [ 277 ] {4edb2f42-5d9e-4b62-a481-d5b3f0842e84} executeQuery: Read 5 rows, 385.00 B in 0.001137 sec., 4397.537379067722 rows/sec., 330.67 KiB/sec. 2026.01.22 22:24:57.534824 [ 277 ] {4edb2f42-5d9e-4b62-a481-d5b3f0842e84} TCPHandler: Processed in 0.001301549 sec. 2026.01.22 22:24:57.534944 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:57.535063 [ 277 ] {80e3933d-2fea-486d-9735-454a1d13c51d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:24:57.535112 [ 277 ] {80e3933d-2fea-486d-9735-454a1d13c51d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:24:57.535621 [ 277 ] {80e3933d-2fea-486d-9735-454a1d13c51d} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:57.535665 [ 277 ] {80e3933d-2fea-486d-9735-454a1d13c51d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:24:57.536092 [ 277 ] {80e3933d-2fea-486d-9735-454a1d13c51d} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.22 22:24:57.536348 [ 277 ] {80e3933d-2fea-486d-9735-454a1d13c51d} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:57.536504 [ 277 ] {80e3933d-2fea-486d-9735-454a1d13c51d} executeQuery: Read 69 rows, 5.52 KiB in 0.001463 sec., 47163.36295283664 rows/sec., 3.68 MiB/sec. 2026.01.22 22:24:57.536549 [ 277 ] {80e3933d-2fea-486d-9735-454a1d13c51d} TCPHandler: Processed in 0.001664532 sec. 2026.01.22 22:24:57.536679 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:57.536775 [ 277 ] {36708e75-2579-45f2-a891-c52857e0c425} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:57.536819 [ 277 ] {36708e75-2579-45f2-a891-c52857e0c425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:24:57.537236 [ 277 ] {36708e75-2579-45f2-a891-c52857e0c425} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:57.537272 [ 277 ] {36708e75-2579-45f2-a891-c52857e0c425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:24:57.537610 [ 277 ] {36708e75-2579-45f2-a891-c52857e0c425} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.22 22:24:57.537818 [ 277 ] {36708e75-2579-45f2-a891-c52857e0c425} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:57.537947 [ 277 ] {36708e75-2579-45f2-a891-c52857e0c425} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.01.22 22:24:57.537984 [ 277 ] {36708e75-2579-45f2-a891-c52857e0c425} TCPHandler: Processed in 0.001364991 sec. 2026.01.22 22:24:57.538088 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:57.538182 [ 277 ] {4c4d480a-c784-4034-91eb-f36dc03d2b38} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:24:57.538236 [ 277 ] {4c4d480a-c784-4034-91eb-f36dc03d2b38} 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.01.22 22:24:57.539101 [ 277 ] {4c4d480a-c784-4034-91eb-f36dc03d2b38} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:57.539147 [ 277 ] {4c4d480a-c784-4034-91eb-f36dc03d2b38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:24:57.539864 [ 277 ] {4c4d480a-c784-4034-91eb-f36dc03d2b38} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.22 22:24:57.540186 [ 277 ] {4c4d480a-c784-4034-91eb-f36dc03d2b38} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:57.540372 [ 277 ] {4c4d480a-c784-4034-91eb-f36dc03d2b38} executeQuery: Read 5 rows, 9.17 KiB in 0.002206 sec., 2266.545784224841 rows/sec., 4.06 MiB/sec. 2026.01.22 22:24:57.540472 [ 277 ] {4c4d480a-c784-4034-91eb-f36dc03d2b38} TCPHandler: Processed in 0.002431808 sec. 2026.01.22 22:24:57.540611 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:24:57.540731 [ 277 ] {d494966a-daf4-4396-813b-be0ac6892a84} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:24:57.540781 [ 277 ] {d494966a-daf4-4396-813b-be0ac6892a84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:24:57.541204 [ 277 ] {d494966a-daf4-4396-813b-be0ac6892a84} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:57.541246 [ 277 ] {d494966a-daf4-4396-813b-be0ac6892a84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:24:57.541621 [ 277 ] {d494966a-daf4-4396-813b-be0ac6892a84} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.22 22:24:57.541836 [ 277 ] {d494966a-daf4-4396-813b-be0ac6892a84} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:57.541963 [ 277 ] {d494966a-daf4-4396-813b-be0ac6892a84} executeQuery: Read 60 rows, 4.14 KiB in 0.001256 sec., 47770.700636942674 rows/sec., 3.22 MiB/sec. 2026.01.22 22:24:57.541998 [ 277 ] {d494966a-daf4-4396-813b-be0ac6892a84} TCPHandler: Processed in 0.0014483 sec. 2026.01.22 22:24:59.869898 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33056 2026.01.22 22:24:59.870550 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:24:59.870617 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:24:59.871176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.22 22:24:59.871407 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:24:59.871558 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33056 2026.01.22 22:25:01.643783 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2026.01.22 22:25:01.661313 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:01.661370 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:01.667764 [ 245 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.22 22:25:01.668447 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:01.671591 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2026.01.22 22:25:02.468259 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1656 2026.01.22 22:25:02.470554 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.470611 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.471803 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.22 22:25:02.472081 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.472274 [ 149 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.22 22:25:02.472373 [ 149 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.472412 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.472465 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1656 2026.01.22 22:25:02.472570 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:25:02.473267 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:02.473423 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1494 rows starting from the beginning of the part 2026.01.22 22:25:02.473861 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part 2026.01.22 22:25:02.474205 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part 2026.01.22 22:25:02.474556 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part 2026.01.22 22:25:02.474898 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 42 rows starting from the beginning of the part 2026.01.22 22:25:02.475229 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part 2026.01.22 22:25:02.481952 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1656 rows, containing 72 columns (72 merged, 0 gathered) in 0.00945315 sec., 175179.70200409385 rows/sec., 137.92 MiB/sec. 2026.01.22 22:25:02.483364 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.22 22:25:02.483853 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_51_10} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.483930 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_51_10} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.22 22:25:02.484107 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2026.01.22 22:25:02.533601 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:02.533873 [ 277 ] {dfd8b25f-9707-490c-ba85-2ee6d70c31e8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:25:02.533941 [ 277 ] {dfd8b25f-9707-490c-ba85-2ee6d70c31e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:25:02.534569 [ 277 ] {dfd8b25f-9707-490c-ba85-2ee6d70c31e8} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.534620 [ 277 ] {dfd8b25f-9707-490c-ba85-2ee6d70c31e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.535028 [ 277 ] {dfd8b25f-9707-490c-ba85-2ee6d70c31e8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:25:02.535261 [ 277 ] {dfd8b25f-9707-490c-ba85-2ee6d70c31e8} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.535425 [ 277 ] {dfd8b25f-9707-490c-ba85-2ee6d70c31e8} executeQuery: Read 10 rows, 835.00 B in 0.001615 sec., 6191.9504643962855 rows/sec., 504.91 KiB/sec. 2026.01.22 22:25:02.535475 [ 277 ] {dfd8b25f-9707-490c-ba85-2ee6d70c31e8} TCPHandler: Processed in 0.002058725 sec. 2026.01.22 22:25:02.535607 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:02.535708 [ 277 ] {bdd289e2-f824-4fe0-ac75-92c31fcada62} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:02.535770 [ 277 ] {bdd289e2-f824-4fe0-ac75-92c31fcada62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:02.536284 [ 277 ] {bdd289e2-f824-4fe0-ac75-92c31fcada62} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.536322 [ 277 ] {bdd289e2-f824-4fe0-ac75-92c31fcada62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.536655 [ 277 ] {bdd289e2-f824-4fe0-ac75-92c31fcada62} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.22 22:25:02.536867 [ 277 ] {bdd289e2-f824-4fe0-ac75-92c31fcada62} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.536991 [ 149 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.22 22:25:02.536997 [ 277 ] {bdd289e2-f824-4fe0-ac75-92c31fcada62} executeQuery: Read 133 rows, 11.63 KiB in 0.001312 sec., 101371.9512195122 rows/sec., 8.66 MiB/sec. 2026.01.22 22:25:02.537039 [ 149 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.537058 [ 277 ] {bdd289e2-f824-4fe0-ac75-92c31fcada62} TCPHandler: Processed in 0.001505281 sec. 2026.01.22 22:25:02.537067 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.537158 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:25:02.537186 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:02.537268 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:02.537287 [ 277 ] {600466fb-7799-4fbe-91f0-4fab43673965} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:02.537303 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2556 rows starting from the beginning of the part 2026.01.22 22:25:02.537332 [ 277 ] {600466fb-7799-4fbe-91f0-4fab43673965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:02.537366 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 1274 rows starting from the beginning of the part 2026.01.22 22:25:02.537419 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1329 rows starting from the beginning of the part 2026.01.22 22:25:02.537461 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 128 rows starting from the beginning of the part 2026.01.22 22:25:02.537506 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 66 rows starting from the beginning of the part 2026.01.22 22:25:02.537550 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 133 rows starting from the beginning of the part 2026.01.22 22:25:02.537757 [ 277 ] {600466fb-7799-4fbe-91f0-4fab43673965} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.537800 [ 277 ] {600466fb-7799-4fbe-91f0-4fab43673965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.538115 [ 277 ] {600466fb-7799-4fbe-91f0-4fab43673965} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.22 22:25:02.538339 [ 277 ] {600466fb-7799-4fbe-91f0-4fab43673965} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.538480 [ 277 ] {600466fb-7799-4fbe-91f0-4fab43673965} executeQuery: Read 46 rows, 3.41 KiB in 0.001212 sec., 37953.79537953796 rows/sec., 2.74 MiB/sec. 2026.01.22 22:25:02.538517 [ 277 ] {600466fb-7799-4fbe-91f0-4fab43673965} TCPHandler: Processed in 0.001381531 sec. 2026.01.22 22:25:02.538624 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:02.538743 [ 277 ] {bf7db8ba-25cf-4cd2-a3dd-b9368f5f47e7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:02.538819 [ 277 ] {bf7db8ba-25cf-4cd2-a3dd-b9368f5f47e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:02.539359 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5486 rows, containing 5 columns (5 merged, 0 gathered) in 0.002234967 sec., 2454622.3725003544 rows/sec., 209.93 MiB/sec. 2026.01.22 22:25:02.539364 [ 277 ] {bf7db8ba-25cf-4cd2-a3dd-b9368f5f47e7} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.539428 [ 277 ] {bf7db8ba-25cf-4cd2-a3dd-b9368f5f47e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.539607 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.22 22:25:02.539868 [ 277 ] {bf7db8ba-25cf-4cd2-a3dd-b9368f5f47e7} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.22 22:25:02.539900 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_101_20} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.539981 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_101_20} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.22 22:25:02.540046 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.01.22 22:25:02.540116 [ 277 ] {bf7db8ba-25cf-4cd2-a3dd-b9368f5f47e7} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.540254 [ 277 ] {bf7db8ba-25cf-4cd2-a3dd-b9368f5f47e7} executeQuery: Read 110 rows, 8.81 KiB in 0.001531 sec., 71848.46505551926 rows/sec., 5.62 MiB/sec. 2026.01.22 22:25:02.540261 [ 150 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.22 22:25:02.540293 [ 277 ] {bf7db8ba-25cf-4cd2-a3dd-b9368f5f47e7} TCPHandler: Processed in 0.001718153 sec. 2026.01.22 22:25:02.540335 [ 150 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.540379 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.540441 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:02.540476 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:25:02.540540 [ 277 ] {fba709a7-6940-4a6d-9d47-5b03c0bff448} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:02.540589 [ 277 ] {fba709a7-6940-4a6d-9d47-5b03c0bff448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:02.540599 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:02.540637 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1304 rows starting from the beginning of the part 2026.01.22 22:25:02.540703 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 769 rows starting from the beginning of the part 2026.01.22 22:25:02.540747 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 567 rows starting from the beginning of the part 2026.01.22 22:25:02.540789 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 100 rows starting from the beginning of the part 2026.01.22 22:25:02.540830 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 69 rows starting from the beginning of the part 2026.01.22 22:25:02.540872 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 110 rows starting from the beginning of the part 2026.01.22 22:25:02.541015 [ 277 ] {fba709a7-6940-4a6d-9d47-5b03c0bff448} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.541057 [ 277 ] {fba709a7-6940-4a6d-9d47-5b03c0bff448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.541424 [ 277 ] {fba709a7-6940-4a6d-9d47-5b03c0bff448} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.22 22:25:02.541657 [ 277 ] {fba709a7-6940-4a6d-9d47-5b03c0bff448} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.541797 [ 150 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.22 22:25:02.541801 [ 277 ] {fba709a7-6940-4a6d-9d47-5b03c0bff448} executeQuery: Read 165 rows, 11.76 KiB in 0.001278 sec., 129107.98122065727 rows/sec., 8.99 MiB/sec. 2026.01.22 22:25:02.541833 [ 150 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.541856 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.541858 [ 277 ] {fba709a7-6940-4a6d-9d47-5b03c0bff448} TCPHandler: Processed in 0.001467901 sec. 2026.01.22 22:25:02.541925 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::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.01.22 22:25:02.541983 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:02.542017 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:02.542047 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_101_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28553 rows starting from the beginning of the part 2026.01.22 22:25:02.542084 [ 277 ] {605f370f-788a-4f0d-a4ee-4701651acfd5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:02.542091 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 328 rows starting from the beginning of the part 2026.01.22 22:25:02.542151 [ 277 ] {605f370f-788a-4f0d-a4ee-4701651acfd5} 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.01.22 22:25:02.542158 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 883 rows starting from the beginning of the part 2026.01.22 22:25:02.542182 [ 203 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2919 rows, containing 5 columns (5 merged, 0 gathered) in 0.001751603 sec., 1666473.5102645976 rows/sec., 127.45 MiB/sec. 2026.01.22 22:25:02.542221 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2026.01.22 22:25:02.542258 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2026.01.22 22:25:02.542292 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 165 rows starting from the beginning of the part 2026.01.22 22:25:02.542363 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.22 22:25:02.542635 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_101_20} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.542705 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_101_20} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.22 22:25:02.542775 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.22 22:25:02.543063 [ 277 ] {605f370f-788a-4f0d-a4ee-4701651acfd5} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.543105 [ 277 ] {605f370f-788a-4f0d-a4ee-4701651acfd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.543727 [ 277 ] {605f370f-788a-4f0d-a4ee-4701651acfd5} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.22 22:25:02.543954 [ 277 ] {605f370f-788a-4f0d-a4ee-4701651acfd5} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.544099 [ 277 ] {605f370f-788a-4f0d-a4ee-4701651acfd5} executeQuery: Read 36 rows, 66.06 KiB in 0.002033 sec., 17707.820954254796 rows/sec., 31.73 MiB/sec. 2026.01.22 22:25:02.544169 [ 277 ] {605f370f-788a-4f0d-a4ee-4701651acfd5} TCPHandler: Processed in 0.002236546 sec. 2026.01.22 22:25:02.544288 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:02.544384 [ 277 ] {943fa3db-41e3-4dd4-96e0-7c69dd3557ae} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:02.544427 [ 277 ] {943fa3db-41e3-4dd4-96e0-7c69dd3557ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:02.544771 [ 277 ] {943fa3db-41e3-4dd4-96e0-7c69dd3557ae} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.544809 [ 277 ] {943fa3db-41e3-4dd4-96e0-7c69dd3557ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.545123 [ 277 ] {943fa3db-41e3-4dd4-96e0-7c69dd3557ae} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.22 22:25:02.545336 [ 277 ] {943fa3db-41e3-4dd4-96e0-7c69dd3557ae} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.545456 [ 150 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.22 22:25:02.545467 [ 277 ] {943fa3db-41e3-4dd4-96e0-7c69dd3557ae} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.01.22 22:25:02.545491 [ 150 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:02.545514 [ 277 ] {943fa3db-41e3-4dd4-96e0-7c69dd3557ae} TCPHandler: Processed in 0.001276179 sec. 2026.01.22 22:25:02.545514 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:02.545606 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:02.545708 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:02.545737 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5946 rows starting from the beginning of the part 2026.01.22 22:25:02.545802 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 108 rows starting from the beginning of the part 2026.01.22 22:25:02.545843 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:02.545880 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:02.545918 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2026.01.22 22:25:02.545953 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2026.01.22 22:25:02.547943 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 30249 rows, containing 5 columns (5 merged, 0 gathered) in 0.006043144 sec., 5005507.0671822475 rows/sec., 342.30 MiB/sec. 2026.01.22 22:25:02.548066 [ 199 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6294 rows, containing 4 columns (4 merged, 0 gathered) in 0.002494978 sec., 2522667.534543391 rows/sec., 167.82 MiB/sec. 2026.01.22 22:25:02.548479 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.22 22:25:02.548548 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.22 22:25:02.548848 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_101_20} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.548906 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_101_20} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:02.548926 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_101_20} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.22 22:25:02.548989 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_101_20} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.22 22:25:02.549011 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.22 22:25:02.549087 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.01.22 22:25:07.061328 [ 221 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:25:07.061392 [ 221 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:25:07.080992 [ 221 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:25:07.171991 [ 147 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:25:07.172039 [ 147 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:25:07.371747 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33568 2026.01.22 22:25:07.372431 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:07.372491 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:07.373116 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.22 22:25:07.373350 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:07.373505 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33568 2026.01.22 22:25:07.531651 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:07.531829 [ 277 ] {c959920b-767b-4b85-b7e5-91ec12a35a60} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:07.531893 [ 277 ] {c959920b-767b-4b85-b7e5-91ec12a35a60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:07.532579 [ 277 ] {c959920b-767b-4b85-b7e5-91ec12a35a60} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:07.532625 [ 277 ] {c959920b-767b-4b85-b7e5-91ec12a35a60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:07.533023 [ 277 ] {c959920b-767b-4b85-b7e5-91ec12a35a60} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.22 22:25:07.533263 [ 277 ] {c959920b-767b-4b85-b7e5-91ec12a35a60} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:07.533425 [ 277 ] {c959920b-767b-4b85-b7e5-91ec12a35a60} executeQuery: Read 66 rows, 5.35 KiB in 0.001645 sec., 40121.58054711246 rows/sec., 3.18 MiB/sec. 2026.01.22 22:25:07.533476 [ 277 ] {c959920b-767b-4b85-b7e5-91ec12a35a60} TCPHandler: Processed in 0.001953384 sec. 2026.01.22 22:25:07.533604 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:07.533708 [ 277 ] {2e9f5891-f6b9-4c65-b627-a5c611a5c945} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:07.533752 [ 277 ] {2e9f5891-f6b9-4c65-b627-a5c611a5c945} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:07.534232 [ 277 ] {2e9f5891-f6b9-4c65-b627-a5c611a5c945} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:07.534277 [ 277 ] {2e9f5891-f6b9-4c65-b627-a5c611a5c945} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:07.534677 [ 277 ] {2e9f5891-f6b9-4c65-b627-a5c611a5c945} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.22 22:25:07.534936 [ 277 ] {2e9f5891-f6b9-4c65-b627-a5c611a5c945} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:07.535051 [ 147 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.22 22:25:07.535070 [ 277 ] {2e9f5891-f6b9-4c65-b627-a5c611a5c945} executeQuery: Read 5 rows, 385.00 B in 0.001386 sec., 3607.5036075036073 rows/sec., 271.27 KiB/sec. 2026.01.22 22:25:07.535086 [ 147 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:07.535107 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:07.535112 [ 277 ] {2e9f5891-f6b9-4c65-b627-a5c611a5c945} TCPHandler: Processed in 0.001561102 sec. 2026.01.22 22:25:07.535229 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:07.535238 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:25:07.535328 [ 277 ] {c2c0bc96-8830-48a9-b892-c107e4ff4c2f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:07.535375 [ 277 ] {c2c0bc96-8830-48a9-b892-c107e4ff4c2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:07.535386 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:07.535427 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 296 rows starting from the beginning of the part 2026.01.22 22:25:07.535498 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 23 rows starting from the beginning of the part 2026.01.22 22:25:07.535545 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 36 rows starting from the beginning of the part 2026.01.22 22:25:07.535591 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 5 rows starting from the beginning of the part 2026.01.22 22:25:07.535633 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 46 rows starting from the beginning of the part 2026.01.22 22:25:07.535673 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 5 rows starting from the beginning of the part 2026.01.22 22:25:07.535836 [ 277 ] {c2c0bc96-8830-48a9-b892-c107e4ff4c2f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:07.535878 [ 277 ] {c2c0bc96-8830-48a9-b892-c107e4ff4c2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:07.536226 [ 277 ] {c2c0bc96-8830-48a9-b892-c107e4ff4c2f} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.22 22:25:07.536459 [ 277 ] {c2c0bc96-8830-48a9-b892-c107e4ff4c2f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:07.536596 [ 277 ] {c2c0bc96-8830-48a9-b892-c107e4ff4c2f} executeQuery: Read 69 rows, 5.52 KiB in 0.001289 sec., 53529.86811481769 rows/sec., 4.18 MiB/sec. 2026.01.22 22:25:07.536635 [ 277 ] {c2c0bc96-8830-48a9-b892-c107e4ff4c2f} TCPHandler: Processed in 0.00145696 sec. 2026.01.22 22:25:07.536720 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 411 rows, containing 5 columns (5 merged, 0 gathered) in 0.001547892 sec., 265522.4007876519 rows/sec., 18.33 MiB/sec. 2026.01.22 22:25:07.536758 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:07.536855 [ 277 ] {6df47a51-8048-45d9-9043-31f3afb186e7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:07.536903 [ 277 ] {6df47a51-8048-45d9-9043-31f3afb186e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:07.536918 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.22 22:25:07.537252 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_96_19} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:07.537336 [ 277 ] {6df47a51-8048-45d9-9043-31f3afb186e7} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:07.537341 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_96_19} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.22 22:25:07.537379 [ 277 ] {6df47a51-8048-45d9-9043-31f3afb186e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:07.537473 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:25:07.537731 [ 277 ] {6df47a51-8048-45d9-9043-31f3afb186e7} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.22 22:25:07.537955 [ 277 ] {6df47a51-8048-45d9-9043-31f3afb186e7} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:07.538083 [ 277 ] {6df47a51-8048-45d9-9043-31f3afb186e7} executeQuery: Read 160 rows, 11.41 KiB in 0.001247 sec., 128307.93905372894 rows/sec., 8.94 MiB/sec. 2026.01.22 22:25:07.538120 [ 277 ] {6df47a51-8048-45d9-9043-31f3afb186e7} TCPHandler: Processed in 0.00141338 sec. 2026.01.22 22:25:07.538233 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:07.538329 [ 277 ] {033e5cbb-666e-44eb-9920-622534b42d0c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:07.538384 [ 277 ] {033e5cbb-666e-44eb-9920-622534b42d0c} 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.01.22 22:25:07.539140 [ 277 ] {033e5cbb-666e-44eb-9920-622534b42d0c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:07.539174 [ 277 ] {033e5cbb-666e-44eb-9920-622534b42d0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:07.539677 [ 277 ] {033e5cbb-666e-44eb-9920-622534b42d0c} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.22 22:25:07.539913 [ 277 ] {033e5cbb-666e-44eb-9920-622534b42d0c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:07.540052 [ 277 ] {033e5cbb-666e-44eb-9920-622534b42d0c} executeQuery: Read 5 rows, 9.17 KiB in 0.001741 sec., 2871.912693854107 rows/sec., 5.15 MiB/sec. 2026.01.22 22:25:07.540118 [ 277 ] {033e5cbb-666e-44eb-9920-622534b42d0c} TCPHandler: Processed in 0.001934674 sec. 2026.01.22 22:25:07.540231 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:07.540326 [ 277 ] {e1c5fddb-47d2-41a0-9eb4-84dc9c8172d6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:07.540367 [ 277 ] {e1c5fddb-47d2-41a0-9eb4-84dc9c8172d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:07.540708 [ 277 ] {e1c5fddb-47d2-41a0-9eb4-84dc9c8172d6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:07.540742 [ 277 ] {e1c5fddb-47d2-41a0-9eb4-84dc9c8172d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:07.541053 [ 277 ] {e1c5fddb-47d2-41a0-9eb4-84dc9c8172d6} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.22 22:25:07.541258 [ 277 ] {e1c5fddb-47d2-41a0-9eb4-84dc9c8172d6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:07.541385 [ 277 ] {e1c5fddb-47d2-41a0-9eb4-84dc9c8172d6} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.01.22 22:25:07.541420 [ 277 ] {e1c5fddb-47d2-41a0-9eb4-84dc9c8172d6} TCPHandler: Processed in 0.00123893 sec. 2026.01.22 22:25:08.656969 [ 221 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:25:08.657026 [ 221 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:25:08.660664 [ 221 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:25:09.171753 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2026.01.22 22:25:09.188659 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:09.188715 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:09.194769 [ 245 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.22 22:25:09.195455 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:09.198379 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2026.01.22 22:25:12.020598 [ 226 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:25:12.020702 [ 226 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:25:12.025004 [ 226 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:25:12.472737 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1682 2026.01.22 22:25:12.474980 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:12.475025 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:12.476179 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.22 22:25:12.476449 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:12.476797 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1682 2026.01.22 22:25:12.532514 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:12.532709 [ 277 ] {08df9e8d-b7f2-486c-817a-35052422640c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:12.532779 [ 277 ] {08df9e8d-b7f2-486c-817a-35052422640c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:12.533454 [ 277 ] {08df9e8d-b7f2-486c-817a-35052422640c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:12.533496 [ 277 ] {08df9e8d-b7f2-486c-817a-35052422640c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:12.533882 [ 277 ] {08df9e8d-b7f2-486c-817a-35052422640c} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.22 22:25:12.534105 [ 277 ] {08df9e8d-b7f2-486c-817a-35052422640c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:12.534250 [ 277 ] {08df9e8d-b7f2-486c-817a-35052422640c} executeQuery: Read 128 rows, 11.26 KiB in 0.001595 sec., 80250.78369905955 rows/sec., 6.90 MiB/sec. 2026.01.22 22:25:12.534291 [ 277 ] {08df9e8d-b7f2-486c-817a-35052422640c} TCPHandler: Processed in 0.001906624 sec. 2026.01.22 22:25:12.534339 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:25:12.534373 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:25:12.534416 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:12.534510 [ 277 ] {c905a716-310e-4978-9a76-0ba601f6e1aa} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:12.534550 [ 277 ] {c905a716-310e-4978-9a76-0ba601f6e1aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:12.534954 [ 277 ] {c905a716-310e-4978-9a76-0ba601f6e1aa} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:12.534990 [ 277 ] {c905a716-310e-4978-9a76-0ba601f6e1aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:12.535285 [ 277 ] {c905a716-310e-4978-9a76-0ba601f6e1aa} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.22 22:25:12.535507 [ 277 ] {c905a716-310e-4978-9a76-0ba601f6e1aa} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:12.535632 [ 277 ] {c905a716-310e-4978-9a76-0ba601f6e1aa} executeQuery: Read 36 rows, 2.71 KiB in 0.00114 sec., 31578.947368421053 rows/sec., 2.32 MiB/sec. 2026.01.22 22:25:12.535669 [ 277 ] {c905a716-310e-4978-9a76-0ba601f6e1aa} TCPHandler: Processed in 0.001300259 sec. 2026.01.22 22:25:12.535782 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:12.535874 [ 277 ] {bb87aa8e-d77d-42b9-bdb8-3a78d2d2e089} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:12.535917 [ 277 ] {bb87aa8e-d77d-42b9-bdb8-3a78d2d2e089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:12.536339 [ 277 ] {bb87aa8e-d77d-42b9-bdb8-3a78d2d2e089} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:12.536373 [ 277 ] {bb87aa8e-d77d-42b9-bdb8-3a78d2d2e089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:12.536667 [ 277 ] {bb87aa8e-d77d-42b9-bdb8-3a78d2d2e089} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.22 22:25:12.536873 [ 277 ] {bb87aa8e-d77d-42b9-bdb8-3a78d2d2e089} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:12.536998 [ 277 ] {bb87aa8e-d77d-42b9-bdb8-3a78d2d2e089} executeQuery: Read 100 rows, 8.00 KiB in 0.001141 sec., 87642.41893076248 rows/sec., 6.85 MiB/sec. 2026.01.22 22:25:12.537034 [ 277 ] {bb87aa8e-d77d-42b9-bdb8-3a78d2d2e089} TCPHandler: Processed in 0.001299669 sec. 2026.01.22 22:25:12.537150 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:12.537247 [ 277 ] {adc6f0df-c607-4161-9598-3ac0c204c10c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:12.537289 [ 277 ] {adc6f0df-c607-4161-9598-3ac0c204c10c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:12.537701 [ 277 ] {adc6f0df-c607-4161-9598-3ac0c204c10c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:12.537736 [ 277 ] {adc6f0df-c607-4161-9598-3ac0c204c10c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:12.538064 [ 277 ] {adc6f0df-c607-4161-9598-3ac0c204c10c} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.22 22:25:12.538142 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:25:12.538273 [ 277 ] {adc6f0df-c607-4161-9598-3ac0c204c10c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:12.538406 [ 277 ] {adc6f0df-c607-4161-9598-3ac0c204c10c} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.01.22 22:25:12.538446 [ 277 ] {adc6f0df-c607-4161-9598-3ac0c204c10c} TCPHandler: Processed in 0.00134208 sec. 2026.01.22 22:25:12.538513 [ 225 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:25:12.538558 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:12.538575 [ 225 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:25:12.538659 [ 277 ] {6513ea8f-1747-4c28-bc2b-c901b0542a79} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:12.538719 [ 277 ] {6513ea8f-1747-4c28-bc2b-c901b0542a79} 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.01.22 22:25:12.539522 [ 277 ] {6513ea8f-1747-4c28-bc2b-c901b0542a79} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:12.539561 [ 277 ] {6513ea8f-1747-4c28-bc2b-c901b0542a79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:12.540119 [ 277 ] {6513ea8f-1747-4c28-bc2b-c901b0542a79} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.22 22:25:12.540359 [ 277 ] {6513ea8f-1747-4c28-bc2b-c901b0542a79} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:12.540497 [ 277 ] {6513ea8f-1747-4c28-bc2b-c901b0542a79} executeQuery: Read 36 rows, 66.06 KiB in 0.001855 sec., 19407.00808625337 rows/sec., 34.78 MiB/sec. 2026.01.22 22:25:12.540561 [ 277 ] {6513ea8f-1747-4c28-bc2b-c901b0542a79} TCPHandler: Processed in 0.002049535 sec. 2026.01.22 22:25:12.540679 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:12.540774 [ 277 ] {37036422-83dd-4dd8-91ef-f7966ece512c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:12.540816 [ 277 ] {37036422-83dd-4dd8-91ef-f7966ece512c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:12.541146 [ 277 ] {37036422-83dd-4dd8-91ef-f7966ece512c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:12.541181 [ 277 ] {37036422-83dd-4dd8-91ef-f7966ece512c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:12.541474 [ 277 ] {37036422-83dd-4dd8-91ef-f7966ece512c} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.22 22:25:12.541709 [ 277 ] {37036422-83dd-4dd8-91ef-f7966ece512c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:12.541754 [ 225 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:25:12.541842 [ 277 ] {37036422-83dd-4dd8-91ef-f7966ece512c} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.01.22 22:25:12.541882 [ 277 ] {37036422-83dd-4dd8-91ef-f7966ece512c} TCPHandler: Processed in 0.001250449 sec. 2026.01.22 22:25:12.541993 [ 222 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:25:12.542049 [ 222 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:25:12.544696 [ 222 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:25:14.873774 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34016 2026.01.22 22:25:14.874261 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:14.874301 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:14.874744 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.22 22:25:14.875048 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:14.875183 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34016 2026.01.22 22:25:14.875207 [ 96 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.22 22:25:14.875278 [ 96 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:14.875302 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:14.875448 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:14.875593 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:14.875634 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31648 rows starting from the beginning of the part 2026.01.22 22:25:14.875712 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:14.875762 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:14.875808 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:14.875850 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:14.875894 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:14.878100 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 34016 rows, containing 4 columns (4 merged, 0 gathered) in 0.00271372 sec., 12534823.047329864 rows/sec., 179.31 MiB/sec. 2026.01.22 22:25:14.878642 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.22 22:25:14.879084 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_71_14} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:14.879199 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_71_14} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.22 22:25:14.879309 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. 2026.01.22 22:25:15.474332 [ 96 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.01.22 22:25:15.474401 [ 96 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:15.474425 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:15.474570 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::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.01.22 22:25:15.474720 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:15.474756 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part 2026.01.22 22:25:15.474827 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part 2026.01.22 22:25:15.474878 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2026.01.22 22:25:15.474925 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2026.01.22 22:25:15.474971 [ 199 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part 2026.01.22 22:25:15.475708 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001197669 sec., 40077.85122600652 rows/sec., 3.34 MiB/sec. 2026.01.22 22:25:15.475878 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.01.22 22:25:15.476176 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_25_6} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:15.476250 [ 194 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_25_6} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.01.22 22:25:15.476344 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.22 22:25:16.698557 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2026.01.22 22:25:16.715925 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:16.715977 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:16.721964 [ 245 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.22 22:25:16.722687 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:16.722961 [ 107 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.22 22:25:16.722996 [ 107 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:16.723014 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:16.723134 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:16.726010 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2026.01.22 22:25:16.726927 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:16.728371 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:16.732766 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:16.737133 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:16.741568 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:16.746269 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:16.750758 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:16.805148 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.082064028 sec., 6519.299783822456 rows/sec., 33.71 MiB/sec. 2026.01.22 22:25:16.808427 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.22 22:25:16.810588 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_71_14} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:16.810707 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_71_14} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.22 22:25:16.813707 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.01.22 22:25:17.000246 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 366.20 MiB, peak 383.62 MiB, free memory in arenas 0.00 B, will set to 365.15 MiB (RSS), difference: -1.05 MiB 2026.01.22 22:25:17.559601 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:17.559803 [ 277 ] {77c7e4a5-bd0f-4c39-8a10-9844fd451d81} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:25:17.559877 [ 277 ] {77c7e4a5-bd0f-4c39-8a10-9844fd451d81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:25:17.560627 [ 277 ] {77c7e4a5-bd0f-4c39-8a10-9844fd451d81} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:17.560680 [ 277 ] {77c7e4a5-bd0f-4c39-8a10-9844fd451d81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:17.561064 [ 277 ] {77c7e4a5-bd0f-4c39-8a10-9844fd451d81} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:25:17.561284 [ 277 ] {77c7e4a5-bd0f-4c39-8a10-9844fd451d81} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:17.561440 [ 277 ] {77c7e4a5-bd0f-4c39-8a10-9844fd451d81} executeQuery: Read 24 rows, 2.04 KiB in 0.001691 sec., 14192.785334121822 rows/sec., 1.18 MiB/sec. 2026.01.22 22:25:17.561483 [ 277 ] {77c7e4a5-bd0f-4c39-8a10-9844fd451d81} TCPHandler: Processed in 0.002030805 sec. 2026.01.22 22:25:17.561612 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:17.561708 [ 277 ] {ab85f390-ad5e-4c13-8de3-35767308416a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:25:17.561748 [ 277 ] {ab85f390-ad5e-4c13-8de3-35767308416a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:25:17.562149 [ 277 ] {ab85f390-ad5e-4c13-8de3-35767308416a} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:17.562181 [ 277 ] {ab85f390-ad5e-4c13-8de3-35767308416a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:17.562453 [ 277 ] {ab85f390-ad5e-4c13-8de3-35767308416a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:25:17.562644 [ 277 ] {ab85f390-ad5e-4c13-8de3-35767308416a} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:17.562768 [ 277 ] {ab85f390-ad5e-4c13-8de3-35767308416a} executeQuery: Read 2 rows, 167.00 B in 0.001132 sec., 1766.7844522968198 rows/sec., 144.07 KiB/sec. 2026.01.22 22:25:17.562803 [ 277 ] {ab85f390-ad5e-4c13-8de3-35767308416a} TCPHandler: Processed in 0.00129722 sec. 2026.01.22 22:25:17.562914 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:17.563073 [ 277 ] {18c6cac6-5964-45b4-8238-14597c1215f8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:17.563111 [ 277 ] {18c6cac6-5964-45b4-8238-14597c1215f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:17.564251 [ 277 ] {18c6cac6-5964-45b4-8238-14597c1215f8} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:17.564287 [ 277 ] {18c6cac6-5964-45b4-8238-14597c1215f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:17.564663 [ 277 ] {18c6cac6-5964-45b4-8238-14597c1215f8} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.22 22:25:17.564878 [ 277 ] {18c6cac6-5964-45b4-8238-14597c1215f8} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:17.565012 [ 277 ] {18c6cac6-5964-45b4-8238-14597c1215f8} executeQuery: Read 1327 rows, 112.98 KiB in 0.001958 sec., 677732.379979571 rows/sec., 56.35 MiB/sec. 2026.01.22 22:25:17.565051 [ 277 ] {18c6cac6-5964-45b4-8238-14597c1215f8} TCPHandler: Processed in 0.002123405 sec. 2026.01.22 22:25:17.565171 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:17.565291 [ 277 ] {75a88ede-f2a2-4b7d-a13a-2d7bb83c2ac1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:17.565339 [ 277 ] {75a88ede-f2a2-4b7d-a13a-2d7bb83c2ac1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:17.565826 [ 277 ] {75a88ede-f2a2-4b7d-a13a-2d7bb83c2ac1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:17.565869 [ 277 ] {75a88ede-f2a2-4b7d-a13a-2d7bb83c2ac1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:17.566225 [ 277 ] {75a88ede-f2a2-4b7d-a13a-2d7bb83c2ac1} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.22 22:25:17.566438 [ 277 ] {75a88ede-f2a2-4b7d-a13a-2d7bb83c2ac1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:17.566572 [ 277 ] {75a88ede-f2a2-4b7d-a13a-2d7bb83c2ac1} executeQuery: Read 19 rows, 1.48 KiB in 0.001305 sec., 14559.386973180077 rows/sec., 1.10 MiB/sec. 2026.01.22 22:25:17.566610 [ 277 ] {75a88ede-f2a2-4b7d-a13a-2d7bb83c2ac1} TCPHandler: Processed in 0.001497351 sec. 2026.01.22 22:25:17.566713 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:17.566811 [ 277 ] {debe631b-a320-42d6-860a-bf2162829949} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:25:17.566850 [ 277 ] {debe631b-a320-42d6-860a-bf2162829949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:25:17.567336 [ 277 ] {debe631b-a320-42d6-860a-bf2162829949} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:17.567370 [ 277 ] {debe631b-a320-42d6-860a-bf2162829949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:17.567680 [ 277 ] {debe631b-a320-42d6-860a-bf2162829949} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:25:17.567946 [ 277 ] {debe631b-a320-42d6-860a-bf2162829949} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:17.568089 [ 277 ] {debe631b-a320-42d6-860a-bf2162829949} executeQuery: Read 252 rows, 17.85 KiB in 0.001296 sec., 194444.44444444444 rows/sec., 13.45 MiB/sec. 2026.01.22 22:25:17.568128 [ 277 ] {debe631b-a320-42d6-860a-bf2162829949} TCPHandler: Processed in 0.001463011 sec. 2026.01.22 22:25:17.568249 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:17.568344 [ 277 ] {3f13660c-31df-45a4-a1f8-1f8451d2d7d4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:25:17.568383 [ 277 ] {3f13660c-31df-45a4-a1f8-1f8451d2d7d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:25:17.568788 [ 277 ] {3f13660c-31df-45a4-a1f8-1f8451d2d7d4} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:17.568825 [ 277 ] {3f13660c-31df-45a4-a1f8-1f8451d2d7d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:17.569189 [ 277 ] {3f13660c-31df-45a4-a1f8-1f8451d2d7d4} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.22 22:25:17.569421 [ 277 ] {3f13660c-31df-45a4-a1f8-1f8451d2d7d4} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:17.569560 [ 277 ] {3f13660c-31df-45a4-a1f8-1f8451d2d7d4} executeQuery: Read 12 rows, 960.00 B in 0.001235 sec., 9716.599190283401 rows/sec., 759.11 KiB/sec. 2026.01.22 22:25:17.569605 [ 277 ] {3f13660c-31df-45a4-a1f8-1f8451d2d7d4} TCPHandler: Processed in 0.00140812 sec. 2026.01.22 22:25:17.569719 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:17.569813 [ 277 ] {dc62ad3c-2709-4959-9984-ac57cced0b8a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:17.569853 [ 277 ] {dc62ad3c-2709-4959-9984-ac57cced0b8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:17.570512 [ 277 ] {dc62ad3c-2709-4959-9984-ac57cced0b8a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:17.570548 [ 277 ] {dc62ad3c-2709-4959-9984-ac57cced0b8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:17.570875 [ 277 ] {dc62ad3c-2709-4959-9984-ac57cced0b8a} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.22 22:25:17.571090 [ 277 ] {dc62ad3c-2709-4959-9984-ac57cced0b8a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:17.571217 [ 277 ] {dc62ad3c-2709-4959-9984-ac57cced0b8a} executeQuery: Read 563 rows, 43.23 KiB in 0.001422 sec., 395921.2376933896 rows/sec., 29.69 MiB/sec. 2026.01.22 22:25:17.571254 [ 277 ] {dc62ad3c-2709-4959-9984-ac57cced0b8a} TCPHandler: Processed in 0.001585052 sec. 2026.01.22 22:25:17.571366 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:17.571458 [ 277 ] {eefe9de8-2799-4685-bbbc-1587dde97afd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:17.571499 [ 277 ] {eefe9de8-2799-4685-bbbc-1587dde97afd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:17.572107 [ 277 ] {eefe9de8-2799-4685-bbbc-1587dde97afd} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:17.572143 [ 277 ] {eefe9de8-2799-4685-bbbc-1587dde97afd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:17.572513 [ 277 ] {eefe9de8-2799-4685-bbbc-1587dde97afd} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.22 22:25:17.572720 [ 277 ] {eefe9de8-2799-4685-bbbc-1587dde97afd} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:17.572851 [ 277 ] {eefe9de8-2799-4685-bbbc-1587dde97afd} executeQuery: Read 881 rows, 61.23 KiB in 0.001412 sec., 623937.6770538243 rows/sec., 42.35 MiB/sec. 2026.01.22 22:25:17.572889 [ 277 ] {eefe9de8-2799-4685-bbbc-1587dde97afd} TCPHandler: Processed in 0.001569072 sec. 2026.01.22 22:25:17.572992 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:17.573083 [ 277 ] {778bf820-0fb5-4a65-a8d7-1edcaffdba0c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:17.573135 [ 277 ] {778bf820-0fb5-4a65-a8d7-1edcaffdba0c} 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.01.22 22:25:17.573953 [ 277 ] {778bf820-0fb5-4a65-a8d7-1edcaffdba0c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:17.573997 [ 277 ] {778bf820-0fb5-4a65-a8d7-1edcaffdba0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:17.574578 [ 277 ] {778bf820-0fb5-4a65-a8d7-1edcaffdba0c} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.22 22:25:17.574821 [ 277 ] {778bf820-0fb5-4a65-a8d7-1edcaffdba0c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:17.574958 [ 82 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.22 22:25:17.574964 [ 277 ] {778bf820-0fb5-4a65-a8d7-1edcaffdba0c} executeQuery: Read 5 rows, 9.17 KiB in 0.001898 sec., 2634.3519494204425 rows/sec., 4.72 MiB/sec. 2026.01.22 22:25:17.575032 [ 82 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:17.575058 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:17.575079 [ 277 ] {778bf820-0fb5-4a65-a8d7-1edcaffdba0c} TCPHandler: Processed in 0.002133485 sec. 2026.01.22 22:25:17.575148 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:25:17.575216 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:17.575316 [ 277 ] {501dcfba-5a14-4438-b8f2-1facd302d5bc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:17.575341 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:17.575359 [ 277 ] {501dcfba-5a14-4438-b8f2-1facd302d5bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:17.575394 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1919 rows starting from the beginning of the part 2026.01.22 22:25:17.575515 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 5 rows starting from the beginning of the part 2026.01.22 22:25:17.575615 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 36 rows starting from the beginning of the part 2026.01.22 22:25:17.575710 [ 277 ] {501dcfba-5a14-4438-b8f2-1facd302d5bc} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:17.575717 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 5 rows starting from the beginning of the part 2026.01.22 22:25:17.575748 [ 277 ] {501dcfba-5a14-4438-b8f2-1facd302d5bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:17.575834 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 36 rows starting from the beginning of the part 2026.01.22 22:25:17.575936 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 5 rows starting from the beginning of the part 2026.01.22 22:25:17.576069 [ 277 ] {501dcfba-5a14-4438-b8f2-1facd302d5bc} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.22 22:25:17.576295 [ 277 ] {501dcfba-5a14-4438-b8f2-1facd302d5bc} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:17.576441 [ 277 ] {501dcfba-5a14-4438-b8f2-1facd302d5bc} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2026.01.22 22:25:17.576477 [ 277 ] {501dcfba-5a14-4438-b8f2-1facd302d5bc} TCPHandler: Processed in 0.00131162 sec. 2026.01.22 22:25:17.584053 [ 208 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2006 rows, containing 19 columns (19 merged, 0 gathered) in 0.008935396 sec., 224500.40266821973 rows/sec., 402.29 MiB/sec. 2026.01.22 22:25:17.587102 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.22 22:25:17.587574 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_96_19} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:17.587676 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_96_19} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.22 22:25:17.587893 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.39 MiB. 2026.01.22 22:25:18.000256 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 365.92 MiB, peak 383.62 MiB, free memory in arenas 0.00 B, will set to 368.14 MiB (RSS), difference: 2.22 MiB 2026.01.22 22:25:22.172069 [ 128 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:25:22.172133 [ 128 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:25:22.375437 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34528 2026.01.22 22:25:22.376279 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:22.376356 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:22.376897 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.22 22:25:22.377120 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:22.377248 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34528 2026.01.22 22:25:22.477088 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1714 2026.01.22 22:25:22.479528 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:22.479582 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:22.480810 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.22 22:25:22.481087 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:22.481565 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1714 2026.01.22 22:25:22.533161 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:22.533331 [ 277 ] {936f4507-e95a-4020-92e4-abe3cfe7dd5a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:22.533395 [ 277 ] {936f4507-e95a-4020-92e4-abe3cfe7dd5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:22.534088 [ 277 ] {936f4507-e95a-4020-92e4-abe3cfe7dd5a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:22.534132 [ 277 ] {936f4507-e95a-4020-92e4-abe3cfe7dd5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:22.534516 [ 277 ] {936f4507-e95a-4020-92e4-abe3cfe7dd5a} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.22 22:25:22.534756 [ 277 ] {936f4507-e95a-4020-92e4-abe3cfe7dd5a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:22.534908 [ 277 ] {936f4507-e95a-4020-92e4-abe3cfe7dd5a} executeQuery: Read 128 rows, 11.26 KiB in 0.001624 sec., 78817.73399014778 rows/sec., 6.77 MiB/sec. 2026.01.22 22:25:22.534950 [ 277 ] {936f4507-e95a-4020-92e4-abe3cfe7dd5a} TCPHandler: Processed in 0.001914014 sec. 2026.01.22 22:25:22.535074 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:22.535171 [ 277 ] {1dc7f81b-ae30-4aba-aacd-88ce149fbfd3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:22.535212 [ 277 ] {1dc7f81b-ae30-4aba-aacd-88ce149fbfd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:22.535621 [ 277 ] {1dc7f81b-ae30-4aba-aacd-88ce149fbfd3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:22.535657 [ 277 ] {1dc7f81b-ae30-4aba-aacd-88ce149fbfd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:22.535945 [ 277 ] {1dc7f81b-ae30-4aba-aacd-88ce149fbfd3} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.22 22:25:22.536155 [ 277 ] {1dc7f81b-ae30-4aba-aacd-88ce149fbfd3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:22.536284 [ 277 ] {1dc7f81b-ae30-4aba-aacd-88ce149fbfd3} executeQuery: Read 36 rows, 2.71 KiB in 0.001132 sec., 31802.120141342755 rows/sec., 2.34 MiB/sec. 2026.01.22 22:25:22.536321 [ 277 ] {1dc7f81b-ae30-4aba-aacd-88ce149fbfd3} TCPHandler: Processed in 0.00129722 sec. 2026.01.22 22:25:22.536430 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:22.536523 [ 277 ] {1b0a1009-b0f5-4949-8f8e-f63d13545e9c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:22.536563 [ 277 ] {1b0a1009-b0f5-4949-8f8e-f63d13545e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:22.536996 [ 277 ] {1b0a1009-b0f5-4949-8f8e-f63d13545e9c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:22.537032 [ 277 ] {1b0a1009-b0f5-4949-8f8e-f63d13545e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:22.537330 [ 277 ] {1b0a1009-b0f5-4949-8f8e-f63d13545e9c} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.22 22:25:22.537533 [ 277 ] {1b0a1009-b0f5-4949-8f8e-f63d13545e9c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:22.537658 [ 277 ] {1b0a1009-b0f5-4949-8f8e-f63d13545e9c} executeQuery: Read 100 rows, 8.00 KiB in 0.001153 sec., 86730.26886383348 rows/sec., 6.77 MiB/sec. 2026.01.22 22:25:22.537694 [ 277 ] {1b0a1009-b0f5-4949-8f8e-f63d13545e9c} TCPHandler: Processed in 0.0013141 sec. 2026.01.22 22:25:22.537806 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:22.537899 [ 277 ] {0c5c4d97-f9c8-4ec2-ae5c-9bd49d46771c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:22.537942 [ 277 ] {0c5c4d97-f9c8-4ec2-ae5c-9bd49d46771c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:22.538347 [ 277 ] {0c5c4d97-f9c8-4ec2-ae5c-9bd49d46771c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:22.538383 [ 277 ] {0c5c4d97-f9c8-4ec2-ae5c-9bd49d46771c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:22.538705 [ 277 ] {0c5c4d97-f9c8-4ec2-ae5c-9bd49d46771c} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.22 22:25:22.538936 [ 277 ] {0c5c4d97-f9c8-4ec2-ae5c-9bd49d46771c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:22.539065 [ 277 ] {0c5c4d97-f9c8-4ec2-ae5c-9bd49d46771c} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.01.22 22:25:22.539101 [ 277 ] {0c5c4d97-f9c8-4ec2-ae5c-9bd49d46771c} TCPHandler: Processed in 0.001343961 sec. 2026.01.22 22:25:22.539219 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:22.539337 [ 277 ] {9dd83e83-edfd-4a49-a8f9-d4cccf533e7f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:22.539401 [ 277 ] {9dd83e83-edfd-4a49-a8f9-d4cccf533e7f} 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.01.22 22:25:22.540280 [ 277 ] {9dd83e83-edfd-4a49-a8f9-d4cccf533e7f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:22.540317 [ 277 ] {9dd83e83-edfd-4a49-a8f9-d4cccf533e7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:22.540998 [ 277 ] {9dd83e83-edfd-4a49-a8f9-d4cccf533e7f} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.22 22:25:22.541262 [ 277 ] {9dd83e83-edfd-4a49-a8f9-d4cccf533e7f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:22.541427 [ 277 ] {9dd83e83-edfd-4a49-a8f9-d4cccf533e7f} executeQuery: Read 36 rows, 66.06 KiB in 0.002112 sec., 17045.454545454544 rows/sec., 30.54 MiB/sec. 2026.01.22 22:25:22.541502 [ 277 ] {9dd83e83-edfd-4a49-a8f9-d4cccf533e7f} TCPHandler: Processed in 0.002342057 sec. 2026.01.22 22:25:22.541618 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:22.541712 [ 277 ] {c2af0cd2-b2cb-4d5f-b26b-ae011376c7a5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:22.541754 [ 277 ] {c2af0cd2-b2cb-4d5f-b26b-ae011376c7a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:22.542092 [ 277 ] {c2af0cd2-b2cb-4d5f-b26b-ae011376c7a5} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:22.542128 [ 277 ] {c2af0cd2-b2cb-4d5f-b26b-ae011376c7a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:22.542421 [ 277 ] {c2af0cd2-b2cb-4d5f-b26b-ae011376c7a5} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.22 22:25:22.542618 [ 277 ] {c2af0cd2-b2cb-4d5f-b26b-ae011376c7a5} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:22.542743 [ 277 ] {c2af0cd2-b2cb-4d5f-b26b-ae011376c7a5} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2026.01.22 22:25:22.542779 [ 277 ] {c2af0cd2-b2cb-4d5f-b26b-ae011376c7a5} TCPHandler: Processed in 0.001209129 sec. 2026.01.22 22:25:24.226147 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 2026.01.22 22:25:24.241839 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:24.241895 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.22 22:25:24.247857 [ 245 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.22 22:25:24.248600 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:24.251440 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 543 2026.01.22 22:25:27.532349 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:27.532564 [ 277 ] {6eb35879-1fb0-40b7-b6e5-7199eeda3ce7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:27.532640 [ 277 ] {6eb35879-1fb0-40b7-b6e5-7199eeda3ce7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:27.533377 [ 277 ] {6eb35879-1fb0-40b7-b6e5-7199eeda3ce7} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:27.533436 [ 277 ] {6eb35879-1fb0-40b7-b6e5-7199eeda3ce7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:27.533846 [ 277 ] {6eb35879-1fb0-40b7-b6e5-7199eeda3ce7} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.22 22:25:27.534096 [ 277 ] {6eb35879-1fb0-40b7-b6e5-7199eeda3ce7} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:27.534260 [ 140 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.22 22:25:27.534271 [ 277 ] {6eb35879-1fb0-40b7-b6e5-7199eeda3ce7} executeQuery: Read 66 rows, 5.35 KiB in 0.00176 sec., 37500 rows/sec., 2.97 MiB/sec. 2026.01.22 22:25:27.534325 [ 140 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:27.534350 [ 277 ] {6eb35879-1fb0-40b7-b6e5-7199eeda3ce7} TCPHandler: Processed in 0.002135396 sec. 2026.01.22 22:25:27.534350 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:27.534468 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:25:27.534484 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:27.534564 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:27.534593 [ 277 ] {8dd907ca-98de-4c6c-8236-9fff72e7e261} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:27.534596 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2556 rows starting from the beginning of the part 2026.01.22 22:25:27.534643 [ 277 ] {8dd907ca-98de-4c6c-8236-9fff72e7e261} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:27.534679 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 66 rows starting from the beginning of the part 2026.01.22 22:25:27.534729 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 128 rows starting from the beginning of the part 2026.01.22 22:25:27.534777 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:25:27.534817 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 128 rows starting from the beginning of the part 2026.01.22 22:25:27.534861 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 66 rows starting from the beginning of the part 2026.01.22 22:25:27.535118 [ 277 ] {8dd907ca-98de-4c6c-8236-9fff72e7e261} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:27.535157 [ 277 ] {8dd907ca-98de-4c6c-8236-9fff72e7e261} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:27.535473 [ 277 ] {8dd907ca-98de-4c6c-8236-9fff72e7e261} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.22 22:25:27.535690 [ 277 ] {8dd907ca-98de-4c6c-8236-9fff72e7e261} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:27.535833 [ 277 ] {8dd907ca-98de-4c6c-8236-9fff72e7e261} executeQuery: Read 5 rows, 385.00 B in 0.001264 sec., 3955.6962025316457 rows/sec., 297.45 KiB/sec. 2026.01.22 22:25:27.535875 [ 277 ] {8dd907ca-98de-4c6c-8236-9fff72e7e261} TCPHandler: Processed in 0.001442481 sec. 2026.01.22 22:25:27.535997 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:27.536097 [ 277 ] {f16ecb0c-df4b-479e-9e3c-6baf0680a10b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:27.536141 [ 277 ] {f16ecb0c-df4b-479e-9e3c-6baf0680a10b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:27.536572 [ 277 ] {f16ecb0c-df4b-479e-9e3c-6baf0680a10b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:27.536582 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 4271 rows, containing 5 columns (5 merged, 0 gathered) in 0.002156036 sec., 1980950.225320913 rows/sec., 170.51 MiB/sec. 2026.01.22 22:25:27.536612 [ 277 ] {f16ecb0c-df4b-479e-9e3c-6baf0680a10b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:27.536893 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.22 22:25:27.536939 [ 277 ] {f16ecb0c-df4b-479e-9e3c-6baf0680a10b} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.22 22:25:27.537225 [ 277 ] {f16ecb0c-df4b-479e-9e3c-6baf0680a10b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:27.537249 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_106_21} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:27.537340 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_106_21} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.22 22:25:27.537362 [ 140 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.22 22:25:27.537367 [ 277 ] {f16ecb0c-df4b-479e-9e3c-6baf0680a10b} executeQuery: Read 69 rows, 5.52 KiB in 0.00129 sec., 53488.37209302326 rows/sec., 4.18 MiB/sec. 2026.01.22 22:25:27.537398 [ 140 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:27.537423 [ 277 ] {f16ecb0c-df4b-479e-9e3c-6baf0680a10b} TCPHandler: Processed in 0.001483991 sec. 2026.01.22 22:25:27.537423 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:27.537453 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.22 22:25:27.537551 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:27.537563 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:25:27.537654 [ 277 ] {8493ddbc-05d4-4b1b-8633-368f75ab3ef9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:27.537667 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:27.537704 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1304 rows starting from the beginning of the part 2026.01.22 22:25:27.537706 [ 277 ] {8493ddbc-05d4-4b1b-8633-368f75ab3ef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:27.537768 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 69 rows starting from the beginning of the part 2026.01.22 22:25:27.537816 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 100 rows starting from the beginning of the part 2026.01.22 22:25:27.537853 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 563 rows starting from the beginning of the part 2026.01.22 22:25:27.537894 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 100 rows starting from the beginning of the part 2026.01.22 22:25:27.537931 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 69 rows starting from the beginning of the part 2026.01.22 22:25:27.538137 [ 277 ] {8493ddbc-05d4-4b1b-8633-368f75ab3ef9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:27.538180 [ 277 ] {8493ddbc-05d4-4b1b-8633-368f75ab3ef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:27.538528 [ 277 ] {8493ddbc-05d4-4b1b-8633-368f75ab3ef9} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.22 22:25:27.538762 [ 277 ] {8493ddbc-05d4-4b1b-8633-368f75ab3ef9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:27.538888 [ 140 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 2026.01.22 22:25:27.538897 [ 277 ] {8493ddbc-05d4-4b1b-8633-368f75ab3ef9} executeQuery: Read 160 rows, 11.41 KiB in 0.001263 sec., 126682.5019794141 rows/sec., 8.82 MiB/sec. 2026.01.22 22:25:27.538928 [ 140 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:27.538949 [ 277 ] {8493ddbc-05d4-4b1b-8633-368f75ab3ef9} TCPHandler: Processed in 0.001447091 sec. 2026.01.22 22:25:27.538952 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:27.539043 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_105_21} MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full 2026.01.22 22:25:27.539072 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:27.539084 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2205 rows, containing 5 columns (5 merged, 0 gathered) in 0.001562532 sec., 1411171.0992158882 rows/sec., 109.40 MiB/sec. 2026.01.22 22:25:27.539147 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:27.539176 [ 277 ] {4bc0ee90-a29e-4f7e-8ef5-68a5b500849c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:27.539177 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_105_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30249 rows starting from the beginning of the part 2026.01.22 22:25:27.539239 [ 277 ] {4bc0ee90-a29e-4f7e-8ef5-68a5b500849c} 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.01.22 22:25:27.539252 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2026.01.22 22:25:27.539262 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.22 22:25:27.539300 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2026.01.22 22:25:27.539338 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 881 rows starting from the beginning of the part 2026.01.22 22:25:27.539372 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2026.01.22 22:25:27.539526 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_106_21} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:27.539594 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_106_21} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.22 22:25:27.539661 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.22 22:25:27.540025 [ 277 ] {4bc0ee90-a29e-4f7e-8ef5-68a5b500849c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:27.540067 [ 277 ] {4bc0ee90-a29e-4f7e-8ef5-68a5b500849c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:27.540588 [ 277 ] {4bc0ee90-a29e-4f7e-8ef5-68a5b500849c} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.22 22:25:27.540828 [ 277 ] {4bc0ee90-a29e-4f7e-8ef5-68a5b500849c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:27.540983 [ 277 ] {4bc0ee90-a29e-4f7e-8ef5-68a5b500849c} executeQuery: Read 5 rows, 9.17 KiB in 0.001825 sec., 2739.72602739726 rows/sec., 4.91 MiB/sec. 2026.01.22 22:25:27.541050 [ 277 ] {4bc0ee90-a29e-4f7e-8ef5-68a5b500849c} TCPHandler: Processed in 0.002027355 sec. 2026.01.22 22:25:27.541164 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:27.541260 [ 277 ] {a16d3d9a-3e7a-4cdd-a98f-2bfbfba544e0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:27.541302 [ 277 ] {a16d3d9a-3e7a-4cdd-a98f-2bfbfba544e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:27.541640 [ 277 ] {a16d3d9a-3e7a-4cdd-a98f-2bfbfba544e0} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:27.541677 [ 277 ] {a16d3d9a-3e7a-4cdd-a98f-2bfbfba544e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:27.541990 [ 277 ] {a16d3d9a-3e7a-4cdd-a98f-2bfbfba544e0} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.22 22:25:27.542201 [ 277 ] {a16d3d9a-3e7a-4cdd-a98f-2bfbfba544e0} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:27.542319 [ 140 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.22 22:25:27.542337 [ 277 ] {a16d3d9a-3e7a-4cdd-a98f-2bfbfba544e0} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.01.22 22:25:27.542354 [ 140 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:27.542379 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:27.542381 [ 277 ] {a16d3d9a-3e7a-4cdd-a98f-2bfbfba544e0} TCPHandler: Processed in 0.001265839 sec. 2026.01.22 22:25:27.542512 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:27.542713 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:27.542765 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6294 rows starting from the beginning of the part 2026.01.22 22:25:27.542855 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:27.542921 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:27.542981 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:27.543044 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:27.543099 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:27.545201 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6594 rows, containing 4 columns (4 merged, 0 gathered) in 0.00276269 sec., 2386804.165505359 rows/sec., 158.88 MiB/sec. 2026.01.22 22:25:27.545823 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.22 22:25:27.546324 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_106_21} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:27.546448 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_106_21} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.22 22:25:27.546561 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.01.22 22:25:27.546694 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 31610 rows, containing 5 columns (5 merged, 0 gathered) in 0.007672147 sec., 4120098.3244976928 rows/sec., 281.77 MiB/sec. 2026.01.22 22:25:27.547214 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2026.01.22 22:25:27.547471 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_105_21} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:27.547535 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_105_21} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 2026.01.22 22:25:27.547615 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.22 22:25:29.097614 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38372 2026.01.22 22:25:29.097723 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.097752 [ 290 ] {} TCP-Session: 4460f306-1c30-4bb2-9f70-1b9faafef5b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:38372 2026.01.22 22:25:29.097777 [ 290 ] {} TCP-Session: 4460f306-1c30-4bb2-9f70-1b9faafef5b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.097793 [ 290 ] {} TCP-Session: 4460f306-1c30-4bb2-9f70-1b9faafef5b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.098043 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53296 2026.01.22 22:25:29.098063 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37843 2026.01.22 22:25:29.098096 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47118 2026.01.22 22:25:29.098109 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58832 2026.01.22 22:25:29.098138 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.098134 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51105 2026.01.22 22:25:29.098166 [ 349 ] {} TCP-Session: 8989167d-13ec-405c-a17d-cf713e348f75 Authenticating user 'default' from [fd00:1122:3344:101::e]:53296 2026.01.22 22:25:29.098185 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.098190 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.098216 [ 349 ] {} TCP-Session: 8989167d-13ec-405c-a17d-cf713e348f75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.098224 [ 353 ] {} TCP-Session: c41f0839-4bac-43de-9f6b-5749ec6190f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:47118 2026.01.22 22:25:29.098233 [ 349 ] {} TCP-Session: 8989167d-13ec-405c-a17d-cf713e348f75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.098234 [ 286 ] {} TCP-Session: 40cd1a7d-4043-439e-a4f9-e8edb7aba381 Authenticating user 'default' from [fd00:1122:3344:101::e]:58832 2026.01.22 22:25:29.098245 [ 353 ] {} TCP-Session: c41f0839-4bac-43de-9f6b-5749ec6190f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.098257 [ 286 ] {} TCP-Session: 40cd1a7d-4043-439e-a4f9-e8edb7aba381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.098262 [ 353 ] {} TCP-Session: c41f0839-4bac-43de-9f6b-5749ec6190f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.098270 [ 286 ] {} TCP-Session: 40cd1a7d-4043-439e-a4f9-e8edb7aba381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.098151 [ 290 ] {} TCP-Session: 4460f306-1c30-4bb2-9f70-1b9faafef5b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:29.098186 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.098126 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65311 2026.01.22 22:25:29.098350 [ 350 ] {} TCP-Session: df21f1d5-0b14-494a-ae8d-99dfe8aa361a Authenticating user 'default' from [fd00:1122:3344:101::e]:37843 2026.01.22 22:25:29.098096 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46554 2026.01.22 22:25:29.098384 [ 350 ] {} TCP-Session: df21f1d5-0b14-494a-ae8d-99dfe8aa361a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.098412 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.098437 [ 350 ] {} TCP-Session: df21f1d5-0b14-494a-ae8d-99dfe8aa361a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.098075 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59076 2026.01.22 22:25:29.098496 [ 290 ] {4b10d10e-0b21-474a-8f31-1aca2c3a2518} executeQuery: (from [fd00:1122:3344:101::e]:38372) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:25:29.098459 [ 289 ] {} TCP-Session: 2651cf06-39a7-4220-a8d4-6b4c61fdaf0b Authenticating user 'default' from [fd00:1122:3344:101::e]:51105 2026.01.22 22:25:29.098565 [ 289 ] {} TCP-Session: 2651cf06-39a7-4220-a8d4-6b4c61fdaf0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.098578 [ 289 ] {} TCP-Session: 2651cf06-39a7-4220-a8d4-6b4c61fdaf0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.098912 [ 290 ] {4b10d10e-0b21-474a-8f31-1aca2c3a2518} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:25:29.098988 [ 290 ] {4b10d10e-0b21-474a-8f31-1aca2c3a2518} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:25:29.099015 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.099049 [ 352 ] {} TCP-Session: f1b57525-3eb6-4112-801c-dfda4d066a7b Authenticating user 'default' from [fd00:1122:3344:101::e]:46554 2026.01.22 22:25:29.099067 [ 352 ] {} TCP-Session: f1b57525-3eb6-4112-801c-dfda4d066a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.099079 [ 352 ] {} TCP-Session: f1b57525-3eb6-4112-801c-dfda4d066a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.099173 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.099227 [ 351 ] {} TCP-Session: 1eb84a10-ebc6-4851-890a-a65609820749 Authenticating user 'default' from [fd00:1122:3344:101::e]:59076 2026.01.22 22:25:29.099254 [ 351 ] {} TCP-Session: 1eb84a10-ebc6-4851-890a-a65609820749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.099267 [ 351 ] {} TCP-Session: 1eb84a10-ebc6-4851-890a-a65609820749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.099294 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.099331 [ 288 ] {} TCP-Session: 72205761-eab8-4916-b0cb-bc90209e02f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:65311 2026.01.22 22:25:29.099349 [ 288 ] {} TCP-Session: 72205761-eab8-4916-b0cb-bc90209e02f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.099361 [ 288 ] {} TCP-Session: 72205761-eab8-4916-b0cb-bc90209e02f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.099433 [ 290 ] {4b10d10e-0b21-474a-8f31-1aca2c3a2518} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:25:29.100554 [ 330 ] {4b10d10e-0b21-474a-8f31-1aca2c3a2518} AggregatingTransform: Aggregating 2026.01.22 22:25:29.100594 [ 330 ] {4b10d10e-0b21-474a-8f31-1aca2c3a2518} Aggregator: Aggregation method: without_key 2026.01.22 22:25:29.100624 [ 330 ] {4b10d10e-0b21-474a-8f31-1aca2c3a2518} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001084658 sec. (921.950 rows/sec., 36.01 KiB/sec.) 2026.01.22 22:25:29.100638 [ 330 ] {4b10d10e-0b21-474a-8f31-1aca2c3a2518} Aggregator: Merging aggregated data 2026.01.22 22:25:29.102114 [ 290 ] {4b10d10e-0b21-474a-8f31-1aca2c3a2518} executeQuery: Read 1 rows, 40.00 B in 0.003688 sec., 271.14967462039044 rows/sec., 10.59 KiB/sec. 2026.01.22 22:25:29.102256 [ 290 ] {4b10d10e-0b21-474a-8f31-1aca2c3a2518} TCPHandler: Processed in 0.004257632 sec. 2026.01.22 22:25:29.102375 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.102401 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.102421 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.102445 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.102464 [ 289 ] {} TCP-Session: 2651cf06-39a7-4220-a8d4-6b4c61fdaf0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.102467 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.102489 [ 349 ] {} TCP-Session: 8989167d-13ec-405c-a17d-cf713e348f75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.102499 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.102539 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.102471 [ 353 ] {} TCP-Session: c41f0839-4bac-43de-9f6b-5749ec6190f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.102572 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.102588 [ 286 ] {} TCP-Session: 40cd1a7d-4043-439e-a4f9-e8edb7aba381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.102570 [ 350 ] {} TCP-Session: df21f1d5-0b14-494a-ae8d-99dfe8aa361a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.102628 [ 288 ] {} TCP-Session: 72205761-eab8-4916-b0cb-bc90209e02f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.102483 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.102535 [ 352 ] {} TCP-Session: f1b57525-3eb6-4112-801c-dfda4d066a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.102698 [ 351 ] {} TCP-Session: 1eb84a10-ebc6-4851-890a-a65609820749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.102409 [ 290 ] {} TCP-Session: 4460f306-1c30-4bb2-9f70-1b9faafef5b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.179468 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32782 2026.01.22 22:25:29.179563 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.179592 [ 290 ] {} TCP-Session: 009cb847-d2ef-4000-aa6a-11684579f795 Authenticating user 'default' from [fd00:1122:3344:101::e]:32782 2026.01.22 22:25:29.179617 [ 290 ] {} TCP-Session: 009cb847-d2ef-4000-aa6a-11684579f795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.179634 [ 290 ] {} TCP-Session: 009cb847-d2ef-4000-aa6a-11684579f795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.179843 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37545 2026.01.22 22:25:29.179869 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47996 2026.01.22 22:25:29.179902 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63466 2026.01.22 22:25:29.179917 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.179940 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50889 2026.01.22 22:25:29.179971 [ 349 ] {} TCP-Session: 181f18e2-1304-4e70-ad75-ac0e67401f78 Authenticating user 'default' from [fd00:1122:3344:101::e]:37545 2026.01.22 22:25:29.179933 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59714 2026.01.22 22:25:29.180001 [ 349 ] {} TCP-Session: 181f18e2-1304-4e70-ad75-ac0e67401f78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.180026 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.180031 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.180045 [ 349 ] {} TCP-Session: 181f18e2-1304-4e70-ad75-ac0e67401f78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.180064 [ 352 ] {} TCP-Session: 9d9d1fe0-f801-4cb1-9ac1-4230fcb941a0 Authenticating user 'default' from [fd00:1122:3344:101::e]:63466 2026.01.22 22:25:29.180070 [ 289 ] {} TCP-Session: 3b78c99f-e188-4a26-adb1-6153a0369e26 Authenticating user 'default' from [fd00:1122:3344:101::e]:50889 2026.01.22 22:25:29.180092 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.180102 [ 289 ] {} TCP-Session: 3b78c99f-e188-4a26-adb1-6153a0369e26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.180098 [ 352 ] {} TCP-Session: 9d9d1fe0-f801-4cb1-9ac1-4230fcb941a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.180134 [ 289 ] {} TCP-Session: 3b78c99f-e188-4a26-adb1-6153a0369e26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.180140 [ 288 ] {} TCP-Session: 8026d1b9-d3fb-4e85-8721-f00560179914 Authenticating user 'default' from [fd00:1122:3344:101::e]:59714 2026.01.22 22:25:29.180149 [ 352 ] {} TCP-Session: 9d9d1fe0-f801-4cb1-9ac1-4230fcb941a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.179994 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.180192 [ 288 ] {} TCP-Session: 8026d1b9-d3fb-4e85-8721-f00560179914 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.179917 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63132 2026.01.22 22:25:29.180230 [ 350 ] {} TCP-Session: ee12c5cc-d1cc-4e21-8f44-dc3e0ba10674 Authenticating user 'default' from [fd00:1122:3344:101::e]:47996 2026.01.22 22:25:29.180234 [ 288 ] {} TCP-Session: 8026d1b9-d3fb-4e85-8721-f00560179914 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.180285 [ 350 ] {} TCP-Session: ee12c5cc-d1cc-4e21-8f44-dc3e0ba10674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.179903 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51091 2026.01.22 22:25:29.180314 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.180311 [ 350 ] {} TCP-Session: ee12c5cc-d1cc-4e21-8f44-dc3e0ba10674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.180354 [ 286 ] {} TCP-Session: ee18b7a9-bdd8-43f3-a27d-5fb8d72a6df3 Authenticating user 'default' from [fd00:1122:3344:101::e]:63132 2026.01.22 22:25:29.180373 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.180389 [ 286 ] {} TCP-Session: ee18b7a9-bdd8-43f3-a27d-5fb8d72a6df3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.180399 [ 353 ] {} TCP-Session: a8494834-747c-4b1a-9454-b2261b1228ab Authenticating user 'default' from [fd00:1122:3344:101::e]:51091 2026.01.22 22:25:29.180407 [ 286 ] {} TCP-Session: ee18b7a9-bdd8-43f3-a27d-5fb8d72a6df3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.180420 [ 353 ] {} TCP-Session: a8494834-747c-4b1a-9454-b2261b1228ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.179889 [ 290 ] {} TCP-Session: 009cb847-d2ef-4000-aa6a-11684579f795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:29.180436 [ 353 ] {} TCP-Session: a8494834-747c-4b1a-9454-b2261b1228ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.179887 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60044 2026.01.22 22:25:29.180556 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.180581 [ 351 ] {} TCP-Session: 9ce323fb-57ad-4cb6-a15f-2b8e70bc9553 Authenticating user 'default' from [fd00:1122:3344:101::e]:60044 2026.01.22 22:25:29.180604 [ 351 ] {} TCP-Session: 9ce323fb-57ad-4cb6-a15f-2b8e70bc9553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.180603 [ 290 ] {5aa11e60-f16f-4064-8e68-e59c010abf77} executeQuery: (from [fd00:1122:3344:101::e]:32782) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:25:29.180618 [ 351 ] {} TCP-Session: 9ce323fb-57ad-4cb6-a15f-2b8e70bc9553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.180866 [ 290 ] {5aa11e60-f16f-4064-8e68-e59c010abf77} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:25:29.180923 [ 290 ] {5aa11e60-f16f-4064-8e68-e59c010abf77} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:25:29.181205 [ 290 ] {5aa11e60-f16f-4064-8e68-e59c010abf77} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:25:29.182168 [ 296 ] {5aa11e60-f16f-4064-8e68-e59c010abf77} AggregatingTransform: Aggregating 2026.01.22 22:25:29.182227 [ 296 ] {5aa11e60-f16f-4064-8e68-e59c010abf77} Aggregator: Aggregation method: without_key 2026.01.22 22:25:29.182265 [ 296 ] {5aa11e60-f16f-4064-8e68-e59c010abf77} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000964127 sec. (1037.208 rows/sec., 40.52 KiB/sec.) 2026.01.22 22:25:29.182285 [ 296 ] {5aa11e60-f16f-4064-8e68-e59c010abf77} Aggregator: Merging aggregated data 2026.01.22 22:25:29.183498 [ 290 ] {5aa11e60-f16f-4064-8e68-e59c010abf77} executeQuery: Read 1 rows, 40.00 B in 0.002948 sec., 339.2130257801899 rows/sec., 13.25 KiB/sec. 2026.01.22 22:25:29.183636 [ 290 ] {5aa11e60-f16f-4064-8e68-e59c010abf77} TCPHandler: Processed in 0.003850849 sec. 2026.01.22 22:25:29.183751 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.183778 [ 290 ] {} TCP-Session: 009cb847-d2ef-4000-aa6a-11684579f795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.183779 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.183801 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.183814 [ 349 ] {} TCP-Session: 181f18e2-1304-4e70-ad75-ac0e67401f78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.183833 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.183849 [ 289 ] {} TCP-Session: 3b78c99f-e188-4a26-adb1-6153a0369e26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.183853 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.183873 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.183898 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.183917 [ 350 ] {} TCP-Session: ee12c5cc-d1cc-4e21-8f44-dc3e0ba10674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.183927 [ 353 ] {} TCP-Session: a8494834-747c-4b1a-9454-b2261b1228ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.183914 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.183957 [ 288 ] {} TCP-Session: 8026d1b9-d3fb-4e85-8721-f00560179914 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.183990 [ 286 ] {} TCP-Session: ee18b7a9-bdd8-43f3-a27d-5fb8d72a6df3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.183881 [ 351 ] {} TCP-Session: 9ce323fb-57ad-4cb6-a15f-2b8e70bc9553 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.183830 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.184073 [ 352 ] {} TCP-Session: 9d9d1fe0-f801-4cb1-9ac1-4230fcb941a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.520721 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37577 2026.01.22 22:25:29.520854 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.520888 [ 290 ] {} TCP-Session: d2b1812b-c479-4054-b1b7-800f27a132bf Authenticating user 'default' from [fd00:1122:3344:101::e]:37577 2026.01.22 22:25:29.520917 [ 290 ] {} TCP-Session: d2b1812b-c479-4054-b1b7-800f27a132bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.520936 [ 290 ] {} TCP-Session: d2b1812b-c479-4054-b1b7-800f27a132bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521176 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47814 2026.01.22 22:25:29.521230 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39560 2026.01.22 22:25:29.521250 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57602 2026.01.22 22:25:29.521272 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47947 2026.01.22 22:25:29.521312 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32880 2026.01.22 22:25:29.521285 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.521392 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.521409 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.521426 [ 349 ] {} TCP-Session: 0547d583-13aa-4b8c-8d5f-250ea2ad8baa Authenticating user 'default' from [fd00:1122:3344:101::e]:47814 2026.01.22 22:25:29.521413 [ 290 ] {} TCP-Session: d2b1812b-c479-4054-b1b7-800f27a132bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:29.521451 [ 286 ] {} TCP-Session: 781be04a-a5bc-44d0-a68e-4dac47bbaa7d Authenticating user 'default' from [fd00:1122:3344:101::e]:47947 2026.01.22 22:25:29.521462 [ 349 ] {} TCP-Session: 0547d583-13aa-4b8c-8d5f-250ea2ad8baa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521489 [ 286 ] {} TCP-Session: 781be04a-a5bc-44d0-a68e-4dac47bbaa7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521505 [ 349 ] {} TCP-Session: 0547d583-13aa-4b8c-8d5f-250ea2ad8baa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521517 [ 286 ] {} TCP-Session: 781be04a-a5bc-44d0-a68e-4dac47bbaa7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521435 [ 352 ] {} TCP-Session: 6d20be40-5f80-4d94-91ba-c9a12cf59b72 Authenticating user 'default' from [fd00:1122:3344:101::e]:57602 2026.01.22 22:25:29.521430 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.521568 [ 352 ] {} TCP-Session: 6d20be40-5f80-4d94-91ba-c9a12cf59b72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521389 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.521585 [ 352 ] {} TCP-Session: 6d20be40-5f80-4d94-91ba-c9a12cf59b72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521587 [ 289 ] {} TCP-Session: 3d20635a-67cb-4e69-bb3c-2db0a695d3ce Authenticating user 'default' from [fd00:1122:3344:101::e]:32880 2026.01.22 22:25:29.521619 [ 350 ] {} TCP-Session: cd9f7a28-1a80-40ca-9f38-5e1a5a85c354 Authenticating user 'default' from [fd00:1122:3344:101::e]:39560 2026.01.22 22:25:29.521635 [ 289 ] {} TCP-Session: 3d20635a-67cb-4e69-bb3c-2db0a695d3ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521639 [ 290 ] {29733f96-1972-4c7d-9246-077da057ce45} executeQuery: (from [fd00:1122:3344:101::e]:37577) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:25:29.521662 [ 289 ] {} TCP-Session: 3d20635a-67cb-4e69-bb3c-2db0a695d3ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521260 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39676 2026.01.22 22:25:29.521239 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62627 2026.01.22 22:25:29.521656 [ 350 ] {} TCP-Session: cd9f7a28-1a80-40ca-9f38-5e1a5a85c354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521756 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.521775 [ 350 ] {} TCP-Session: cd9f7a28-1a80-40ca-9f38-5e1a5a85c354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521799 [ 353 ] {} TCP-Session: 8ab98d0f-7eac-4d3b-98ee-24d457c194f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39676 2026.01.22 22:25:29.521285 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44338 2026.01.22 22:25:29.521824 [ 353 ] {} TCP-Session: 8ab98d0f-7eac-4d3b-98ee-24d457c194f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521834 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.521860 [ 353 ] {} TCP-Session: 8ab98d0f-7eac-4d3b-98ee-24d457c194f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521889 [ 351 ] {} TCP-Session: 6a6c005f-dbc7-4bad-8db1-9cc4cb09e9c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:62627 2026.01.22 22:25:29.521893 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:25:29.521913 [ 290 ] {29733f96-1972-4c7d-9246-077da057ce45} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:25:29.521923 [ 351 ] {} TCP-Session: 6a6c005f-dbc7-4bad-8db1-9cc4cb09e9c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521934 [ 288 ] {} TCP-Session: bac23bd2-071c-44f8-9298-1914cf406c30 Authenticating user 'default' from [fd00:1122:3344:101::e]:44338 2026.01.22 22:25:29.521959 [ 351 ] {} TCP-Session: 6a6c005f-dbc7-4bad-8db1-9cc4cb09e9c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521975 [ 288 ] {} TCP-Session: bac23bd2-071c-44f8-9298-1914cf406c30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.521977 [ 290 ] {29733f96-1972-4c7d-9246-077da057ce45} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:25:29.522000 [ 288 ] {} TCP-Session: bac23bd2-071c-44f8-9298-1914cf406c30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.522280 [ 290 ] {29733f96-1972-4c7d-9246-077da057ce45} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:25:29.523347 [ 316 ] {29733f96-1972-4c7d-9246-077da057ce45} AggregatingTransform: Aggregating 2026.01.22 22:25:29.523395 [ 316 ] {29733f96-1972-4c7d-9246-077da057ce45} Aggregator: Aggregation method: without_key 2026.01.22 22:25:29.523440 [ 316 ] {29733f96-1972-4c7d-9246-077da057ce45} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001058298 sec. (944.913 rows/sec., 36.91 KiB/sec.) 2026.01.22 22:25:29.523463 [ 316 ] {29733f96-1972-4c7d-9246-077da057ce45} Aggregator: Merging aggregated data 2026.01.22 22:25:29.524614 [ 290 ] {29733f96-1972-4c7d-9246-077da057ce45} executeQuery: Read 1 rows, 40.00 B in 0.003029 sec., 330.1419610432486 rows/sec., 12.90 KiB/sec. 2026.01.22 22:25:29.524760 [ 290 ] {29733f96-1972-4c7d-9246-077da057ce45} TCPHandler: Processed in 0.003483256 sec. 2026.01.22 22:25:29.524872 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.524898 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.524899 [ 290 ] {} TCP-Session: d2b1812b-c479-4054-b1b7-800f27a132bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.524920 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.524928 [ 349 ] {} TCP-Session: 0547d583-13aa-4b8c-8d5f-250ea2ad8baa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.524934 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.524954 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.524981 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.525001 [ 289 ] {} TCP-Session: 3d20635a-67cb-4e69-bb3c-2db0a695d3ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.525006 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.525015 [ 286 ] {} TCP-Session: 781be04a-a5bc-44d0-a68e-4dac47bbaa7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.525032 [ 352 ] {} TCP-Session: 6d20be40-5f80-4d94-91ba-c9a12cf59b72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.525052 [ 353 ] {} TCP-Session: 8ab98d0f-7eac-4d3b-98ee-24d457c194f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.524987 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.525017 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.22 22:25:29.524969 [ 350 ] {} TCP-Session: cd9f7a28-1a80-40ca-9f38-5e1a5a85c354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.525122 [ 351 ] {} TCP-Session: 6a6c005f-dbc7-4bad-8db1-9cc4cb09e9c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.525139 [ 288 ] {} TCP-Session: bac23bd2-071c-44f8-9298-1914cf406c30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:25:29.878296 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34976 2026.01.22 22:25:29.878812 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:29.878853 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:29.879352 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.22 22:25:29.879582 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:29.879737 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34976 2026.01.22 22:25:31.752457 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 2026.01.22 22:25:31.770217 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:31.770292 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:31.776596 [ 245 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.22 22:25:31.777303 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:31.780415 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2026.01.22 22:25:32.351303 [ 220 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:25:32.351360 [ 220 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:25:32.360663 [ 220 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:25:32.482695 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1744 2026.01.22 22:25:32.485029 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:32.485073 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:32.486285 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.22 22:25:32.486562 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:32.486943 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1744 2026.01.22 22:25:32.533544 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:32.533741 [ 277 ] {da210e96-508e-4973-8d1f-81bc74641459} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:32.533813 [ 277 ] {da210e96-508e-4973-8d1f-81bc74641459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:32.534657 [ 277 ] {da210e96-508e-4973-8d1f-81bc74641459} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:32.534700 [ 277 ] {da210e96-508e-4973-8d1f-81bc74641459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:32.535110 [ 277 ] {da210e96-508e-4973-8d1f-81bc74641459} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.22 22:25:32.535357 [ 277 ] {da210e96-508e-4973-8d1f-81bc74641459} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:32.535525 [ 277 ] {da210e96-508e-4973-8d1f-81bc74641459} executeQuery: Read 128 rows, 11.26 KiB in 0.001838 sec., 69640.91403699674 rows/sec., 5.99 MiB/sec. 2026.01.22 22:25:32.535582 [ 277 ] {da210e96-508e-4973-8d1f-81bc74641459} TCPHandler: Processed in 0.002169806 sec. 2026.01.22 22:25:32.535726 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:32.535832 [ 277 ] {6222fe0d-2448-49a4-938b-5d7447f80f2f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:32.535878 [ 277 ] {6222fe0d-2448-49a4-938b-5d7447f80f2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:32.536334 [ 277 ] {6222fe0d-2448-49a4-938b-5d7447f80f2f} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:32.536372 [ 277 ] {6222fe0d-2448-49a4-938b-5d7447f80f2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:32.536688 [ 277 ] {6222fe0d-2448-49a4-938b-5d7447f80f2f} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.22 22:25:32.536906 [ 277 ] {6222fe0d-2448-49a4-938b-5d7447f80f2f} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:32.537014 [ 135 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.22 22:25:32.537044 [ 277 ] {6222fe0d-2448-49a4-938b-5d7447f80f2f} executeQuery: Read 36 rows, 2.71 KiB in 0.001235 sec., 29149.7975708502 rows/sec., 2.14 MiB/sec. 2026.01.22 22:25:32.537050 [ 135 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:32.537076 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:32.537085 [ 277 ] {6222fe0d-2448-49a4-938b-5d7447f80f2f} TCPHandler: Processed in 0.00141126 sec. 2026.01.22 22:25:32.537167 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:25:32.537205 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:32.537265 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:32.537299 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 296 rows starting from the beginning of the part 2026.01.22 22:25:32.537309 [ 277 ] {0d3b991f-283b-4a91-b626-3aa95b50924c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:32.537356 [ 277 ] {0d3b991f-283b-4a91-b626-3aa95b50924c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:32.537358 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 36 rows starting from the beginning of the part 2026.01.22 22:25:32.537417 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 19 rows starting from the beginning of the part 2026.01.22 22:25:32.537458 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 36 rows starting from the beginning of the part 2026.01.22 22:25:32.537499 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 5 rows starting from the beginning of the part 2026.01.22 22:25:32.537540 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 36 rows starting from the beginning of the part 2026.01.22 22:25:32.537840 [ 277 ] {0d3b991f-283b-4a91-b626-3aa95b50924c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:32.537881 [ 277 ] {0d3b991f-283b-4a91-b626-3aa95b50924c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:32.538205 [ 277 ] {0d3b991f-283b-4a91-b626-3aa95b50924c} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.22 22:25:32.538332 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 428 rows, containing 5 columns (5 merged, 0 gathered) in 0.001207799 sec., 354363.5985789026 rows/sec., 24.64 MiB/sec. 2026.01.22 22:25:32.538420 [ 277 ] {0d3b991f-283b-4a91-b626-3aa95b50924c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:32.538534 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.22 22:25:32.538558 [ 277 ] {0d3b991f-283b-4a91-b626-3aa95b50924c} executeQuery: Read 100 rows, 8.00 KiB in 0.001268 sec., 78864.35331230283 rows/sec., 6.16 MiB/sec. 2026.01.22 22:25:32.538608 [ 277 ] {0d3b991f-283b-4a91-b626-3aa95b50924c} TCPHandler: Processed in 0.001453301 sec. 2026.01.22 22:25:32.538726 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:32.538825 [ 277 ] {e660bb46-a7af-462a-b356-1a60efeef3cd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:32.538871 [ 277 ] {e660bb46-a7af-462a-b356-1a60efeef3cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:32.538906 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_101_20} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:32.539005 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_101_20} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.22 22:25:32.539113 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:25:32.539314 [ 277 ] {e660bb46-a7af-462a-b356-1a60efeef3cd} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:32.539355 [ 277 ] {e660bb46-a7af-462a-b356-1a60efeef3cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:32.539701 [ 277 ] {e660bb46-a7af-462a-b356-1a60efeef3cd} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.22 22:25:32.539913 [ 277 ] {e660bb46-a7af-462a-b356-1a60efeef3cd} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:32.540041 [ 277 ] {e660bb46-a7af-462a-b356-1a60efeef3cd} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2026.01.22 22:25:32.540079 [ 277 ] {e660bb46-a7af-462a-b356-1a60efeef3cd} TCPHandler: Processed in 0.00140291 sec. 2026.01.22 22:25:32.540193 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:32.540287 [ 277 ] {92845107-7381-490d-9a5c-1446e8e8f911} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:32.540340 [ 277 ] {92845107-7381-490d-9a5c-1446e8e8f911} 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.01.22 22:25:32.541235 [ 277 ] {92845107-7381-490d-9a5c-1446e8e8f911} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:32.541280 [ 277 ] {92845107-7381-490d-9a5c-1446e8e8f911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:32.541934 [ 277 ] {92845107-7381-490d-9a5c-1446e8e8f911} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.22 22:25:32.542173 [ 277 ] {92845107-7381-490d-9a5c-1446e8e8f911} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:32.542313 [ 277 ] {92845107-7381-490d-9a5c-1446e8e8f911} executeQuery: Read 36 rows, 66.06 KiB in 0.002044 sec., 17612.524461839534 rows/sec., 31.56 MiB/sec. 2026.01.22 22:25:32.542383 [ 277 ] {92845107-7381-490d-9a5c-1446e8e8f911} TCPHandler: Processed in 0.002237757 sec. 2026.01.22 22:25:32.542513 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:32.542610 [ 277 ] {616983e7-e688-4d84-8eca-2bcd2e1f00d9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:32.542653 [ 277 ] {616983e7-e688-4d84-8eca-2bcd2e1f00d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:32.542999 [ 277 ] {616983e7-e688-4d84-8eca-2bcd2e1f00d9} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:32.543035 [ 277 ] {616983e7-e688-4d84-8eca-2bcd2e1f00d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:32.543339 [ 277 ] {616983e7-e688-4d84-8eca-2bcd2e1f00d9} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.22 22:25:32.543545 [ 277 ] {616983e7-e688-4d84-8eca-2bcd2e1f00d9} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:32.543672 [ 277 ] {616983e7-e688-4d84-8eca-2bcd2e1f00d9} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.01.22 22:25:32.543707 [ 277 ] {616983e7-e688-4d84-8eca-2bcd2e1f00d9} TCPHandler: Processed in 0.001249079 sec. 2026.01.22 22:25:32.604289 [ 135 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2026.01.22 22:25:32.604320 [ 135 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:32.604339 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:32.604443 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::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.01.22 22:25:32.604584 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:32.604622 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 484 rows starting from the beginning of the part 2026.01.22 22:25:32.604696 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 230 rows starting from the beginning of the part 2026.01.22 22:25:32.604747 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 230 rows starting from the beginning of the part 2026.01.22 22:25:32.604794 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 252 rows starting from the beginning of the part 2026.01.22 22:25:32.604840 [ 201 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 252 rows starting from the beginning of the part 2026.01.22 22:25:32.605841 [ 190 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 1448 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014485 sec., 999654.8153261995 rows/sec., 70.71 MiB/sec. 2026.01.22 22:25:32.606002 [ 187 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2026.01.22 22:25:32.606270 [ 187 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_27_6} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:32.606339 [ 187 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_27_6} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2026.01.22 22:25:32.606426 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.22 22:25:33.665119 [ 224 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:25:33.665177 [ 224 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:25:33.675325 [ 224 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:25:37.104691 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:25:37.104756 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:25:37.111087 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:25:37.172471 [ 131 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:25:37.172500 [ 131 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:25:37.380091 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35488 2026.01.22 22:25:37.380908 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:37.380953 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:37.381435 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.22 22:25:37.381662 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:37.381797 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35488 2026.01.22 22:25:37.402291 [ 218 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:25:37.402353 [ 218 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:25:37.405868 [ 218 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:25:37.532251 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:37.532410 [ 277 ] {4d3e08cd-2f16-42d7-ba88-69b6e0690e1b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:37.532472 [ 277 ] {4d3e08cd-2f16-42d7-ba88-69b6e0690e1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:37.533139 [ 277 ] {4d3e08cd-2f16-42d7-ba88-69b6e0690e1b} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:37.533177 [ 277 ] {4d3e08cd-2f16-42d7-ba88-69b6e0690e1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:37.533545 [ 277 ] {4d3e08cd-2f16-42d7-ba88-69b6e0690e1b} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.22 22:25:37.533764 [ 277 ] {4d3e08cd-2f16-42d7-ba88-69b6e0690e1b} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:37.533917 [ 277 ] {4d3e08cd-2f16-42d7-ba88-69b6e0690e1b} executeQuery: Read 66 rows, 5.35 KiB in 0.001554 sec., 42471.04247104247 rows/sec., 3.36 MiB/sec. 2026.01.22 22:25:37.533965 [ 277 ] {4d3e08cd-2f16-42d7-ba88-69b6e0690e1b} TCPHandler: Processed in 0.001830114 sec. 2026.01.22 22:25:37.534088 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:37.534188 [ 277 ] {c2165547-2a82-4b2c-aa79-945288c7dd6a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:37.534230 [ 277 ] {c2165547-2a82-4b2c-aa79-945288c7dd6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:37.534635 [ 277 ] {c2165547-2a82-4b2c-aa79-945288c7dd6a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:37.534669 [ 277 ] {c2165547-2a82-4b2c-aa79-945288c7dd6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:37.534973 [ 277 ] {c2165547-2a82-4b2c-aa79-945288c7dd6a} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.22 22:25:37.535191 [ 277 ] {c2165547-2a82-4b2c-aa79-945288c7dd6a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:37.535319 [ 277 ] {c2165547-2a82-4b2c-aa79-945288c7dd6a} executeQuery: Read 5 rows, 385.00 B in 0.001155 sec., 4329.004329004329 rows/sec., 325.52 KiB/sec. 2026.01.22 22:25:37.535356 [ 277 ] {c2165547-2a82-4b2c-aa79-945288c7dd6a} TCPHandler: Processed in 0.0013182 sec. 2026.01.22 22:25:37.535464 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:37.535556 [ 277 ] {f5589711-912a-4be0-9a7e-6737b5348675} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:37.535595 [ 277 ] {f5589711-912a-4be0-9a7e-6737b5348675} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:37.536016 [ 277 ] {f5589711-912a-4be0-9a7e-6737b5348675} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:37.536049 [ 277 ] {f5589711-912a-4be0-9a7e-6737b5348675} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:37.536336 [ 277 ] {f5589711-912a-4be0-9a7e-6737b5348675} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.22 22:25:37.536544 [ 277 ] {f5589711-912a-4be0-9a7e-6737b5348675} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:37.536670 [ 277 ] {f5589711-912a-4be0-9a7e-6737b5348675} executeQuery: Read 69 rows, 5.52 KiB in 0.001132 sec., 60954.063604240284 rows/sec., 4.76 MiB/sec. 2026.01.22 22:25:37.536706 [ 277 ] {f5589711-912a-4be0-9a7e-6737b5348675} TCPHandler: Processed in 0.001289809 sec. 2026.01.22 22:25:37.536818 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:37.536909 [ 277 ] {b75bf475-e994-421d-a969-d1e5dd0b51f1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:37.536950 [ 277 ] {b75bf475-e994-421d-a969-d1e5dd0b51f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:37.537355 [ 277 ] {b75bf475-e994-421d-a969-d1e5dd0b51f1} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:37.537390 [ 277 ] {b75bf475-e994-421d-a969-d1e5dd0b51f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:37.537715 [ 277 ] {b75bf475-e994-421d-a969-d1e5dd0b51f1} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.22 22:25:37.537918 [ 277 ] {b75bf475-e994-421d-a969-d1e5dd0b51f1} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:37.538045 [ 277 ] {b75bf475-e994-421d-a969-d1e5dd0b51f1} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2026.01.22 22:25:37.538082 [ 277 ] {b75bf475-e994-421d-a969-d1e5dd0b51f1} TCPHandler: Processed in 0.001310699 sec. 2026.01.22 22:25:37.538183 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:37.538267 [ 277 ] {0ff338e4-e259-41e3-b954-31081dfe8382} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:37.538316 [ 277 ] {0ff338e4-e259-41e3-b954-31081dfe8382} 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.01.22 22:25:37.539013 [ 277 ] {0ff338e4-e259-41e3-b954-31081dfe8382} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:37.539046 [ 277 ] {0ff338e4-e259-41e3-b954-31081dfe8382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:37.539599 [ 277 ] {0ff338e4-e259-41e3-b954-31081dfe8382} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.22 22:25:37.539827 [ 277 ] {0ff338e4-e259-41e3-b954-31081dfe8382} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:37.539965 [ 277 ] {0ff338e4-e259-41e3-b954-31081dfe8382} executeQuery: Read 5 rows, 9.17 KiB in 0.001708 sec., 2927.400468384075 rows/sec., 5.25 MiB/sec. 2026.01.22 22:25:37.540028 [ 277 ] {0ff338e4-e259-41e3-b954-31081dfe8382} TCPHandler: Processed in 0.001890664 sec. 2026.01.22 22:25:37.540145 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:37.540243 [ 277 ] {6d16885f-8bd6-4072-bbb3-5bae87fa400d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:37.540285 [ 277 ] {6d16885f-8bd6-4072-bbb3-5bae87fa400d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:37.540621 [ 277 ] {6d16885f-8bd6-4072-bbb3-5bae87fa400d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:37.540657 [ 277 ] {6d16885f-8bd6-4072-bbb3-5bae87fa400d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:37.540958 [ 277 ] {6d16885f-8bd6-4072-bbb3-5bae87fa400d} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.22 22:25:37.541159 [ 277 ] {6d16885f-8bd6-4072-bbb3-5bae87fa400d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:37.541289 [ 277 ] {6d16885f-8bd6-4072-bbb3-5bae87fa400d} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.01.22 22:25:37.541324 [ 277 ] {6d16885f-8bd6-4072-bbb3-5bae87fa400d} TCPHandler: Processed in 0.001232949 sec. 2026.01.22 22:25:37.541379 [ 224 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:25:37.541423 [ 224 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:25:37.543864 [ 224 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:25:38.537251 [ 220 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:25:38.537311 [ 220 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:25:38.542323 [ 220 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:25:39.280839 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2026.01.22 22:25:39.298003 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:39.298050 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:39.304210 [ 245 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.22 22:25:39.304915 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:39.307874 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2026.01.22 22:25:42.487509 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1768 2026.01.22 22:25:42.489747 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:42.489792 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:42.490952 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.22 22:25:42.491235 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:42.491501 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1768 2026.01.22 22:25:42.534738 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:42.534929 [ 277 ] {f4920a62-3476-48f4-9a9c-a2e4f17290f2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:42.535000 [ 277 ] {f4920a62-3476-48f4-9a9c-a2e4f17290f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:42.535695 [ 277 ] {f4920a62-3476-48f4-9a9c-a2e4f17290f2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:42.535739 [ 277 ] {f4920a62-3476-48f4-9a9c-a2e4f17290f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:42.536117 [ 277 ] {f4920a62-3476-48f4-9a9c-a2e4f17290f2} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.22 22:25:42.536346 [ 277 ] {f4920a62-3476-48f4-9a9c-a2e4f17290f2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:42.536494 [ 277 ] {f4920a62-3476-48f4-9a9c-a2e4f17290f2} executeQuery: Read 128 rows, 11.26 KiB in 0.001616 sec., 79207.92079207921 rows/sec., 6.81 MiB/sec. 2026.01.22 22:25:42.536535 [ 277 ] {f4920a62-3476-48f4-9a9c-a2e4f17290f2} TCPHandler: Processed in 0.001928394 sec. 2026.01.22 22:25:42.536655 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:42.536748 [ 277 ] {c6852dc1-214d-497b-b6db-e40bf3664c32} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:42.536790 [ 277 ] {c6852dc1-214d-497b-b6db-e40bf3664c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:42.537192 [ 277 ] {c6852dc1-214d-497b-b6db-e40bf3664c32} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:42.537228 [ 277 ] {c6852dc1-214d-497b-b6db-e40bf3664c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:42.537515 [ 277 ] {c6852dc1-214d-497b-b6db-e40bf3664c32} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.22 22:25:42.537716 [ 277 ] {c6852dc1-214d-497b-b6db-e40bf3664c32} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:42.537843 [ 277 ] {c6852dc1-214d-497b-b6db-e40bf3664c32} executeQuery: Read 36 rows, 2.71 KiB in 0.001113 sec., 32345.013477088945 rows/sec., 2.38 MiB/sec. 2026.01.22 22:25:42.537880 [ 277 ] {c6852dc1-214d-497b-b6db-e40bf3664c32} TCPHandler: Processed in 0.001273069 sec. 2026.01.22 22:25:42.537989 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:42.538081 [ 277 ] {c31b2ceb-56c7-4fdd-bfd2-9e0fa64f6d4b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:42.538121 [ 277 ] {c31b2ceb-56c7-4fdd-bfd2-9e0fa64f6d4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:42.538536 [ 277 ] {c31b2ceb-56c7-4fdd-bfd2-9e0fa64f6d4b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:42.538573 [ 277 ] {c31b2ceb-56c7-4fdd-bfd2-9e0fa64f6d4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:42.538860 [ 277 ] {c31b2ceb-56c7-4fdd-bfd2-9e0fa64f6d4b} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.22 22:25:42.539058 [ 277 ] {c31b2ceb-56c7-4fdd-bfd2-9e0fa64f6d4b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:42.539182 [ 277 ] {c31b2ceb-56c7-4fdd-bfd2-9e0fa64f6d4b} executeQuery: Read 100 rows, 8.00 KiB in 0.001119 sec., 89365.50491510278 rows/sec., 6.98 MiB/sec. 2026.01.22 22:25:42.539219 [ 277 ] {c31b2ceb-56c7-4fdd-bfd2-9e0fa64f6d4b} TCPHandler: Processed in 0.00127696 sec. 2026.01.22 22:25:42.539330 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:42.539423 [ 277 ] {d458a3a7-bc1b-4cf4-b7c1-461069a80498} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:42.539465 [ 277 ] {d458a3a7-bc1b-4cf4-b7c1-461069a80498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:42.539856 [ 277 ] {d458a3a7-bc1b-4cf4-b7c1-461069a80498} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:42.539891 [ 277 ] {d458a3a7-bc1b-4cf4-b7c1-461069a80498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:42.540204 [ 277 ] {d458a3a7-bc1b-4cf4-b7c1-461069a80498} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.22 22:25:42.540420 [ 277 ] {d458a3a7-bc1b-4cf4-b7c1-461069a80498} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:42.540551 [ 277 ] {d458a3a7-bc1b-4cf4-b7c1-461069a80498} executeQuery: Read 160 rows, 11.41 KiB in 0.001146 sec., 139616.05584642233 rows/sec., 9.72 MiB/sec. 2026.01.22 22:25:42.540587 [ 277 ] {d458a3a7-bc1b-4cf4-b7c1-461069a80498} TCPHandler: Processed in 0.0013039 sec. 2026.01.22 22:25:42.540693 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:42.540785 [ 277 ] {48aa3396-5858-459c-9b47-9179d9f9088f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:42.540837 [ 277 ] {48aa3396-5858-459c-9b47-9179d9f9088f} 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.01.22 22:25:42.541638 [ 277 ] {48aa3396-5858-459c-9b47-9179d9f9088f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:42.541674 [ 277 ] {48aa3396-5858-459c-9b47-9179d9f9088f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:42.542346 [ 277 ] {48aa3396-5858-459c-9b47-9179d9f9088f} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.22 22:25:42.542569 [ 277 ] {48aa3396-5858-459c-9b47-9179d9f9088f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:42.542689 [ 120 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.22 22:25:42.542704 [ 277 ] {48aa3396-5858-459c-9b47-9179d9f9088f} executeQuery: Read 36 rows, 66.06 KiB in 0.001937 sec., 18585.441404233352 rows/sec., 33.30 MiB/sec. 2026.01.22 22:25:42.542733 [ 120 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:42.542756 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:42.542770 [ 277 ] {48aa3396-5858-459c-9b47-9179d9f9088f} TCPHandler: Processed in 0.002123236 sec. 2026.01.22 22:25:42.542877 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:25:42.542902 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:42.543017 [ 277 ] {78950716-be2b-4c10-9caa-9bbec72c9c7c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:42.543059 [ 277 ] {78950716-be2b-4c10-9caa-9bbec72c9c7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:42.543187 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:42.543254 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2006 rows starting from the beginning of the part 2026.01.22 22:25:42.543387 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 36 rows starting from the beginning of the part 2026.01.22 22:25:42.543391 [ 277 ] {78950716-be2b-4c10-9caa-9bbec72c9c7c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:42.543437 [ 277 ] {78950716-be2b-4c10-9caa-9bbec72c9c7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:42.543501 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 5 rows starting from the beginning of the part 2026.01.22 22:25:42.543607 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 36 rows starting from the beginning of the part 2026.01.22 22:25:42.543703 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 5 rows starting from the beginning of the part 2026.01.22 22:25:42.543741 [ 277 ] {78950716-be2b-4c10-9caa-9bbec72c9c7c} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.22 22:25:42.543800 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 36 rows starting from the beginning of the part 2026.01.22 22:25:42.543962 [ 277 ] {78950716-be2b-4c10-9caa-9bbec72c9c7c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:42.544093 [ 277 ] {78950716-be2b-4c10-9caa-9bbec72c9c7c} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.01.22 22:25:42.544128 [ 277 ] {78950716-be2b-4c10-9caa-9bbec72c9c7c} TCPHandler: Processed in 0.001274229 sec. 2026.01.22 22:25:42.552233 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2124 rows, containing 19 columns (19 merged, 0 gathered) in 0.00941456 sec., 225607.99442565558 rows/sec., 404.28 MiB/sec. 2026.01.22 22:25:42.554239 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.22 22:25:42.554613 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_101_20} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:42.554704 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_101_20} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.22 22:25:42.554896 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.94 MiB. 2026.01.22 22:25:43.000291 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 370.22 MiB, peak 388.13 MiB, free memory in arenas 0.00 B, will set to 372.71 MiB (RSS), difference: 2.49 MiB 2026.01.22 22:25:44.737050 [ 220 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:25:44.737103 [ 220 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:25:44.762176 [ 220 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:25:44.882174 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35936 2026.01.22 22:25:44.882688 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:44.882730 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:44.883325 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.22 22:25:44.883555 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:44.883687 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35936 2026.01.22 22:25:45.811539 [ 223 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:25:45.811608 [ 223 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:25:45.846401 [ 223 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:25:46.808070 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2026.01.22 22:25:46.824165 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:46.824218 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:46.829969 [ 245 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.22 22:25:46.830657 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:46.833502 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2026.01.22 22:25:47.560825 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:47.561015 [ 277 ] {3c36835f-a441-49f2-8316-53c50cadf6e5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:25:47.561083 [ 277 ] {3c36835f-a441-49f2-8316-53c50cadf6e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:25:47.561716 [ 277 ] {3c36835f-a441-49f2-8316-53c50cadf6e5} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:47.561752 [ 277 ] {3c36835f-a441-49f2-8316-53c50cadf6e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:47.562117 [ 277 ] {3c36835f-a441-49f2-8316-53c50cadf6e5} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:25:47.562335 [ 277 ] {3c36835f-a441-49f2-8316-53c50cadf6e5} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:47.562477 [ 277 ] {3c36835f-a441-49f2-8316-53c50cadf6e5} executeQuery: Read 24 rows, 2.04 KiB in 0.001516 sec., 15831.1345646438 rows/sec., 1.31 MiB/sec. 2026.01.22 22:25:47.562518 [ 277 ] {3c36835f-a441-49f2-8316-53c50cadf6e5} TCPHandler: Processed in 0.001821854 sec. 2026.01.22 22:25:47.562632 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:47.562725 [ 277 ] {faa53f27-aa7e-4a85-b73c-e0a7c7179810} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:25:47.562764 [ 277 ] {faa53f27-aa7e-4a85-b73c-e0a7c7179810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:25:47.563151 [ 277 ] {faa53f27-aa7e-4a85-b73c-e0a7c7179810} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:47.563185 [ 277 ] {faa53f27-aa7e-4a85-b73c-e0a7c7179810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:47.563465 [ 277 ] {faa53f27-aa7e-4a85-b73c-e0a7c7179810} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:25:47.563673 [ 277 ] {faa53f27-aa7e-4a85-b73c-e0a7c7179810} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:47.563798 [ 277 ] {faa53f27-aa7e-4a85-b73c-e0a7c7179810} executeQuery: Read 6 rows, 501.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 448.86 KiB/sec. 2026.01.22 22:25:47.563834 [ 277 ] {faa53f27-aa7e-4a85-b73c-e0a7c7179810} TCPHandler: Processed in 0.001250279 sec. 2026.01.22 22:25:47.563948 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:47.564040 [ 277 ] {2fd39c1c-604c-4ed7-b0e2-d7a8d3da3ade} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:47.564077 [ 277 ] {2fd39c1c-604c-4ed7-b0e2-d7a8d3da3ade} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:47.564975 [ 277 ] {2fd39c1c-604c-4ed7-b0e2-d7a8d3da3ade} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:47.565008 [ 277 ] {2fd39c1c-604c-4ed7-b0e2-d7a8d3da3ade} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:47.565391 [ 277 ] {2fd39c1c-604c-4ed7-b0e2-d7a8d3da3ade} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.22 22:25:47.565597 [ 277 ] {2fd39c1c-604c-4ed7-b0e2-d7a8d3da3ade} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:47.565722 [ 277 ] {2fd39c1c-604c-4ed7-b0e2-d7a8d3da3ade} executeQuery: Read 1329 rows, 113.13 KiB in 0.001699 sec., 782224.8381400824 rows/sec., 65.02 MiB/sec. 2026.01.22 22:25:47.565758 [ 277 ] {2fd39c1c-604c-4ed7-b0e2-d7a8d3da3ade} TCPHandler: Processed in 0.001856834 sec. 2026.01.22 22:25:47.565867 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:47.565959 [ 277 ] {62b3c0b3-d665-42d9-b293-c66db48e4f97} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:47.565997 [ 277 ] {62b3c0b3-d665-42d9-b293-c66db48e4f97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:47.566386 [ 277 ] {62b3c0b3-d665-42d9-b293-c66db48e4f97} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:47.566419 [ 277 ] {62b3c0b3-d665-42d9-b293-c66db48e4f97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:47.566702 [ 277 ] {62b3c0b3-d665-42d9-b293-c66db48e4f97} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.22 22:25:47.566902 [ 277 ] {62b3c0b3-d665-42d9-b293-c66db48e4f97} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:47.567025 [ 277 ] {62b3c0b3-d665-42d9-b293-c66db48e4f97} executeQuery: Read 23 rows, 1.76 KiB in 0.001084 sec., 21217.71217712177 rows/sec., 1.58 MiB/sec. 2026.01.22 22:25:47.567138 [ 277 ] {62b3c0b3-d665-42d9-b293-c66db48e4f97} TCPHandler: Processed in 0.0013182 sec. 2026.01.22 22:25:47.567283 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:47.567410 [ 277 ] {d51d6146-bce6-4596-ab5f-7dcf49c0d26e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:25:47.567464 [ 277 ] {d51d6146-bce6-4596-ab5f-7dcf49c0d26e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:25:47.568026 [ 277 ] {d51d6146-bce6-4596-ab5f-7dcf49c0d26e} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:47.568065 [ 277 ] {d51d6146-bce6-4596-ab5f-7dcf49c0d26e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:47.568409 [ 277 ] {d51d6146-bce6-4596-ab5f-7dcf49c0d26e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:25:47.568646 [ 277 ] {d51d6146-bce6-4596-ab5f-7dcf49c0d26e} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:47.568849 [ 277 ] {d51d6146-bce6-4596-ab5f-7dcf49c0d26e} executeQuery: Read 252 rows, 17.85 KiB in 0.001462 sec., 172366.62106703146 rows/sec., 11.92 MiB/sec. 2026.01.22 22:25:47.568894 [ 277 ] {d51d6146-bce6-4596-ab5f-7dcf49c0d26e} TCPHandler: Processed in 0.001673682 sec. 2026.01.22 22:25:47.569028 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:47.569134 [ 277 ] {c84f7c9a-210e-497e-a66c-fb1371880741} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:25:47.569181 [ 277 ] {c84f7c9a-210e-497e-a66c-fb1371880741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:25:47.569635 [ 277 ] {c84f7c9a-210e-497e-a66c-fb1371880741} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:47.569674 [ 277 ] {c84f7c9a-210e-497e-a66c-fb1371880741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:47.570000 [ 277 ] {c84f7c9a-210e-497e-a66c-fb1371880741} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.22 22:25:47.570225 [ 277 ] {c84f7c9a-210e-497e-a66c-fb1371880741} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:47.570360 [ 277 ] {c84f7c9a-210e-497e-a66c-fb1371880741} executeQuery: Read 12 rows, 960.00 B in 0.001247 sec., 9623.09542902967 rows/sec., 751.80 KiB/sec. 2026.01.22 22:25:47.570406 [ 277 ] {c84f7c9a-210e-497e-a66c-fb1371880741} TCPHandler: Processed in 0.001437341 sec. 2026.01.22 22:25:47.570531 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:47.570642 [ 277 ] {debf8fb1-f005-40ba-8804-e12444144d39} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:47.570697 [ 277 ] {debf8fb1-f005-40ba-8804-e12444144d39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:47.571488 [ 277 ] {debf8fb1-f005-40ba-8804-e12444144d39} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:47.571533 [ 277 ] {debf8fb1-f005-40ba-8804-e12444144d39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:47.571958 [ 277 ] {debf8fb1-f005-40ba-8804-e12444144d39} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.22 22:25:47.572259 [ 277 ] {debf8fb1-f005-40ba-8804-e12444144d39} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:47.572428 [ 277 ] {debf8fb1-f005-40ba-8804-e12444144d39} executeQuery: Read 567 rows, 43.55 KiB in 0.00181 sec., 313259.6685082873 rows/sec., 23.50 MiB/sec. 2026.01.22 22:25:47.572480 [ 277 ] {debf8fb1-f005-40ba-8804-e12444144d39} TCPHandler: Processed in 0.002009085 sec. 2026.01.22 22:25:47.572650 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:47.572783 [ 277 ] {a9b1cb54-e487-4d7f-a757-be36eb30e7e5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:47.572841 [ 277 ] {a9b1cb54-e487-4d7f-a757-be36eb30e7e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:47.573627 [ 277 ] {a9b1cb54-e487-4d7f-a757-be36eb30e7e5} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:47.573675 [ 277 ] {a9b1cb54-e487-4d7f-a757-be36eb30e7e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:47.574188 [ 277 ] {a9b1cb54-e487-4d7f-a757-be36eb30e7e5} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.22 22:25:47.574483 [ 277 ] {a9b1cb54-e487-4d7f-a757-be36eb30e7e5} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:47.574643 [ 115 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 2026.01.22 22:25:47.574665 [ 277 ] {a9b1cb54-e487-4d7f-a757-be36eb30e7e5} executeQuery: Read 883 rows, 61.37 KiB in 0.001906 sec., 463273.8719832109 rows/sec., 31.44 MiB/sec. 2026.01.22 22:25:47.574691 [ 115 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:47.574716 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.22 22:25:47.574720 [ 277 ] {a9b1cb54-e487-4d7f-a757-be36eb30e7e5} TCPHandler: Processed in 0.002146476 sec. 2026.01.22 22:25:47.574853 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full 2026.01.22 22:25:47.574885 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:47.575007 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:47.575020 [ 277 ] {3190208f-409e-44ea-b15e-3d82fbe31d30} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:47.575059 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 31610 rows starting from the beginning of the part 2026.01.22 22:25:47.575100 [ 277 ] {3190208f-409e-44ea-b15e-3d82fbe31d30} 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.01.22 22:25:47.575156 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part 2026.01.22 22:25:47.575236 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part 2026.01.22 22:25:47.575304 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part 2026.01.22 22:25:47.575354 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part 2026.01.22 22:25:47.575408 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 883 rows starting from the beginning of the part 2026.01.22 22:25:47.576129 [ 277 ] {3190208f-409e-44ea-b15e-3d82fbe31d30} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:47.576177 [ 277 ] {3190208f-409e-44ea-b15e-3d82fbe31d30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:47.576876 [ 277 ] {3190208f-409e-44ea-b15e-3d82fbe31d30} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.22 22:25:47.577163 [ 277 ] {3190208f-409e-44ea-b15e-3d82fbe31d30} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:47.577340 [ 277 ] {3190208f-409e-44ea-b15e-3d82fbe31d30} executeQuery: Read 5 rows, 9.17 KiB in 0.002349 sec., 2128.5653469561516 rows/sec., 3.81 MiB/sec. 2026.01.22 22:25:47.577409 [ 277 ] {3190208f-409e-44ea-b15e-3d82fbe31d30} TCPHandler: Processed in 0.002591099 sec. 2026.01.22 22:25:47.577571 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:47.577682 [ 277 ] {bafb1e9d-ca2f-4f84-8c38-d7161cfc6e53} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:47.577734 [ 277 ] {bafb1e9d-ca2f-4f84-8c38-d7161cfc6e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:47.578148 [ 277 ] {bafb1e9d-ca2f-4f84-8c38-d7161cfc6e53} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:47.578186 [ 277 ] {bafb1e9d-ca2f-4f84-8c38-d7161cfc6e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:47.578533 [ 277 ] {bafb1e9d-ca2f-4f84-8c38-d7161cfc6e53} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.22 22:25:47.578769 [ 277 ] {bafb1e9d-ca2f-4f84-8c38-d7161cfc6e53} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:47.578940 [ 277 ] {bafb1e9d-ca2f-4f84-8c38-d7161cfc6e53} executeQuery: Read 60 rows, 4.14 KiB in 0.001277 sec., 46985.12137823023 rows/sec., 3.17 MiB/sec. 2026.01.22 22:25:47.578991 [ 277 ] {bafb1e9d-ca2f-4f84-8c38-d7161cfc6e53} TCPHandler: Processed in 0.001478911 sec. 2026.01.22 22:25:47.583795 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} MergeTask::MergeProjectionsStage: Merge sorted 33133 rows, containing 5 columns (5 merged, 0 gathered) in 0.009002887 sec., 3680263.8975697467 rows/sec., 251.73 MiB/sec. 2026.01.22 22:25:47.584252 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) 2026.01.22 22:25:47.584703 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:47.584822 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_110_22} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 2026.01.22 22:25:47.584977 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.22 22:25:48.141728 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:25:48.141778 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:25:48.144423 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:25:52.172545 [ 108 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:25:52.172655 [ 108 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:25:52.383899 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36448 2026.01.22 22:25:52.384437 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.384485 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.384982 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.22 22:25:52.385209 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.385346 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36448 2026.01.22 22:25:52.385349 [ 108 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.22 22:25:52.385421 [ 108 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.385446 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.385551 [ 197 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:52.385653 [ 197 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:52.385688 [ 197 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 34016 rows starting from the beginning of the part 2026.01.22 22:25:52.385751 [ 197 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:52.385800 [ 197 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:52.385846 [ 197 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:52.385891 [ 197 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:52.385933 [ 197 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:25:52.388367 [ 187 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36448 rows, containing 4 columns (4 merged, 0 gathered) in 0.002860182 sec., 12743245.010282561 rows/sec., 182.29 MiB/sec. 2026.01.22 22:25:52.388695 [ 196 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.22 22:25:52.389007 [ 196 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_76_15} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.389089 [ 196 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_76_15} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.22 22:25:52.389213 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. 2026.01.22 22:25:52.491784 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1800 2026.01.22 22:25:52.494125 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.494165 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.495335 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.22 22:25:52.495609 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.495742 [ 108 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.22 22:25:52.495776 [ 108 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.495794 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.495894 [ 187 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:25:52.495967 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1800 2026.01.22 22:25:52.496438 [ 187 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:52.496594 [ 187 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1656 rows starting from the beginning of the part 2026.01.22 22:25:52.496945 [ 187 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part 2026.01.22 22:25:52.497268 [ 187 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part 2026.01.22 22:25:52.497672 [ 187 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part 2026.01.22 22:25:52.498018 [ 187 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 24 rows starting from the beginning of the part 2026.01.22 22:25:52.498342 [ 187 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part 2026.01.22 22:25:52.505691 [ 196 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1800 rows, containing 72 columns (72 merged, 0 gathered) in 0.009845363 sec., 182827.18473661155 rows/sec., 142.86 MiB/sec. 2026.01.22 22:25:52.507394 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.22 22:25:52.507989 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_56_11} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.508072 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_56_11} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.22 22:25:52.508428 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. 2026.01.22 22:25:52.533685 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:52.533855 [ 277 ] {3f194efb-cb52-4ea0-ad34-f78e9561c43b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:52.533922 [ 277 ] {3f194efb-cb52-4ea0-ad34-f78e9561c43b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:52.534636 [ 277 ] {3f194efb-cb52-4ea0-ad34-f78e9561c43b} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.534678 [ 277 ] {3f194efb-cb52-4ea0-ad34-f78e9561c43b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.535036 [ 277 ] {3f194efb-cb52-4ea0-ad34-f78e9561c43b} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.22 22:25:52.535257 [ 277 ] {3f194efb-cb52-4ea0-ad34-f78e9561c43b} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.535395 [ 108 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.22 22:25:52.535413 [ 277 ] {3f194efb-cb52-4ea0-ad34-f78e9561c43b} executeQuery: Read 128 rows, 11.26 KiB in 0.001606 sec., 79701.1207970112 rows/sec., 6.85 MiB/sec. 2026.01.22 22:25:52.535431 [ 108 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.535454 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.535465 [ 277 ] {3f194efb-cb52-4ea0-ad34-f78e9561c43b} TCPHandler: Processed in 0.001903634 sec. 2026.01.22 22:25:52.535532 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:25:52.535601 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:52.535639 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:52.535678 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2556 rows starting from the beginning of the part 2026.01.22 22:25:52.535707 [ 277 ] {f769df06-99ce-40a1-b69f-2b97fc1f1ab9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:52.535745 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 128 rows starting from the beginning of the part 2026.01.22 22:25:52.535756 [ 277 ] {f769df06-99ce-40a1-b69f-2b97fc1f1ab9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:52.535805 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 66 rows starting from the beginning of the part 2026.01.22 22:25:52.535861 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 128 rows starting from the beginning of the part 2026.01.22 22:25:52.535905 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 1329 rows starting from the beginning of the part 2026.01.22 22:25:52.535953 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 128 rows starting from the beginning of the part 2026.01.22 22:25:52.536197 [ 277 ] {f769df06-99ce-40a1-b69f-2b97fc1f1ab9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.536241 [ 277 ] {f769df06-99ce-40a1-b69f-2b97fc1f1ab9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.536553 [ 277 ] {f769df06-99ce-40a1-b69f-2b97fc1f1ab9} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.22 22:25:52.536800 [ 277 ] {f769df06-99ce-40a1-b69f-2b97fc1f1ab9} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.536937 [ 277 ] {f769df06-99ce-40a1-b69f-2b97fc1f1ab9} executeQuery: Read 36 rows, 2.71 KiB in 0.001253 sec., 28731.045490822027 rows/sec., 2.11 MiB/sec. 2026.01.22 22:25:52.536976 [ 277 ] {f769df06-99ce-40a1-b69f-2b97fc1f1ab9} TCPHandler: Processed in 0.00142892 sec. 2026.01.22 22:25:52.537080 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:52.537176 [ 277 ] {681f99b5-ed14-4bc8-be47-b0f49449f940} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:52.537217 [ 277 ] {681f99b5-ed14-4bc8-be47-b0f49449f940} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:52.537655 [ 277 ] {681f99b5-ed14-4bc8-be47-b0f49449f940} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.537691 [ 277 ] {681f99b5-ed14-4bc8-be47-b0f49449f940} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.537884 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 4335 rows, containing 5 columns (5 merged, 0 gathered) in 0.002389888 sec., 1813892.5338760645 rows/sec., 156.40 MiB/sec. 2026.01.22 22:25:52.537995 [ 277 ] {681f99b5-ed14-4bc8-be47-b0f49449f940} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.22 22:25:52.538144 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.22 22:25:52.538225 [ 277 ] {681f99b5-ed14-4bc8-be47-b0f49449f940} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.538354 [ 108 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.22 22:25:52.538370 [ 277 ] {681f99b5-ed14-4bc8-be47-b0f49449f940} executeQuery: Read 100 rows, 8.00 KiB in 0.001214 sec., 82372.32289950576 rows/sec., 6.43 MiB/sec. 2026.01.22 22:25:52.538384 [ 108 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.538411 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.538417 [ 277 ] {681f99b5-ed14-4bc8-be47-b0f49449f940} TCPHandler: Processed in 0.00138841 sec. 2026.01.22 22:25:52.538423 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_111_22} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.538486 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:25:52.538503 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_111_22} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.22 22:25:52.538550 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:52.538577 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:52.538588 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.01.22 22:25:52.538603 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1304 rows starting from the beginning of the part 2026.01.22 22:25:52.538650 [ 277 ] {7d6e08e0-eec4-4ddf-85fd-378629d740a3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:52.538660 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 100 rows starting from the beginning of the part 2026.01.22 22:25:52.538695 [ 277 ] {7d6e08e0-eec4-4ddf-85fd-378629d740a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:52.538702 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 69 rows starting from the beginning of the part 2026.01.22 22:25:52.538745 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 100 rows starting from the beginning of the part 2026.01.22 22:25:52.538783 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 567 rows starting from the beginning of the part 2026.01.22 22:25:52.538821 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 100 rows starting from the beginning of the part 2026.01.22 22:25:52.539110 [ 277 ] {7d6e08e0-eec4-4ddf-85fd-378629d740a3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.539144 [ 277 ] {7d6e08e0-eec4-4ddf-85fd-378629d740a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.539468 [ 277 ] {7d6e08e0-eec4-4ddf-85fd-378629d740a3} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.22 22:25:52.539675 [ 277 ] {7d6e08e0-eec4-4ddf-85fd-378629d740a3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.539811 [ 277 ] {7d6e08e0-eec4-4ddf-85fd-378629d740a3} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.01.22 22:25:52.539849 [ 277 ] {7d6e08e0-eec4-4ddf-85fd-378629d740a3} TCPHandler: Processed in 0.00135449 sec. 2026.01.22 22:25:52.539913 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2240 rows, containing 5 columns (5 merged, 0 gathered) in 0.001457351 sec., 1537035.347009746 rows/sec., 119.27 MiB/sec. 2026.01.22 22:25:52.539954 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:52.540056 [ 277 ] {9e9fdb43-d166-48f5-9d36-6dc0dedb513f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:52.540089 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.22 22:25:52.540112 [ 277 ] {9e9fdb43-d166-48f5-9d36-6dc0dedb513f} 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.01.22 22:25:52.540317 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_111_22} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.540377 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_111_22} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.22 22:25:52.540441 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.01.22 22:25:52.540990 [ 277 ] {9e9fdb43-d166-48f5-9d36-6dc0dedb513f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.541026 [ 277 ] {9e9fdb43-d166-48f5-9d36-6dc0dedb513f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.541589 [ 277 ] {9e9fdb43-d166-48f5-9d36-6dc0dedb513f} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.22 22:25:52.541803 [ 277 ] {9e9fdb43-d166-48f5-9d36-6dc0dedb513f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.541943 [ 277 ] {9e9fdb43-d166-48f5-9d36-6dc0dedb513f} executeQuery: Read 36 rows, 66.06 KiB in 0.001908 sec., 18867.924528301886 rows/sec., 33.81 MiB/sec. 2026.01.22 22:25:52.542014 [ 277 ] {9e9fdb43-d166-48f5-9d36-6dc0dedb513f} TCPHandler: Processed in 0.002110175 sec. 2026.01.22 22:25:52.542131 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:52.542226 [ 277 ] {106f2a1a-5ce4-4e32-9920-cd469de00389} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:52.542268 [ 277 ] {106f2a1a-5ce4-4e32-9920-cd469de00389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:52.542604 [ 277 ] {106f2a1a-5ce4-4e32-9920-cd469de00389} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.542640 [ 277 ] {106f2a1a-5ce4-4e32-9920-cd469de00389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.542942 [ 277 ] {106f2a1a-5ce4-4e32-9920-cd469de00389} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.22 22:25:52.543161 [ 277 ] {106f2a1a-5ce4-4e32-9920-cd469de00389} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.543293 [ 277 ] {106f2a1a-5ce4-4e32-9920-cd469de00389} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.01.22 22:25:52.543288 [ 110 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.22 22:25:52.543330 [ 277 ] {106f2a1a-5ce4-4e32-9920-cd469de00389} TCPHandler: Processed in 0.001248099 sec. 2026.01.22 22:25:52.543369 [ 110 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:52.543395 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:52.543474 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:52.543576 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:52.543606 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6594 rows starting from the beginning of the part 2026.01.22 22:25:52.543656 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part 2026.01.22 22:25:52.543697 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part 2026.01.22 22:25:52.543735 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:52.543776 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:25:52.543813 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part 2026.01.22 22:25:52.545653 [ 196 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6894 rows, containing 4 columns (4 merged, 0 gathered) in 0.002213006 sec., 3115219.7508727945 rows/sec., 207.48 MiB/sec. 2026.01.22 22:25:52.546084 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.22 22:25:52.546345 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_111_22} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:52.546412 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_111_22} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.22 22:25:52.546476 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.01.22 22:25:54.333656 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2026.01.22 22:25:54.350699 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:54.350754 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:54.356668 [ 245 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.22 22:25:54.357390 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:54.357702 [ 105 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.22 22:25:54.357767 [ 105 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:54.357788 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:54.357881 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:54.360437 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2026.01.22 22:25:54.360786 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:54.361594 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:54.364916 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:54.368315 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:54.372095 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:54.376284 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:54.380320 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:25:54.433632 [ 208 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.07578331 sec., 7561.0315780611845 rows/sec., 39.10 MiB/sec. 2026.01.22 22:25:54.436629 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.22 22:25:54.438841 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_76_15} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:54.438961 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_76_15} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.22 22:25:54.441820 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.01.22 22:25:55.000268 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 374.27 MiB, peak 391.69 MiB, free memory in arenas 0.00 B, will set to 373.20 MiB (RSS), difference: -1.07 MiB 2026.01.22 22:25:57.531638 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:57.531851 [ 277 ] {6f690720-acae-4f1d-b215-6940a6432732} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:25:57.531926 [ 277 ] {6f690720-acae-4f1d-b215-6940a6432732} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:25:57.532580 [ 277 ] {6f690720-acae-4f1d-b215-6940a6432732} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:57.532631 [ 277 ] {6f690720-acae-4f1d-b215-6940a6432732} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:57.533022 [ 277 ] {6f690720-acae-4f1d-b215-6940a6432732} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.22 22:25:57.533257 [ 277 ] {6f690720-acae-4f1d-b215-6940a6432732} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:57.533415 [ 277 ] {6f690720-acae-4f1d-b215-6940a6432732} executeQuery: Read 66 rows, 5.35 KiB in 0.001617 sec., 40816.32653061225 rows/sec., 3.23 MiB/sec. 2026.01.22 22:25:57.533463 [ 277 ] {6f690720-acae-4f1d-b215-6940a6432732} TCPHandler: Processed in 0.001965374 sec. 2026.01.22 22:25:57.533589 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:57.533695 [ 277 ] {8ed9844d-bdcb-477a-a91b-f22a325fa6fa} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:25:57.533738 [ 277 ] {8ed9844d-bdcb-477a-a91b-f22a325fa6fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:25:57.534149 [ 277 ] {8ed9844d-bdcb-477a-a91b-f22a325fa6fa} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:57.534183 [ 277 ] {8ed9844d-bdcb-477a-a91b-f22a325fa6fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:57.534476 [ 277 ] {8ed9844d-bdcb-477a-a91b-f22a325fa6fa} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.22 22:25:57.534684 [ 277 ] {8ed9844d-bdcb-477a-a91b-f22a325fa6fa} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:57.534806 [ 103 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.22 22:25:57.534815 [ 277 ] {8ed9844d-bdcb-477a-a91b-f22a325fa6fa} executeQuery: Read 5 rows, 385.00 B in 0.001145 sec., 4366.812227074236 rows/sec., 328.36 KiB/sec. 2026.01.22 22:25:57.534844 [ 103 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:57.534865 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:57.534868 [ 277 ] {8ed9844d-bdcb-477a-a91b-f22a325fa6fa} TCPHandler: Processed in 0.00133179 sec. 2026.01.22 22:25:57.534985 [ 200 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:25:57.535009 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:57.535121 [ 277 ] {d5e5aa4f-46e9-48f9-acee-183b9a84d6b2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:25:57.535128 [ 200 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:25:57.535165 [ 277 ] {d5e5aa4f-46e9-48f9-acee-183b9a84d6b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:25:57.535173 [ 200 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 296 rows starting from the beginning of the part 2026.01.22 22:25:57.535247 [ 200 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 5 rows starting from the beginning of the part 2026.01.22 22:25:57.535289 [ 200 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 36 rows starting from the beginning of the part 2026.01.22 22:25:57.535327 [ 200 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 23 rows starting from the beginning of the part 2026.01.22 22:25:57.535365 [ 200 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 36 rows starting from the beginning of the part 2026.01.22 22:25:57.535402 [ 200 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 5 rows starting from the beginning of the part 2026.01.22 22:25:57.535620 [ 277 ] {d5e5aa4f-46e9-48f9-acee-183b9a84d6b2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:57.535662 [ 277 ] {d5e5aa4f-46e9-48f9-acee-183b9a84d6b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:57.535987 [ 277 ] {d5e5aa4f-46e9-48f9-acee-183b9a84d6b2} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.22 22:25:57.536206 [ 277 ] {d5e5aa4f-46e9-48f9-acee-183b9a84d6b2} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:57.536241 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 401 rows, containing 5 columns (5 merged, 0 gathered) in 0.00131354 sec., 305281.9099532561 rows/sec., 21.06 MiB/sec. 2026.01.22 22:25:57.536336 [ 277 ] {d5e5aa4f-46e9-48f9-acee-183b9a84d6b2} executeQuery: Read 69 rows, 5.52 KiB in 0.001234 sec., 55915.72123176661 rows/sec., 4.36 MiB/sec. 2026.01.22 22:25:57.536379 [ 277 ] {d5e5aa4f-46e9-48f9-acee-183b9a84d6b2} TCPHandler: Processed in 0.001420981 sec. 2026.01.22 22:25:57.536446 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.22 22:25:57.536500 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:57.536600 [ 277 ] {95261e25-6455-4d96-b2f6-94b3a9d2113c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:57.536648 [ 277 ] {95261e25-6455-4d96-b2f6-94b3a9d2113c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:25:57.536785 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_106_21} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:57.536876 [ 193 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_106_21} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.22 22:25:57.536976 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:25:57.537062 [ 277 ] {95261e25-6455-4d96-b2f6-94b3a9d2113c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:57.537102 [ 277 ] {95261e25-6455-4d96-b2f6-94b3a9d2113c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:57.537435 [ 277 ] {95261e25-6455-4d96-b2f6-94b3a9d2113c} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.22 22:25:57.537650 [ 277 ] {95261e25-6455-4d96-b2f6-94b3a9d2113c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:57.537781 [ 277 ] {95261e25-6455-4d96-b2f6-94b3a9d2113c} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2026.01.22 22:25:57.537819 [ 277 ] {95261e25-6455-4d96-b2f6-94b3a9d2113c} TCPHandler: Processed in 0.00137029 sec. 2026.01.22 22:25:57.537936 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:57.538031 [ 277 ] {1fbe3b8d-6eb6-4992-94e4-1846ef410211} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:25:57.538085 [ 277 ] {1fbe3b8d-6eb6-4992-94e4-1846ef410211} 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.01.22 22:25:57.538865 [ 277 ] {1fbe3b8d-6eb6-4992-94e4-1846ef410211} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:57.538899 [ 277 ] {1fbe3b8d-6eb6-4992-94e4-1846ef410211} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:57.539410 [ 277 ] {1fbe3b8d-6eb6-4992-94e4-1846ef410211} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.22 22:25:57.539629 [ 277 ] {1fbe3b8d-6eb6-4992-94e4-1846ef410211} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:57.539776 [ 277 ] {1fbe3b8d-6eb6-4992-94e4-1846ef410211} executeQuery: Read 5 rows, 9.17 KiB in 0.001763 sec., 2836.0748723766305 rows/sec., 5.08 MiB/sec. 2026.01.22 22:25:57.539857 [ 277 ] {1fbe3b8d-6eb6-4992-94e4-1846ef410211} TCPHandler: Processed in 0.001971444 sec. 2026.01.22 22:25:57.539978 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:25:57.540074 [ 277 ] {8d3d03eb-3de7-4f29-a9fb-c3a7cb3f3c5c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:25:57.540115 [ 277 ] {8d3d03eb-3de7-4f29-a9fb-c3a7cb3f3c5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:25:57.540467 [ 277 ] {8d3d03eb-3de7-4f29-a9fb-c3a7cb3f3c5c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:57.540501 [ 277 ] {8d3d03eb-3de7-4f29-a9fb-c3a7cb3f3c5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:57.540802 [ 277 ] {8d3d03eb-3de7-4f29-a9fb-c3a7cb3f3c5c} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.22 22:25:57.541014 [ 277 ] {8d3d03eb-3de7-4f29-a9fb-c3a7cb3f3c5c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:57.541146 [ 277 ] {8d3d03eb-3de7-4f29-a9fb-c3a7cb3f3c5c} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2026.01.22 22:25:57.541182 [ 277 ] {8d3d03eb-3de7-4f29-a9fb-c3a7cb3f3c5c} TCPHandler: Processed in 0.001254059 sec. 2026.01.22 22:25:59.885852 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36896 2026.01.22 22:25:59.886354 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:25:59.886394 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:25:59.886877 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.22 22:25:59.887140 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:25:59.887275 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36896 2026.01.22 22:26:01.860861 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2026.01.22 22:26:01.877222 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:01.877277 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:01.883484 [ 245 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.22 22:26:01.884236 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:01.887193 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2026.01.22 22:26:02.245609 [ 225 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:26:02.245661 [ 225 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:26:02.249135 [ 225 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:26:02.277355 [ 226 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:26:02.277406 [ 226 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:26:02.320148 [ 226 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:26:02.496473 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1824 2026.01.22 22:26:02.498750 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:02.498807 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:02.500006 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.22 22:26:02.500290 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:02.500673 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1824 2026.01.22 22:26:02.533902 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:02.534091 [ 277 ] {8195da86-cc5c-40dc-bffb-a9451f531f65} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:26:02.534163 [ 277 ] {8195da86-cc5c-40dc-bffb-a9451f531f65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:26:02.534893 [ 277 ] {8195da86-cc5c-40dc-bffb-a9451f531f65} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:02.534948 [ 277 ] {8195da86-cc5c-40dc-bffb-a9451f531f65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:02.535330 [ 277 ] {8195da86-cc5c-40dc-bffb-a9451f531f65} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:26:02.535562 [ 277 ] {8195da86-cc5c-40dc-bffb-a9451f531f65} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:02.535726 [ 277 ] {8195da86-cc5c-40dc-bffb-a9451f531f65} executeQuery: Read 10 rows, 835.00 B in 0.001687 sec., 5927.682276229994 rows/sec., 483.36 KiB/sec. 2026.01.22 22:26:02.535777 [ 277 ] {8195da86-cc5c-40dc-bffb-a9451f531f65} TCPHandler: Processed in 0.002011475 sec. 2026.01.22 22:26:02.535919 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:02.536022 [ 277 ] {a219131d-e35f-404d-8e07-2e067a6e8ee0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:02.536065 [ 277 ] {a219131d-e35f-404d-8e07-2e067a6e8ee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:02.536578 [ 277 ] {a219131d-e35f-404d-8e07-2e067a6e8ee0} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:02.536615 [ 277 ] {a219131d-e35f-404d-8e07-2e067a6e8ee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:02.536964 [ 277 ] {a219131d-e35f-404d-8e07-2e067a6e8ee0} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.22 22:26:02.537179 [ 277 ] {a219131d-e35f-404d-8e07-2e067a6e8ee0} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:02.537313 [ 277 ] {a219131d-e35f-404d-8e07-2e067a6e8ee0} executeQuery: Read 133 rows, 11.63 KiB in 0.001314 sec., 101217.65601217655 rows/sec., 8.64 MiB/sec. 2026.01.22 22:26:02.537352 [ 277 ] {a219131d-e35f-404d-8e07-2e067a6e8ee0} TCPHandler: Processed in 0.001493921 sec. 2026.01.22 22:26:02.537475 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:02.537571 [ 277 ] {63ece92a-0a1f-415b-ac48-538c88af1dd1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:02.537612 [ 277 ] {63ece92a-0a1f-415b-ac48-538c88af1dd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:02.538036 [ 277 ] {63ece92a-0a1f-415b-ac48-538c88af1dd1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:02.538072 [ 277 ] {63ece92a-0a1f-415b-ac48-538c88af1dd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:02.538368 [ 277 ] {63ece92a-0a1f-415b-ac48-538c88af1dd1} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.22 22:26:02.538577 [ 277 ] {63ece92a-0a1f-415b-ac48-538c88af1dd1} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:02.538711 [ 277 ] {63ece92a-0a1f-415b-ac48-538c88af1dd1} executeQuery: Read 46 rows, 3.41 KiB in 0.001159 sec., 39689.387402933564 rows/sec., 2.87 MiB/sec. 2026.01.22 22:26:02.538750 [ 277 ] {63ece92a-0a1f-415b-ac48-538c88af1dd1} TCPHandler: Processed in 0.00132573 sec. 2026.01.22 22:26:02.538858 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:02.538955 [ 277 ] {a5c4aa40-209f-466a-9408-a140c9709c6a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:02.538993 [ 277 ] {a5c4aa40-209f-466a-9408-a140c9709c6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:02.539427 [ 277 ] {a5c4aa40-209f-466a-9408-a140c9709c6a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:02.539464 [ 277 ] {a5c4aa40-209f-466a-9408-a140c9709c6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:02.539767 [ 277 ] {a5c4aa40-209f-466a-9408-a140c9709c6a} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.22 22:26:02.539977 [ 277 ] {a5c4aa40-209f-466a-9408-a140c9709c6a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:02.540115 [ 277 ] {a5c4aa40-209f-466a-9408-a140c9709c6a} executeQuery: Read 110 rows, 8.81 KiB in 0.001179 sec., 93299.40627650551 rows/sec., 7.30 MiB/sec. 2026.01.22 22:26:02.540152 [ 277 ] {a5c4aa40-209f-466a-9408-a140c9709c6a} TCPHandler: Processed in 0.00134391 sec. 2026.01.22 22:26:02.540266 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:02.540360 [ 277 ] {c86b88d8-b644-494d-9605-9c74ed66742f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:02.540403 [ 277 ] {c86b88d8-b644-494d-9605-9c74ed66742f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:02.540813 [ 277 ] {c86b88d8-b644-494d-9605-9c74ed66742f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:02.540848 [ 277 ] {c86b88d8-b644-494d-9605-9c74ed66742f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:02.541185 [ 277 ] {c86b88d8-b644-494d-9605-9c74ed66742f} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.22 22:26:02.541402 [ 277 ] {c86b88d8-b644-494d-9605-9c74ed66742f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:02.541534 [ 277 ] {c86b88d8-b644-494d-9605-9c74ed66742f} executeQuery: Read 165 rows, 11.76 KiB in 0.001192 sec., 138422.8187919463 rows/sec., 9.64 MiB/sec. 2026.01.22 22:26:02.541572 [ 277 ] {c86b88d8-b644-494d-9605-9c74ed66742f} TCPHandler: Processed in 0.00135557 sec. 2026.01.22 22:26:02.541682 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:02.541776 [ 277 ] {1cd18c60-7308-4044-aa44-27335b5026a2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:02.541829 [ 277 ] {1cd18c60-7308-4044-aa44-27335b5026a2} 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.01.22 22:26:02.542710 [ 277 ] {1cd18c60-7308-4044-aa44-27335b5026a2} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:02.542746 [ 277 ] {1cd18c60-7308-4044-aa44-27335b5026a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:02.543297 [ 277 ] {1cd18c60-7308-4044-aa44-27335b5026a2} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.22 22:26:02.543515 [ 277 ] {1cd18c60-7308-4044-aa44-27335b5026a2} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:02.543658 [ 277 ] {1cd18c60-7308-4044-aa44-27335b5026a2} executeQuery: Read 36 rows, 66.06 KiB in 0.001899 sec., 18957.34597156398 rows/sec., 33.97 MiB/sec. 2026.01.22 22:26:02.543728 [ 277 ] {1cd18c60-7308-4044-aa44-27335b5026a2} TCPHandler: Processed in 0.002095516 sec. 2026.01.22 22:26:02.543844 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:02.543939 [ 277 ] {fbb8ec64-c251-40c4-956c-71ce492339fe} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:02.543981 [ 277 ] {fbb8ec64-c251-40c4-956c-71ce492339fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:02.544318 [ 277 ] {fbb8ec64-c251-40c4-956c-71ce492339fe} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:02.544354 [ 277 ] {fbb8ec64-c251-40c4-956c-71ce492339fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:02.544652 [ 277 ] {fbb8ec64-c251-40c4-956c-71ce492339fe} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.22 22:26:02.544856 [ 277 ] {fbb8ec64-c251-40c4-956c-71ce492339fe} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:02.544989 [ 277 ] {fbb8ec64-c251-40c4-956c-71ce492339fe} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.01.22 22:26:02.545025 [ 277 ] {fbb8ec64-c251-40c4-956c-71ce492339fe} TCPHandler: Processed in 0.00123155 sec. 2026.01.22 22:26:02.545070 [ 226 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:26:02.545110 [ 226 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:26:02.548184 [ 226 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:26:02.942473 [ 226 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:26:02.942546 [ 226 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:26:02.951096 [ 226 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:26:03.001180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 369.70 MiB, peak 391.69 MiB, free memory in arenas 0.00 B, will set to 373.20 MiB (RSS), difference: 3.50 MiB 2026.01.22 22:26:04.127136 [ 223 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:26:04.127241 [ 223 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:26:04.135463 [ 223 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:26:05.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 369.20 MiB, peak 391.69 MiB, free memory in arenas 0.00 B, will set to 373.20 MiB (RSS), difference: 4.00 MiB 2026.01.22 22:26:07.172706 [ 91 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:26:07.172769 [ 91 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:26:07.388376 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37408 2026.01.22 22:26:07.388906 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:07.388946 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:07.389431 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.22 22:26:07.389651 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:07.389785 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37408 2026.01.22 22:26:07.531080 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:07.531277 [ 277 ] {11921cbb-c579-4f6f-b09f-076d45fcb376} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:07.531350 [ 277 ] {11921cbb-c579-4f6f-b09f-076d45fcb376} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:07.532112 [ 277 ] {11921cbb-c579-4f6f-b09f-076d45fcb376} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:07.532157 [ 277 ] {11921cbb-c579-4f6f-b09f-076d45fcb376} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:07.532552 [ 277 ] {11921cbb-c579-4f6f-b09f-076d45fcb376} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.22 22:26:07.532781 [ 277 ] {11921cbb-c579-4f6f-b09f-076d45fcb376} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:07.532947 [ 277 ] {11921cbb-c579-4f6f-b09f-076d45fcb376} executeQuery: Read 66 rows, 5.35 KiB in 0.001722 sec., 38327.52613240418 rows/sec., 3.04 MiB/sec. 2026.01.22 22:26:07.532998 [ 277 ] {11921cbb-c579-4f6f-b09f-076d45fcb376} TCPHandler: Processed in 0.002051875 sec. 2026.01.22 22:26:07.533138 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:07.533243 [ 277 ] {382a0c3d-56db-4583-8945-60464ab7b3a7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:07.533286 [ 277 ] {382a0c3d-56db-4583-8945-60464ab7b3a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:07.533762 [ 277 ] {382a0c3d-56db-4583-8945-60464ab7b3a7} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:07.533796 [ 277 ] {382a0c3d-56db-4583-8945-60464ab7b3a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:07.534113 [ 277 ] {382a0c3d-56db-4583-8945-60464ab7b3a7} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.22 22:26:07.534327 [ 277 ] {382a0c3d-56db-4583-8945-60464ab7b3a7} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:07.534462 [ 277 ] {382a0c3d-56db-4583-8945-60464ab7b3a7} executeQuery: Read 5 rows, 385.00 B in 0.001243 sec., 4022.526146419952 rows/sec., 302.48 KiB/sec. 2026.01.22 22:26:07.534517 [ 277 ] {382a0c3d-56db-4583-8945-60464ab7b3a7} TCPHandler: Processed in 0.001441871 sec. 2026.01.22 22:26:07.534636 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:07.534733 [ 277 ] {ee33bcd4-5509-4567-a314-6defb252d3de} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:07.534774 [ 277 ] {ee33bcd4-5509-4567-a314-6defb252d3de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:07.535197 [ 277 ] {ee33bcd4-5509-4567-a314-6defb252d3de} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:07.535233 [ 277 ] {ee33bcd4-5509-4567-a314-6defb252d3de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:07.535525 [ 277 ] {ee33bcd4-5509-4567-a314-6defb252d3de} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.22 22:26:07.535730 [ 277 ] {ee33bcd4-5509-4567-a314-6defb252d3de} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:07.535859 [ 277 ] {ee33bcd4-5509-4567-a314-6defb252d3de} executeQuery: Read 69 rows, 5.52 KiB in 0.001145 sec., 60262.008733624454 rows/sec., 4.70 MiB/sec. 2026.01.22 22:26:07.535897 [ 277 ] {ee33bcd4-5509-4567-a314-6defb252d3de} TCPHandler: Processed in 0.00130976 sec. 2026.01.22 22:26:07.536011 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:07.536104 [ 277 ] {a7b73c0a-c1a7-41ce-b538-4b977dc5eb64} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:07.536147 [ 277 ] {a7b73c0a-c1a7-41ce-b538-4b977dc5eb64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:07.536547 [ 277 ] {a7b73c0a-c1a7-41ce-b538-4b977dc5eb64} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:07.536582 [ 277 ] {a7b73c0a-c1a7-41ce-b538-4b977dc5eb64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:07.536900 [ 277 ] {a7b73c0a-c1a7-41ce-b538-4b977dc5eb64} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.22 22:26:07.537100 [ 277 ] {a7b73c0a-c1a7-41ce-b538-4b977dc5eb64} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:07.537228 [ 277 ] {a7b73c0a-c1a7-41ce-b538-4b977dc5eb64} executeQuery: Read 160 rows, 11.41 KiB in 0.001142 sec., 140105.07880910684 rows/sec., 9.76 MiB/sec. 2026.01.22 22:26:07.537264 [ 277 ] {a7b73c0a-c1a7-41ce-b538-4b977dc5eb64} TCPHandler: Processed in 0.001302409 sec. 2026.01.22 22:26:07.537369 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:07.537461 [ 277 ] {505fc722-9f52-4ca3-ac0f-4e0236cd43b6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:07.537514 [ 277 ] {505fc722-9f52-4ca3-ac0f-4e0236cd43b6} 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.01.22 22:26:07.538262 [ 277 ] {505fc722-9f52-4ca3-ac0f-4e0236cd43b6} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:07.538298 [ 277 ] {505fc722-9f52-4ca3-ac0f-4e0236cd43b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:07.538805 [ 277 ] {505fc722-9f52-4ca3-ac0f-4e0236cd43b6} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.22 22:26:07.539024 [ 277 ] {505fc722-9f52-4ca3-ac0f-4e0236cd43b6} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:07.539149 [ 89 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.22 22:26:07.539164 [ 277 ] {505fc722-9f52-4ca3-ac0f-4e0236cd43b6} executeQuery: Read 5 rows, 9.17 KiB in 0.001721 sec., 2905.2876234747237 rows/sec., 5.21 MiB/sec. 2026.01.22 22:26:07.539202 [ 89 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:07.539227 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:07.539250 [ 277 ] {505fc722-9f52-4ca3-ac0f-4e0236cd43b6} TCPHandler: Processed in 0.001927974 sec. 2026.01.22 22:26:07.539347 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:26:07.539372 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:07.539483 [ 277 ] {3152da88-6bdd-41ac-aba4-b151fe40173d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:07.539525 [ 277 ] {3152da88-6bdd-41ac-aba4-b151fe40173d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:07.539638 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:07.539717 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2124 rows starting from the beginning of the part 2026.01.22 22:26:07.539870 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 5 rows starting from the beginning of the part 2026.01.22 22:26:07.539882 [ 277 ] {3152da88-6bdd-41ac-aba4-b151fe40173d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:07.539923 [ 277 ] {3152da88-6bdd-41ac-aba4-b151fe40173d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:07.539996 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 36 rows starting from the beginning of the part 2026.01.22 22:26:07.540113 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 5 rows starting from the beginning of the part 2026.01.22 22:26:07.540218 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 36 rows starting from the beginning of the part 2026.01.22 22:26:07.540242 [ 277 ] {3152da88-6bdd-41ac-aba4-b151fe40173d} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.22 22:26:07.540322 [ 196 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 5 rows starting from the beginning of the part 2026.01.22 22:26:07.540460 [ 277 ] {3152da88-6bdd-41ac-aba4-b151fe40173d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:07.540592 [ 277 ] {3152da88-6bdd-41ac-aba4-b151fe40173d} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2026.01.22 22:26:07.540628 [ 277 ] {3152da88-6bdd-41ac-aba4-b151fe40173d} TCPHandler: Processed in 0.001303829 sec. 2026.01.22 22:26:07.551725 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2211 rows, containing 19 columns (19 merged, 0 gathered) in 0.012435562 sec., 177796.5483184435 rows/sec., 318.60 MiB/sec. 2026.01.22 22:26:07.553425 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.22 22:26:07.553806 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_106_21} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:07.553895 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_106_21} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.22 22:26:07.554012 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.28 MiB. 2026.01.22 22:26:08.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 373.70 MiB, peak 391.93 MiB, free memory in arenas 0.00 B, will set to 377.19 MiB (RSS), difference: 3.49 MiB 2026.01.22 22:26:09.387262 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2026.01.22 22:26:09.405105 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:09.405159 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:09.411358 [ 245 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.22 22:26:09.412064 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:09.415444 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2026.01.22 22:26:12.501789 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1850 2026.01.22 22:26:12.504041 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:12.504099 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:12.505307 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.22 22:26:12.505592 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:12.505985 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1850 2026.01.22 22:26:12.532871 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:12.533070 [ 277 ] {fe5f7c80-f8ba-4448-9035-8af76da802b0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:12.533140 [ 277 ] {fe5f7c80-f8ba-4448-9035-8af76da802b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:12.533821 [ 277 ] {fe5f7c80-f8ba-4448-9035-8af76da802b0} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:12.533873 [ 277 ] {fe5f7c80-f8ba-4448-9035-8af76da802b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:12.534276 [ 277 ] {fe5f7c80-f8ba-4448-9035-8af76da802b0} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.22 22:26:12.534509 [ 277 ] {fe5f7c80-f8ba-4448-9035-8af76da802b0} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:12.534679 [ 277 ] {fe5f7c80-f8ba-4448-9035-8af76da802b0} executeQuery: Read 128 rows, 11.26 KiB in 0.001662 sec., 77015.6438026474 rows/sec., 6.62 MiB/sec. 2026.01.22 22:26:12.534732 [ 277 ] {fe5f7c80-f8ba-4448-9035-8af76da802b0} TCPHandler: Processed in 0.002000835 sec. 2026.01.22 22:26:12.534858 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:12.534962 [ 277 ] {4d3e7d91-72d3-4d2b-a30d-bb030d148feb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:12.535008 [ 277 ] {4d3e7d91-72d3-4d2b-a30d-bb030d148feb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:12.535440 [ 277 ] {4d3e7d91-72d3-4d2b-a30d-bb030d148feb} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:12.535480 [ 277 ] {4d3e7d91-72d3-4d2b-a30d-bb030d148feb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:12.535789 [ 277 ] {4d3e7d91-72d3-4d2b-a30d-bb030d148feb} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.22 22:26:12.536002 [ 277 ] {4d3e7d91-72d3-4d2b-a30d-bb030d148feb} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:12.536140 [ 277 ] {4d3e7d91-72d3-4d2b-a30d-bb030d148feb} executeQuery: Read 36 rows, 2.71 KiB in 0.001201 sec., 29975.020815986678 rows/sec., 2.20 MiB/sec. 2026.01.22 22:26:12.536179 [ 277 ] {4d3e7d91-72d3-4d2b-a30d-bb030d148feb} TCPHandler: Processed in 0.00137377 sec. 2026.01.22 22:26:12.536291 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:12.536387 [ 277 ] {0b40a992-4302-45ad-a74d-9b3e5e28b7af} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:12.536429 [ 277 ] {0b40a992-4302-45ad-a74d-9b3e5e28b7af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:12.536855 [ 277 ] {0b40a992-4302-45ad-a74d-9b3e5e28b7af} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:12.536893 [ 277 ] {0b40a992-4302-45ad-a74d-9b3e5e28b7af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:12.537208 [ 277 ] {0b40a992-4302-45ad-a74d-9b3e5e28b7af} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.22 22:26:12.537413 [ 277 ] {0b40a992-4302-45ad-a74d-9b3e5e28b7af} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:12.537546 [ 277 ] {0b40a992-4302-45ad-a74d-9b3e5e28b7af} executeQuery: Read 100 rows, 8.00 KiB in 0.001178 sec., 84889.64346349746 rows/sec., 6.63 MiB/sec. 2026.01.22 22:26:12.537584 [ 277 ] {0b40a992-4302-45ad-a74d-9b3e5e28b7af} TCPHandler: Processed in 0.00134155 sec. 2026.01.22 22:26:12.537696 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:12.537792 [ 277 ] {d4964b81-b4da-42bf-bc38-3a98f3603dd2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:12.537838 [ 277 ] {d4964b81-b4da-42bf-bc38-3a98f3603dd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:12.538236 [ 277 ] {d4964b81-b4da-42bf-bc38-3a98f3603dd2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:12.538274 [ 277 ] {d4964b81-b4da-42bf-bc38-3a98f3603dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:12.538601 [ 277 ] {d4964b81-b4da-42bf-bc38-3a98f3603dd2} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.22 22:26:12.538811 [ 277 ] {d4964b81-b4da-42bf-bc38-3a98f3603dd2} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:12.538934 [ 84 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 2026.01.22 22:26:12.538950 [ 277 ] {d4964b81-b4da-42bf-bc38-3a98f3603dd2} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.01.22 22:26:12.538982 [ 84 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:12.538999 [ 277 ] {d4964b81-b4da-42bf-bc38-3a98f3603dd2} TCPHandler: Processed in 0.00135126 sec. 2026.01.22 22:26:12.539007 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:12.539121 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:12.539124 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full 2026.01.22 22:26:12.539221 [ 277 ] {824b0d4c-a81c-497b-8350-3075c03d62a3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:12.539280 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:12.539280 [ 277 ] {824b0d4c-a81c-497b-8350-3075c03d62a3} 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.01.22 22:26:12.539324 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 33133 rows starting from the beginning of the part 2026.01.22 22:26:12.539397 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part 2026.01.22 22:26:12.539444 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part 2026.01.22 22:26:12.539488 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 165 rows starting from the beginning of the part 2026.01.22 22:26:12.539528 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part 2026.01.22 22:26:12.539571 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part 2026.01.22 22:26:12.540140 [ 277 ] {824b0d4c-a81c-497b-8350-3075c03d62a3} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:12.540182 [ 277 ] {824b0d4c-a81c-497b-8350-3075c03d62a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:12.540768 [ 277 ] {824b0d4c-a81c-497b-8350-3075c03d62a3} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.22 22:26:12.541023 [ 277 ] {824b0d4c-a81c-497b-8350-3075c03d62a3} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:12.541170 [ 277 ] {824b0d4c-a81c-497b-8350-3075c03d62a3} executeQuery: Read 36 rows, 66.06 KiB in 0.001969 sec., 18283.392585068563 rows/sec., 32.76 MiB/sec. 2026.01.22 22:26:12.541241 [ 277 ] {824b0d4c-a81c-497b-8350-3075c03d62a3} TCPHandler: Processed in 0.002169686 sec. 2026.01.22 22:26:12.541244 [ 225 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:26:12.541287 [ 225 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:26:12.541358 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:12.541460 [ 277 ] {32899b19-2d14-4f41-a1bf-10ade94b5c20} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:12.541504 [ 277 ] {32899b19-2d14-4f41-a1bf-10ade94b5c20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:12.541836 [ 277 ] {32899b19-2d14-4f41-a1bf-10ade94b5c20} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:12.541873 [ 277 ] {32899b19-2d14-4f41-a1bf-10ade94b5c20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:12.542208 [ 277 ] {32899b19-2d14-4f41-a1bf-10ade94b5c20} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.22 22:26:12.542434 [ 277 ] {32899b19-2d14-4f41-a1bf-10ade94b5c20} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:12.542569 [ 277 ] {32899b19-2d14-4f41-a1bf-10ade94b5c20} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2026.01.22 22:26:12.542607 [ 277 ] {32899b19-2d14-4f41-a1bf-10ade94b5c20} TCPHandler: Processed in 0.00129976 sec. 2026.01.22 22:26:12.545816 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} MergeTask::MergeProjectionsStage: Merge sorted 33938 rows, containing 5 columns (5 merged, 0 gathered) in 0.006737799 sec., 5036956.430430768 rows/sec., 344.67 MiB/sec. 2026.01.22 22:26:12.546157 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) 2026.01.22 22:26:12.546487 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:12.546573 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_115_23} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 2026.01.22 22:26:12.546677 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.01.22 22:26:12.549326 [ 225 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:26:14.889915 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 37856 2026.01.22 22:26:14.890460 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:14.890505 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:14.890989 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.22 22:26:14.891213 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:14.891342 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37856 2026.01.22 22:26:16.915510 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2026.01.22 22:26:16.934575 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:16.934635 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:16.940768 [ 245 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.22 22:26:16.941489 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:16.944960 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2026.01.22 22:26:17.561417 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:17.561594 [ 277 ] {9464b9cd-ba77-4db7-beed-7fddb45e095d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:26:17.561657 [ 277 ] {9464b9cd-ba77-4db7-beed-7fddb45e095d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:26:17.562281 [ 277 ] {9464b9cd-ba77-4db7-beed-7fddb45e095d} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.562326 [ 277 ] {9464b9cd-ba77-4db7-beed-7fddb45e095d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.562700 [ 277 ] {9464b9cd-ba77-4db7-beed-7fddb45e095d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:26:17.562916 [ 277 ] {9464b9cd-ba77-4db7-beed-7fddb45e095d} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.563070 [ 277 ] {9464b9cd-ba77-4db7-beed-7fddb45e095d} executeQuery: Read 24 rows, 2.04 KiB in 0.001528 sec., 15706.806282722513 rows/sec., 1.30 MiB/sec. 2026.01.22 22:26:17.563121 [ 277 ] {9464b9cd-ba77-4db7-beed-7fddb45e095d} TCPHandler: Processed in 0.001831884 sec. 2026.01.22 22:26:17.563250 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:17.563353 [ 277 ] {82c2aa5e-db24-4f39-aa84-73f7fd8a81ae} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:26:17.563396 [ 277 ] {82c2aa5e-db24-4f39-aa84-73f7fd8a81ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:26:17.563795 [ 277 ] {82c2aa5e-db24-4f39-aa84-73f7fd8a81ae} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.563833 [ 277 ] {82c2aa5e-db24-4f39-aa84-73f7fd8a81ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.564120 [ 277 ] {82c2aa5e-db24-4f39-aa84-73f7fd8a81ae} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:26:17.564325 [ 277 ] {82c2aa5e-db24-4f39-aa84-73f7fd8a81ae} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.564455 [ 277 ] {82c2aa5e-db24-4f39-aa84-73f7fd8a81ae} executeQuery: Read 2 rows, 167.00 B in 0.001125 sec., 1777.7777777777778 rows/sec., 144.97 KiB/sec. 2026.01.22 22:26:17.564493 [ 277 ] {82c2aa5e-db24-4f39-aa84-73f7fd8a81ae} TCPHandler: Processed in 0.00129541 sec. 2026.01.22 22:26:17.564596 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:17.564692 [ 277 ] {6e6d7eb1-4e03-450d-b0e6-dce9b726afe5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:17.564733 [ 277 ] {6e6d7eb1-4e03-450d-b0e6-dce9b726afe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:17.565878 [ 277 ] {6e6d7eb1-4e03-450d-b0e6-dce9b726afe5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.565916 [ 277 ] {6e6d7eb1-4e03-450d-b0e6-dce9b726afe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.566304 [ 277 ] {6e6d7eb1-4e03-450d-b0e6-dce9b726afe5} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.22 22:26:17.566506 [ 277 ] {6e6d7eb1-4e03-450d-b0e6-dce9b726afe5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.566627 [ 64 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.22 22:26:17.566636 [ 277 ] {6e6d7eb1-4e03-450d-b0e6-dce9b726afe5} executeQuery: Read 1327 rows, 112.98 KiB in 0.001963 sec., 676006.1130922058 rows/sec., 56.21 MiB/sec. 2026.01.22 22:26:17.566698 [ 64 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.566716 [ 277 ] {6e6d7eb1-4e03-450d-b0e6-dce9b726afe5} TCPHandler: Processed in 0.002168947 sec. 2026.01.22 22:26:17.566724 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.566837 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:26:17.566847 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:17.566947 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:17.566957 [ 277 ] {ea9b2800-ac5c-4487-ace2-83c2cb7f9ff7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:17.566981 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2556 rows starting from the beginning of the part 2026.01.22 22:26:17.566998 [ 277 ] {ea9b2800-ac5c-4487-ace2-83c2cb7f9ff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:17.567048 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 66 rows starting from the beginning of the part 2026.01.22 22:26:17.567100 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 133 rows starting from the beginning of the part 2026.01.22 22:26:17.567148 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 66 rows starting from the beginning of the part 2026.01.22 22:26:17.567191 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 128 rows starting from the beginning of the part 2026.01.22 22:26:17.567231 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:26:17.567419 [ 277 ] {ea9b2800-ac5c-4487-ace2-83c2cb7f9ff7} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.567456 [ 277 ] {ea9b2800-ac5c-4487-ace2-83c2cb7f9ff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.567771 [ 277 ] {ea9b2800-ac5c-4487-ace2-83c2cb7f9ff7} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.22 22:26:17.567978 [ 277 ] {ea9b2800-ac5c-4487-ace2-83c2cb7f9ff7} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.568125 [ 277 ] {ea9b2800-ac5c-4487-ace2-83c2cb7f9ff7} executeQuery: Read 19 rows, 1.48 KiB in 0.001187 sec., 16006.739679865208 rows/sec., 1.21 MiB/sec. 2026.01.22 22:26:17.568165 [ 277 ] {ea9b2800-ac5c-4487-ace2-83c2cb7f9ff7} TCPHandler: Processed in 0.00136872 sec. 2026.01.22 22:26:17.568283 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:17.568378 [ 277 ] {722a3fe8-69a3-4fb4-be43-bc5933567845} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:26:17.568418 [ 277 ] {722a3fe8-69a3-4fb4-be43-bc5933567845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:26:17.568903 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 4276 rows, containing 5 columns (5 merged, 0 gathered) in 0.002104316 sec., 2032014.203190015 rows/sec., 174.88 MiB/sec. 2026.01.22 22:26:17.568919 [ 277 ] {722a3fe8-69a3-4fb4-be43-bc5933567845} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.568982 [ 277 ] {722a3fe8-69a3-4fb4-be43-bc5933567845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.569275 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.22 22:26:17.569301 [ 277 ] {722a3fe8-69a3-4fb4-be43-bc5933567845} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:26:17.569597 [ 277 ] {722a3fe8-69a3-4fb4-be43-bc5933567845} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.569667 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_116_23} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.569736 [ 277 ] {722a3fe8-69a3-4fb4-be43-bc5933567845} executeQuery: Read 252 rows, 17.85 KiB in 0.001376 sec., 183139.53488372092 rows/sec., 12.67 MiB/sec. 2026.01.22 22:26:17.569767 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_116_23} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.22 22:26:17.569781 [ 277 ] {722a3fe8-69a3-4fb4-be43-bc5933567845} TCPHandler: Processed in 0.001550281 sec. 2026.01.22 22:26:17.569892 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.22 22:26:17.569903 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:17.570005 [ 277 ] {df938b22-9138-493d-8cf4-9e563a397337} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:26:17.570045 [ 277 ] {df938b22-9138-493d-8cf4-9e563a397337} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:26:17.570441 [ 277 ] {df938b22-9138-493d-8cf4-9e563a397337} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.570478 [ 277 ] {df938b22-9138-493d-8cf4-9e563a397337} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.570779 [ 277 ] {df938b22-9138-493d-8cf4-9e563a397337} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.22 22:26:17.570995 [ 277 ] {df938b22-9138-493d-8cf4-9e563a397337} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.571122 [ 277 ] {df938b22-9138-493d-8cf4-9e563a397337} executeQuery: Read 12 rows, 960.00 B in 0.001136 sec., 10563.38028169014 rows/sec., 825.26 KiB/sec. 2026.01.22 22:26:17.571160 [ 277 ] {df938b22-9138-493d-8cf4-9e563a397337} TCPHandler: Processed in 0.001309199 sec. 2026.01.22 22:26:17.571271 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:17.571366 [ 277 ] {27825262-9c31-4ab3-929b-e8ff86f78650} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:17.571404 [ 277 ] {27825262-9c31-4ab3-929b-e8ff86f78650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:17.572033 [ 277 ] {27825262-9c31-4ab3-929b-e8ff86f78650} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.572069 [ 277 ] {27825262-9c31-4ab3-929b-e8ff86f78650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.572387 [ 277 ] {27825262-9c31-4ab3-929b-e8ff86f78650} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.22 22:26:17.572592 [ 277 ] {27825262-9c31-4ab3-929b-e8ff86f78650} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.572708 [ 44 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.22 22:26:17.572721 [ 277 ] {27825262-9c31-4ab3-929b-e8ff86f78650} executeQuery: Read 563 rows, 43.23 KiB in 0.001373 sec., 410050.9832483612 rows/sec., 30.74 MiB/sec. 2026.01.22 22:26:17.572752 [ 44 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.572772 [ 277 ] {27825262-9c31-4ab3-929b-e8ff86f78650} TCPHandler: Processed in 0.001552211 sec. 2026.01.22 22:26:17.572776 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.572896 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:17.572929 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:26:17.573024 [ 277 ] {23345797-e75b-46f1-985b-787cfba6a5b9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:17.573073 [ 277 ] {23345797-e75b-46f1-985b-787cfba6a5b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:17.573142 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:17.573203 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1304 rows starting from the beginning of the part 2026.01.22 22:26:17.573281 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 69 rows starting from the beginning of the part 2026.01.22 22:26:17.573325 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 110 rows starting from the beginning of the part 2026.01.22 22:26:17.573398 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 69 rows starting from the beginning of the part 2026.01.22 22:26:17.573440 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 100 rows starting from the beginning of the part 2026.01.22 22:26:17.573481 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 563 rows starting from the beginning of the part 2026.01.22 22:26:17.573684 [ 277 ] {23345797-e75b-46f1-985b-787cfba6a5b9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.573728 [ 277 ] {23345797-e75b-46f1-985b-787cfba6a5b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.574124 [ 277 ] {23345797-e75b-46f1-985b-787cfba6a5b9} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.22 22:26:17.574344 [ 277 ] {23345797-e75b-46f1-985b-787cfba6a5b9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.574475 [ 277 ] {23345797-e75b-46f1-985b-787cfba6a5b9} executeQuery: Read 881 rows, 61.23 KiB in 0.00147 sec., 599319.7278911564 rows/sec., 40.68 MiB/sec. 2026.01.22 22:26:17.574512 [ 277 ] {23345797-e75b-46f1-985b-787cfba6a5b9} TCPHandler: Processed in 0.001668882 sec. 2026.01.22 22:26:17.574622 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:17.574717 [ 277 ] {22dbd632-1593-4a78-a1d8-1c47dd40be90} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:17.574717 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2215 rows, containing 5 columns (5 merged, 0 gathered) in 0.001864514 sec., 1187977.1350603965 rows/sec., 92.13 MiB/sec. 2026.01.22 22:26:17.574772 [ 277 ] {22dbd632-1593-4a78-a1d8-1c47dd40be90} 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.01.22 22:26:17.574981 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.22 22:26:17.575304 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_116_23} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.575383 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_116_23} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.22 22:26:17.575478 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.22 22:26:17.575546 [ 277 ] {22dbd632-1593-4a78-a1d8-1c47dd40be90} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.575586 [ 277 ] {22dbd632-1593-4a78-a1d8-1c47dd40be90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.576089 [ 277 ] {22dbd632-1593-4a78-a1d8-1c47dd40be90} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.22 22:26:17.576308 [ 277 ] {22dbd632-1593-4a78-a1d8-1c47dd40be90} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.576451 [ 277 ] {22dbd632-1593-4a78-a1d8-1c47dd40be90} executeQuery: Read 5 rows, 9.17 KiB in 0.001752 sec., 2853.8812785388127 rows/sec., 5.11 MiB/sec. 2026.01.22 22:26:17.576512 [ 277 ] {22dbd632-1593-4a78-a1d8-1c47dd40be90} TCPHandler: Processed in 0.001941105 sec. 2026.01.22 22:26:17.576624 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:17.576721 [ 277 ] {07126703-b23c-4aa6-9ce7-e746d7810125} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:17.576762 [ 277 ] {07126703-b23c-4aa6-9ce7-e746d7810125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:17.577104 [ 277 ] {07126703-b23c-4aa6-9ce7-e746d7810125} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.577140 [ 277 ] {07126703-b23c-4aa6-9ce7-e746d7810125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.577451 [ 277 ] {07126703-b23c-4aa6-9ce7-e746d7810125} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.22 22:26:17.577650 [ 277 ] {07126703-b23c-4aa6-9ce7-e746d7810125} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.577763 [ 44 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.22 22:26:17.577779 [ 277 ] {07126703-b23c-4aa6-9ce7-e746d7810125} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.01.22 22:26:17.577795 [ 44 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:17.577817 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.22 22:26:17.577819 [ 277 ] {07126703-b23c-4aa6-9ce7-e746d7810125} TCPHandler: Processed in 0.00124509 sec. 2026.01.22 22:26:17.577902 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:26:17.577999 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:17.578029 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6894 rows starting from the beginning of the part 2026.01.22 22:26:17.578083 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:26:17.578128 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part 2026.01.22 22:26:17.578168 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part 2026.01.22 22:26:17.578206 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part 2026.01.22 22:26:17.578240 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part 2026.01.22 22:26:17.579866 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 7194 rows, containing 4 columns (4 merged, 0 gathered) in 0.002002635 sec., 3592267.1879798365 rows/sec., 239.37 MiB/sec. 2026.01.22 22:26:17.580274 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.22 22:26:17.580533 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_116_23} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:17.580601 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_116_23} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.22 22:26:17.580676 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2026.01.22 22:26:22.055363 [ 225 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:26:22.055433 [ 225 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:26:22.070286 [ 225 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:26:22.102867 [ 221 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:26:22.102928 [ 221 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:26:22.112889 [ 221 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:26:22.173008 [ 38 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:26:22.173060 [ 38 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:26:22.391512 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 38368 2026.01.22 22:26:22.392350 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:22.392393 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:22.392871 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.22 22:26:22.393113 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:22.393265 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38368 2026.01.22 22:26:22.506144 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1882 2026.01.22 22:26:22.508644 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:22.508704 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:22.509910 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.22 22:26:22.510194 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:22.510577 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1882 2026.01.22 22:26:22.533649 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:22.533825 [ 277 ] {061f65a3-5bc2-4124-b33d-ec5bc986e1ca} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:22.533891 [ 277 ] {061f65a3-5bc2-4124-b33d-ec5bc986e1ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:22.534595 [ 277 ] {061f65a3-5bc2-4124-b33d-ec5bc986e1ca} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:22.534644 [ 277 ] {061f65a3-5bc2-4124-b33d-ec5bc986e1ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:22.535041 [ 277 ] {061f65a3-5bc2-4124-b33d-ec5bc986e1ca} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.22 22:26:22.535273 [ 277 ] {061f65a3-5bc2-4124-b33d-ec5bc986e1ca} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:22.535430 [ 277 ] {061f65a3-5bc2-4124-b33d-ec5bc986e1ca} executeQuery: Read 128 rows, 11.26 KiB in 0.001655 sec., 77341.38972809668 rows/sec., 6.65 MiB/sec. 2026.01.22 22:26:22.535481 [ 277 ] {061f65a3-5bc2-4124-b33d-ec5bc986e1ca} TCPHandler: Processed in 0.001960314 sec. 2026.01.22 22:26:22.535516 [ 220 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:26:22.535548 [ 220 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:26:22.535612 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:22.535722 [ 277 ] {d4602bcf-71ec-4edf-ba94-9f6e2fc2f036} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:22.535767 [ 277 ] {d4602bcf-71ec-4edf-ba94-9f6e2fc2f036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:22.536198 [ 277 ] {d4602bcf-71ec-4edf-ba94-9f6e2fc2f036} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:22.536236 [ 277 ] {d4602bcf-71ec-4edf-ba94-9f6e2fc2f036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:22.536541 [ 277 ] {d4602bcf-71ec-4edf-ba94-9f6e2fc2f036} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.22 22:26:22.536749 [ 277 ] {d4602bcf-71ec-4edf-ba94-9f6e2fc2f036} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:22.536883 [ 277 ] {d4602bcf-71ec-4edf-ba94-9f6e2fc2f036} executeQuery: Read 36 rows, 2.71 KiB in 0.001186 sec., 30354.131534569984 rows/sec., 2.23 MiB/sec. 2026.01.22 22:26:22.536879 [ 38 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.22 22:26:22.536923 [ 277 ] {d4602bcf-71ec-4edf-ba94-9f6e2fc2f036} TCPHandler: Processed in 0.00136546 sec. 2026.01.22 22:26:22.536958 [ 38 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:22.537004 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:22.537048 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:22.537115 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:26:22.537151 [ 277 ] {e8905382-eda1-47ca-bc9e-a39f77152125} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:22.537196 [ 277 ] {e8905382-eda1-47ca-bc9e-a39f77152125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:22.537235 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:22.537277 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 296 rows starting from the beginning of the part 2026.01.22 22:26:22.537339 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 46 rows starting from the beginning of the part 2026.01.22 22:26:22.537386 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 5 rows starting from the beginning of the part 2026.01.22 22:26:22.537429 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 36 rows starting from the beginning of the part 2026.01.22 22:26:22.537470 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 19 rows starting from the beginning of the part 2026.01.22 22:26:22.537511 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 36 rows starting from the beginning of the part 2026.01.22 22:26:22.537643 [ 277 ] {e8905382-eda1-47ca-bc9e-a39f77152125} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:22.537686 [ 277 ] {e8905382-eda1-47ca-bc9e-a39f77152125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:22.538046 [ 277 ] {e8905382-eda1-47ca-bc9e-a39f77152125} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.22 22:26:22.538274 [ 277 ] {e8905382-eda1-47ca-bc9e-a39f77152125} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:22.538341 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 5 columns (5 merged, 0 gathered) in 0.001278729 sec., 342527.61922189925 rows/sec., 23.84 MiB/sec. 2026.01.22 22:26:22.538407 [ 277 ] {e8905382-eda1-47ca-bc9e-a39f77152125} executeQuery: Read 100 rows, 8.00 KiB in 0.001276 sec., 78369.90595611285 rows/sec., 6.12 MiB/sec. 2026.01.22 22:26:22.538449 [ 277 ] {e8905382-eda1-47ca-bc9e-a39f77152125} TCPHandler: Processed in 0.001452881 sec. 2026.01.22 22:26:22.538509 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.22 22:26:22.538564 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:22.538665 [ 277 ] {1f33071f-c40f-4c3b-a679-f9c37d61f7c7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:22.538712 [ 277 ] {1f33071f-c40f-4c3b-a679-f9c37d61f7c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:22.538813 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_111_22} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:22.538899 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_111_22} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.22 22:26:22.538977 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:26:22.539125 [ 277 ] {1f33071f-c40f-4c3b-a679-f9c37d61f7c7} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:22.539166 [ 277 ] {1f33071f-c40f-4c3b-a679-f9c37d61f7c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:22.539509 [ 277 ] {1f33071f-c40f-4c3b-a679-f9c37d61f7c7} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.22 22:26:22.539721 [ 277 ] {1f33071f-c40f-4c3b-a679-f9c37d61f7c7} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:22.539850 [ 277 ] {1f33071f-c40f-4c3b-a679-f9c37d61f7c7} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.01.22 22:26:22.539885 [ 277 ] {1f33071f-c40f-4c3b-a679-f9c37d61f7c7} TCPHandler: Processed in 0.00137188 sec. 2026.01.22 22:26:22.539948 [ 218 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:26:22.539980 [ 218 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:26:22.539997 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:22.540099 [ 277 ] {73e781e0-3200-4936-a3fe-dca49d550c53} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:22.540154 [ 277 ] {73e781e0-3200-4936-a3fe-dca49d550c53} 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.01.22 22:26:22.540997 [ 277 ] {73e781e0-3200-4936-a3fe-dca49d550c53} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:22.541033 [ 277 ] {73e781e0-3200-4936-a3fe-dca49d550c53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:22.541607 [ 277 ] {73e781e0-3200-4936-a3fe-dca49d550c53} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.22 22:26:22.541831 [ 277 ] {73e781e0-3200-4936-a3fe-dca49d550c53} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:22.541972 [ 277 ] {73e781e0-3200-4936-a3fe-dca49d550c53} executeQuery: Read 36 rows, 66.06 KiB in 0.001891 sec., 19037.546271813855 rows/sec., 34.11 MiB/sec. 2026.01.22 22:26:22.542042 [ 277 ] {73e781e0-3200-4936-a3fe-dca49d550c53} TCPHandler: Processed in 0.002095466 sec. 2026.01.22 22:26:22.542156 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:22.542251 [ 277 ] {8a7b0fd6-233c-4847-a4df-83a2a3bdaca1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:22.542292 [ 277 ] {8a7b0fd6-233c-4847-a4df-83a2a3bdaca1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:22.542651 [ 277 ] {8a7b0fd6-233c-4847-a4df-83a2a3bdaca1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:22.542684 [ 277 ] {8a7b0fd6-233c-4847-a4df-83a2a3bdaca1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:22.542982 [ 277 ] {8a7b0fd6-233c-4847-a4df-83a2a3bdaca1} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.22 22:26:22.543209 [ 277 ] {8a7b0fd6-233c-4847-a4df-83a2a3bdaca1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:22.543335 [ 277 ] {8a7b0fd6-233c-4847-a4df-83a2a3bdaca1} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.01.22 22:26:22.543369 [ 277 ] {8a7b0fd6-233c-4847-a4df-83a2a3bdaca1} TCPHandler: Processed in 0.001263649 sec. 2026.01.22 22:26:22.543415 [ 222 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:26:22.543450 [ 222 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:26:22.565551 [ 218 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:26:22.565556 [ 222 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:26:22.565874 [ 220 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:26:23.001823 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00144445 sec. 2026.01.22 22:26:23.069679 [ 220 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:26:23.069729 [ 220 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:26:23.075487 [ 220 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:26:23.114691 [ 223 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:26:23.114745 [ 223 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:26:23.149006 [ 223 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:26:24.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 373.58 MiB, peak 391.93 MiB, free memory in arenas 0.00 B, will set to 377.58 MiB (RSS), difference: 4.00 MiB 2026.01.22 22:26:24.445034 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2026.01.22 22:26:24.462311 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:24.462367 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:24.468412 [ 245 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.22 22:26:24.469176 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:24.472757 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2026.01.22 22:26:25.253394 [ 221 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): 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.01.22 22:26:25.253461 [ 221 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): 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.01.22 22:26:25.274976 [ 221 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): 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.01.22 22:26:26.251752 [ 220 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): 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.01.22 22:26:26.251838 [ 220 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): 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.01.22 22:26:26.268145 [ 220 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): 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.01.22 22:26:27.451886 [ 224 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): 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.01.22 22:26:27.451940 [ 224 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): 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.01.22 22:26:27.453324 [ 224 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): 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.01.22 22:26:27.531884 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:27.532079 [ 277 ] {93051f8e-3f05-4b5c-bcec-e629dcfbe3ff} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:27.532150 [ 277 ] {93051f8e-3f05-4b5c-bcec-e629dcfbe3ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:27.532827 [ 277 ] {93051f8e-3f05-4b5c-bcec-e629dcfbe3ff} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:27.532869 [ 277 ] {93051f8e-3f05-4b5c-bcec-e629dcfbe3ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:27.533254 [ 277 ] {93051f8e-3f05-4b5c-bcec-e629dcfbe3ff} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.22 22:26:27.533493 [ 277 ] {93051f8e-3f05-4b5c-bcec-e629dcfbe3ff} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:27.533654 [ 277 ] {93051f8e-3f05-4b5c-bcec-e629dcfbe3ff} executeQuery: Read 66 rows, 5.35 KiB in 0.001629 sec., 40515.65377532228 rows/sec., 3.21 MiB/sec. 2026.01.22 22:26:27.533708 [ 277 ] {93051f8e-3f05-4b5c-bcec-e629dcfbe3ff} TCPHandler: Processed in 0.001958725 sec. 2026.01.22 22:26:27.533835 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:27.533945 [ 277 ] {bde00e03-49d2-41f9-8dfd-2b5a6fd30759} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:27.533991 [ 277 ] {bde00e03-49d2-41f9-8dfd-2b5a6fd30759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:27.534415 [ 277 ] {bde00e03-49d2-41f9-8dfd-2b5a6fd30759} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:27.534452 [ 277 ] {bde00e03-49d2-41f9-8dfd-2b5a6fd30759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:27.534761 [ 277 ] {bde00e03-49d2-41f9-8dfd-2b5a6fd30759} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.22 22:26:27.534971 [ 277 ] {bde00e03-49d2-41f9-8dfd-2b5a6fd30759} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:27.535108 [ 277 ] {bde00e03-49d2-41f9-8dfd-2b5a6fd30759} executeQuery: Read 5 rows, 385.00 B in 0.001185 sec., 4219.4092827004215 rows/sec., 317.28 KiB/sec. 2026.01.22 22:26:27.535148 [ 277 ] {bde00e03-49d2-41f9-8dfd-2b5a6fd30759} TCPHandler: Processed in 0.001366631 sec. 2026.01.22 22:26:27.535160 [ 224 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:26:27.535195 [ 224 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:26:27.535252 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:27.535354 [ 277 ] {9e821c3c-dce9-4049-922b-0da4267b7292} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:27.535395 [ 277 ] {9e821c3c-dce9-4049-922b-0da4267b7292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:27.535830 [ 277 ] {9e821c3c-dce9-4049-922b-0da4267b7292} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:27.535869 [ 277 ] {9e821c3c-dce9-4049-922b-0da4267b7292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:27.536219 [ 277 ] {9e821c3c-dce9-4049-922b-0da4267b7292} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.22 22:26:27.536452 [ 277 ] {9e821c3c-dce9-4049-922b-0da4267b7292} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:27.536583 [ 277 ] {9e821c3c-dce9-4049-922b-0da4267b7292} executeQuery: Read 69 rows, 5.52 KiB in 0.001248 sec., 55288.46153846154 rows/sec., 4.32 MiB/sec. 2026.01.22 22:26:27.536621 [ 277 ] {9e821c3c-dce9-4049-922b-0da4267b7292} TCPHandler: Processed in 0.00141988 sec. 2026.01.22 22:26:27.536737 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:27.536833 [ 277 ] {0b316db1-2253-44d2-a404-9873665258f3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:27.536879 [ 277 ] {0b316db1-2253-44d2-a404-9873665258f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:27.537283 [ 277 ] {0b316db1-2253-44d2-a404-9873665258f3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:27.537321 [ 277 ] {0b316db1-2253-44d2-a404-9873665258f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:27.537650 [ 277 ] {0b316db1-2253-44d2-a404-9873665258f3} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.22 22:26:27.537855 [ 277 ] {0b316db1-2253-44d2-a404-9873665258f3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:27.537987 [ 277 ] {0b316db1-2253-44d2-a404-9873665258f3} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2026.01.22 22:26:27.538026 [ 277 ] {0b316db1-2253-44d2-a404-9873665258f3} TCPHandler: Processed in 0.00133935 sec. 2026.01.22 22:26:27.538133 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:27.538228 [ 277 ] {3d9fa4c9-2431-4d75-8f65-b34cc2e758f9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:27.538282 [ 277 ] {3d9fa4c9-2431-4d75-8f65-b34cc2e758f9} 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.01.22 22:26:27.539083 [ 277 ] {3d9fa4c9-2431-4d75-8f65-b34cc2e758f9} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:27.539119 [ 277 ] {3d9fa4c9-2431-4d75-8f65-b34cc2e758f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:27.539619 [ 277 ] {3d9fa4c9-2431-4d75-8f65-b34cc2e758f9} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.22 22:26:27.539846 [ 277 ] {3d9fa4c9-2431-4d75-8f65-b34cc2e758f9} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:27.539988 [ 277 ] {3d9fa4c9-2431-4d75-8f65-b34cc2e758f9} executeQuery: Read 5 rows, 9.17 KiB in 0.001778 sec., 2812.14848143982 rows/sec., 5.04 MiB/sec. 2026.01.22 22:26:27.540052 [ 277 ] {3d9fa4c9-2431-4d75-8f65-b34cc2e758f9} TCPHandler: Processed in 0.001968755 sec. 2026.01.22 22:26:27.540164 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:27.540259 [ 277 ] {14d1c229-c6d9-4ef9-8916-74e36e83d168} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:27.540300 [ 277 ] {14d1c229-c6d9-4ef9-8916-74e36e83d168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:27.540633 [ 277 ] {14d1c229-c6d9-4ef9-8916-74e36e83d168} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:27.540668 [ 277 ] {14d1c229-c6d9-4ef9-8916-74e36e83d168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:27.540971 [ 277 ] {14d1c229-c6d9-4ef9-8916-74e36e83d168} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.22 22:26:27.541177 [ 277 ] {14d1c229-c6d9-4ef9-8916-74e36e83d168} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:27.541307 [ 277 ] {14d1c229-c6d9-4ef9-8916-74e36e83d168} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.01.22 22:26:27.541344 [ 277 ] {14d1c229-c6d9-4ef9-8916-74e36e83d168} TCPHandler: Processed in 0.001230239 sec. 2026.01.22 22:26:27.555122 [ 224 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:26:28.198213 [ 76 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2026.01.22 22:26:28.198305 [ 76 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:28.198340 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:28.198519 [ 189 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2026.01.22 22:26:28.198733 [ 189 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:28.198785 [ 189 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 20 rows starting from the beginning of the part 2026.01.22 22:26:28.198884 [ 189 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part 2026.01.22 22:26:28.198959 [ 189 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2026.01.22 22:26:28.199029 [ 189 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part 2026.01.22 22:26:28.199092 [ 189 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part 2026.01.22 22:26:28.200145 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001710913 sec., 23379.33021725827 rows/sec., 1.95 MiB/sec. 2026.01.22 22:26:28.200398 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2026.01.22 22:26:28.200902 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_29_7} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:28.201024 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_29_7} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2026.01.22 22:26:28.201162 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.22 22:26:29.086856 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56983 2026.01.22 22:26:29.086969 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.086996 [ 290 ] {} TCP-Session: af560ce7-18ac-4810-aae9-d7445d3a8188 Authenticating user 'default' from [fd00:1122:3344:101::e]:56983 2026.01.22 22:26:29.087020 [ 290 ] {} TCP-Session: af560ce7-18ac-4810-aae9-d7445d3a8188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.087034 [ 290 ] {} TCP-Session: af560ce7-18ac-4810-aae9-d7445d3a8188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.087193 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45799 2026.01.22 22:26:29.087300 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.087327 [ 349 ] {} TCP-Session: 2813dfc9-79ac-4bc0-a4d5-28381104f994 Authenticating user 'default' from [fd00:1122:3344:101::e]:45799 2026.01.22 22:26:29.087343 [ 349 ] {} TCP-Session: 2813dfc9-79ac-4bc0-a4d5-28381104f994 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.087356 [ 349 ] {} TCP-Session: 2813dfc9-79ac-4bc0-a4d5-28381104f994 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.087382 [ 290 ] {} TCP-Session: af560ce7-18ac-4810-aae9-d7445d3a8188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:29.087547 [ 290 ] {caaa7699-1678-4f79-be74-20810225bdac} executeQuery: (from [fd00:1122:3344:101::e]:56983) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:26:29.087814 [ 290 ] {caaa7699-1678-4f79-be74-20810225bdac} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:26:29.087871 [ 290 ] {caaa7699-1678-4f79-be74-20810225bdac} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:26:29.088154 [ 290 ] {caaa7699-1678-4f79-be74-20810225bdac} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:26:29.089190 [ 354 ] {caaa7699-1678-4f79-be74-20810225bdac} AggregatingTransform: Aggregating 2026.01.22 22:26:29.089252 [ 354 ] {caaa7699-1678-4f79-be74-20810225bdac} Aggregator: Aggregation method: without_key 2026.01.22 22:26:29.089291 [ 354 ] {caaa7699-1678-4f79-be74-20810225bdac} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001037558 sec. (963.802 rows/sec., 37.65 KiB/sec.) 2026.01.22 22:26:29.089311 [ 354 ] {caaa7699-1678-4f79-be74-20810225bdac} Aggregator: Merging aggregated data 2026.01.22 22:26:29.090413 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47467 2026.01.22 22:26:29.090462 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46596 2026.01.22 22:26:29.090505 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57692 2026.01.22 22:26:29.090545 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.090554 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41715 2026.01.22 22:26:29.090580 [ 356 ] {} TCP-Session: a5399ab5-beb5-430d-a5e5-b4d1c9d870c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46596 2026.01.22 22:26:29.090590 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62990 2026.01.22 22:26:29.090615 [ 356 ] {} TCP-Session: a5399ab5-beb5-430d-a5e5-b4d1c9d870c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.090621 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.090640 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42162 2026.01.22 22:26:29.090644 [ 356 ] {} TCP-Session: a5399ab5-beb5-430d-a5e5-b4d1c9d870c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.090517 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.090711 [ 357 ] {} TCP-Session: bda24561-8dd0-4725-9583-5c0fb0d6a8c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57692 2026.01.22 22:26:29.090763 [ 355 ] {} TCP-Session: 69b2b975-0a6d-4cd7-9652-20d2ff411576 Authenticating user 'default' from [fd00:1122:3344:101::e]:47467 2026.01.22 22:26:29.090779 [ 357 ] {} TCP-Session: bda24561-8dd0-4725-9583-5c0fb0d6a8c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.090798 [ 355 ] {} TCP-Session: 69b2b975-0a6d-4cd7-9652-20d2ff411576 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.090810 [ 357 ] {} TCP-Session: bda24561-8dd0-4725-9583-5c0fb0d6a8c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.090827 [ 355 ] {} TCP-Session: 69b2b975-0a6d-4cd7-9652-20d2ff411576 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.090918 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.090957 [ 290 ] {caaa7699-1678-4f79-be74-20810225bdac} executeQuery: Read 1 rows, 40.00 B in 0.003464 sec., 288.6836027713626 rows/sec., 11.28 KiB/sec. 2026.01.22 22:26:29.090962 [ 360 ] {} TCP-Session: 3a533ae0-7549-4fef-91f9-8613591f69f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42162 2026.01.22 22:26:29.090985 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.091003 [ 360 ] {} TCP-Session: 3a533ae0-7549-4fef-91f9-8613591f69f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091016 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51867 2026.01.22 22:26:29.091025 [ 359 ] {} TCP-Session: 886df908-6098-4352-9e20-5faf9f24ee73 Authenticating user 'default' from [fd00:1122:3344:101::e]:62990 2026.01.22 22:26:29.091036 [ 360 ] {} TCP-Session: 3a533ae0-7549-4fef-91f9-8613591f69f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091069 [ 359 ] {} TCP-Session: 886df908-6098-4352-9e20-5faf9f24ee73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.090987 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.091092 [ 359 ] {} TCP-Session: 886df908-6098-4352-9e20-5faf9f24ee73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091114 [ 290 ] {caaa7699-1678-4f79-be74-20810225bdac} TCPHandler: Processed in 0.003847478 sec. 2026.01.22 22:26:29.091219 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.091244 [ 358 ] {} TCP-Session: a7d3f0c1-7a9d-49cb-88db-001f4e4ae1ff Authenticating user 'default' from [fd00:1122:3344:101::e]:41715 2026.01.22 22:26:29.091254 [ 349 ] {} TCP-Session: 2813dfc9-79ac-4bc0-a4d5-28381104f994 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091247 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.091285 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.091305 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.091322 [ 355 ] {} TCP-Session: 69b2b975-0a6d-4cd7-9652-20d2ff411576 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091341 [ 356 ] {} TCP-Session: a5399ab5-beb5-430d-a5e5-b4d1c9d870c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091358 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.091375 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.091383 [ 357 ] {} TCP-Session: bda24561-8dd0-4725-9583-5c0fb0d6a8c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091406 [ 359 ] {} TCP-Session: 886df908-6098-4352-9e20-5faf9f24ee73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091421 [ 290 ] {} TCP-Session: af560ce7-18ac-4810-aae9-d7445d3a8188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091353 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.091326 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.091487 [ 361 ] {} TCP-Session: 8bddde22-7008-440c-97c2-52b775163c33 Authenticating user 'default' from [fd00:1122:3344:101::e]:51867 2026.01.22 22:26:29.091280 [ 358 ] {} TCP-Session: a7d3f0c1-7a9d-49cb-88db-001f4e4ae1ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091523 [ 360 ] {} TCP-Session: 3a533ae0-7549-4fef-91f9-8613591f69f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091525 [ 361 ] {} TCP-Session: 8bddde22-7008-440c-97c2-52b775163c33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091538 [ 358 ] {} TCP-Session: a7d3f0c1-7a9d-49cb-88db-001f4e4ae1ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091570 [ 361 ] {} TCP-Session: 8bddde22-7008-440c-97c2-52b775163c33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.091869 [ 358 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:41715). (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.22 22:26:29.092633 [ 358 ] {} TCP-Session: a7d3f0c1-7a9d-49cb-88db-001f4e4ae1ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.092649 [ 361 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:51867). (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.22 22:26:29.092715 [ 361 ] {} TCP-Session: 8bddde22-7008-440c-97c2-52b775163c33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.308370 [ 79 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2026.01.22 22:26:29.308433 [ 79 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:29.308456 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:29.308532 [ 223 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): 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.01.22 22:26:29.308558 [ 223 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): 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.01.22 22:26:29.308588 [ 189 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:26:29.308737 [ 189 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:29.308774 [ 189 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 241 rows starting from the beginning of the part 2026.01.22 22:26:29.308843 [ 189 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part 2026.01.22 22:26:29.308911 [ 189 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:26:29.309020 [ 189 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:26:29.309076 [ 189 ] {22bf2a26-b1a9-4718-9468-d5619af00947::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.01.22 22:26:29.310079 [ 189 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 289 rows, containing 5 columns (5 merged, 0 gathered) in 0.001550401 sec., 186403.38854270603 rows/sec., 12.05 MiB/sec. 2026.01.22 22:26:29.310295 [ 208 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2026.01.22 22:26:29.310628 [ 208 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_27_6} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:29.310719 [ 208 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_27_6} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2026.01.22 22:26:29.310819 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.22 22:26:29.337712 [ 223 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): 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.01.22 22:26:29.371540 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59243 2026.01.22 22:26:29.371630 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.371656 [ 290 ] {} TCP-Session: 6d25d114-0536-4b85-accf-1d9db78d570e Authenticating user 'default' from [fd00:1122:3344:101::e]:59243 2026.01.22 22:26:29.371678 [ 290 ] {} TCP-Session: 6d25d114-0536-4b85-accf-1d9db78d570e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.371690 [ 290 ] {} TCP-Session: 6d25d114-0536-4b85-accf-1d9db78d570e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.371843 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54227 2026.01.22 22:26:29.371863 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59265 2026.01.22 22:26:29.371894 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39197 2026.01.22 22:26:29.371916 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61095 2026.01.22 22:26:29.371950 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37943 2026.01.22 22:26:29.371974 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.371984 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37924 2026.01.22 22:26:29.372013 [ 355 ] {} TCP-Session: b6ec0d99-9354-430a-9a8f-98979e8b6ee2 Authenticating user 'default' from [fd00:1122:3344:101::e]:59265 2026.01.22 22:26:29.371961 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54179 2026.01.22 22:26:29.372055 [ 355 ] {} TCP-Session: b6ec0d99-9354-430a-9a8f-98979e8b6ee2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372066 [ 290 ] {} TCP-Session: 6d25d114-0536-4b85-accf-1d9db78d570e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:29.372087 [ 355 ] {} TCP-Session: b6ec0d99-9354-430a-9a8f-98979e8b6ee2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372074 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.372127 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.372046 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.372153 [ 361 ] {} TCP-Session: a050a765-da06-4666-8cbf-9ee6f73f68f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:37924 2026.01.22 22:26:29.372165 [ 360 ] {} TCP-Session: 1dbba729-db77-4876-b606-c21efd7f40d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:54179 2026.01.22 22:26:29.372184 [ 359 ] {} TCP-Session: c83fb6c3-a710-45ba-98d0-14333fd15f24 Authenticating user 'default' from [fd00:1122:3344:101::e]:37943 2026.01.22 22:26:29.372198 [ 361 ] {} TCP-Session: a050a765-da06-4666-8cbf-9ee6f73f68f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372221 [ 359 ] {} TCP-Session: c83fb6c3-a710-45ba-98d0-14333fd15f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372237 [ 361 ] {} TCP-Session: a050a765-da06-4666-8cbf-9ee6f73f68f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372250 [ 359 ] {} TCP-Session: c83fb6c3-a710-45ba-98d0-14333fd15f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372261 [ 290 ] {0f917e71-4d6f-4a26-82ff-19856d45305f} executeQuery: (from [fd00:1122:3344:101::e]:59243) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:26:29.371864 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65155 2026.01.22 22:26:29.372208 [ 360 ] {} TCP-Session: 1dbba729-db77-4876-b606-c21efd7f40d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372060 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.372339 [ 360 ] {} TCP-Session: 1dbba729-db77-4876-b606-c21efd7f40d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372369 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.372374 [ 358 ] {} TCP-Session: 64875597-b502-445d-8763-51b633887bc5 Authenticating user 'default' from [fd00:1122:3344:101::e]:61095 2026.01.22 22:26:29.372398 [ 356 ] {} TCP-Session: a1325c33-b6ca-4489-a453-2627235b2ebd Authenticating user 'default' from [fd00:1122:3344:101::e]:65155 2026.01.22 22:26:29.372007 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.372431 [ 356 ] {} TCP-Session: a1325c33-b6ca-4489-a453-2627235b2ebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372454 [ 357 ] {} TCP-Session: 984c8916-7715-4c01-8464-e13519e17945 Authenticating user 'default' from [fd00:1122:3344:101::e]:39197 2026.01.22 22:26:29.372459 [ 356 ] {} TCP-Session: a1325c33-b6ca-4489-a453-2627235b2ebd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372480 [ 357 ] {} TCP-Session: 984c8916-7715-4c01-8464-e13519e17945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372504 [ 357 ] {} TCP-Session: 984c8916-7715-4c01-8464-e13519e17945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372420 [ 358 ] {} TCP-Session: 64875597-b502-445d-8763-51b633887bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.371935 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.372543 [ 358 ] {} TCP-Session: 64875597-b502-445d-8763-51b633887bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372561 [ 290 ] {0f917e71-4d6f-4a26-82ff-19856d45305f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:26:29.372572 [ 349 ] {} TCP-Session: 6df95564-8b39-4b1d-b3af-07c8157381be Authenticating user 'default' from [fd00:1122:3344:101::e]:54227 2026.01.22 22:26:29.372601 [ 349 ] {} TCP-Session: 6df95564-8b39-4b1d-b3af-07c8157381be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372613 [ 349 ] {} TCP-Session: 6df95564-8b39-4b1d-b3af-07c8157381be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.372627 [ 290 ] {0f917e71-4d6f-4a26-82ff-19856d45305f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:26:29.372908 [ 290 ] {0f917e71-4d6f-4a26-82ff-19856d45305f} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:26:29.373911 [ 299 ] {0f917e71-4d6f-4a26-82ff-19856d45305f} AggregatingTransform: Aggregating 2026.01.22 22:26:29.373958 [ 299 ] {0f917e71-4d6f-4a26-82ff-19856d45305f} Aggregator: Aggregation method: without_key 2026.01.22 22:26:29.373995 [ 299 ] {0f917e71-4d6f-4a26-82ff-19856d45305f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000984097 sec. (1016.160 rows/sec., 39.69 KiB/sec.) 2026.01.22 22:26:29.374020 [ 299 ] {0f917e71-4d6f-4a26-82ff-19856d45305f} Aggregator: Merging aggregated data 2026.01.22 22:26:29.375208 [ 290 ] {0f917e71-4d6f-4a26-82ff-19856d45305f} executeQuery: Read 1 rows, 40.00 B in 0.003003 sec., 333.000333000333 rows/sec., 13.01 KiB/sec. 2026.01.22 22:26:29.375411 [ 290 ] {0f917e71-4d6f-4a26-82ff-19856d45305f} TCPHandler: Processed in 0.003452526 sec. 2026.01.22 22:26:29.375513 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.375535 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.375550 [ 290 ] {} TCP-Session: 6d25d114-0536-4b85-accf-1d9db78d570e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.375558 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.375572 [ 349 ] {} TCP-Session: 6df95564-8b39-4b1d-b3af-07c8157381be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.375592 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.375611 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.375626 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.375659 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.375664 [ 356 ] {} TCP-Session: a1325c33-b6ca-4489-a453-2627235b2ebd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.375704 [ 357 ] {} TCP-Session: 984c8916-7715-4c01-8464-e13519e17945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.375718 [ 360 ] {} TCP-Session: 1dbba729-db77-4876-b606-c21efd7f40d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.375648 [ 359 ] {} TCP-Session: c83fb6c3-a710-45ba-98d0-14333fd15f24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.375637 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.375613 [ 358 ] {} TCP-Session: 64875597-b502-445d-8763-51b633887bc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.375810 [ 361 ] {} TCP-Session: a050a765-da06-4666-8cbf-9ee6f73f68f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.375593 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.375874 [ 355 ] {} TCP-Session: b6ec0d99-9354-430a-9a8f-98979e8b6ee2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.639504 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43080 2026.01.22 22:26:29.639623 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.639649 [ 290 ] {} TCP-Session: bee9ee06-1462-4d5d-af64-994be6bbd2b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:43080 2026.01.22 22:26:29.639671 [ 290 ] {} TCP-Session: bee9ee06-1462-4d5d-af64-994be6bbd2b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.639684 [ 290 ] {} TCP-Session: bee9ee06-1462-4d5d-af64-994be6bbd2b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.639895 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36037 2026.01.22 22:26:29.639923 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63147 2026.01.22 22:26:29.639931 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46886 2026.01.22 22:26:29.639975 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.639982 [ 290 ] {} TCP-Session: bee9ee06-1462-4d5d-af64-994be6bbd2b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:29.640010 [ 349 ] {} TCP-Session: f434bc38-c053-4c46-98c7-1e25e3211ccc Authenticating user 'default' from [fd00:1122:3344:101::e]:36037 2026.01.22 22:26:29.639996 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38509 2026.01.22 22:26:29.640030 [ 349 ] {} TCP-Session: f434bc38-c053-4c46-98c7-1e25e3211ccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640049 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.640059 [ 349 ] {} TCP-Session: f434bc38-c053-4c46-98c7-1e25e3211ccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640050 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.640072 [ 356 ] {} TCP-Session: 10faeb3b-448f-4d00-9021-14afc8a6a51d Authenticating user 'default' from [fd00:1122:3344:101::e]:46886 2026.01.22 22:26:29.640088 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.640104 [ 355 ] {} TCP-Session: 2889219b-8b30-490a-86f1-feaa5aec04b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:63147 2026.01.22 22:26:29.640106 [ 356 ] {} TCP-Session: 10faeb3b-448f-4d00-9021-14afc8a6a51d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640119 [ 360 ] {} TCP-Session: cadd2469-85c9-4cf1-ab86-65b108dd36d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:38509 2026.01.22 22:26:29.640138 [ 355 ] {} TCP-Session: 2889219b-8b30-490a-86f1-feaa5aec04b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640139 [ 356 ] {} TCP-Session: 10faeb3b-448f-4d00-9021-14afc8a6a51d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640160 [ 290 ] {ae5096db-8b80-490b-87cf-89ba9065cfe5} executeQuery: (from [fd00:1122:3344:101::e]:43080) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:26:29.640162 [ 355 ] {} TCP-Session: 2889219b-8b30-490a-86f1-feaa5aec04b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640004 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33589 2026.01.22 22:26:29.639987 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56720 2026.01.22 22:26:29.640153 [ 360 ] {} TCP-Session: cadd2469-85c9-4cf1-ab86-65b108dd36d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.639988 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56923 2026.01.22 22:26:29.640310 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.640318 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.640292 [ 360 ] {} TCP-Session: cadd2469-85c9-4cf1-ab86-65b108dd36d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640359 [ 361 ] {} TCP-Session: f08e310a-0988-495f-9e1b-77930456d5d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:33589 2026.01.22 22:26:29.640364 [ 359 ] {} TCP-Session: cdff4b59-5f19-4e4d-989f-ab61b9e1a454 Authenticating user 'default' from [fd00:1122:3344:101::e]:56720 2026.01.22 22:26:29.639970 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53587 2026.01.22 22:26:29.640405 [ 359 ] {} TCP-Session: cdff4b59-5f19-4e4d-989f-ab61b9e1a454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640424 [ 290 ] {ae5096db-8b80-490b-87cf-89ba9065cfe5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:26:29.640458 [ 359 ] {} TCP-Session: cdff4b59-5f19-4e4d-989f-ab61b9e1a454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640397 [ 361 ] {} TCP-Session: f08e310a-0988-495f-9e1b-77930456d5d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640483 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.640500 [ 361 ] {} TCP-Session: f08e310a-0988-495f-9e1b-77930456d5d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640500 [ 290 ] {ae5096db-8b80-490b-87cf-89ba9065cfe5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:26:29.640517 [ 357 ] {} TCP-Session: e72bcd4a-b11e-4e2c-9b3a-7e46cfdc2bd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:53587 2026.01.22 22:26:29.640411 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:26:29.640550 [ 357 ] {} TCP-Session: e72bcd4a-b11e-4e2c-9b3a-7e46cfdc2bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640577 [ 357 ] {} TCP-Session: e72bcd4a-b11e-4e2c-9b3a-7e46cfdc2bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640580 [ 358 ] {} TCP-Session: 4e99e92a-d495-40b5-997e-2a14874c7b18 Authenticating user 'default' from [fd00:1122:3344:101::e]:56923 2026.01.22 22:26:29.640614 [ 358 ] {} TCP-Session: 4e99e92a-d495-40b5-997e-2a14874c7b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640628 [ 358 ] {} TCP-Session: 4e99e92a-d495-40b5-997e-2a14874c7b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.640810 [ 290 ] {ae5096db-8b80-490b-87cf-89ba9065cfe5} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:26:29.641743 [ 314 ] {ae5096db-8b80-490b-87cf-89ba9065cfe5} AggregatingTransform: Aggregating 2026.01.22 22:26:29.641771 [ 314 ] {ae5096db-8b80-490b-87cf-89ba9065cfe5} Aggregator: Aggregation method: without_key 2026.01.22 22:26:29.641798 [ 314 ] {ae5096db-8b80-490b-87cf-89ba9065cfe5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000888287 sec. (1125.762 rows/sec., 43.98 KiB/sec.) 2026.01.22 22:26:29.641810 [ 314 ] {ae5096db-8b80-490b-87cf-89ba9065cfe5} Aggregator: Merging aggregated data 2026.01.22 22:26:29.643452 [ 290 ] {ae5096db-8b80-490b-87cf-89ba9065cfe5} executeQuery: Read 1 rows, 40.00 B in 0.003348 sec., 298.6857825567503 rows/sec., 11.67 KiB/sec. 2026.01.22 22:26:29.643584 [ 290 ] {ae5096db-8b80-490b-87cf-89ba9065cfe5} TCPHandler: Processed in 0.003712508 sec. 2026.01.22 22:26:29.643699 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.643724 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.643727 [ 290 ] {} TCP-Session: bee9ee06-1462-4d5d-af64-994be6bbd2b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.643748 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.643772 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.643787 [ 349 ] {} TCP-Session: f434bc38-c053-4c46-98c7-1e25e3211ccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.643791 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.643813 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.643827 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.643849 [ 359 ] {} TCP-Session: cdff4b59-5f19-4e4d-989f-ab61b9e1a454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.643863 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.643888 [ 355 ] {} TCP-Session: 2889219b-8b30-490a-86f1-feaa5aec04b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.643867 [ 356 ] {} TCP-Session: 10faeb3b-448f-4d00-9021-14afc8a6a51d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.643915 [ 360 ] {} TCP-Session: cadd2469-85c9-4cf1-ab86-65b108dd36d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.643772 [ 361 ] {} TCP-Session: f08e310a-0988-495f-9e1b-77930456d5d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.643842 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:26:29.643818 [ 358 ] {} TCP-Session: 4e99e92a-d495-40b5-997e-2a14874c7b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.643994 [ 357 ] {} TCP-Session: e72bcd4a-b11e-4e2c-9b3a-7e46cfdc2bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:26:29.893429 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 38816 2026.01.22 22:26:29.894016 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:29.894074 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:29.894621 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.22 22:26:29.894855 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:29.895010 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38816 2026.01.22 22:26:29.895030 [ 79 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.22 22:26:29.895095 [ 79 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:29.895115 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:29.895238 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:26:29.895390 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:29.895430 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 36448 rows starting from the beginning of the part 2026.01.22 22:26:29.895498 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:26:29.895548 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:26:29.895592 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:26:29.895633 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:26:29.895678 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:26:29.898711 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 38816 rows, containing 4 columns (4 merged, 0 gathered) in 0.003532246 sec., 10989042.099559316 rows/sec., 157.20 MiB/sec. 2026.01.22 22:26:29.898987 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.22 22:26:29.899262 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_81_16} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:29.899340 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_81_16} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.22 22:26:29.899428 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.01.22 22:26:30.395275 [ 80 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2026.01.22 22:26:30.395345 [ 80 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:30.395369 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:30.395470 [ 200 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:26:30.395598 [ 200 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:30.395637 [ 200 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 470 rows starting from the beginning of the part 2026.01.22 22:26:30.395709 [ 200 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2026.01.22 22:26:30.395760 [ 200 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:26:30.395807 [ 200 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:26:30.395852 [ 200 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::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.01.22 22:26:30.396740 [ 201 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 5 columns (5 merged, 0 gathered) in 0.001308799 sec., 432457.54313687584 rows/sec., 30.87 MiB/sec. 2026.01.22 22:26:30.396930 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2026.01.22 22:26:30.397201 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_27_6} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:30.397274 [ 196 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_27_6} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2026.01.22 22:26:30.397357 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.22 22:26:31.972845 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2026.01.22 22:26:31.990697 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:31.990764 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:31.997121 [ 245 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.22 22:26:31.997865 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:31.998180 [ 78 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.22 22:26:31.998250 [ 78 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:31.998272 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:31.998398 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:26:32.001777 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2026.01.22 22:26:32.002389 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:32.004166 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:26:32.009758 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:26:32.014379 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:26:32.018933 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:26:32.023773 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:26:32.028713 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:26:32.091563 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.09322115 sec., 6543.579434495284 rows/sec., 33.84 MiB/sec. 2026.01.22 22:26:32.093882 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.22 22:26:32.095750 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_81_16} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:32.095854 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_81_16} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.22 22:26:32.097765 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.22 22:26:32.510794 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1912 2026.01.22 22:26:32.513223 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:32.513282 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:32.514500 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.22 22:26:32.514795 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:32.515189 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1912 2026.01.22 22:26:32.533564 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:32.533742 [ 277 ] {9b0e94d6-39e1-4be6-9419-2eb4206f91a9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:32.533808 [ 277 ] {9b0e94d6-39e1-4be6-9419-2eb4206f91a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:32.534522 [ 277 ] {9b0e94d6-39e1-4be6-9419-2eb4206f91a9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:32.534571 [ 277 ] {9b0e94d6-39e1-4be6-9419-2eb4206f91a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:32.534970 [ 277 ] {9b0e94d6-39e1-4be6-9419-2eb4206f91a9} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.22 22:26:32.535191 [ 277 ] {9b0e94d6-39e1-4be6-9419-2eb4206f91a9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:32.535351 [ 277 ] {9b0e94d6-39e1-4be6-9419-2eb4206f91a9} executeQuery: Read 128 rows, 11.26 KiB in 0.001658 sec., 77201.44752714114 rows/sec., 6.63 MiB/sec. 2026.01.22 22:26:32.535405 [ 277 ] {9b0e94d6-39e1-4be6-9419-2eb4206f91a9} TCPHandler: Processed in 0.001967165 sec. 2026.01.22 22:26:32.535533 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:32.535635 [ 277 ] {15e30e00-9b11-4b3b-9a58-ad4558666889} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:32.535680 [ 277 ] {15e30e00-9b11-4b3b-9a58-ad4558666889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:32.536110 [ 277 ] {15e30e00-9b11-4b3b-9a58-ad4558666889} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:32.536148 [ 277 ] {15e30e00-9b11-4b3b-9a58-ad4558666889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:32.536447 [ 277 ] {15e30e00-9b11-4b3b-9a58-ad4558666889} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.22 22:26:32.536667 [ 277 ] {15e30e00-9b11-4b3b-9a58-ad4558666889} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:32.536803 [ 277 ] {15e30e00-9b11-4b3b-9a58-ad4558666889} executeQuery: Read 36 rows, 2.71 KiB in 0.001191 sec., 30226.700251889168 rows/sec., 2.22 MiB/sec. 2026.01.22 22:26:32.536842 [ 277 ] {15e30e00-9b11-4b3b-9a58-ad4558666889} TCPHandler: Processed in 0.00136252 sec. 2026.01.22 22:26:32.536947 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:32.537042 [ 277 ] {1aa01259-3ed0-44ff-bf58-847548307fd1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:32.537082 [ 277 ] {1aa01259-3ed0-44ff-bf58-847548307fd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:32.537523 [ 277 ] {1aa01259-3ed0-44ff-bf58-847548307fd1} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:32.537559 [ 277 ] {1aa01259-3ed0-44ff-bf58-847548307fd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:32.537866 [ 277 ] {1aa01259-3ed0-44ff-bf58-847548307fd1} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.22 22:26:32.538086 [ 277 ] {1aa01259-3ed0-44ff-bf58-847548307fd1} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:32.538217 [ 277 ] {1aa01259-3ed0-44ff-bf58-847548307fd1} executeQuery: Read 100 rows, 8.00 KiB in 0.001194 sec., 83752.09380234506 rows/sec., 6.54 MiB/sec. 2026.01.22 22:26:32.538256 [ 277 ] {1aa01259-3ed0-44ff-bf58-847548307fd1} TCPHandler: Processed in 0.00136074 sec. 2026.01.22 22:26:32.538368 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:32.538463 [ 277 ] {5ebef62c-2b2b-408d-bd0b-ed9bda622462} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:32.538508 [ 277 ] {5ebef62c-2b2b-408d-bd0b-ed9bda622462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:32.538924 [ 277 ] {5ebef62c-2b2b-408d-bd0b-ed9bda622462} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:32.538961 [ 277 ] {5ebef62c-2b2b-408d-bd0b-ed9bda622462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:32.539303 [ 277 ] {5ebef62c-2b2b-408d-bd0b-ed9bda622462} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.22 22:26:32.539513 [ 277 ] {5ebef62c-2b2b-408d-bd0b-ed9bda622462} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:32.539647 [ 277 ] {5ebef62c-2b2b-408d-bd0b-ed9bda622462} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2026.01.22 22:26:32.539685 [ 277 ] {5ebef62c-2b2b-408d-bd0b-ed9bda622462} TCPHandler: Processed in 0.00136627 sec. 2026.01.22 22:26:32.539807 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:32.539929 [ 277 ] {c90670f0-1cc4-4c9a-bb3c-7760c779fa78} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:32.539996 [ 277 ] {c90670f0-1cc4-4c9a-bb3c-7760c779fa78} 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.01.22 22:26:32.540944 [ 277 ] {c90670f0-1cc4-4c9a-bb3c-7760c779fa78} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:32.540981 [ 277 ] {c90670f0-1cc4-4c9a-bb3c-7760c779fa78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:32.541549 [ 277 ] {c90670f0-1cc4-4c9a-bb3c-7760c779fa78} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.22 22:26:32.541779 [ 277 ] {c90670f0-1cc4-4c9a-bb3c-7760c779fa78} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:32.541918 [ 77 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.22 22:26:32.541927 [ 277 ] {c90670f0-1cc4-4c9a-bb3c-7760c779fa78} executeQuery: Read 36 rows, 66.06 KiB in 0.002023 sec., 17795.353435491845 rows/sec., 31.89 MiB/sec. 2026.01.22 22:26:32.542001 [ 77 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:32.542031 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:32.542050 [ 277 ] {c90670f0-1cc4-4c9a-bb3c-7760c779fa78} TCPHandler: Processed in 0.002304797 sec. 2026.01.22 22:26:32.542153 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:26:32.542171 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:32.542289 [ 277 ] {1e6395ef-b739-411f-bef6-d735251f40f7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:32.542332 [ 277 ] {1e6395ef-b739-411f-bef6-d735251f40f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:32.542420 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:32.542489 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2211 rows starting from the beginning of the part 2026.01.22 22:26:32.542657 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 36 rows starting from the beginning of the part 2026.01.22 22:26:32.542679 [ 277 ] {1e6395ef-b739-411f-bef6-d735251f40f7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:32.542720 [ 277 ] {1e6395ef-b739-411f-bef6-d735251f40f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:32.542789 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 5 rows starting from the beginning of the part 2026.01.22 22:26:32.542899 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 36 rows starting from the beginning of the part 2026.01.22 22:26:32.543000 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 5 rows starting from the beginning of the part 2026.01.22 22:26:32.543042 [ 277 ] {1e6395ef-b739-411f-bef6-d735251f40f7} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.22 22:26:32.543101 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 36 rows starting from the beginning of the part 2026.01.22 22:26:32.543271 [ 277 ] {1e6395ef-b739-411f-bef6-d735251f40f7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:32.543407 [ 277 ] {1e6395ef-b739-411f-bef6-d735251f40f7} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2026.01.22 22:26:32.543445 [ 277 ] {1e6395ef-b739-411f-bef6-d735251f40f7} TCPHandler: Processed in 0.0013238 sec. 2026.01.22 22:26:32.553371 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2329 rows, containing 19 columns (19 merged, 0 gathered) in 0.011271923 sec., 206619.58035022064 rows/sec., 370.25 MiB/sec. 2026.01.22 22:26:32.556205 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.22 22:26:32.556551 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_111_22} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:32.556622 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_111_22} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.22 22:26:32.556784 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.49 MiB. 2026.01.22 22:26:33.000261 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 378.75 MiB, peak 397.19 MiB, free memory in arenas 0.00 B, will set to 383.90 MiB (RSS), difference: 5.15 MiB 2026.01.22 22:26:37.173304 [ 70 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:26:37.173375 [ 70 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:26:37.395189 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 39328 2026.01.22 22:26:37.395835 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:37.395878 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:37.396369 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.22 22:26:37.396591 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:37.396720 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39328 2026.01.22 22:26:37.532128 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:37.532413 [ 277 ] {25d3f2fa-e31e-44c9-8665-99674d480b97} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:37.532519 [ 277 ] {25d3f2fa-e31e-44c9-8665-99674d480b97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:37.533334 [ 277 ] {25d3f2fa-e31e-44c9-8665-99674d480b97} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:37.533389 [ 277 ] {25d3f2fa-e31e-44c9-8665-99674d480b97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:37.533820 [ 277 ] {25d3f2fa-e31e-44c9-8665-99674d480b97} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.22 22:26:37.534055 [ 277 ] {25d3f2fa-e31e-44c9-8665-99674d480b97} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:37.534219 [ 277 ] {25d3f2fa-e31e-44c9-8665-99674d480b97} executeQuery: Read 66 rows, 5.35 KiB in 0.001881 sec., 35087.71929824561 rows/sec., 2.78 MiB/sec. 2026.01.22 22:26:37.534272 [ 277 ] {25d3f2fa-e31e-44c9-8665-99674d480b97} TCPHandler: Processed in 0.002337078 sec. 2026.01.22 22:26:37.534400 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:37.534503 [ 277 ] {97565db5-eacf-4944-9051-16f9596d072a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:37.534547 [ 277 ] {97565db5-eacf-4944-9051-16f9596d072a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:37.534970 [ 277 ] {97565db5-eacf-4944-9051-16f9596d072a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:37.535008 [ 277 ] {97565db5-eacf-4944-9051-16f9596d072a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:37.535309 [ 277 ] {97565db5-eacf-4944-9051-16f9596d072a} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.22 22:26:37.535525 [ 277 ] {97565db5-eacf-4944-9051-16f9596d072a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:37.535660 [ 277 ] {97565db5-eacf-4944-9051-16f9596d072a} executeQuery: Read 5 rows, 385.00 B in 0.001181 sec., 4233.7002540220155 rows/sec., 318.35 KiB/sec. 2026.01.22 22:26:37.535699 [ 277 ] {97565db5-eacf-4944-9051-16f9596d072a} TCPHandler: Processed in 0.0013536 sec. 2026.01.22 22:26:37.535803 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:37.535900 [ 277 ] {006dc311-47b0-489a-bf63-d5b1bf3fe51e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:37.535940 [ 277 ] {006dc311-47b0-489a-bf63-d5b1bf3fe51e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:37.536367 [ 277 ] {006dc311-47b0-489a-bf63-d5b1bf3fe51e} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:37.536405 [ 277 ] {006dc311-47b0-489a-bf63-d5b1bf3fe51e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:37.536703 [ 277 ] {006dc311-47b0-489a-bf63-d5b1bf3fe51e} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.22 22:26:37.536910 [ 277 ] {006dc311-47b0-489a-bf63-d5b1bf3fe51e} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:37.537039 [ 277 ] {006dc311-47b0-489a-bf63-d5b1bf3fe51e} executeQuery: Read 69 rows, 5.52 KiB in 0.001159 sec., 59534.08110440034 rows/sec., 4.65 MiB/sec. 2026.01.22 22:26:37.537078 [ 277 ] {006dc311-47b0-489a-bf63-d5b1bf3fe51e} TCPHandler: Processed in 0.001326079 sec. 2026.01.22 22:26:37.537192 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:37.537288 [ 277 ] {8658bda9-8166-4c50-bc05-d1499f623ac9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:37.537333 [ 277 ] {8658bda9-8166-4c50-bc05-d1499f623ac9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:37.537744 [ 277 ] {8658bda9-8166-4c50-bc05-d1499f623ac9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:37.537781 [ 277 ] {8658bda9-8166-4c50-bc05-d1499f623ac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:37.538118 [ 277 ] {8658bda9-8166-4c50-bc05-d1499f623ac9} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.22 22:26:37.538340 [ 277 ] {8658bda9-8166-4c50-bc05-d1499f623ac9} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:37.538441 [ 69 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 2 parts from all_1_115_23 to all_116_116_0 2026.01.22 22:26:37.538471 [ 277 ] {8658bda9-8166-4c50-bc05-d1499f623ac9} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.01.22 22:26:37.538496 [ 69 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:37.538520 [ 277 ] {8658bda9-8166-4c50-bc05-d1499f623ac9} TCPHandler: Processed in 0.001379 sec. 2026.01.22 22:26:37.538522 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:37.538624 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_116_24} MergeTask::PrepareStage: Merging 2 parts: from all_1_115_23 to all_116_116_0 into Compact with storage Full 2026.01.22 22:26:37.538652 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:37.538736 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_116_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:37.538772 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_116_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 33938 rows starting from the beginning of the part 2026.01.22 22:26:37.538773 [ 277 ] {7b1b4c5f-0e37-4c24-80cb-21832e33a0a9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:37.538839 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_116_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 881 rows starting from the beginning of the part 2026.01.22 22:26:37.538846 [ 277 ] {7b1b4c5f-0e37-4c24-80cb-21832e33a0a9} 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.01.22 22:26:37.539736 [ 277 ] {7b1b4c5f-0e37-4c24-80cb-21832e33a0a9} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:37.539772 [ 277 ] {7b1b4c5f-0e37-4c24-80cb-21832e33a0a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:37.540298 [ 277 ] {7b1b4c5f-0e37-4c24-80cb-21832e33a0a9} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.22 22:26:37.540523 [ 277 ] {7b1b4c5f-0e37-4c24-80cb-21832e33a0a9} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:37.540674 [ 277 ] {7b1b4c5f-0e37-4c24-80cb-21832e33a0a9} executeQuery: Read 5 rows, 9.17 KiB in 0.001926 sec., 2596.0539979231567 rows/sec., 4.65 MiB/sec. 2026.01.22 22:26:37.540741 [ 223 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:26:37.540758 [ 277 ] {7b1b4c5f-0e37-4c24-80cb-21832e33a0a9} TCPHandler: Processed in 0.002168916 sec. 2026.01.22 22:26:37.540762 [ 223 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:26:37.540870 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:37.540965 [ 277 ] {ca239b2c-2ef9-451b-a824-35f763bc5ee0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:37.541007 [ 277 ] {ca239b2c-2ef9-451b-a824-35f763bc5ee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:37.541350 [ 277 ] {ca239b2c-2ef9-451b-a824-35f763bc5ee0} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:37.541386 [ 277 ] {ca239b2c-2ef9-451b-a824-35f763bc5ee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:37.541698 [ 277 ] {ca239b2c-2ef9-451b-a824-35f763bc5ee0} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.22 22:26:37.541907 [ 277 ] {ca239b2c-2ef9-451b-a824-35f763bc5ee0} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:37.542042 [ 277 ] {ca239b2c-2ef9-451b-a824-35f763bc5ee0} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.01.22 22:26:37.542079 [ 277 ] {ca239b2c-2ef9-451b-a824-35f763bc5ee0} TCPHandler: Processed in 0.001260369 sec. 2026.01.22 22:26:37.543626 [ 223 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:26:37.545131 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_116_24} MergeTask::MergeProjectionsStage: Merge sorted 34819 rows, containing 5 columns (5 merged, 0 gathered) in 0.006538078 sec., 5325571.215271521 rows/sec., 364.35 MiB/sec. 2026.01.22 22:26:37.545608 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_116_24} MergedBlockOutputStream: filled checksums all_1_116_24 (state Temporary) 2026.01.22 22:26:37.545971 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_116_24} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_116_24 to all_1_116_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:37.546059 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_116_24} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 2 parts: [all_1_115_23, all_116_116_0] -> all_1_116_24 2026.01.22 22:26:37.546153 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.01.22 22:26:39.501896 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2026.01.22 22:26:39.520134 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:39.520247 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.22 22:26:39.527168 [ 245 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.22 22:26:39.528349 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:39.534383 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2026.01.22 22:26:42.515474 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1936 2026.01.22 22:26:42.517779 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.517838 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.519023 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.22 22:26:42.519294 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.519490 [ 59 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.22 22:26:42.519627 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1936 2026.01.22 22:26:42.519627 [ 59 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.519702 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.519857 [ 199 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:26:42.520453 [ 199 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:42.520618 [ 199 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1800 rows starting from the beginning of the part 2026.01.22 22:26:42.521011 [ 199 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 24 rows starting from the beginning of the part 2026.01.22 22:26:42.521385 [ 199 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part 2026.01.22 22:26:42.521742 [ 199 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part 2026.01.22 22:26:42.522084 [ 199 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part 2026.01.22 22:26:42.522423 [ 199 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 24 rows starting from the beginning of the part 2026.01.22 22:26:42.530071 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1936 rows, containing 72 columns (72 merged, 0 gathered) in 0.010280846 sec., 188311.3510308393 rows/sec., 146.26 MiB/sec. 2026.01.22 22:26:42.531916 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.22 22:26:42.532535 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_61_12} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.532620 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_61_12} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.22 22:26:42.532988 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.06 MiB. 2026.01.22 22:26:42.534394 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:42.534645 [ 277 ] {1800ec59-6ef7-426e-9eac-afb70ace69ee} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:42.534739 [ 277 ] {1800ec59-6ef7-426e-9eac-afb70ace69ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:42.535413 [ 277 ] {1800ec59-6ef7-426e-9eac-afb70ace69ee} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.535450 [ 277 ] {1800ec59-6ef7-426e-9eac-afb70ace69ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.535800 [ 277 ] {1800ec59-6ef7-426e-9eac-afb70ace69ee} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.22 22:26:42.536019 [ 277 ] {1800ec59-6ef7-426e-9eac-afb70ace69ee} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.536146 [ 59 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.22 22:26:42.536164 [ 277 ] {1800ec59-6ef7-426e-9eac-afb70ace69ee} executeQuery: Read 129 rows, 11.36 KiB in 0.001589 sec., 81183.13404657018 rows/sec., 6.98 MiB/sec. 2026.01.22 22:26:42.536186 [ 59 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.536206 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.536207 [ 277 ] {1800ec59-6ef7-426e-9eac-afb70ace69ee} TCPHandler: Processed in 0.001993274 sec. 2026.01.22 22:26:42.536296 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:26:42.536341 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:42.536401 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:42.536436 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2556 rows starting from the beginning of the part 2026.01.22 22:26:42.536441 [ 277 ] {ae5bb36b-f523-4573-9deb-9cbeb604e744} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:42.536489 [ 277 ] {ae5bb36b-f523-4573-9deb-9cbeb604e744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:42.536497 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 128 rows starting from the beginning of the part 2026.01.22 22:26:42.536547 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 66 rows starting from the beginning of the part 2026.01.22 22:26:42.536592 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 128 rows starting from the beginning of the part 2026.01.22 22:26:42.536630 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 66 rows starting from the beginning of the part 2026.01.22 22:26:42.536673 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 129 rows starting from the beginning of the part 2026.01.22 22:26:42.536902 [ 277 ] {ae5bb36b-f523-4573-9deb-9cbeb604e744} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.536942 [ 277 ] {ae5bb36b-f523-4573-9deb-9cbeb604e744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.537242 [ 277 ] {ae5bb36b-f523-4573-9deb-9cbeb604e744} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.22 22:26:42.537471 [ 277 ] {ae5bb36b-f523-4573-9deb-9cbeb604e744} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.537600 [ 277 ] {ae5bb36b-f523-4573-9deb-9cbeb604e744} executeQuery: Read 36 rows, 2.71 KiB in 0.001177 sec., 30586.236193712826 rows/sec., 2.25 MiB/sec. 2026.01.22 22:26:42.537637 [ 277 ] {ae5bb36b-f523-4573-9deb-9cbeb604e744} TCPHandler: Processed in 0.00134737 sec. 2026.01.22 22:26:42.537747 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:42.537842 [ 277 ] {7073df87-9b13-450c-a227-b5e7b75c64ea} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:26:42.537882 [ 277 ] {7073df87-9b13-450c-a227-b5e7b75c64ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:26:42.538054 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 3073 rows, containing 5 columns (5 merged, 0 gathered) in 0.001800823 sec., 1706441.9990193374 rows/sec., 146.50 MiB/sec. 2026.01.22 22:26:42.538258 [ 277 ] {7073df87-9b13-450c-a227-b5e7b75c64ea} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.538300 [ 277 ] {7073df87-9b13-450c-a227-b5e7b75c64ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.538307 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.22 22:26:42.538594 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_121_24} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.538623 [ 277 ] {7073df87-9b13-450c-a227-b5e7b75c64ea} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:26:42.538667 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_121_24} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.22 22:26:42.538744 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2026.01.22 22:26:42.538841 [ 277 ] {7073df87-9b13-450c-a227-b5e7b75c64ea} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.538972 [ 277 ] {7073df87-9b13-450c-a227-b5e7b75c64ea} executeQuery: Read 1 rows, 68.00 B in 0.001149 sec., 870.3220191470843 rows/sec., 57.79 KiB/sec. 2026.01.22 22:26:42.539012 [ 277 ] {7073df87-9b13-450c-a227-b5e7b75c64ea} TCPHandler: Processed in 0.00131316 sec. 2026.01.22 22:26:42.539129 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:42.539223 [ 277 ] {2f25d8e2-1b2c-4886-9e33-c9e8633c2cba} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:42.539261 [ 277 ] {2f25d8e2-1b2c-4886-9e33-c9e8633c2cba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:42.539688 [ 277 ] {2f25d8e2-1b2c-4886-9e33-c9e8633c2cba} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.539723 [ 277 ] {2f25d8e2-1b2c-4886-9e33-c9e8633c2cba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.540012 [ 277 ] {2f25d8e2-1b2c-4886-9e33-c9e8633c2cba} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.22 22:26:42.540209 [ 277 ] {2f25d8e2-1b2c-4886-9e33-c9e8633c2cba} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.540312 [ 59 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.22 22:26:42.540331 [ 277 ] {2f25d8e2-1b2c-4886-9e33-c9e8633c2cba} executeQuery: Read 100 rows, 8.00 KiB in 0.001126 sec., 88809.94671403196 rows/sec., 6.94 MiB/sec. 2026.01.22 22:26:42.540338 [ 59 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.540362 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.540368 [ 277 ] {2f25d8e2-1b2c-4886-9e33-c9e8633c2cba} TCPHandler: Processed in 0.001288739 sec. 2026.01.22 22:26:42.540428 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:26:42.540482 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:42.540510 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:42.540537 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1304 rows starting from the beginning of the part 2026.01.22 22:26:42.540577 [ 277 ] {ef5245ee-a8af-44bb-aa54-8b68f0968596} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:42.540588 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 100 rows starting from the beginning of the part 2026.01.22 22:26:42.540619 [ 277 ] {ef5245ee-a8af-44bb-aa54-8b68f0968596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:42.540629 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 69 rows starting from the beginning of the part 2026.01.22 22:26:42.540669 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 100 rows starting from the beginning of the part 2026.01.22 22:26:42.540705 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 69 rows starting from the beginning of the part 2026.01.22 22:26:42.540745 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 100 rows starting from the beginning of the part 2026.01.22 22:26:42.541025 [ 277 ] {ef5245ee-a8af-44bb-aa54-8b68f0968596} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.541059 [ 277 ] {ef5245ee-a8af-44bb-aa54-8b68f0968596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.541379 [ 277 ] {ef5245ee-a8af-44bb-aa54-8b68f0968596} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.22 22:26:42.541585 [ 277 ] {ef5245ee-a8af-44bb-aa54-8b68f0968596} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.541689 [ 59 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 2 parts from all_1_116_24 to all_117_117_0 2026.01.22 22:26:42.541699 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 1742 rows, containing 5 columns (5 merged, 0 gathered) in 0.00129963 sec., 1340381.4931942169 rows/sec., 103.70 MiB/sec. 2026.01.22 22:26:42.541714 [ 59 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.541720 [ 277 ] {ef5245ee-a8af-44bb-aa54-8b68f0968596} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2026.01.22 22:26:42.541739 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.541763 [ 277 ] {ef5245ee-a8af-44bb-aa54-8b68f0968596} TCPHandler: Processed in 0.001330539 sec. 2026.01.22 22:26:42.541788 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_117_25} MergeTask::PrepareStage: Merging 2 parts: from all_1_116_24 to all_117_117_0 into Compact with storage Full 2026.01.22 22:26:42.541861 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_117_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:42.541864 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:42.541886 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_117_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_116_24, total 34819 rows starting from the beginning of the part 2026.01.22 22:26:42.541916 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.22 22:26:42.541930 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_117_25} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part 2026.01.22 22:26:42.541965 [ 277 ] {9f62a3ec-0703-4bd9-97fe-5c2d019931c4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:26:42.542007 [ 277 ] {9f62a3ec-0703-4bd9-97fe-5c2d019931c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:26:42.542264 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_121_24} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.542325 [ 277 ] {9f62a3ec-0703-4bd9-97fe-5c2d019931c4} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.542349 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_121_24} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.22 22:26:42.542366 [ 277 ] {9f62a3ec-0703-4bd9-97fe-5c2d019931c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.542459 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.01.22 22:26:42.542661 [ 277 ] {9f62a3ec-0703-4bd9-97fe-5c2d019931c4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:26:42.542863 [ 277 ] {9f62a3ec-0703-4bd9-97fe-5c2d019931c4} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.542987 [ 277 ] {9f62a3ec-0703-4bd9-97fe-5c2d019931c4} executeQuery: Read 1 rows, 65.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 61.04 KiB/sec. 2026.01.22 22:26:42.543023 [ 277 ] {9f62a3ec-0703-4bd9-97fe-5c2d019931c4} TCPHandler: Processed in 0.001207159 sec. 2026.01.22 22:26:42.543134 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:42.543226 [ 277 ] {dbfde753-30da-4e7d-8ec7-c7403b206c3e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:42.543279 [ 277 ] {dbfde753-30da-4e7d-8ec7-c7403b206c3e} 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.01.22 22:26:42.544090 [ 277 ] {dbfde753-30da-4e7d-8ec7-c7403b206c3e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.544125 [ 277 ] {dbfde753-30da-4e7d-8ec7-c7403b206c3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.544642 [ 277 ] {dbfde753-30da-4e7d-8ec7-c7403b206c3e} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.22 22:26:42.544859 [ 277 ] {dbfde753-30da-4e7d-8ec7-c7403b206c3e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.544994 [ 277 ] {dbfde753-30da-4e7d-8ec7-c7403b206c3e} executeQuery: Read 36 rows, 66.06 KiB in 0.001785 sec., 20168.06722689076 rows/sec., 36.14 MiB/sec. 2026.01.22 22:26:42.545049 [ 277 ] {dbfde753-30da-4e7d-8ec7-c7403b206c3e} TCPHandler: Processed in 0.001964335 sec. 2026.01.22 22:26:42.545163 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:42.545257 [ 277 ] {aedc1eed-ee8c-4129-9934-24481738dd6f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:42.545298 [ 277 ] {aedc1eed-ee8c-4129-9934-24481738dd6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:42.545631 [ 277 ] {aedc1eed-ee8c-4129-9934-24481738dd6f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.545664 [ 277 ] {aedc1eed-ee8c-4129-9934-24481738dd6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.545958 [ 277 ] {aedc1eed-ee8c-4129-9934-24481738dd6f} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.22 22:26:42.546176 [ 277 ] {aedc1eed-ee8c-4129-9934-24481738dd6f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.546276 [ 59 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.22 22:26:42.546300 [ 59 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:42.546302 [ 277 ] {aedc1eed-ee8c-4129-9934-24481738dd6f} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.01.22 22:26:42.546316 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:42.546342 [ 277 ] {aedc1eed-ee8c-4129-9934-24481738dd6f} TCPHandler: Processed in 0.001229659 sec. 2026.01.22 22:26:42.546394 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:26:42.546495 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:42.546522 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7194 rows starting from the beginning of the part 2026.01.22 22:26:42.546572 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:26:42.546614 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:26:42.546651 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:26:42.546690 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:26:42.546726 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part 2026.01.22 22:26:42.547935 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_117_25} MergeTask::MergeProjectionsStage: Merge sorted 34979 rows, containing 5 columns (5 merged, 0 gathered) in 0.006161916 sec., 5676643.433633305 rows/sec., 388.40 MiB/sec. 2026.01.22 22:26:42.548281 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_117_25} MergedBlockOutputStream: filled checksums all_1_117_25 (state Temporary) 2026.01.22 22:26:42.548579 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_117_25} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_117_25 to all_1_117_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.548664 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_117_25} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 2 parts: [all_1_116_24, all_117_117_0] -> all_1_117_25 2026.01.22 22:26:42.548743 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.01.22 22:26:42.549040 [ 191 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 7494 rows, containing 4 columns (4 merged, 0 gathered) in 0.002682699 sec., 2793455.396971483 rows/sec., 186.23 MiB/sec. 2026.01.22 22:26:42.549548 [ 188 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.22 22:26:42.549794 [ 188 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_121_24} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:42.549859 [ 188 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_121_24} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.22 22:26:42.549922 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2026.01.22 22:26:44.896974 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 39776 2026.01.22 22:26:44.897772 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:44.897843 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:44.898353 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.22 22:26:44.898604 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:44.898768 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39776 2026.01.22 22:26:47.010032 [ 222 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:26:47.010107 [ 222 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:26:47.024562 [ 222 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:26:47.034534 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2026.01.22 22:26:47.054049 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.054105 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.060502 [ 245 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.22 22:26:47.061285 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.065456 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2026.01.22 22:26:47.562429 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:47.562634 [ 277 ] {40f44d01-8f68-4ccb-990b-3025686df868} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:26:47.562707 [ 277 ] {40f44d01-8f68-4ccb-990b-3025686df868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:26:47.563456 [ 277 ] {40f44d01-8f68-4ccb-990b-3025686df868} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.563513 [ 277 ] {40f44d01-8f68-4ccb-990b-3025686df868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.563924 [ 277 ] {40f44d01-8f68-4ccb-990b-3025686df868} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:26:47.564246 [ 277 ] {40f44d01-8f68-4ccb-990b-3025686df868} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.564434 [ 277 ] {40f44d01-8f68-4ccb-990b-3025686df868} executeQuery: Read 24 rows, 2.04 KiB in 0.001852 sec., 12958.963282937366 rows/sec., 1.08 MiB/sec. 2026.01.22 22:26:47.564490 [ 277 ] {40f44d01-8f68-4ccb-990b-3025686df868} TCPHandler: Processed in 0.002195296 sec. 2026.01.22 22:26:47.564621 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:47.564728 [ 277 ] {d3c5804b-9ad0-4c33-87cb-4e41897168df} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:26:47.564774 [ 277 ] {d3c5804b-9ad0-4c33-87cb-4e41897168df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:26:47.565203 [ 277 ] {d3c5804b-9ad0-4c33-87cb-4e41897168df} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.565241 [ 277 ] {d3c5804b-9ad0-4c33-87cb-4e41897168df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.565539 [ 277 ] {d3c5804b-9ad0-4c33-87cb-4e41897168df} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:26:47.565809 [ 277 ] {d3c5804b-9ad0-4c33-87cb-4e41897168df} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.565956 [ 277 ] {d3c5804b-9ad0-4c33-87cb-4e41897168df} executeQuery: Read 6 rows, 501.00 B in 0.001253 sec., 4788.507581803671 rows/sec., 390.47 KiB/sec. 2026.01.22 22:26:47.565997 [ 277 ] {d3c5804b-9ad0-4c33-87cb-4e41897168df} TCPHandler: Processed in 0.00142895 sec. 2026.01.22 22:26:47.566115 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:47.566213 [ 277 ] {dc26d35a-06ac-472b-999e-ccc828e2eeef} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:47.566254 [ 277 ] {dc26d35a-06ac-472b-999e-ccc828e2eeef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:47.567680 [ 277 ] {dc26d35a-06ac-472b-999e-ccc828e2eeef} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.567718 [ 277 ] {dc26d35a-06ac-472b-999e-ccc828e2eeef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.568117 [ 277 ] {dc26d35a-06ac-472b-999e-ccc828e2eeef} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.22 22:26:47.568339 [ 277 ] {dc26d35a-06ac-472b-999e-ccc828e2eeef} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.568472 [ 277 ] {dc26d35a-06ac-472b-999e-ccc828e2eeef} executeQuery: Read 1329 rows, 113.13 KiB in 0.00228 sec., 582894.7368421053 rows/sec., 48.45 MiB/sec. 2026.01.22 22:26:47.568511 [ 277 ] {dc26d35a-06ac-472b-999e-ccc828e2eeef} TCPHandler: Processed in 0.002447918 sec. 2026.01.22 22:26:47.568614 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:47.568708 [ 277 ] {a4699735-a178-4786-ae37-3840d19b6d29} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:47.568749 [ 277 ] {a4699735-a178-4786-ae37-3840d19b6d29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:47.569166 [ 277 ] {a4699735-a178-4786-ae37-3840d19b6d29} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.569202 [ 277 ] {a4699735-a178-4786-ae37-3840d19b6d29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.569496 [ 277 ] {a4699735-a178-4786-ae37-3840d19b6d29} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.22 22:26:47.569698 [ 277 ] {a4699735-a178-4786-ae37-3840d19b6d29} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.569817 [ 52 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.22 22:26:47.569829 [ 277 ] {a4699735-a178-4786-ae37-3840d19b6d29} executeQuery: Read 23 rows, 1.76 KiB in 0.00114 sec., 20175.43859649123 rows/sec., 1.50 MiB/sec. 2026.01.22 22:26:47.569879 [ 52 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.569889 [ 277 ] {a4699735-a178-4786-ae37-3840d19b6d29} TCPHandler: Processed in 0.001325 sec. 2026.01.22 22:26:47.569909 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.570023 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:47.570024 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:26:47.570170 [ 277 ] {5b461d39-0191-4142-9bda-c1f38407d2cc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:26:47.570191 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:47.570225 [ 277 ] {5b461d39-0191-4142-9bda-c1f38407d2cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:26:47.570236 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 296 rows starting from the beginning of the part 2026.01.22 22:26:47.570320 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 5 rows starting from the beginning of the part 2026.01.22 22:26:47.570369 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 36 rows starting from the beginning of the part 2026.01.22 22:26:47.570419 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 5 rows starting from the beginning of the part 2026.01.22 22:26:47.570465 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 36 rows starting from the beginning of the part 2026.01.22 22:26:47.570511 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 23 rows starting from the beginning of the part 2026.01.22 22:26:47.570913 [ 277 ] {5b461d39-0191-4142-9bda-c1f38407d2cc} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.570961 [ 277 ] {5b461d39-0191-4142-9bda-c1f38407d2cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.571305 [ 277 ] {5b461d39-0191-4142-9bda-c1f38407d2cc} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:26:47.571390 [ 191 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 401 rows, containing 5 columns (5 merged, 0 gathered) in 0.00141744 sec., 282904.3910147872 rows/sec., 19.51 MiB/sec. 2026.01.22 22:26:47.571534 [ 277 ] {5b461d39-0191-4142-9bda-c1f38407d2cc} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.571540 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.22 22:26:47.571671 [ 277 ] {5b461d39-0191-4142-9bda-c1f38407d2cc} executeQuery: Read 252 rows, 17.85 KiB in 0.001527 sec., 165029.4695481336 rows/sec., 11.41 MiB/sec. 2026.01.22 22:26:47.571717 [ 277 ] {5b461d39-0191-4142-9bda-c1f38407d2cc} TCPHandler: Processed in 0.001757523 sec. 2026.01.22 22:26:47.571812 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_116_23} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.571837 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:47.571886 [ 196 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_116_23} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.22 22:26:47.571939 [ 277 ] {667afcd6-14c7-4eac-9976-db428e6a5679} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:26:47.571972 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:26:47.571985 [ 277 ] {667afcd6-14c7-4eac-9976-db428e6a5679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:26:47.572401 [ 277 ] {667afcd6-14c7-4eac-9976-db428e6a5679} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.572439 [ 277 ] {667afcd6-14c7-4eac-9976-db428e6a5679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.572744 [ 277 ] {667afcd6-14c7-4eac-9976-db428e6a5679} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.22 22:26:47.572957 [ 277 ] {667afcd6-14c7-4eac-9976-db428e6a5679} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.573087 [ 277 ] {667afcd6-14c7-4eac-9976-db428e6a5679} executeQuery: Read 12 rows, 960.00 B in 0.001167 sec., 10282.776349614396 rows/sec., 803.34 KiB/sec. 2026.01.22 22:26:47.573126 [ 277 ] {667afcd6-14c7-4eac-9976-db428e6a5679} TCPHandler: Processed in 0.00133988 sec. 2026.01.22 22:26:47.573229 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:47.573324 [ 277 ] {9db9ef81-3695-481d-b8d4-f8071ce20f61} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:47.573363 [ 277 ] {9db9ef81-3695-481d-b8d4-f8071ce20f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:47.574081 [ 277 ] {9db9ef81-3695-481d-b8d4-f8071ce20f61} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.574117 [ 277 ] {9db9ef81-3695-481d-b8d4-f8071ce20f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.574444 [ 277 ] {9db9ef81-3695-481d-b8d4-f8071ce20f61} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.22 22:26:47.574658 [ 277 ] {9db9ef81-3695-481d-b8d4-f8071ce20f61} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.574786 [ 277 ] {9db9ef81-3695-481d-b8d4-f8071ce20f61} executeQuery: Read 567 rows, 43.55 KiB in 0.00148 sec., 383108.1081081081 rows/sec., 28.74 MiB/sec. 2026.01.22 22:26:47.574825 [ 277 ] {9db9ef81-3695-481d-b8d4-f8071ce20f61} TCPHandler: Processed in 0.001646212 sec. 2026.01.22 22:26:47.574939 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:47.575035 [ 277 ] {60b54411-cb46-404b-a941-42c03b872422} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:47.575078 [ 277 ] {60b54411-cb46-404b-a941-42c03b872422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:47.575738 [ 277 ] {60b54411-cb46-404b-a941-42c03b872422} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.575773 [ 277 ] {60b54411-cb46-404b-a941-42c03b872422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.576155 [ 277 ] {60b54411-cb46-404b-a941-42c03b872422} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.22 22:26:47.576364 [ 277 ] {60b54411-cb46-404b-a941-42c03b872422} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.576480 [ 52 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_117_25 to all_122_122_0 2026.01.22 22:26:47.576491 [ 277 ] {60b54411-cb46-404b-a941-42c03b872422} executeQuery: Read 883 rows, 61.37 KiB in 0.001475 sec., 598644.0677966102 rows/sec., 40.63 MiB/sec. 2026.01.22 22:26:47.576516 [ 52 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.576539 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.576539 [ 277 ] {60b54411-cb46-404b-a941-42c03b872422} TCPHandler: Processed in 0.001651492 sec. 2026.01.22 22:26:47.576686 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:47.576708 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_117_25 to all_122_122_0 into Compact with storage Full 2026.01.22 22:26:47.576816 [ 277 ] {b67dd347-5875-4a93-9581-2659f2a5ca30} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:47.576897 [ 277 ] {b67dd347-5875-4a93-9581-2659f2a5ca30} 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.01.22 22:26:47.576941 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:47.576999 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_117_25, total 34979 rows starting from the beginning of the part 2026.01.22 22:26:47.577068 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part 2026.01.22 22:26:47.577119 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part 2026.01.22 22:26:47.577162 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part 2026.01.22 22:26:47.577204 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part 2026.01.22 22:26:47.577251 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 883 rows starting from the beginning of the part 2026.01.22 22:26:47.577730 [ 277 ] {b67dd347-5875-4a93-9581-2659f2a5ca30} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.577774 [ 277 ] {b67dd347-5875-4a93-9581-2659f2a5ca30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.578291 [ 277 ] {b67dd347-5875-4a93-9581-2659f2a5ca30} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.22 22:26:47.578526 [ 277 ] {b67dd347-5875-4a93-9581-2659f2a5ca30} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.578683 [ 277 ] {b67dd347-5875-4a93-9581-2659f2a5ca30} executeQuery: Read 5 rows, 9.17 KiB in 0.001894 sec., 2639.9155227032734 rows/sec., 4.73 MiB/sec. 2026.01.22 22:26:47.578765 [ 277 ] {b67dd347-5875-4a93-9581-2659f2a5ca30} TCPHandler: Processed in 0.002139926 sec. 2026.01.22 22:26:47.578882 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:47.578978 [ 277 ] {31a365ce-8c57-42bd-ba62-63eda43da976} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:47.579021 [ 277 ] {31a365ce-8c57-42bd-ba62-63eda43da976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:47.579378 [ 277 ] {31a365ce-8c57-42bd-ba62-63eda43da976} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:47.579415 [ 277 ] {31a365ce-8c57-42bd-ba62-63eda43da976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:47.579725 [ 277 ] {31a365ce-8c57-42bd-ba62-63eda43da976} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.22 22:26:47.579933 [ 277 ] {31a365ce-8c57-42bd-ba62-63eda43da976} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.580068 [ 277 ] {31a365ce-8c57-42bd-ba62-63eda43da976} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.01.22 22:26:47.580107 [ 277 ] {31a365ce-8c57-42bd-ba62-63eda43da976} TCPHandler: Processed in 0.00127489 sec. 2026.01.22 22:26:47.584128 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} MergeTask::MergeProjectionsStage: Merge sorted 36502 rows, containing 5 columns (5 merged, 0 gathered) in 0.007513885 sec., 4857939.6676952075 rows/sec., 332.42 MiB/sec. 2026.01.22 22:26:47.584631 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} MergedBlockOutputStream: filled checksums all_1_122_26 (state Temporary) 2026.01.22 22:26:47.584990 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_122_26 to all_1_122_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:47.585085 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_122_26} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_117_25, all_122_122_0] -> all_1_122_26 2026.01.22 22:26:47.585211 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.22 22:26:48.000237 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 385.36 MiB, peak 397.19 MiB, free memory in arenas 0.00 B, will set to 384.06 MiB (RSS), difference: -1.30 MiB 2026.01.22 22:26:48.573956 [ 225 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:26:48.574025 [ 225 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:26:48.607147 [ 225 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:26:48.695687 [ 225 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:26:48.695739 [ 225 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:26:48.701146 [ 225 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:26:49.003281 [ 224 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:26:49.003332 [ 224 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:26:49.012359 [ 224 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:26:52.173436 [ 45 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:26:52.173510 [ 45 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:26:52.398973 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 40288 2026.01.22 22:26:52.399516 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:52.399566 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:52.400075 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.22 22:26:52.400318 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:52.400468 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40288 2026.01.22 22:26:52.519894 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1972 2026.01.22 22:26:52.522603 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:52.522668 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:52.523931 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.22 22:26:52.524226 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:52.524614 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1972 2026.01.22 22:26:52.535767 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:52.535947 [ 277 ] {7fd8f15b-eff6-411c-8731-f709093bb12c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:52.536015 [ 277 ] {7fd8f15b-eff6-411c-8731-f709093bb12c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:52.536733 [ 277 ] {7fd8f15b-eff6-411c-8731-f709093bb12c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:52.536785 [ 277 ] {7fd8f15b-eff6-411c-8731-f709093bb12c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:52.537196 [ 277 ] {7fd8f15b-eff6-411c-8731-f709093bb12c} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.22 22:26:52.537421 [ 277 ] {7fd8f15b-eff6-411c-8731-f709093bb12c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:52.537582 [ 277 ] {7fd8f15b-eff6-411c-8731-f709093bb12c} executeQuery: Read 128 rows, 11.26 KiB in 0.001684 sec., 76009.50118764846 rows/sec., 6.53 MiB/sec. 2026.01.22 22:26:52.537633 [ 277 ] {7fd8f15b-eff6-411c-8731-f709093bb12c} TCPHandler: Processed in 0.001993665 sec. 2026.01.22 22:26:52.537773 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:52.537878 [ 277 ] {b13518ef-4328-49c1-bfad-61b4fa9414df} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:52.537923 [ 277 ] {b13518ef-4328-49c1-bfad-61b4fa9414df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:52.538366 [ 277 ] {b13518ef-4328-49c1-bfad-61b4fa9414df} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:52.538406 [ 277 ] {b13518ef-4328-49c1-bfad-61b4fa9414df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:52.538734 [ 277 ] {b13518ef-4328-49c1-bfad-61b4fa9414df} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.22 22:26:52.538941 [ 277 ] {b13518ef-4328-49c1-bfad-61b4fa9414df} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:52.539078 [ 277 ] {b13518ef-4328-49c1-bfad-61b4fa9414df} executeQuery: Read 36 rows, 2.71 KiB in 0.001225 sec., 29387.755102040817 rows/sec., 2.16 MiB/sec. 2026.01.22 22:26:52.539117 [ 277 ] {b13518ef-4328-49c1-bfad-61b4fa9414df} TCPHandler: Processed in 0.00139752 sec. 2026.01.22 22:26:52.539238 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:52.539334 [ 277 ] {2a6e20fb-9512-4b2b-a3aa-f08295976a2c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:52.539375 [ 277 ] {2a6e20fb-9512-4b2b-a3aa-f08295976a2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:52.539891 [ 277 ] {2a6e20fb-9512-4b2b-a3aa-f08295976a2c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:52.539933 [ 277 ] {2a6e20fb-9512-4b2b-a3aa-f08295976a2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:52.540276 [ 277 ] {2a6e20fb-9512-4b2b-a3aa-f08295976a2c} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.22 22:26:52.540486 [ 277 ] {2a6e20fb-9512-4b2b-a3aa-f08295976a2c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:52.540629 [ 277 ] {2a6e20fb-9512-4b2b-a3aa-f08295976a2c} executeQuery: Read 100 rows, 8.00 KiB in 0.001315 sec., 76045.62737642585 rows/sec., 5.94 MiB/sec. 2026.01.22 22:26:52.540669 [ 277 ] {2a6e20fb-9512-4b2b-a3aa-f08295976a2c} TCPHandler: Processed in 0.001481851 sec. 2026.01.22 22:26:52.540796 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:52.540903 [ 277 ] {1cfe9368-728c-4acf-b979-53db653c2cc8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:52.540953 [ 277 ] {1cfe9368-728c-4acf-b979-53db653c2cc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:52.541394 [ 277 ] {1cfe9368-728c-4acf-b979-53db653c2cc8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:52.541432 [ 277 ] {1cfe9368-728c-4acf-b979-53db653c2cc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:52.541822 [ 277 ] {1cfe9368-728c-4acf-b979-53db653c2cc8} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.22 22:26:52.542059 [ 277 ] {1cfe9368-728c-4acf-b979-53db653c2cc8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:52.542231 [ 277 ] {1cfe9368-728c-4acf-b979-53db653c2cc8} executeQuery: Read 160 rows, 11.41 KiB in 0.001348 sec., 118694.36201780415 rows/sec., 8.27 MiB/sec. 2026.01.22 22:26:52.542275 [ 277 ] {1cfe9368-728c-4acf-b979-53db653c2cc8} TCPHandler: Processed in 0.001530942 sec. 2026.01.22 22:26:52.542391 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:52.542490 [ 277 ] {3f8a36c3-3561-4fe8-950b-57c2a3230536} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:52.542571 [ 277 ] {3f8a36c3-3561-4fe8-950b-57c2a3230536} 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.01.22 22:26:52.543509 [ 277 ] {3f8a36c3-3561-4fe8-950b-57c2a3230536} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:52.543545 [ 277 ] {3f8a36c3-3561-4fe8-950b-57c2a3230536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:52.544165 [ 277 ] {3f8a36c3-3561-4fe8-950b-57c2a3230536} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.22 22:26:52.544418 [ 277 ] {3f8a36c3-3561-4fe8-950b-57c2a3230536} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:52.544566 [ 277 ] {3f8a36c3-3561-4fe8-950b-57c2a3230536} executeQuery: Read 36 rows, 66.06 KiB in 0.002096 sec., 17175.57251908397 rows/sec., 30.78 MiB/sec. 2026.01.22 22:26:52.544648 [ 277 ] {3f8a36c3-3561-4fe8-950b-57c2a3230536} TCPHandler: Processed in 0.002308067 sec. 2026.01.22 22:26:52.544771 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:52.544869 [ 277 ] {d5c317a7-37ed-4271-9dfb-dc401083628c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:52.544913 [ 277 ] {d5c317a7-37ed-4271-9dfb-dc401083628c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:52.545278 [ 277 ] {d5c317a7-37ed-4271-9dfb-dc401083628c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:52.545315 [ 277 ] {d5c317a7-37ed-4271-9dfb-dc401083628c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:52.545622 [ 277 ] {d5c317a7-37ed-4271-9dfb-dc401083628c} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.22 22:26:52.545833 [ 277 ] {d5c317a7-37ed-4271-9dfb-dc401083628c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:52.545965 [ 277 ] {d5c317a7-37ed-4271-9dfb-dc401083628c} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.01.22 22:26:52.546001 [ 277 ] {d5c317a7-37ed-4271-9dfb-dc401083628c} TCPHandler: Processed in 0.00128223 sec. 2026.01.22 22:26:52.878283 [ 220 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:26:52.878327 [ 220 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:26:52.881799 [ 220 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:26:54.565581 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2026.01.22 22:26:54.585840 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:54.585905 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.22 22:26:54.592074 [ 245 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.22 22:26:54.592808 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:54.597163 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2026.01.22 22:26:57.531990 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:57.532198 [ 277 ] {5252ced3-5f3a-4a64-bfcb-7cd7cab862e2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:26:57.532266 [ 277 ] {5252ced3-5f3a-4a64-bfcb-7cd7cab862e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:26:57.532977 [ 277 ] {5252ced3-5f3a-4a64-bfcb-7cd7cab862e2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:57.533038 [ 277 ] {5252ced3-5f3a-4a64-bfcb-7cd7cab862e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:26:57.533439 [ 277 ] {5252ced3-5f3a-4a64-bfcb-7cd7cab862e2} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.22 22:26:57.533668 [ 277 ] {5252ced3-5f3a-4a64-bfcb-7cd7cab862e2} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:57.533832 [ 277 ] {5252ced3-5f3a-4a64-bfcb-7cd7cab862e2} executeQuery: Read 66 rows, 5.35 KiB in 0.001687 sec., 39122.70302311796 rows/sec., 3.10 MiB/sec. 2026.01.22 22:26:57.533886 [ 277 ] {5252ced3-5f3a-4a64-bfcb-7cd7cab862e2} TCPHandler: Processed in 0.002033135 sec. 2026.01.22 22:26:57.534011 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:57.534120 [ 277 ] {c6c45c0d-cef6-43e5-aeb5-5174eeb7e711} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:26:57.534172 [ 277 ] {c6c45c0d-cef6-43e5-aeb5-5174eeb7e711} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:26:57.534620 [ 277 ] {c6c45c0d-cef6-43e5-aeb5-5174eeb7e711} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:57.534659 [ 277 ] {c6c45c0d-cef6-43e5-aeb5-5174eeb7e711} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:26:57.534983 [ 277 ] {c6c45c0d-cef6-43e5-aeb5-5174eeb7e711} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.22 22:26:57.535229 [ 277 ] {c6c45c0d-cef6-43e5-aeb5-5174eeb7e711} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:57.535370 [ 277 ] {c6c45c0d-cef6-43e5-aeb5-5174eeb7e711} executeQuery: Read 5 rows, 385.00 B in 0.001275 sec., 3921.5686274509803 rows/sec., 294.88 KiB/sec. 2026.01.22 22:26:57.535410 [ 277 ] {c6c45c0d-cef6-43e5-aeb5-5174eeb7e711} TCPHandler: Processed in 0.00145273 sec. 2026.01.22 22:26:57.535532 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:57.535635 [ 277 ] {173e3e13-dd78-46f4-ae6b-b6432b2e9558} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:26:57.535679 [ 277 ] {173e3e13-dd78-46f4-ae6b-b6432b2e9558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:26:57.536118 [ 277 ] {173e3e13-dd78-46f4-ae6b-b6432b2e9558} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:57.536156 [ 277 ] {173e3e13-dd78-46f4-ae6b-b6432b2e9558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:26:57.536494 [ 277 ] {173e3e13-dd78-46f4-ae6b-b6432b2e9558} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.22 22:26:57.536724 [ 277 ] {173e3e13-dd78-46f4-ae6b-b6432b2e9558} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:57.536876 [ 277 ] {173e3e13-dd78-46f4-ae6b-b6432b2e9558} executeQuery: Read 69 rows, 5.52 KiB in 0.001263 sec., 54631.828978622325 rows/sec., 4.26 MiB/sec. 2026.01.22 22:26:57.536915 [ 277 ] {173e3e13-dd78-46f4-ae6b-b6432b2e9558} TCPHandler: Processed in 0.001436551 sec. 2026.01.22 22:26:57.537032 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:57.537128 [ 277 ] {3b5cc48a-842e-4700-9a35-9e092680524d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:57.537175 [ 277 ] {3b5cc48a-842e-4700-9a35-9e092680524d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:26:57.537584 [ 277 ] {3b5cc48a-842e-4700-9a35-9e092680524d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:57.537622 [ 277 ] {3b5cc48a-842e-4700-9a35-9e092680524d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:26:57.537980 [ 277 ] {3b5cc48a-842e-4700-9a35-9e092680524d} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.22 22:26:57.538207 [ 277 ] {3b5cc48a-842e-4700-9a35-9e092680524d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:57.538340 [ 277 ] {3b5cc48a-842e-4700-9a35-9e092680524d} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2026.01.22 22:26:57.538379 [ 277 ] {3b5cc48a-842e-4700-9a35-9e092680524d} TCPHandler: Processed in 0.00139772 sec. 2026.01.22 22:26:57.538495 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:57.538590 [ 277 ] {d0d3ecf1-675f-4a51-acaa-509d293f5373} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:26:57.538645 [ 277 ] {d0d3ecf1-675f-4a51-acaa-509d293f5373} 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.01.22 22:26:57.539406 [ 277 ] {d0d3ecf1-675f-4a51-acaa-509d293f5373} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:57.539444 [ 277 ] {d0d3ecf1-675f-4a51-acaa-509d293f5373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:26:57.539960 [ 277 ] {d0d3ecf1-675f-4a51-acaa-509d293f5373} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.22 22:26:57.540191 [ 277 ] {d0d3ecf1-675f-4a51-acaa-509d293f5373} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:57.540324 [ 37 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.22 22:26:57.540334 [ 277 ] {d0d3ecf1-675f-4a51-acaa-509d293f5373} executeQuery: Read 5 rows, 9.17 KiB in 0.001762 sec., 2837.684449489217 rows/sec., 5.09 MiB/sec. 2026.01.22 22:26:57.540397 [ 37 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:57.540423 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:26:57.540442 [ 277 ] {d0d3ecf1-675f-4a51-acaa-509d293f5373} TCPHandler: Processed in 0.001997755 sec. 2026.01.22 22:26:57.540550 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:26:57.540565 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:26:57.540691 [ 277 ] {15f0aff4-7752-4417-9357-5787b6667df7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:26:57.540733 [ 277 ] {15f0aff4-7752-4417-9357-5787b6667df7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:26:57.540831 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:26:57.540902 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2329 rows starting from the beginning of the part 2026.01.22 22:26:57.541088 [ 277 ] {15f0aff4-7752-4417-9357-5787b6667df7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:57.541093 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 5 rows starting from the beginning of the part 2026.01.22 22:26:57.541130 [ 277 ] {15f0aff4-7752-4417-9357-5787b6667df7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:26:57.541267 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 36 rows starting from the beginning of the part 2026.01.22 22:26:57.541399 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 5 rows starting from the beginning of the part 2026.01.22 22:26:57.541465 [ 277 ] {15f0aff4-7752-4417-9357-5787b6667df7} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.22 22:26:57.541511 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 36 rows starting from the beginning of the part 2026.01.22 22:26:57.541623 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 5 rows starting from the beginning of the part 2026.01.22 22:26:57.541723 [ 277 ] {15f0aff4-7752-4417-9357-5787b6667df7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:57.541866 [ 277 ] {15f0aff4-7752-4417-9357-5787b6667df7} executeQuery: Read 60 rows, 4.14 KiB in 0.001193 sec., 50293.37803855826 rows/sec., 3.39 MiB/sec. 2026.01.22 22:26:57.541903 [ 277 ] {15f0aff4-7752-4417-9357-5787b6667df7} TCPHandler: Processed in 0.0013897 sec. 2026.01.22 22:26:57.551231 [ 198 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 19 columns (19 merged, 0 gathered) in 0.010737599 sec., 225003.74618199095 rows/sec., 403.20 MiB/sec. 2026.01.22 22:26:57.552949 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.22 22:26:57.553313 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_116_23} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:57.553394 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_116_23} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.22 22:26:57.553527 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.54 MiB. 2026.01.22 22:26:58.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 384.53 MiB, peak 403.04 MiB, free memory in arenas 0.00 B, will set to 387.13 MiB (RSS), difference: 2.60 MiB 2026.01.22 22:26:59.900652 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 40736 2026.01.22 22:26:59.901224 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:26:59.901275 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:26:59.901765 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.22 22:26:59.902003 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:26:59.902158 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40736 2026.01.22 22:26:59.902251 [ 225 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:26:59.902285 [ 225 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:26:59.906432 [ 225 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:27:00.708284 [ 31 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 2026.01.22 22:27:00.708344 [ 31 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:00.708363 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:00.708471 [ 187 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_31_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full 2026.01.22 22:27:00.708589 [ 187 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_31_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:00.708621 [ 187 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 484 rows starting from the beginning of the part 2026.01.22 22:27:00.708685 [ 187 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 252 rows starting from the beginning of the part 2026.01.22 22:27:00.708729 [ 187 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 252 rows starting from the beginning of the part 2026.01.22 22:27:00.708768 [ 187 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2026.01.22 22:27:00.708807 [ 187 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 252 rows starting from the beginning of the part 2026.01.22 22:27:00.709716 [ 200 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_31_7} MergeTask::MergeProjectionsStage: Merge sorted 1241 rows, containing 5 columns (5 merged, 0 gathered) in 0.001281029 sec., 968752.4638396165 rows/sec., 69.85 MiB/sec. 2026.01.22 22:27:00.709910 [ 200 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_31_7} MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) 2026.01.22 22:27:00.710179 [ 200 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_31_7} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:00.710244 [ 200 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_31_7} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 2026.01.22 22:27:00.710342 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.01.22 22:27:00.841555 [ 224 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:27:00.841640 [ 224 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:27:00.844894 [ 224 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:27:01.000244 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 383.15 MiB, peak 403.04 MiB, free memory in arenas 0.00 B, will set to 387.13 MiB (RSS), difference: 3.99 MiB 2026.01.22 22:27:02.097285 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2026.01.22 22:27:02.115233 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.115299 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.121521 [ 245 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.22 22:27:02.122225 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.125505 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2026.01.22 22:27:02.524869 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1996 2026.01.22 22:27:02.527118 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.527177 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.528364 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.22 22:27:02.528639 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.529031 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1996 2026.01.22 22:27:02.546827 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.547022 [ 277 ] {1deecbe8-1f7e-42cf-8208-80c399fefc19} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:27:02.547095 [ 277 ] {1deecbe8-1f7e-42cf-8208-80c399fefc19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:27:02.547962 [ 277 ] {1deecbe8-1f7e-42cf-8208-80c399fefc19} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.548012 [ 277 ] {1deecbe8-1f7e-42cf-8208-80c399fefc19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.548426 [ 277 ] {1deecbe8-1f7e-42cf-8208-80c399fefc19} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:27:02.548669 [ 277 ] {1deecbe8-1f7e-42cf-8208-80c399fefc19} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.548832 [ 277 ] {1deecbe8-1f7e-42cf-8208-80c399fefc19} executeQuery: Read 446 rows, 28.96 KiB in 0.001863 sec., 239398.81910896403 rows/sec., 15.18 MiB/sec. 2026.01.22 22:27:02.548885 [ 277 ] {1deecbe8-1f7e-42cf-8208-80c399fefc19} TCPHandler: Processed in 0.002194336 sec. 2026.01.22 22:27:02.549013 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.549116 [ 277 ] {aa91e1b7-fcec-450e-8a17-527cd704d123} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:27:02.549160 [ 277 ] {aa91e1b7-fcec-450e-8a17-527cd704d123} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:27:02.549580 [ 277 ] {aa91e1b7-fcec-450e-8a17-527cd704d123} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.549618 [ 277 ] {aa91e1b7-fcec-450e-8a17-527cd704d123} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.549912 [ 277 ] {aa91e1b7-fcec-450e-8a17-527cd704d123} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:27:02.550115 [ 277 ] {aa91e1b7-fcec-450e-8a17-527cd704d123} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.550249 [ 277 ] {aa91e1b7-fcec-450e-8a17-527cd704d123} executeQuery: Read 10 rows, 835.00 B in 0.001156 sec., 8650.51903114187 rows/sec., 705.39 KiB/sec. 2026.01.22 22:27:02.550288 [ 277 ] {aa91e1b7-fcec-450e-8a17-527cd704d123} TCPHandler: Processed in 0.00132797 sec. 2026.01.22 22:27:02.550397 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.550492 [ 277 ] {55c63c8d-4b81-4c98-8ce1-1065663e737e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:02.550533 [ 277 ] {55c63c8d-4b81-4c98-8ce1-1065663e737e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:02.551555 [ 277 ] {55c63c8d-4b81-4c98-8ce1-1065663e737e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.551591 [ 277 ] {55c63c8d-4b81-4c98-8ce1-1065663e737e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.551976 [ 277 ] {55c63c8d-4b81-4c98-8ce1-1065663e737e} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.22 22:27:02.552186 [ 277 ] {55c63c8d-4b81-4c98-8ce1-1065663e737e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.552317 [ 277 ] {55c63c8d-4b81-4c98-8ce1-1065663e737e} executeQuery: Read 1279 rows, 104.47 KiB in 0.001843 sec., 693977.2110689094 rows/sec., 55.35 MiB/sec. 2026.01.22 22:27:02.552356 [ 277 ] {55c63c8d-4b81-4c98-8ce1-1065663e737e} TCPHandler: Processed in 0.002008775 sec. 2026.01.22 22:27:02.552470 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.552565 [ 277 ] {169d9d9f-ebdd-44b4-9274-b566fb7fd706} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:02.552608 [ 277 ] {169d9d9f-ebdd-44b4-9274-b566fb7fd706} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:02.553119 [ 277 ] {169d9d9f-ebdd-44b4-9274-b566fb7fd706} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.553155 [ 277 ] {169d9d9f-ebdd-44b4-9274-b566fb7fd706} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.553469 [ 277 ] {169d9d9f-ebdd-44b4-9274-b566fb7fd706} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.22 22:27:02.553677 [ 277 ] {169d9d9f-ebdd-44b4-9274-b566fb7fd706} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.553807 [ 277 ] {169d9d9f-ebdd-44b4-9274-b566fb7fd706} executeQuery: Read 269 rows, 16.80 KiB in 0.001261 sec., 213322.7597145123 rows/sec., 13.01 MiB/sec. 2026.01.22 22:27:02.553845 [ 277 ] {169d9d9f-ebdd-44b4-9274-b566fb7fd706} TCPHandler: Processed in 0.001425941 sec. 2026.01.22 22:27:02.553950 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.554044 [ 277 ] {2913836b-1819-406c-a4f7-34dc4719a3e9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:27:02.554085 [ 277 ] {2913836b-1819-406c-a4f7-34dc4719a3e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:27:02.554568 [ 277 ] {2913836b-1819-406c-a4f7-34dc4719a3e9} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.554604 [ 277 ] {2913836b-1819-406c-a4f7-34dc4719a3e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.554922 [ 277 ] {2913836b-1819-406c-a4f7-34dc4719a3e9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:27:02.555138 [ 277 ] {2913836b-1819-406c-a4f7-34dc4719a3e9} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.555267 [ 277 ] {2913836b-1819-406c-a4f7-34dc4719a3e9} executeQuery: Read 230 rows, 15.18 KiB in 0.001242 sec., 185185.18518518517 rows/sec., 11.94 MiB/sec. 2026.01.22 22:27:02.555306 [ 277 ] {2913836b-1819-406c-a4f7-34dc4719a3e9} TCPHandler: Processed in 0.001405111 sec. 2026.01.22 22:27:02.555407 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.555500 [ 277 ] {15189c32-0854-4027-b751-037ce48fc910} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:27:02.555540 [ 277 ] {15189c32-0854-4027-b751-037ce48fc910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:27:02.556018 [ 277 ] {15189c32-0854-4027-b751-037ce48fc910} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.556054 [ 277 ] {15189c32-0854-4027-b751-037ce48fc910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.556359 [ 277 ] {15189c32-0854-4027-b751-037ce48fc910} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.22 22:27:02.556567 [ 277 ] {15189c32-0854-4027-b751-037ce48fc910} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.556693 [ 277 ] {15189c32-0854-4027-b751-037ce48fc910} executeQuery: Read 229 rows, 13.31 KiB in 0.001212 sec., 188943.89438943894 rows/sec., 10.73 MiB/sec. 2026.01.22 22:27:02.556732 [ 277 ] {15189c32-0854-4027-b751-037ce48fc910} TCPHandler: Processed in 0.00137474 sec. 2026.01.22 22:27:02.556836 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.556929 [ 277 ] {18848f20-1d8a-4436-94ba-02cedd769ee3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:02.556969 [ 277 ] {18848f20-1d8a-4436-94ba-02cedd769ee3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:02.557735 [ 277 ] {18848f20-1d8a-4436-94ba-02cedd769ee3} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.557771 [ 277 ] {18848f20-1d8a-4436-94ba-02cedd769ee3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.558103 [ 277 ] {18848f20-1d8a-4436-94ba-02cedd769ee3} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.22 22:27:02.558323 [ 277 ] {18848f20-1d8a-4436-94ba-02cedd769ee3} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.558452 [ 277 ] {18848f20-1d8a-4436-94ba-02cedd769ee3} executeQuery: Read 779 rows, 55.96 KiB in 0.001542 sec., 505188.06744487677 rows/sec., 35.44 MiB/sec. 2026.01.22 22:27:02.558492 [ 277 ] {18848f20-1d8a-4436-94ba-02cedd769ee3} TCPHandler: Processed in 0.001705873 sec. 2026.01.22 22:27:02.558596 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.558689 [ 277 ] {6c1f16e3-7a7a-4b44-8326-99009dc4de0b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:27:02.558731 [ 277 ] {6c1f16e3-7a7a-4b44-8326-99009dc4de0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:27:02.559062 [ 277 ] {6c1f16e3-7a7a-4b44-8326-99009dc4de0b} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.559099 [ 277 ] {6c1f16e3-7a7a-4b44-8326-99009dc4de0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.559413 [ 277 ] {6c1f16e3-7a7a-4b44-8326-99009dc4de0b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.22 22:27:02.559629 [ 277 ] {6c1f16e3-7a7a-4b44-8326-99009dc4de0b} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.559755 [ 277 ] {6c1f16e3-7a7a-4b44-8326-99009dc4de0b} executeQuery: Read 6 rows, 321.00 B in 0.001084 sec., 5535.055350553506 rows/sec., 289.19 KiB/sec. 2026.01.22 22:27:02.559792 [ 277 ] {6c1f16e3-7a7a-4b44-8326-99009dc4de0b} TCPHandler: Processed in 0.001245769 sec. 2026.01.22 22:27:02.559918 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.560041 [ 277 ] {754005fc-7915-4158-a9b1-ab4784f38b54} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:02.560093 [ 277 ] {754005fc-7915-4158-a9b1-ab4784f38b54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:02.560603 [ 277 ] {754005fc-7915-4158-a9b1-ab4784f38b54} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.560640 [ 277 ] {754005fc-7915-4158-a9b1-ab4784f38b54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.560991 [ 277 ] {754005fc-7915-4158-a9b1-ab4784f38b54} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.22 22:27:02.561203 [ 277 ] {754005fc-7915-4158-a9b1-ab4784f38b54} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.561336 [ 277 ] {754005fc-7915-4158-a9b1-ab4784f38b54} executeQuery: Read 333 rows, 22.36 KiB in 0.00132 sec., 252272.72727272726 rows/sec., 16.54 MiB/sec. 2026.01.22 22:27:02.561375 [ 277 ] {754005fc-7915-4158-a9b1-ab4784f38b54} TCPHandler: Processed in 0.001519982 sec. 2026.01.22 22:27:02.561497 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.561616 [ 277 ] {cb9e5bcd-04a2-4537-b112-098091fe5d2f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:27:02.561667 [ 277 ] {cb9e5bcd-04a2-4537-b112-098091fe5d2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:27:02.562048 [ 277 ] {cb9e5bcd-04a2-4537-b112-098091fe5d2f} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.562092 [ 277 ] {cb9e5bcd-04a2-4537-b112-098091fe5d2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.562431 [ 277 ] {cb9e5bcd-04a2-4537-b112-098091fe5d2f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.22 22:27:02.562638 [ 277 ] {cb9e5bcd-04a2-4537-b112-098091fe5d2f} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.562767 [ 277 ] {cb9e5bcd-04a2-4537-b112-098091fe5d2f} executeQuery: Read 1 rows, 69.00 B in 0.001176 sec., 850.3401360544218 rows/sec., 57.30 KiB/sec. 2026.01.22 22:27:02.562805 [ 277 ] {cb9e5bcd-04a2-4537-b112-098091fe5d2f} TCPHandler: Processed in 0.00136911 sec. 2026.01.22 22:27:02.562922 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.563033 [ 277 ] {f6155a41-978d-434b-8adb-3f852d8c2ad0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:02.563097 [ 277 ] {f6155a41-978d-434b-8adb-3f852d8c2ad0} 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.01.22 22:27:02.564015 [ 277 ] {f6155a41-978d-434b-8adb-3f852d8c2ad0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.564051 [ 277 ] {f6155a41-978d-434b-8adb-3f852d8c2ad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.564607 [ 277 ] {f6155a41-978d-434b-8adb-3f852d8c2ad0} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.22 22:27:02.564832 [ 277 ] {f6155a41-978d-434b-8adb-3f852d8c2ad0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.564970 [ 277 ] {f6155a41-978d-434b-8adb-3f852d8c2ad0} executeQuery: Read 36 rows, 66.06 KiB in 0.001959 sec., 18376.722817764166 rows/sec., 32.93 MiB/sec. 2026.01.22 22:27:02.565034 [ 277 ] {f6155a41-978d-434b-8adb-3f852d8c2ad0} TCPHandler: Processed in 0.002172805 sec. 2026.01.22 22:27:02.565047 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:27:02.565082 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:27:02.565150 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:02.565251 [ 277 ] {16704bf1-c73c-4915-9278-51e4780d9130} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:02.565293 [ 277 ] {16704bf1-c73c-4915-9278-51e4780d9130} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:02.565637 [ 277 ] {16704bf1-c73c-4915-9278-51e4780d9130} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:02.565676 [ 277 ] {16704bf1-c73c-4915-9278-51e4780d9130} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:02.566014 [ 277 ] {16704bf1-c73c-4915-9278-51e4780d9130} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.22 22:27:02.566236 [ 277 ] {16704bf1-c73c-4915-9278-51e4780d9130} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:02.566363 [ 277 ] {16704bf1-c73c-4915-9278-51e4780d9130} executeQuery: Read 108 rows, 6.74 KiB in 0.001131 sec., 95490.71618037135 rows/sec., 5.82 MiB/sec. 2026.01.22 22:27:02.566399 [ 277 ] {16704bf1-c73c-4915-9278-51e4780d9130} TCPHandler: Processed in 0.00129955 sec. 2026.01.22 22:27:02.567622 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:27:03.000264 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 388.51 MiB, peak 403.04 MiB, free memory in arenas 0.00 B, will set to 387.13 MiB (RSS), difference: -1.37 MiB 2026.01.22 22:27:07.173578 [ 33 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:27:07.173677 [ 33 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:27:07.402330 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 41248 2026.01.22 22:27:07.402861 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:07.402902 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:07.403378 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.22 22:27:07.403612 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:07.403746 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41248 2026.01.22 22:27:07.403753 [ 32 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.22 22:27:07.403822 [ 32 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:07.403843 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:07.403976 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:07.404140 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:07.404186 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 38816 rows starting from the beginning of the part 2026.01.22 22:27:07.404264 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:07.404319 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:07.404369 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:07.404416 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:07.404461 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:07.406976 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 41248 rows, containing 4 columns (4 merged, 0 gathered) in 0.003067373 sec., 13447337.509980038 rows/sec., 192.37 MiB/sec. 2026.01.22 22:27:07.407262 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.22 22:27:07.407515 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_86_17} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:07.407587 [ 198 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_86_17} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.22 22:27:07.407673 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.01.22 22:27:07.531936 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:07.532130 [ 277 ] {0c4ae3be-50cb-41ae-8ee1-1c1150d02b2c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:07.532203 [ 277 ] {0c4ae3be-50cb-41ae-8ee1-1c1150d02b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:07.532891 [ 277 ] {0c4ae3be-50cb-41ae-8ee1-1c1150d02b2c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:07.532937 [ 277 ] {0c4ae3be-50cb-41ae-8ee1-1c1150d02b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:07.533321 [ 277 ] {0c4ae3be-50cb-41ae-8ee1-1c1150d02b2c} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.22 22:27:07.533563 [ 277 ] {0c4ae3be-50cb-41ae-8ee1-1c1150d02b2c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:07.533728 [ 32 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.22 22:27:07.533732 [ 277 ] {0c4ae3be-50cb-41ae-8ee1-1c1150d02b2c} executeQuery: Read 66 rows, 5.35 KiB in 0.001654 sec., 39903.26481257557 rows/sec., 3.16 MiB/sec. 2026.01.22 22:27:07.533776 [ 32 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:07.533805 [ 277 ] {0c4ae3be-50cb-41ae-8ee1-1c1150d02b2c} TCPHandler: Processed in 0.002004525 sec. 2026.01.22 22:27:07.533806 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:07.533924 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:27:07.533938 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:07.534035 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:07.534050 [ 277 ] {fd9fa306-1b42-4546-be98-e9ea610786bc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:07.534068 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2556 rows starting from the beginning of the part 2026.01.22 22:27:07.534094 [ 277 ] {fd9fa306-1b42-4546-be98-e9ea610786bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:07.534132 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1329 rows starting from the beginning of the part 2026.01.22 22:27:07.534185 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 128 rows starting from the beginning of the part 2026.01.22 22:27:07.534244 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 66 rows starting from the beginning of the part 2026.01.22 22:27:07.534293 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 1279 rows starting from the beginning of the part 2026.01.22 22:27:07.534337 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 66 rows starting from the beginning of the part 2026.01.22 22:27:07.534513 [ 277 ] {fd9fa306-1b42-4546-be98-e9ea610786bc} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:07.534550 [ 277 ] {fd9fa306-1b42-4546-be98-e9ea610786bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:07.534853 [ 277 ] {fd9fa306-1b42-4546-be98-e9ea610786bc} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.22 22:27:07.535069 [ 277 ] {fd9fa306-1b42-4546-be98-e9ea610786bc} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:07.535209 [ 277 ] {fd9fa306-1b42-4546-be98-e9ea610786bc} executeQuery: Read 5 rows, 385.00 B in 0.001181 sec., 4233.7002540220155 rows/sec., 318.35 KiB/sec. 2026.01.22 22:27:07.535251 [ 277 ] {fd9fa306-1b42-4546-be98-e9ea610786bc} TCPHandler: Processed in 0.00136679 sec. 2026.01.22 22:27:07.535364 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:07.535461 [ 277 ] {6342b07b-c338-4c50-9a48-d2129f7e3432} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:07.535502 [ 277 ] {6342b07b-c338-4c50-9a48-d2129f7e3432} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:07.535921 [ 277 ] {6342b07b-c338-4c50-9a48-d2129f7e3432} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:07.535957 [ 277 ] {6342b07b-c338-4c50-9a48-d2129f7e3432} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:07.536266 [ 277 ] {6342b07b-c338-4c50-9a48-d2129f7e3432} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.22 22:27:07.536304 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 5424 rows, containing 5 columns (5 merged, 0 gathered) in 0.002426048 sec., 2235734.8247025614 rows/sec., 190.92 MiB/sec. 2026.01.22 22:27:07.536482 [ 277 ] {6342b07b-c338-4c50-9a48-d2129f7e3432} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:07.536608 [ 32 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.22 22:27:07.536620 [ 277 ] {6342b07b-c338-4c50-9a48-d2129f7e3432} executeQuery: Read 69 rows, 5.52 KiB in 0.001178 sec., 58573.853989813244 rows/sec., 4.57 MiB/sec. 2026.01.22 22:27:07.536643 [ 32 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:07.536666 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:07.536666 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.22 22:27:07.536667 [ 277 ] {6342b07b-c338-4c50-9a48-d2129f7e3432} TCPHandler: Processed in 0.00135398 sec. 2026.01.22 22:27:07.536744 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:27:07.536807 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:07.536947 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:07.536965 [ 277 ] {ff72daad-128f-42f2-a6c8-861f3cdb4fdc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:07.536988 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1304 rows starting from the beginning of the part 2026.01.22 22:27:07.537015 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_126_25} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:07.537018 [ 277 ] {ff72daad-128f-42f2-a6c8-861f3cdb4fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:07.537052 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 567 rows starting from the beginning of the part 2026.01.22 22:27:07.537106 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 100 rows starting from the beginning of the part 2026.01.22 22:27:07.537122 [ 200 ] {048797f8-2913-4120-8057-043480967ec1::all_1_126_25} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.22 22:27:07.537254 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 69 rows starting from the beginning of the part 2026.01.22 22:27:07.537307 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 779 rows starting from the beginning of the part 2026.01.22 22:27:07.537354 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 69 rows starting from the beginning of the part 2026.01.22 22:27:07.537355 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.01.22 22:27:07.537448 [ 277 ] {ff72daad-128f-42f2-a6c8-861f3cdb4fdc} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:07.537491 [ 277 ] {ff72daad-128f-42f2-a6c8-861f3cdb4fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:07.537858 [ 277 ] {ff72daad-128f-42f2-a6c8-861f3cdb4fdc} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.22 22:27:07.538108 [ 277 ] {ff72daad-128f-42f2-a6c8-861f3cdb4fdc} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:07.538244 [ 277 ] {ff72daad-128f-42f2-a6c8-861f3cdb4fdc} executeQuery: Read 160 rows, 11.41 KiB in 0.001298 sec., 123266.56394453006 rows/sec., 8.59 MiB/sec. 2026.01.22 22:27:07.538282 [ 277 ] {ff72daad-128f-42f2-a6c8-861f3cdb4fdc} TCPHandler: Processed in 0.001526071 sec. 2026.01.22 22:27:07.538385 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:07.538480 [ 277 ] {bc13f9d0-1a4b-47b0-a030-cb63575c4618} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:07.538535 [ 277 ] {bc13f9d0-1a4b-47b0-a030-cb63575c4618} 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.01.22 22:27:07.538583 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2888 rows, containing 5 columns (5 merged, 0 gathered) in 0.001875813 sec., 1539599.096498425 rows/sec., 117.66 MiB/sec. 2026.01.22 22:27:07.538789 [ 200 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.22 22:27:07.539035 [ 200 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_126_25} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:07.539103 [ 200 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_126_25} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.22 22:27:07.539192 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.22 22:27:07.539306 [ 277 ] {bc13f9d0-1a4b-47b0-a030-cb63575c4618} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:07.539347 [ 277 ] {bc13f9d0-1a4b-47b0-a030-cb63575c4618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:07.539863 [ 277 ] {bc13f9d0-1a4b-47b0-a030-cb63575c4618} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.22 22:27:07.540093 [ 277 ] {bc13f9d0-1a4b-47b0-a030-cb63575c4618} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:07.540235 [ 277 ] {bc13f9d0-1a4b-47b0-a030-cb63575c4618} executeQuery: Read 5 rows, 9.17 KiB in 0.001774 sec., 2818.489289740699 rows/sec., 5.05 MiB/sec. 2026.01.22 22:27:07.540302 [ 277 ] {bc13f9d0-1a4b-47b0-a030-cb63575c4618} TCPHandler: Processed in 0.001966114 sec. 2026.01.22 22:27:07.540416 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:07.540511 [ 277 ] {f14cf701-add1-4214-9d37-c7a15a71c2fc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:07.540553 [ 277 ] {f14cf701-add1-4214-9d37-c7a15a71c2fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:07.540885 [ 277 ] {f14cf701-add1-4214-9d37-c7a15a71c2fc} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:07.540922 [ 277 ] {f14cf701-add1-4214-9d37-c7a15a71c2fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:07.541224 [ 277 ] {f14cf701-add1-4214-9d37-c7a15a71c2fc} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.22 22:27:07.541444 [ 277 ] {f14cf701-add1-4214-9d37-c7a15a71c2fc} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:07.541559 [ 32 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.22 22:27:07.541573 [ 277 ] {f14cf701-add1-4214-9d37-c7a15a71c2fc} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.01.22 22:27:07.541592 [ 32 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:07.541614 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:07.541615 [ 277 ] {f14cf701-add1-4214-9d37-c7a15a71c2fc} TCPHandler: Processed in 0.001249909 sec. 2026.01.22 22:27:07.541692 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:27:07.541798 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:07.541830 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7494 rows starting from the beginning of the part 2026.01.22 22:27:07.541890 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part 2026.01.22 22:27:07.541931 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:27:07.541970 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:27:07.542005 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 108 rows starting from the beginning of the part 2026.01.22 22:27:07.542046 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:27:07.544075 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7842 rows, containing 4 columns (4 merged, 0 gathered) in 0.002416408 sec., 3245312.877626626 rows/sec., 216.17 MiB/sec. 2026.01.22 22:27:07.544554 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.22 22:27:07.544824 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_126_25} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:07.544891 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_126_25} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.22 22:27:07.544959 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2026.01.22 22:27:09.625636 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2026.01.22 22:27:09.644147 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:09.644207 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:09.650549 [ 245 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.22 22:27:09.651318 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:09.651619 [ 28 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.22 22:27:09.651686 [ 28 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:09.651706 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.22 22:27:09.651853 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:09.654654 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2026.01.22 22:27:09.655826 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:09.657374 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:09.662099 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:09.666749 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:09.671293 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:09.676189 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:09.681031 [ 197 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:09.748547 [ 189 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.096756486 sec., 6697.22544491746 rows/sec., 34.63 MiB/sec. 2026.01.22 22:27:09.751331 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.22 22:27:09.753371 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_86_17} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:09.753482 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_86_17} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.22 22:27:09.755612 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.22 22:27:10.000282 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 388.21 MiB, peak 405.64 MiB, free memory in arenas 0.00 B, will set to 387.14 MiB (RSS), difference: -1.07 MiB 2026.01.22 22:27:12.128866 [ 225 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:27:12.128961 [ 225 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:27:12.132697 [ 225 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:27:12.510303 [ 221 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:27:12.510379 [ 221 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:27:12.514703 [ 221 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:27:12.529242 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2032 2026.01.22 22:27:12.531669 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.531716 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.532939 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.22 22:27:12.533215 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.533460 [ 223 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:27:12.533485 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2032 2026.01.22 22:27:12.533514 [ 223 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:27:12.535776 [ 223 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:27:12.545998 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:12.546188 [ 277 ] {62c670b6-bc08-4ccc-944e-13ffa2842caa} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:27:12.546305 [ 277 ] {62c670b6-bc08-4ccc-944e-13ffa2842caa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:27:12.547109 [ 277 ] {62c670b6-bc08-4ccc-944e-13ffa2842caa} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.547155 [ 277 ] {62c670b6-bc08-4ccc-944e-13ffa2842caa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.547538 [ 277 ] {62c670b6-bc08-4ccc-944e-13ffa2842caa} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:27:12.547756 [ 277 ] {62c670b6-bc08-4ccc-944e-13ffa2842caa} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.547902 [ 277 ] {62c670b6-bc08-4ccc-944e-13ffa2842caa} executeQuery: Read 446 rows, 28.96 KiB in 0.001781 sec., 250421.11173498034 rows/sec., 15.88 MiB/sec. 2026.01.22 22:27:12.547943 [ 277 ] {62c670b6-bc08-4ccc-944e-13ffa2842caa} TCPHandler: Processed in 0.002074016 sec. 2026.01.22 22:27:12.548069 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:12.548170 [ 277 ] {fb9a68a3-f9e8-48e2-bc69-836a2c00392c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:12.548211 [ 277 ] {fb9a68a3-f9e8-48e2-bc69-836a2c00392c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:12.549066 [ 277 ] {fb9a68a3-f9e8-48e2-bc69-836a2c00392c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.549102 [ 277 ] {fb9a68a3-f9e8-48e2-bc69-836a2c00392c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.549470 [ 277 ] {fb9a68a3-f9e8-48e2-bc69-836a2c00392c} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.22 22:27:12.549688 [ 277 ] {fb9a68a3-f9e8-48e2-bc69-836a2c00392c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.549816 [ 277 ] {fb9a68a3-f9e8-48e2-bc69-836a2c00392c} executeQuery: Read 1274 rows, 104.10 KiB in 0.001669 sec., 763331.3361294188 rows/sec., 60.91 MiB/sec. 2026.01.22 22:27:12.549854 [ 277 ] {fb9a68a3-f9e8-48e2-bc69-836a2c00392c} TCPHandler: Processed in 0.001837204 sec. 2026.01.22 22:27:12.549923 [ 221 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:27:12.549969 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:12.549979 [ 221 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:27:12.550073 [ 277 ] {da01a8c8-9003-4d55-adfc-3542aaf08045} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:12.550120 [ 277 ] {da01a8c8-9003-4d55-adfc-3542aaf08045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:12.550601 [ 277 ] {da01a8c8-9003-4d55-adfc-3542aaf08045} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.550638 [ 277 ] {da01a8c8-9003-4d55-adfc-3542aaf08045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.550970 [ 277 ] {da01a8c8-9003-4d55-adfc-3542aaf08045} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.22 22:27:12.551175 [ 277 ] {da01a8c8-9003-4d55-adfc-3542aaf08045} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.551301 [ 26 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.22 22:27:12.551306 [ 277 ] {da01a8c8-9003-4d55-adfc-3542aaf08045} executeQuery: Read 259 rows, 16.10 KiB in 0.001251 sec., 207034.3725019984 rows/sec., 12.57 MiB/sec. 2026.01.22 22:27:12.551375 [ 26 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.551398 [ 277 ] {da01a8c8-9003-4d55-adfc-3542aaf08045} TCPHandler: Processed in 0.001477191 sec. 2026.01.22 22:27:12.551405 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.551511 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:12.551516 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:27:12.551610 [ 277 ] {febac855-6da5-4d51-bf89-5a33ad9a2186} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:27:12.551625 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:12.551650 [ 277 ] {febac855-6da5-4d51-bf89-5a33ad9a2186} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:27:12.551659 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 296 rows starting from the beginning of the part 2026.01.22 22:27:12.551724 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 36 rows starting from the beginning of the part 2026.01.22 22:27:12.551775 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 5 rows starting from the beginning of the part 2026.01.22 22:27:12.551822 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 269 rows starting from the beginning of the part 2026.01.22 22:27:12.551866 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 5 rows starting from the beginning of the part 2026.01.22 22:27:12.551910 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 259 rows starting from the beginning of the part 2026.01.22 22:27:12.552112 [ 277 ] {febac855-6da5-4d51-bf89-5a33ad9a2186} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.552150 [ 277 ] {febac855-6da5-4d51-bf89-5a33ad9a2186} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.552469 [ 277 ] {febac855-6da5-4d51-bf89-5a33ad9a2186} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:27:12.552730 [ 277 ] {febac855-6da5-4d51-bf89-5a33ad9a2186} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.552809 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 5 columns (5 merged, 0 gathered) in 0.00133505 sec., 651660.9864799072 rows/sec., 42.86 MiB/sec. 2026.01.22 22:27:12.552875 [ 277 ] {febac855-6da5-4d51-bf89-5a33ad9a2186} executeQuery: Read 230 rows, 15.18 KiB in 0.001283 sec., 179267.34216679656 rows/sec., 11.56 MiB/sec. 2026.01.22 22:27:12.552918 [ 277 ] {febac855-6da5-4d51-bf89-5a33ad9a2186} TCPHandler: Processed in 0.00145579 sec. 2026.01.22 22:27:12.552997 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.22 22:27:12.553032 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:12.553134 [ 277 ] {0701630f-63ab-430b-a013-47c35b89c79a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:27:12.553175 [ 277 ] {0701630f-63ab-430b-a013-47c35b89c79a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:27:12.553214 [ 221 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:27:12.553343 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_121_24} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.553434 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_121_24} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.22 22:27:12.553525 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.22 22:27:12.553645 [ 277 ] {0701630f-63ab-430b-a013-47c35b89c79a} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.553686 [ 277 ] {0701630f-63ab-430b-a013-47c35b89c79a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.554009 [ 277 ] {0701630f-63ab-430b-a013-47c35b89c79a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.22 22:27:12.554223 [ 277 ] {0701630f-63ab-430b-a013-47c35b89c79a} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.554354 [ 277 ] {0701630f-63ab-430b-a013-47c35b89c79a} executeQuery: Read 229 rows, 13.31 KiB in 0.001238 sec., 184975.76736672054 rows/sec., 10.50 MiB/sec. 2026.01.22 22:27:12.554391 [ 277 ] {0701630f-63ab-430b-a013-47c35b89c79a} TCPHandler: Processed in 0.0014068 sec. 2026.01.22 22:27:12.554488 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:12.554578 [ 277 ] {143cd13d-9e70-4286-82af-cb493b883d26} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:12.554616 [ 277 ] {143cd13d-9e70-4286-82af-cb493b883d26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:12.555231 [ 277 ] {143cd13d-9e70-4286-82af-cb493b883d26} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.555266 [ 277 ] {143cd13d-9e70-4286-82af-cb493b883d26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.555593 [ 277 ] {143cd13d-9e70-4286-82af-cb493b883d26} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.22 22:27:12.555817 [ 277 ] {143cd13d-9e70-4286-82af-cb493b883d26} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.555942 [ 277 ] {143cd13d-9e70-4286-82af-cb493b883d26} executeQuery: Read 769 rows, 55.15 KiB in 0.001382 sec., 556439.94211288 rows/sec., 38.97 MiB/sec. 2026.01.22 22:27:12.555979 [ 277 ] {143cd13d-9e70-4286-82af-cb493b883d26} TCPHandler: Processed in 0.001537502 sec. 2026.01.22 22:27:12.556091 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:12.556181 [ 277 ] {de04e8bd-f8d8-47b1-9733-d73bf040c2dd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:27:12.556220 [ 277 ] {de04e8bd-f8d8-47b1-9733-d73bf040c2dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:27:12.556615 [ 277 ] {de04e8bd-f8d8-47b1-9733-d73bf040c2dd} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.556660 [ 277 ] {de04e8bd-f8d8-47b1-9733-d73bf040c2dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.557018 [ 277 ] {de04e8bd-f8d8-47b1-9733-d73bf040c2dd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.22 22:27:12.557257 [ 277 ] {de04e8bd-f8d8-47b1-9733-d73bf040c2dd} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.557412 [ 277 ] {de04e8bd-f8d8-47b1-9733-d73bf040c2dd} executeQuery: Read 6 rows, 321.00 B in 0.001246 sec., 4815.409309791333 rows/sec., 251.59 KiB/sec. 2026.01.22 22:27:12.557455 [ 277 ] {de04e8bd-f8d8-47b1-9733-d73bf040c2dd} TCPHandler: Processed in 0.001410651 sec. 2026.01.22 22:27:12.557588 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:12.557692 [ 277 ] {bf5ad5e2-7e9c-4e20-bd40-98c8be405a36} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:12.557736 [ 277 ] {bf5ad5e2-7e9c-4e20-bd40-98c8be405a36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:12.558267 [ 277 ] {bf5ad5e2-7e9c-4e20-bd40-98c8be405a36} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.558307 [ 277 ] {bf5ad5e2-7e9c-4e20-bd40-98c8be405a36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.558647 [ 277 ] {bf5ad5e2-7e9c-4e20-bd40-98c8be405a36} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.22 22:27:12.558856 [ 277 ] {bf5ad5e2-7e9c-4e20-bd40-98c8be405a36} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.558962 [ 66 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_122_26 to all_127_127_0 2026.01.22 22:27:12.558989 [ 277 ] {bf5ad5e2-7e9c-4e20-bd40-98c8be405a36} executeQuery: Read 328 rows, 22.00 KiB in 0.001316 sec., 249240.12158054713 rows/sec., 16.33 MiB/sec. 2026.01.22 22:27:12.559004 [ 66 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.559038 [ 277 ] {bf5ad5e2-7e9c-4e20-bd40-98c8be405a36} TCPHandler: Processed in 0.001508171 sec. 2026.01.22 22:27:12.559043 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.559150 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_122_26 to all_127_127_0 into Compact with storage Full 2026.01.22 22:27:12.559172 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:12.559253 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:12.559273 [ 277 ] {5190a454-71e1-421f-aad5-dd14fd690672} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:27:12.559286 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} MergeTreeSequentialSource: Reading 6 marks from part all_1_122_26, total 36502 rows starting from the beginning of the part 2026.01.22 22:27:12.559321 [ 277 ] {5190a454-71e1-421f-aad5-dd14fd690672} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:27:12.559350 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part 2026.01.22 22:27:12.559396 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part 2026.01.22 22:27:12.559436 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 333 rows starting from the beginning of the part 2026.01.22 22:27:12.559474 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part 2026.01.22 22:27:12.559513 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 328 rows starting from the beginning of the part 2026.01.22 22:27:12.559655 [ 277 ] {5190a454-71e1-421f-aad5-dd14fd690672} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.559697 [ 277 ] {5190a454-71e1-421f-aad5-dd14fd690672} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.560001 [ 277 ] {5190a454-71e1-421f-aad5-dd14fd690672} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.22 22:27:12.560216 [ 277 ] {5190a454-71e1-421f-aad5-dd14fd690672} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.560313 [ 66 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.01.22 22:27:12.560343 [ 66 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.560345 [ 277 ] {5190a454-71e1-421f-aad5-dd14fd690672} executeQuery: Read 1 rows, 69.00 B in 0.00109 sec., 917.4311926605504 rows/sec., 61.82 KiB/sec. 2026.01.22 22:27:12.560361 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.560394 [ 277 ] {5190a454-71e1-421f-aad5-dd14fd690672} TCPHandler: Processed in 0.00127351 sec. 2026.01.22 22:27:12.560444 [ 188 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.01.22 22:27:12.560517 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:12.560534 [ 188 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:12.560567 [ 188 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 10 rows starting from the beginning of the part 2026.01.22 22:27:12.560613 [ 188 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.01.22 22:27:12.560638 [ 277 ] {0053fde3-702f-4ee1-b814-6ffc731eff04} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:12.560653 [ 188 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.01.22 22:27:12.560699 [ 188 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.01.22 22:27:12.560710 [ 277 ] {0053fde3-702f-4ee1-b814-6ffc731eff04} 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.01.22 22:27:12.560735 [ 188 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.01.22 22:27:12.560775 [ 188 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.01.22 22:27:12.561500 [ 201 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.001086798 sec., 13802.01288555923 rows/sec., 912.05 KiB/sec. 2026.01.22 22:27:12.561660 [ 277 ] {0053fde3-702f-4ee1-b814-6ffc731eff04} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.561661 [ 191 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.22 22:27:12.561701 [ 277 ] {0053fde3-702f-4ee1-b814-6ffc731eff04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.561991 [ 191 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.562068 [ 191 ] {86067968-1b43-48b5-9b2c-b3179c4c2021::all_1_14_3} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.01.22 22:27:12.562151 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.01.22 22:27:12.562308 [ 277 ] {0053fde3-702f-4ee1-b814-6ffc731eff04} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.22 22:27:12.562542 [ 277 ] {0053fde3-702f-4ee1-b814-6ffc731eff04} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.562682 [ 277 ] {0053fde3-702f-4ee1-b814-6ffc731eff04} executeQuery: Read 36 rows, 66.06 KiB in 0.002069 sec., 17399.71000483325 rows/sec., 31.18 MiB/sec. 2026.01.22 22:27:12.562751 [ 277 ] {0053fde3-702f-4ee1-b814-6ffc731eff04} TCPHandler: Processed in 0.002294457 sec. 2026.01.22 22:27:12.562868 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:12.562962 [ 277 ] {4eab3248-6dad-4187-81c2-d646e42b2b4a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:12.563004 [ 277 ] {4eab3248-6dad-4187-81c2-d646e42b2b4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:12.563339 [ 277 ] {4eab3248-6dad-4187-81c2-d646e42b2b4a} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:12.563374 [ 277 ] {4eab3248-6dad-4187-81c2-d646e42b2b4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:12.563722 [ 277 ] {4eab3248-6dad-4187-81c2-d646e42b2b4a} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.22 22:27:12.563932 [ 277 ] {4eab3248-6dad-4187-81c2-d646e42b2b4a} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.564064 [ 277 ] {4eab3248-6dad-4187-81c2-d646e42b2b4a} executeQuery: Read 108 rows, 6.74 KiB in 0.00112 sec., 96428.57142857143 rows/sec., 5.88 MiB/sec. 2026.01.22 22:27:12.564101 [ 277 ] {4eab3248-6dad-4187-81c2-d646e42b2b4a} TCPHandler: Processed in 0.00128265 sec. 2026.01.22 22:27:12.566033 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} MergeTask::MergeProjectionsStage: Merge sorted 37643 rows, containing 5 columns (5 merged, 0 gathered) in 0.006920071 sec., 5439684.072605614 rows/sec., 372.04 MiB/sec. 2026.01.22 22:27:12.566595 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} MergedBlockOutputStream: filled checksums all_1_127_27 (state Temporary) 2026.01.22 22:27:12.566846 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_127_27 to all_1_127_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:12.566907 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_127_27} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_122_26, all_127_127_0] -> all_1_127_27 2026.01.22 22:27:12.566977 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2026.01.22 22:27:13.000258 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 384.00 MiB, peak 405.64 MiB, free memory in arenas 0.00 B, will set to 387.43 MiB (RSS), difference: 3.43 MiB 2026.01.22 22:27:13.051264 [ 226 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:27:13.051319 [ 226 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:27:13.054705 [ 226 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:27:14.903951 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 41696 2026.01.22 22:27:14.904728 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:14.904775 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:14.905279 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.22 22:27:14.905544 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:14.905697 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41696 2026.01.22 22:27:17.154783 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2026.01.22 22:27:17.173039 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:17.173103 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:17.179292 [ 245 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.22 22:27:17.179988 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:17.183265 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2026.01.22 22:27:17.560168 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:17.560367 [ 277 ] {bdd5e9e4-1008-4e96-847e-eb23102ff3c2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:27:17.560440 [ 277 ] {bdd5e9e4-1008-4e96-847e-eb23102ff3c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:27:17.561161 [ 277 ] {bdd5e9e4-1008-4e96-847e-eb23102ff3c2} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:17.561210 [ 277 ] {bdd5e9e4-1008-4e96-847e-eb23102ff3c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:17.561592 [ 277 ] {bdd5e9e4-1008-4e96-847e-eb23102ff3c2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:27:17.561821 [ 277 ] {bdd5e9e4-1008-4e96-847e-eb23102ff3c2} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:17.561988 [ 277 ] {bdd5e9e4-1008-4e96-847e-eb23102ff3c2} executeQuery: Read 24 rows, 2.04 KiB in 0.001673 sec., 14345.487148834429 rows/sec., 1.19 MiB/sec. 2026.01.22 22:27:17.562040 [ 277 ] {bdd5e9e4-1008-4e96-847e-eb23102ff3c2} TCPHandler: Processed in 0.002007215 sec. 2026.01.22 22:27:17.562169 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:17.562272 [ 277 ] {dc990502-455a-480e-ab10-247da5e2f52c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:27:17.562316 [ 277 ] {dc990502-455a-480e-ab10-247da5e2f52c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:27:17.562764 [ 277 ] {dc990502-455a-480e-ab10-247da5e2f52c} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:17.562803 [ 277 ] {dc990502-455a-480e-ab10-247da5e2f52c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:17.563098 [ 277 ] {dc990502-455a-480e-ab10-247da5e2f52c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:27:17.563309 [ 277 ] {dc990502-455a-480e-ab10-247da5e2f52c} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:17.563446 [ 277 ] {dc990502-455a-480e-ab10-247da5e2f52c} executeQuery: Read 2 rows, 167.00 B in 0.001197 sec., 1670.843776106934 rows/sec., 136.25 KiB/sec. 2026.01.22 22:27:17.563484 [ 277 ] {dc990502-455a-480e-ab10-247da5e2f52c} TCPHandler: Processed in 0.00136831 sec. 2026.01.22 22:27:17.563597 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:17.563693 [ 277 ] {a7a407df-7298-45df-acf4-510097f8e482} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:17.563733 [ 277 ] {a7a407df-7298-45df-acf4-510097f8e482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:17.564642 [ 277 ] {a7a407df-7298-45df-acf4-510097f8e482} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:17.564679 [ 277 ] {a7a407df-7298-45df-acf4-510097f8e482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:17.565068 [ 277 ] {a7a407df-7298-45df-acf4-510097f8e482} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.22 22:27:17.565297 [ 277 ] {a7a407df-7298-45df-acf4-510097f8e482} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:17.565434 [ 277 ] {a7a407df-7298-45df-acf4-510097f8e482} executeQuery: Read 1327 rows, 112.98 KiB in 0.00176 sec., 753977.2727272727 rows/sec., 62.69 MiB/sec. 2026.01.22 22:27:17.565473 [ 277 ] {a7a407df-7298-45df-acf4-510097f8e482} TCPHandler: Processed in 0.001926715 sec. 2026.01.22 22:27:17.565577 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:17.565671 [ 277 ] {98c9398e-f6da-4fe7-8320-d3a973d7a48d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:17.565713 [ 277 ] {98c9398e-f6da-4fe7-8320-d3a973d7a48d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:17.566119 [ 277 ] {98c9398e-f6da-4fe7-8320-d3a973d7a48d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:17.566156 [ 277 ] {98c9398e-f6da-4fe7-8320-d3a973d7a48d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:17.566450 [ 277 ] {98c9398e-f6da-4fe7-8320-d3a973d7a48d} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.22 22:27:17.566655 [ 277 ] {98c9398e-f6da-4fe7-8320-d3a973d7a48d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:17.566788 [ 277 ] {98c9398e-f6da-4fe7-8320-d3a973d7a48d} executeQuery: Read 19 rows, 1.48 KiB in 0.001136 sec., 16725.352112676057 rows/sec., 1.27 MiB/sec. 2026.01.22 22:27:17.566826 [ 277 ] {98c9398e-f6da-4fe7-8320-d3a973d7a48d} TCPHandler: Processed in 0.00129911 sec. 2026.01.22 22:27:17.566845 [ 222 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:27:17.566902 [ 222 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:27:17.566927 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:17.567027 [ 277 ] {569f8d35-21be-4034-a420-96ad8b240bfe} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:27:17.567067 [ 277 ] {569f8d35-21be-4034-a420-96ad8b240bfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:27:17.567535 [ 277 ] {569f8d35-21be-4034-a420-96ad8b240bfe} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:17.567574 [ 277 ] {569f8d35-21be-4034-a420-96ad8b240bfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:17.567918 [ 277 ] {569f8d35-21be-4034-a420-96ad8b240bfe} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:27:17.568182 [ 277 ] {569f8d35-21be-4034-a420-96ad8b240bfe} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:17.568320 [ 277 ] {569f8d35-21be-4034-a420-96ad8b240bfe} executeQuery: Read 252 rows, 17.85 KiB in 0.001311 sec., 192219.67963386726 rows/sec., 13.29 MiB/sec. 2026.01.22 22:27:17.568363 [ 277 ] {569f8d35-21be-4034-a420-96ad8b240bfe} TCPHandler: Processed in 0.001485561 sec. 2026.01.22 22:27:17.568477 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:17.568571 [ 277 ] {3334ee68-482f-4f38-acb5-533f3945f7ba} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:27:17.568611 [ 277 ] {3334ee68-482f-4f38-acb5-533f3945f7ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:27:17.569005 [ 277 ] {3334ee68-482f-4f38-acb5-533f3945f7ba} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:17.569043 [ 277 ] {3334ee68-482f-4f38-acb5-533f3945f7ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:17.569335 [ 277 ] {3334ee68-482f-4f38-acb5-533f3945f7ba} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.22 22:27:17.569610 [ 222 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:27:17.569614 [ 277 ] {3334ee68-482f-4f38-acb5-533f3945f7ba} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:17.569772 [ 277 ] {3334ee68-482f-4f38-acb5-533f3945f7ba} executeQuery: Read 12 rows, 960.00 B in 0.001218 sec., 9852.216748768473 rows/sec., 769.70 KiB/sec. 2026.01.22 22:27:17.569812 [ 277 ] {3334ee68-482f-4f38-acb5-533f3945f7ba} TCPHandler: Processed in 0.00138479 sec. 2026.01.22 22:27:17.569923 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:17.570016 [ 277 ] {c17e71c5-8fd7-46bb-9df9-b3477508404f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:17.570055 [ 277 ] {c17e71c5-8fd7-46bb-9df9-b3477508404f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:17.570618 [ 277 ] {c17e71c5-8fd7-46bb-9df9-b3477508404f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:17.570652 [ 277 ] {c17e71c5-8fd7-46bb-9df9-b3477508404f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:17.570976 [ 277 ] {c17e71c5-8fd7-46bb-9df9-b3477508404f} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.22 22:27:17.571184 [ 277 ] {c17e71c5-8fd7-46bb-9df9-b3477508404f} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:17.571315 [ 277 ] {c17e71c5-8fd7-46bb-9df9-b3477508404f} executeQuery: Read 563 rows, 43.23 KiB in 0.001316 sec., 427811.5501519757 rows/sec., 32.08 MiB/sec. 2026.01.22 22:27:17.571353 [ 277 ] {c17e71c5-8fd7-46bb-9df9-b3477508404f} TCPHandler: Processed in 0.001480321 sec. 2026.01.22 22:27:17.571468 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:17.571561 [ 277 ] {11791146-0b2e-438b-b241-96e736dbb15e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:17.571606 [ 277 ] {11791146-0b2e-438b-b241-96e736dbb15e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:17.572165 [ 277 ] {11791146-0b2e-438b-b241-96e736dbb15e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:17.572200 [ 277 ] {11791146-0b2e-438b-b241-96e736dbb15e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:17.572566 [ 277 ] {11791146-0b2e-438b-b241-96e736dbb15e} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.22 22:27:17.572779 [ 277 ] {11791146-0b2e-438b-b241-96e736dbb15e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:17.572915 [ 277 ] {11791146-0b2e-438b-b241-96e736dbb15e} executeQuery: Read 881 rows, 61.23 KiB in 0.001372 sec., 642128.2798833819 rows/sec., 43.58 MiB/sec. 2026.01.22 22:27:17.572951 [ 277 ] {11791146-0b2e-438b-b241-96e736dbb15e} TCPHandler: Processed in 0.001533541 sec. 2026.01.22 22:27:17.573061 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:17.573155 [ 277 ] {b6c15098-9889-4b83-bd59-e11ff5dd229a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:17.573209 [ 277 ] {b6c15098-9889-4b83-bd59-e11ff5dd229a} 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.01.22 22:27:17.573992 [ 277 ] {b6c15098-9889-4b83-bd59-e11ff5dd229a} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:17.574026 [ 277 ] {b6c15098-9889-4b83-bd59-e11ff5dd229a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:17.574529 [ 277 ] {b6c15098-9889-4b83-bd59-e11ff5dd229a} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.22 22:27:17.574759 [ 277 ] {b6c15098-9889-4b83-bd59-e11ff5dd229a} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:17.574899 [ 277 ] {b6c15098-9889-4b83-bd59-e11ff5dd229a} executeQuery: Read 5 rows, 9.17 KiB in 0.001762 sec., 2837.684449489217 rows/sec., 5.09 MiB/sec. 2026.01.22 22:27:17.574965 [ 277 ] {b6c15098-9889-4b83-bd59-e11ff5dd229a} TCPHandler: Processed in 0.001953135 sec. 2026.01.22 22:27:17.575077 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:17.575171 [ 277 ] {d07e76b7-1081-4b9a-8e77-6914d0279687} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:17.575213 [ 277 ] {d07e76b7-1081-4b9a-8e77-6914d0279687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:17.575544 [ 277 ] {d07e76b7-1081-4b9a-8e77-6914d0279687} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:17.575578 [ 277 ] {d07e76b7-1081-4b9a-8e77-6914d0279687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:17.575881 [ 277 ] {d07e76b7-1081-4b9a-8e77-6914d0279687} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.22 22:27:17.576092 [ 277 ] {d07e76b7-1081-4b9a-8e77-6914d0279687} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:17.576222 [ 277 ] {d07e76b7-1081-4b9a-8e77-6914d0279687} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.01.22 22:27:17.576257 [ 277 ] {d07e76b7-1081-4b9a-8e77-6914d0279687} TCPHandler: Processed in 0.001229258 sec. 2026.01.22 22:27:18.000206 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 388.67 MiB, peak 405.64 MiB, free memory in arenas 0.00 B, will set to 387.43 MiB (RSS), difference: -1.24 MiB 2026.01.22 22:27:22.173728 [ 146 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:27:22.173799 [ 146 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:27:22.405964 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 42208 2026.01.22 22:27:22.406495 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:22.406532 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:22.406993 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.22 22:27:22.407208 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:22.407338 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42208 2026.01.22 22:27:22.533793 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:22.533819 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2074 2026.01.22 22:27:22.533998 [ 277 ] {a6514ff0-f7fe-4f97-978f-96b6906a804c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:22.534075 [ 277 ] {a6514ff0-f7fe-4f97-978f-96b6906a804c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:22.534812 [ 277 ] {a6514ff0-f7fe-4f97-978f-96b6906a804c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:22.534865 [ 277 ] {a6514ff0-f7fe-4f97-978f-96b6906a804c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:22.535251 [ 277 ] {a6514ff0-f7fe-4f97-978f-96b6906a804c} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.22 22:27:22.535469 [ 277 ] {a6514ff0-f7fe-4f97-978f-96b6906a804c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:22.535619 [ 277 ] {a6514ff0-f7fe-4f97-978f-96b6906a804c} executeQuery: Read 128 rows, 11.26 KiB in 0.001677 sec., 76326.7740011926 rows/sec., 6.56 MiB/sec. 2026.01.22 22:27:22.535661 [ 277 ] {a6514ff0-f7fe-4f97-978f-96b6906a804c} TCPHandler: Processed in 0.002005284 sec. 2026.01.22 22:27:22.535786 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:22.535882 [ 277 ] {ad3de09d-1348-450c-9268-e5fa908c3dae} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:22.535922 [ 277 ] {ad3de09d-1348-450c-9268-e5fa908c3dae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:22.536341 [ 277 ] {ad3de09d-1348-450c-9268-e5fa908c3dae} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:22.536377 [ 277 ] {ad3de09d-1348-450c-9268-e5fa908c3dae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:22.536540 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:22.536602 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:22.536676 [ 277 ] {ad3de09d-1348-450c-9268-e5fa908c3dae} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.22 22:27:22.536891 [ 277 ] {ad3de09d-1348-450c-9268-e5fa908c3dae} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:22.537031 [ 277 ] {ad3de09d-1348-450c-9268-e5fa908c3dae} executeQuery: Read 36 rows, 2.71 KiB in 0.001168 sec., 30821.91780821918 rows/sec., 2.26 MiB/sec. 2026.01.22 22:27:22.537082 [ 277 ] {ad3de09d-1348-450c-9268-e5fa908c3dae} TCPHandler: Processed in 0.00134528 sec. 2026.01.22 22:27:22.537212 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:22.537314 [ 277 ] {01a854c3-b47f-4237-8c0f-59a7a76c1175} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:22.537359 [ 277 ] {01a854c3-b47f-4237-8c0f-59a7a76c1175} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:22.537797 [ 277 ] {01a854c3-b47f-4237-8c0f-59a7a76c1175} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:22.537835 [ 277 ] {01a854c3-b47f-4237-8c0f-59a7a76c1175} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:22.537868 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.22 22:27:22.538177 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:22.538180 [ 277 ] {01a854c3-b47f-4237-8c0f-59a7a76c1175} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.22 22:27:22.538422 [ 277 ] {01a854c3-b47f-4237-8c0f-59a7a76c1175} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:22.538498 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2074 2026.01.22 22:27:22.538554 [ 277 ] {01a854c3-b47f-4237-8c0f-59a7a76c1175} executeQuery: Read 100 rows, 8.00 KiB in 0.001259 sec., 79428.11755361398 rows/sec., 6.20 MiB/sec. 2026.01.22 22:27:22.538596 [ 277 ] {01a854c3-b47f-4237-8c0f-59a7a76c1175} TCPHandler: Processed in 0.00143382 sec. 2026.01.22 22:27:22.538710 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:22.538804 [ 277 ] {950a520f-4047-492d-b49b-f837cb05952d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:22.538847 [ 277 ] {950a520f-4047-492d-b49b-f837cb05952d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:22.539243 [ 277 ] {950a520f-4047-492d-b49b-f837cb05952d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:22.539279 [ 277 ] {950a520f-4047-492d-b49b-f837cb05952d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:22.539602 [ 277 ] {950a520f-4047-492d-b49b-f837cb05952d} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.22 22:27:22.539813 [ 277 ] {950a520f-4047-492d-b49b-f837cb05952d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:22.539944 [ 277 ] {950a520f-4047-492d-b49b-f837cb05952d} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2026.01.22 22:27:22.539982 [ 277 ] {950a520f-4047-492d-b49b-f837cb05952d} TCPHandler: Processed in 0.00132063 sec. 2026.01.22 22:27:22.540095 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:22.540188 [ 277 ] {316105a0-323a-4503-9134-5a807a1b23be} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:22.540243 [ 277 ] {316105a0-323a-4503-9134-5a807a1b23be} 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.01.22 22:27:22.541083 [ 277 ] {316105a0-323a-4503-9134-5a807a1b23be} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:22.541120 [ 277 ] {316105a0-323a-4503-9134-5a807a1b23be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:22.541692 [ 277 ] {316105a0-323a-4503-9134-5a807a1b23be} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.22 22:27:22.541907 [ 277 ] {316105a0-323a-4503-9134-5a807a1b23be} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:22.542044 [ 277 ] {316105a0-323a-4503-9134-5a807a1b23be} executeQuery: Read 36 rows, 66.06 KiB in 0.001872 sec., 19230.76923076923 rows/sec., 34.46 MiB/sec. 2026.01.22 22:27:22.542040 [ 145 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.22 22:27:22.542100 [ 277 ] {316105a0-323a-4503-9134-5a807a1b23be} TCPHandler: Processed in 0.002053605 sec. 2026.01.22 22:27:22.542126 [ 145 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:22.542155 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:22.542221 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:22.542259 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:27:22.542322 [ 277 ] {83b74d9c-751a-4ff5-83a3-b281fdd6ac31} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:22.542369 [ 277 ] {83b74d9c-751a-4ff5-83a3-b281fdd6ac31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:22.542494 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:22.542562 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2416 rows starting from the beginning of the part 2026.01.22 22:27:22.542692 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 36 rows starting from the beginning of the part 2026.01.22 22:27:22.542701 [ 277 ] {83b74d9c-751a-4ff5-83a3-b281fdd6ac31} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:22.542742 [ 277 ] {83b74d9c-751a-4ff5-83a3-b281fdd6ac31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:22.542800 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 5 rows starting from the beginning of the part 2026.01.22 22:27:22.542902 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 36 rows starting from the beginning of the part 2026.01.22 22:27:22.542995 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 5 rows starting from the beginning of the part 2026.01.22 22:27:22.543052 [ 277 ] {83b74d9c-751a-4ff5-83a3-b281fdd6ac31} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.22 22:27:22.543084 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 36 rows starting from the beginning of the part 2026.01.22 22:27:22.543270 [ 277 ] {83b74d9c-751a-4ff5-83a3-b281fdd6ac31} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:22.543407 [ 277 ] {83b74d9c-751a-4ff5-83a3-b281fdd6ac31} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.01.22 22:27:22.543446 [ 277 ] {83b74d9c-751a-4ff5-83a3-b281fdd6ac31} TCPHandler: Processed in 0.001275199 sec. 2026.01.22 22:27:22.549867 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2534 rows, containing 19 columns (19 merged, 0 gathered) in 0.007651906 sec., 331159.3216121578 rows/sec., 593.42 MiB/sec. 2026.01.22 22:27:22.552358 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.22 22:27:22.552698 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_121_24} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:22.552765 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_121_24} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.22 22:27:22.552911 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.79 MiB. 2026.01.22 22:27:24.085790 [ 147 ] {} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.01.22 22:27:24.085856 [ 147 ] {} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:24.085875 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:24.085973 [ 187 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::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.01.22 22:27:24.086095 [ 187 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:24.086130 [ 187 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.01.22 22:27:24.086192 [ 187 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.01.22 22:27:24.086235 [ 187 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.01.22 22:27:24.086274 [ 187 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.01.22 22:27:24.086312 [ 187 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.01.22 22:27:24.087065 [ 190 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001129568 sec., 53117.65205813196 rows/sec., 2.71 MiB/sec. 2026.01.22 22:27:24.087256 [ 190 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.22 22:27:24.087563 [ 190 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_10_2} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:24.087668 [ 190 ] {a68a1b1f-6c09-4757-b3ab-eafef4467e95::all_1_10_2} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.01.22 22:27:24.087767 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.22 22:27:24.683420 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2026.01.22 22:27:24.701444 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:24.701501 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:24.707676 [ 245 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.22 22:27:24.708374 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:24.711464 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2026.01.22 22:27:27.382124 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:27:27.382208 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:27:27.385114 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:27:27.532248 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:27.532440 [ 277 ] {9c9c1d71-d28b-47f8-b802-57258a18c1c9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:27.532517 [ 277 ] {9c9c1d71-d28b-47f8-b802-57258a18c1c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:27.533217 [ 277 ] {9c9c1d71-d28b-47f8-b802-57258a18c1c9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:27.533259 [ 277 ] {9c9c1d71-d28b-47f8-b802-57258a18c1c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:27.533640 [ 277 ] {9c9c1d71-d28b-47f8-b802-57258a18c1c9} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.22 22:27:27.533864 [ 277 ] {9c9c1d71-d28b-47f8-b802-57258a18c1c9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:27.534013 [ 277 ] {9c9c1d71-d28b-47f8-b802-57258a18c1c9} executeQuery: Read 66 rows, 5.35 KiB in 0.001625 sec., 40615.38461538462 rows/sec., 3.22 MiB/sec. 2026.01.22 22:27:27.534056 [ 277 ] {9c9c1d71-d28b-47f8-b802-57258a18c1c9} TCPHandler: Processed in 0.001942944 sec. 2026.01.22 22:27:27.534172 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:27.534268 [ 277 ] {ec011aef-c355-4c58-8f53-837b276b76c3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:27.534309 [ 277 ] {ec011aef-c355-4c58-8f53-837b276b76c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:27.534708 [ 277 ] {ec011aef-c355-4c58-8f53-837b276b76c3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:27.534742 [ 277 ] {ec011aef-c355-4c58-8f53-837b276b76c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:27.535045 [ 277 ] {ec011aef-c355-4c58-8f53-837b276b76c3} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.22 22:27:27.535252 [ 277 ] {ec011aef-c355-4c58-8f53-837b276b76c3} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:27.535380 [ 277 ] {ec011aef-c355-4c58-8f53-837b276b76c3} executeQuery: Read 5 rows, 385.00 B in 0.001131 sec., 4420.866489832007 rows/sec., 332.43 KiB/sec. 2026.01.22 22:27:27.535418 [ 277 ] {ec011aef-c355-4c58-8f53-837b276b76c3} TCPHandler: Processed in 0.001295299 sec. 2026.01.22 22:27:27.535536 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:27.535631 [ 277 ] {dace18ea-2b51-42a2-968d-f83e611360f8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:27.535670 [ 277 ] {dace18ea-2b51-42a2-968d-f83e611360f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:27.536083 [ 277 ] {dace18ea-2b51-42a2-968d-f83e611360f8} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:27.536117 [ 277 ] {dace18ea-2b51-42a2-968d-f83e611360f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:27.536406 [ 277 ] {dace18ea-2b51-42a2-968d-f83e611360f8} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.22 22:27:27.536627 [ 277 ] {dace18ea-2b51-42a2-968d-f83e611360f8} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:27.536752 [ 277 ] {dace18ea-2b51-42a2-968d-f83e611360f8} executeQuery: Read 69 rows, 5.52 KiB in 0.001139 sec., 60579.45566286216 rows/sec., 4.73 MiB/sec. 2026.01.22 22:27:27.536791 [ 277 ] {dace18ea-2b51-42a2-968d-f83e611360f8} TCPHandler: Processed in 0.001303479 sec. 2026.01.22 22:27:27.536912 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:27.537005 [ 277 ] {cc52b298-ece4-45ea-95af-72bc580af41e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:27.537049 [ 277 ] {cc52b298-ece4-45ea-95af-72bc580af41e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:27.537468 [ 277 ] {cc52b298-ece4-45ea-95af-72bc580af41e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:27.537502 [ 277 ] {cc52b298-ece4-45ea-95af-72bc580af41e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:27.537825 [ 277 ] {cc52b298-ece4-45ea-95af-72bc580af41e} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.22 22:27:27.538027 [ 277 ] {cc52b298-ece4-45ea-95af-72bc580af41e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:27.538156 [ 277 ] {cc52b298-ece4-45ea-95af-72bc580af41e} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2026.01.22 22:27:27.538192 [ 277 ] {cc52b298-ece4-45ea-95af-72bc580af41e} TCPHandler: Processed in 0.00133046 sec. 2026.01.22 22:27:27.538305 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:27.538399 [ 277 ] {d1c29ce0-9421-4435-bab7-c9668fd18b99} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:27.538454 [ 277 ] {d1c29ce0-9421-4435-bab7-c9668fd18b99} 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.01.22 22:27:27.539228 [ 277 ] {d1c29ce0-9421-4435-bab7-c9668fd18b99} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:27.539264 [ 277 ] {d1c29ce0-9421-4435-bab7-c9668fd18b99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:27.539762 [ 277 ] {d1c29ce0-9421-4435-bab7-c9668fd18b99} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.22 22:27:27.539977 [ 277 ] {d1c29ce0-9421-4435-bab7-c9668fd18b99} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:27.540113 [ 277 ] {d1c29ce0-9421-4435-bab7-c9668fd18b99} executeQuery: Read 5 rows, 9.17 KiB in 0.001732 sec., 2886.8360277136258 rows/sec., 5.17 MiB/sec. 2026.01.22 22:27:27.540168 [ 277 ] {d1c29ce0-9421-4435-bab7-c9668fd18b99} TCPHandler: Processed in 0.001912384 sec. 2026.01.22 22:27:27.540281 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:27.540380 [ 277 ] {0bef01c3-4611-4a6b-af27-14c8f64d9b27} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:27.540421 [ 277 ] {0bef01c3-4611-4a6b-af27-14c8f64d9b27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:27.540758 [ 277 ] {0bef01c3-4611-4a6b-af27-14c8f64d9b27} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:27.540792 [ 277 ] {0bef01c3-4611-4a6b-af27-14c8f64d9b27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:27.541087 [ 277 ] {0bef01c3-4611-4a6b-af27-14c8f64d9b27} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.22 22:27:27.541289 [ 277 ] {0bef01c3-4611-4a6b-af27-14c8f64d9b27} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:27.541418 [ 277 ] {0bef01c3-4611-4a6b-af27-14c8f64d9b27} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2026.01.22 22:27:27.541453 [ 277 ] {0bef01c3-4611-4a6b-af27-14c8f64d9b27} TCPHandler: Processed in 0.001221309 sec. 2026.01.22 22:27:29.136418 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49776 2026.01.22 22:27:29.136542 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.136574 [ 290 ] {} TCP-Session: f4afbd70-3751-49a3-b37a-8bb60f4a3254 Authenticating user 'default' from [fd00:1122:3344:101::e]:49776 2026.01.22 22:27:29.136599 [ 290 ] {} TCP-Session: f4afbd70-3751-49a3-b37a-8bb60f4a3254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.136614 [ 290 ] {} TCP-Session: f4afbd70-3751-49a3-b37a-8bb60f4a3254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.136845 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39741 2026.01.22 22:27:29.136890 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63238 2026.01.22 22:27:29.136922 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.136926 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59634 2026.01.22 22:27:29.136972 [ 290 ] {} TCP-Session: f4afbd70-3751-49a3-b37a-8bb60f4a3254 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:29.136994 [ 349 ] {} TCP-Session: d1e665a9-d702-45c1-9f2a-3dbb1ab79134 Authenticating user 'default' from [fd00:1122:3344:101::e]:39741 2026.01.22 22:27:29.137033 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.137041 [ 349 ] {} TCP-Session: d1e665a9-d702-45c1-9f2a-3dbb1ab79134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.136911 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49114 2026.01.22 22:27:29.137074 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.137075 [ 355 ] {} TCP-Session: 26b2c590-32fe-49c6-8481-bcc07f996394 Authenticating user 'default' from [fd00:1122:3344:101::e]:63238 2026.01.22 22:27:29.137076 [ 349 ] {} TCP-Session: d1e665a9-d702-45c1-9f2a-3dbb1ab79134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.137172 [ 290 ] {3f2db122-4428-41bf-a123-c1449bad2278} executeQuery: (from [fd00:1122:3344:101::e]:49776) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:27:29.137181 [ 355 ] {} TCP-Session: 26b2c590-32fe-49c6-8481-bcc07f996394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.137197 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.137219 [ 355 ] {} TCP-Session: 26b2c590-32fe-49c6-8481-bcc07f996394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.137232 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56359 2026.01.22 22:27:29.137242 [ 357 ] {} TCP-Session: 64fd0fdd-7377-4bac-9ba8-825fabdcb705 Authenticating user 'default' from [fd00:1122:3344:101::e]:49114 2026.01.22 22:27:29.137230 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60365 2026.01.22 22:27:29.137292 [ 357 ] {} TCP-Session: 64fd0fdd-7377-4bac-9ba8-825fabdcb705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.137168 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39914 2026.01.22 22:27:29.137322 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.137348 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.137323 [ 357 ] {} TCP-Session: 64fd0fdd-7377-4bac-9ba8-825fabdcb705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.137374 [ 359 ] {} TCP-Session: fd0ec475-9e90-4514-b4fb-507356cc8897 Authenticating user 'default' from [fd00:1122:3344:101::e]:60365 2026.01.22 22:27:29.137375 [ 363 ] {} TCP-Session: 843029f4-d05d-4ab5-8315-afae14909aaf Authenticating user 'default' from [fd00:1122:3344:101::e]:56359 2026.01.22 22:27:29.137403 [ 359 ] {} TCP-Session: fd0ec475-9e90-4514-b4fb-507356cc8897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.137415 [ 363 ] {} TCP-Session: 843029f4-d05d-4ab5-8315-afae14909aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.137420 [ 359 ] {} TCP-Session: fd0ec475-9e90-4514-b4fb-507356cc8897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.137434 [ 363 ] {} TCP-Session: 843029f4-d05d-4ab5-8315-afae14909aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.136893 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64433 2026.01.22 22:27:29.137461 [ 290 ] {3f2db122-4428-41bf-a123-c1449bad2278} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:27:29.137165 [ 358 ] {} TCP-Session: a60a170e-945c-4d58-a8bf-fa240b96de11 Authenticating user 'default' from [fd00:1122:3344:101::e]:59634 2026.01.22 22:27:29.137544 [ 290 ] {3f2db122-4428-41bf-a123-c1449bad2278} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:27:29.137555 [ 358 ] {} TCP-Session: a60a170e-945c-4d58-a8bf-fa240b96de11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.137588 [ 358 ] {} TCP-Session: a60a170e-945c-4d58-a8bf-fa240b96de11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.137868 [ 290 ] {3f2db122-4428-41bf-a123-c1449bad2278} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:27:29.137879 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.137926 [ 362 ] {} TCP-Session: 847efe85-9760-4a40-b9f2-e36bb8795edb Authenticating user 'default' from [fd00:1122:3344:101::e]:39914 2026.01.22 22:27:29.137943 [ 362 ] {} TCP-Session: 847efe85-9760-4a40-b9f2-e36bb8795edb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.137955 [ 362 ] {} TCP-Session: 847efe85-9760-4a40-b9f2-e36bb8795edb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.138019 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.138059 [ 356 ] {} TCP-Session: 0deae133-839d-464d-9906-d62fe936d0db Authenticating user 'default' from [fd00:1122:3344:101::e]:64433 2026.01.22 22:27:29.138076 [ 356 ] {} TCP-Session: 0deae133-839d-464d-9906-d62fe936d0db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.138090 [ 356 ] {} TCP-Session: 0deae133-839d-464d-9906-d62fe936d0db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.139060 [ 335 ] {3f2db122-4428-41bf-a123-c1449bad2278} AggregatingTransform: Aggregating 2026.01.22 22:27:29.139097 [ 335 ] {3f2db122-4428-41bf-a123-c1449bad2278} Aggregator: Aggregation method: without_key 2026.01.22 22:27:29.139127 [ 335 ] {3f2db122-4428-41bf-a123-c1449bad2278} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001146229 sec. (872.426 rows/sec., 34.08 KiB/sec.) 2026.01.22 22:27:29.139141 [ 335 ] {3f2db122-4428-41bf-a123-c1449bad2278} Aggregator: Merging aggregated data 2026.01.22 22:27:29.140328 [ 290 ] {3f2db122-4428-41bf-a123-c1449bad2278} executeQuery: Read 1 rows, 40.00 B in 0.003207 sec., 311.81789834736514 rows/sec., 12.18 KiB/sec. 2026.01.22 22:27:29.140537 [ 290 ] {3f2db122-4428-41bf-a123-c1449bad2278} TCPHandler: Processed in 0.003695657 sec. 2026.01.22 22:27:29.140673 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.140702 [ 290 ] {} TCP-Session: f4afbd70-3751-49a3-b37a-8bb60f4a3254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.140704 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.140724 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.140743 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.140751 [ 363 ] {} TCP-Session: 843029f4-d05d-4ab5-8315-afae14909aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.140773 [ 356 ] {} TCP-Session: 0deae133-839d-464d-9906-d62fe936d0db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.140783 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.140789 [ 355 ] {} TCP-Session: 26b2c590-32fe-49c6-8481-bcc07f996394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.140762 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.140828 [ 359 ] {} TCP-Session: fd0ec475-9e90-4514-b4fb-507356cc8897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.140852 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.140863 [ 349 ] {} TCP-Session: d1e665a9-d702-45c1-9f2a-3dbb1ab79134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.140822 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.140907 [ 362 ] {} TCP-Session: 847efe85-9760-4a40-b9f2-e36bb8795edb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.140819 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.140957 [ 357 ] {} TCP-Session: 64fd0fdd-7377-4bac-9ba8-825fabdcb705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.140974 [ 358 ] {} TCP-Session: a60a170e-945c-4d58-a8bf-fa240b96de11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345008 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44272 2026.01.22 22:27:29.345115 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.345140 [ 290 ] {} TCP-Session: ea734a01-9204-45a2-a47d-24c49b36a8a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:44272 2026.01.22 22:27:29.345162 [ 290 ] {} TCP-Session: ea734a01-9204-45a2-a47d-24c49b36a8a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345175 [ 290 ] {} TCP-Session: ea734a01-9204-45a2-a47d-24c49b36a8a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345339 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57619 2026.01.22 22:27:29.345390 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60352 2026.01.22 22:27:29.345415 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.345427 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47626 2026.01.22 22:27:29.345447 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35819 2026.01.22 22:27:29.345478 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61311 2026.01.22 22:27:29.345513 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.345510 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.345549 [ 356 ] {} TCP-Session: 7a34241d-34aa-45d4-b2c9-d450d3c515d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:47626 2026.01.22 22:27:29.345560 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.345567 [ 355 ] {} TCP-Session: d96b1ee3-2d08-460c-943f-1e1ba96726fa Authenticating user 'default' from [fd00:1122:3344:101::e]:60352 2026.01.22 22:27:29.345577 [ 356 ] {} TCP-Session: 7a34241d-34aa-45d4-b2c9-d450d3c515d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345596 [ 357 ] {} TCP-Session: 17ce1653-066d-402f-b996-88acc83babfa Authenticating user 'default' from [fd00:1122:3344:101::e]:35819 2026.01.22 22:27:29.345614 [ 355 ] {} TCP-Session: d96b1ee3-2d08-460c-943f-1e1ba96726fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345612 [ 356 ] {} TCP-Session: 7a34241d-34aa-45d4-b2c9-d450d3c515d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345640 [ 355 ] {} TCP-Session: d96b1ee3-2d08-460c-943f-1e1ba96726fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345635 [ 357 ] {} TCP-Session: 17ce1653-066d-402f-b996-88acc83babfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345505 [ 290 ] {} TCP-Session: ea734a01-9204-45a2-a47d-24c49b36a8a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:29.345702 [ 357 ] {} TCP-Session: 17ce1653-066d-402f-b996-88acc83babfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345469 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64929 2026.01.22 22:27:29.345465 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47366 2026.01.22 22:27:29.345455 [ 349 ] {} TCP-Session: 20df990f-8c2a-4f40-a34d-ba1a78dfb426 Authenticating user 'default' from [fd00:1122:3344:101::e]:57619 2026.01.22 22:27:29.345597 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.345819 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.345827 [ 349 ] {} TCP-Session: 20df990f-8c2a-4f40-a34d-ba1a78dfb426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345844 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.345869 [ 349 ] {} TCP-Session: 20df990f-8c2a-4f40-a34d-ba1a78dfb426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345875 [ 290 ] {5cb65eff-0a53-4d79-a584-803b577375b9} executeQuery: (from [fd00:1122:3344:101::e]:44272) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:27:29.345887 [ 359 ] {} TCP-Session: 4181d598-bea8-4be8-aaad-af138a2fecb1 Authenticating user 'default' from [fd00:1122:3344:101::e]:47366 2026.01.22 22:27:29.345860 [ 358 ] {} TCP-Session: a4397531-6f23-4624-8f12-f43a0e572065 Authenticating user 'default' from [fd00:1122:3344:101::e]:64929 2026.01.22 22:27:29.345924 [ 359 ] {} TCP-Session: 4181d598-bea8-4be8-aaad-af138a2fecb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345853 [ 362 ] {} TCP-Session: 3b2827fd-93ac-430c-b1f0-36560d36e6fd Authenticating user 'default' from [fd00:1122:3344:101::e]:61311 2026.01.22 22:27:29.345952 [ 358 ] {} TCP-Session: a4397531-6f23-4624-8f12-f43a0e572065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345954 [ 359 ] {} TCP-Session: 4181d598-bea8-4be8-aaad-af138a2fecb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345975 [ 362 ] {} TCP-Session: 3b2827fd-93ac-430c-b1f0-36560d36e6fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345979 [ 358 ] {} TCP-Session: a4397531-6f23-4624-8f12-f43a0e572065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.346004 [ 362 ] {} TCP-Session: 3b2827fd-93ac-430c-b1f0-36560d36e6fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.345507 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51769 2026.01.22 22:27:29.346088 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.346109 [ 363 ] {} TCP-Session: ddd1e894-0a56-48a3-ac7a-44f568ce8335 Authenticating user 'default' from [fd00:1122:3344:101::e]:51769 2026.01.22 22:27:29.346126 [ 363 ] {} TCP-Session: ddd1e894-0a56-48a3-ac7a-44f568ce8335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.346146 [ 363 ] {} TCP-Session: ddd1e894-0a56-48a3-ac7a-44f568ce8335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.346145 [ 290 ] {5cb65eff-0a53-4d79-a584-803b577375b9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:27:29.346211 [ 290 ] {5cb65eff-0a53-4d79-a584-803b577375b9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:27:29.346535 [ 290 ] {5cb65eff-0a53-4d79-a584-803b577375b9} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:27:29.347593 [ 323 ] {5cb65eff-0a53-4d79-a584-803b577375b9} AggregatingTransform: Aggregating 2026.01.22 22:27:29.347631 [ 323 ] {5cb65eff-0a53-4d79-a584-803b577375b9} Aggregator: Aggregation method: without_key 2026.01.22 22:27:29.347671 [ 323 ] {5cb65eff-0a53-4d79-a584-803b577375b9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001023038 sec. (977.481 rows/sec., 38.18 KiB/sec.) 2026.01.22 22:27:29.347691 [ 323 ] {5cb65eff-0a53-4d79-a584-803b577375b9} Aggregator: Merging aggregated data 2026.01.22 22:27:29.348996 [ 290 ] {5cb65eff-0a53-4d79-a584-803b577375b9} executeQuery: Read 1 rows, 40.00 B in 0.003174 sec., 315.05986137366097 rows/sec., 12.31 KiB/sec. 2026.01.22 22:27:29.349168 [ 290 ] {5cb65eff-0a53-4d79-a584-803b577375b9} TCPHandler: Processed in 0.003787998 sec. 2026.01.22 22:27:29.349284 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.349310 [ 290 ] {} TCP-Session: ea734a01-9204-45a2-a47d-24c49b36a8a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.349312 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.349337 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.349352 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.349371 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.349381 [ 363 ] {} TCP-Session: ddd1e894-0a56-48a3-ac7a-44f568ce8335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.349404 [ 356 ] {} TCP-Session: 7a34241d-34aa-45d4-b2c9-d450d3c515d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.349407 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.349419 [ 355 ] {} TCP-Session: d96b1ee3-2d08-460c-943f-1e1ba96726fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.349442 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.349457 [ 359 ] {} TCP-Session: 4181d598-bea8-4be8-aaad-af138a2fecb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.349388 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.349495 [ 358 ] {} TCP-Session: a4397531-6f23-4624-8f12-f43a0e572065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.349348 [ 349 ] {} TCP-Session: 20df990f-8c2a-4f40-a34d-ba1a78dfb426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.349536 [ 357 ] {} TCP-Session: 17ce1653-066d-402f-b996-88acc83babfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.349424 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.349599 [ 362 ] {} TCP-Session: 3b2827fd-93ac-430c-b1f0-36560d36e6fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.408385 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52852 2026.01.22 22:27:29.408503 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.408533 [ 290 ] {} TCP-Session: 8f755312-781b-4001-b880-39f6726f7f8b Authenticating user 'default' from [fd00:1122:3344:101::e]:52852 2026.01.22 22:27:29.408555 [ 290 ] {} TCP-Session: 8f755312-781b-4001-b880-39f6726f7f8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.408568 [ 290 ] {} TCP-Session: 8f755312-781b-4001-b880-39f6726f7f8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.408748 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56618 2026.01.22 22:27:29.408819 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41754 2026.01.22 22:27:29.408835 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56337 2026.01.22 22:27:29.408865 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64917 2026.01.22 22:27:29.408893 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54590 2026.01.22 22:27:29.408910 [ 290 ] {} TCP-Session: 8f755312-781b-4001-b880-39f6726f7f8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:29.408826 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.408951 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.408963 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.408966 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.408976 [ 349 ] {} TCP-Session: cf699b8d-a5a8-4dea-a061-fb4a14ad78a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:56618 2026.01.22 22:27:29.408998 [ 355 ] {} TCP-Session: e333a1b1-413a-4342-996c-d53cf9667984 Authenticating user 'default' from [fd00:1122:3344:101::e]:41754 2026.01.22 22:27:29.409024 [ 349 ] {} TCP-Session: cf699b8d-a5a8-4dea-a061-fb4a14ad78a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.408998 [ 359 ] {} TCP-Session: 1268aab3-66ed-42c9-8e0c-80ee16f6d7f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:64917 2026.01.22 22:27:29.409048 [ 355 ] {} TCP-Session: e333a1b1-413a-4342-996c-d53cf9667984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409048 [ 349 ] {} TCP-Session: cf699b8d-a5a8-4dea-a061-fb4a14ad78a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409077 [ 359 ] {} TCP-Session: 1268aab3-66ed-42c9-8e0c-80ee16f6d7f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409082 [ 355 ] {} TCP-Session: e333a1b1-413a-4342-996c-d53cf9667984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409103 [ 359 ] {} TCP-Session: 1268aab3-66ed-42c9-8e0c-80ee16f6d7f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409110 [ 290 ] {e1217b3c-e1eb-488b-9ca5-6d6735eec6ee} executeQuery: (from [fd00:1122:3344:101::e]:52852) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:27:29.408963 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.408859 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56969 2026.01.22 22:27:29.409179 [ 357 ] {} TCP-Session: 783f070c-856d-420b-8e15-59bee2ef64a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:56337 2026.01.22 22:27:29.409011 [ 363 ] {} TCP-Session: cc11d311-a7ff-494a-b2bb-d78ba51e30fc Authenticating user 'default' from [fd00:1122:3344:101::e]:54590 2026.01.22 22:27:29.409232 [ 357 ] {} TCP-Session: 783f070c-856d-420b-8e15-59bee2ef64a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.408872 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62212 2026.01.22 22:27:29.409271 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.409271 [ 357 ] {} TCP-Session: 783f070c-856d-420b-8e15-59bee2ef64a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409316 [ 358 ] {} TCP-Session: 1b670887-0ccb-4c86-9dd5-bcd9453a29a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:56969 2026.01.22 22:27:29.409262 [ 363 ] {} TCP-Session: cc11d311-a7ff-494a-b2bb-d78ba51e30fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409355 [ 358 ] {} TCP-Session: 1b670887-0ccb-4c86-9dd5-bcd9453a29a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409354 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.409385 [ 358 ] {} TCP-Session: 1b670887-0ccb-4c86-9dd5-bcd9453a29a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409392 [ 290 ] {e1217b3c-e1eb-488b-9ca5-6d6735eec6ee} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:27:29.409412 [ 362 ] {} TCP-Session: 22c15428-3eee-450e-8d15-26d850db7d44 Authenticating user 'default' from [fd00:1122:3344:101::e]:62212 2026.01.22 22:27:29.409377 [ 363 ] {} TCP-Session: cc11d311-a7ff-494a-b2bb-d78ba51e30fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409466 [ 362 ] {} TCP-Session: 22c15428-3eee-450e-8d15-26d850db7d44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409486 [ 290 ] {e1217b3c-e1eb-488b-9ca5-6d6735eec6ee} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:27:29.409510 [ 362 ] {} TCP-Session: 22c15428-3eee-450e-8d15-26d850db7d44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.408825 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50008 2026.01.22 22:27:29.409640 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:27:29.409671 [ 356 ] {} TCP-Session: 268bc8db-2a24-4337-aa08-6d21135e1c73 Authenticating user 'default' from [fd00:1122:3344:101::e]:50008 2026.01.22 22:27:29.409690 [ 356 ] {} TCP-Session: 268bc8db-2a24-4337-aa08-6d21135e1c73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409704 [ 356 ] {} TCP-Session: 268bc8db-2a24-4337-aa08-6d21135e1c73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.409823 [ 290 ] {e1217b3c-e1eb-488b-9ca5-6d6735eec6ee} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:27:29.410868 [ 326 ] {e1217b3c-e1eb-488b-9ca5-6d6735eec6ee} AggregatingTransform: Aggregating 2026.01.22 22:27:29.410916 [ 326 ] {e1217b3c-e1eb-488b-9ca5-6d6735eec6ee} Aggregator: Aggregation method: without_key 2026.01.22 22:27:29.410950 [ 326 ] {e1217b3c-e1eb-488b-9ca5-6d6735eec6ee} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001027627 sec. (973.116 rows/sec., 38.01 KiB/sec.) 2026.01.22 22:27:29.410969 [ 326 ] {e1217b3c-e1eb-488b-9ca5-6d6735eec6ee} Aggregator: Merging aggregated data 2026.01.22 22:27:29.412165 [ 290 ] {e1217b3c-e1eb-488b-9ca5-6d6735eec6ee} executeQuery: Read 1 rows, 40.00 B in 0.003124 sec., 320.1024327784891 rows/sec., 12.50 KiB/sec. 2026.01.22 22:27:29.412322 [ 290 ] {e1217b3c-e1eb-488b-9ca5-6d6735eec6ee} TCPHandler: Processed in 0.003546406 sec. 2026.01.22 22:27:29.412465 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.412494 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.412496 [ 290 ] {} TCP-Session: 8f755312-781b-4001-b880-39f6726f7f8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.412518 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.412530 [ 356 ] {} TCP-Session: 268bc8db-2a24-4337-aa08-6d21135e1c73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.412536 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.412562 [ 349 ] {} TCP-Session: cf699b8d-a5a8-4dea-a061-fb4a14ad78a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.412585 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.412610 [ 362 ] {} TCP-Session: 22c15428-3eee-450e-8d15-26d850db7d44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.412613 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.412631 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.412655 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.412674 [ 355 ] {} TCP-Session: e333a1b1-413a-4342-996c-d53cf9667984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.412694 [ 358 ] {} TCP-Session: 1b670887-0ccb-4c86-9dd5-bcd9453a29a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.412711 [ 363 ] {} TCP-Session: cc11d311-a7ff-494a-b2bb-d78ba51e30fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.412651 [ 357 ] {} TCP-Session: 783f070c-856d-420b-8e15-59bee2ef64a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.412558 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:27:29.412789 [ 359 ] {} TCP-Session: 1268aab3-66ed-42c9-8e0c-80ee16f6d7f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:27:29.877518 [ 144 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 2026.01.22 22:27:29.877581 [ 144 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:29.877603 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:29.877725 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_31_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full 2026.01.22 22:27:29.877878 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_31_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:29.877918 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 241 rows starting from the beginning of the part 2026.01.22 22:27:29.877990 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part 2026.01.22 22:27:29.878039 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 229 rows starting from the beginning of the part 2026.01.22 22:27:29.878085 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 229 rows starting from the beginning of the part 2026.01.22 22:27:29.878130 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part 2026.01.22 22:27:29.879057 [ 191 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_31_7} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 5 columns (5 merged, 0 gathered) in 0.00138821 sec., 520814.5741638513 rows/sec., 32.06 MiB/sec. 2026.01.22 22:27:29.879266 [ 192 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_31_7} MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) 2026.01.22 22:27:29.879588 [ 192 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_31_7} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:29.879668 [ 192 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_31_7} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 2026.01.22 22:27:29.879766 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:27:29.907564 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 42656 2026.01.22 22:27:29.908125 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:29.908167 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:29.908658 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.22 22:27:29.908909 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:29.909048 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42656 2026.01.22 22:27:30.323425 [ 144 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 2026.01.22 22:27:30.323495 [ 144 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:30.323520 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.22 22:27:30.323663 [ 190 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_31_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full 2026.01.22 22:27:30.323811 [ 190 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_31_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:30.323846 [ 190 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 470 rows starting from the beginning of the part 2026.01.22 22:27:30.323915 [ 190 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2026.01.22 22:27:30.323962 [ 190 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 446 rows starting from the beginning of the part 2026.01.22 22:27:30.324005 [ 190 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 446 rows starting from the beginning of the part 2026.01.22 22:27:30.324055 [ 190 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2026.01.22 22:27:30.325085 [ 192 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_31_7} MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 5 columns (5 merged, 0 gathered) in 0.001487241 sec., 948064.234377616 rows/sec., 64.69 MiB/sec. 2026.01.22 22:27:30.325307 [ 191 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_31_7} MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) 2026.01.22 22:27:30.325641 [ 191 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_31_7} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:30.325728 [ 191 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_31_7} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 2026.01.22 22:27:30.325842 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.22 22:27:32.211626 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 670 2026.01.22 22:27:32.230860 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.230917 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.237943 [ 245 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.22 22:27:32.238697 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.242631 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 670 2026.01.22 22:27:32.533333 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:32.533499 [ 277 ] {778032cd-2ea0-4c4d-808e-16531776f40d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:32.533564 [ 277 ] {778032cd-2ea0-4c4d-808e-16531776f40d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:32.534214 [ 277 ] {778032cd-2ea0-4c4d-808e-16531776f40d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.534258 [ 277 ] {778032cd-2ea0-4c4d-808e-16531776f40d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.534649 [ 277 ] {778032cd-2ea0-4c4d-808e-16531776f40d} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.22 22:27:32.534895 [ 277 ] {778032cd-2ea0-4c4d-808e-16531776f40d} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.535053 [ 277 ] {778032cd-2ea0-4c4d-808e-16531776f40d} executeQuery: Read 128 rows, 11.26 KiB in 0.001601 sec., 79950.03123048095 rows/sec., 6.87 MiB/sec. 2026.01.22 22:27:32.535073 [ 82 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.22 22:27:32.535095 [ 277 ] {778032cd-2ea0-4c4d-808e-16531776f40d} TCPHandler: Processed in 0.001883754 sec. 2026.01.22 22:27:32.535142 [ 82 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.535169 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.535241 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:32.535284 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:27:32.535341 [ 277 ] {94f514f6-ccec-4993-a777-6e2ad74ab05d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:32.535385 [ 277 ] {94f514f6-ccec-4993-a777-6e2ad74ab05d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:32.535417 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:32.535461 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2556 rows starting from the beginning of the part 2026.01.22 22:27:32.535537 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 1274 rows starting from the beginning of the part 2026.01.22 22:27:32.535587 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:27:32.535635 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 128 rows starting from the beginning of the part 2026.01.22 22:27:32.535682 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 66 rows starting from the beginning of the part 2026.01.22 22:27:32.535729 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 128 rows starting from the beginning of the part 2026.01.22 22:27:32.535811 [ 277 ] {94f514f6-ccec-4993-a777-6e2ad74ab05d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.535853 [ 277 ] {94f514f6-ccec-4993-a777-6e2ad74ab05d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.536194 [ 277 ] {94f514f6-ccec-4993-a777-6e2ad74ab05d} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.22 22:27:32.536407 [ 277 ] {94f514f6-ccec-4993-a777-6e2ad74ab05d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.536550 [ 277 ] {94f514f6-ccec-4993-a777-6e2ad74ab05d} executeQuery: Read 36 rows, 2.71 KiB in 0.001227 sec., 29339.853300733495 rows/sec., 2.15 MiB/sec. 2026.01.22 22:27:32.536594 [ 277 ] {94f514f6-ccec-4993-a777-6e2ad74ab05d} TCPHandler: Processed in 0.00140138 sec. 2026.01.22 22:27:32.536705 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:32.536798 [ 277 ] {5044ea94-b7ce-478b-90d6-457075e4e741} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:32.536837 [ 277 ] {5044ea94-b7ce-478b-90d6-457075e4e741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:32.537255 [ 277 ] {5044ea94-b7ce-478b-90d6-457075e4e741} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.537290 [ 277 ] {5044ea94-b7ce-478b-90d6-457075e4e741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.537604 [ 277 ] {5044ea94-b7ce-478b-90d6-457075e4e741} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.22 22:27:32.537851 [ 277 ] {5044ea94-b7ce-478b-90d6-457075e4e741} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.537991 [ 82 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.22 22:27:32.537996 [ 277 ] {5044ea94-b7ce-478b-90d6-457075e4e741} executeQuery: Read 100 rows, 8.00 KiB in 0.001216 sec., 82236.84210526316 rows/sec., 6.42 MiB/sec. 2026.01.22 22:27:32.538030 [ 82 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.538053 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.538054 [ 277 ] {5044ea94-b7ce-478b-90d6-457075e4e741} TCPHandler: Processed in 0.00139558 sec. 2026.01.22 22:27:32.538138 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:27:32.538206 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:32.538235 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:32.538265 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1304 rows starting from the beginning of the part 2026.01.22 22:27:32.538302 [ 277 ] {76caa275-83cf-47e9-afe1-454c51c06f6b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:32.538324 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 769 rows starting from the beginning of the part 2026.01.22 22:27:32.538345 [ 277 ] {76caa275-83cf-47e9-afe1-454c51c06f6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:32.538368 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 563 rows starting from the beginning of the part 2026.01.22 22:27:32.538408 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 100 rows starting from the beginning of the part 2026.01.22 22:27:32.538444 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 69 rows starting from the beginning of the part 2026.01.22 22:27:32.538485 [ 191 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 100 rows starting from the beginning of the part 2026.01.22 22:27:32.538620 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 5479 rows, containing 5 columns (5 merged, 0 gathered) in 0.003384394 sec., 1618901.3454107293 rows/sec., 138.48 MiB/sec. 2026.01.22 22:27:32.538812 [ 277 ] {76caa275-83cf-47e9-afe1-454c51c06f6b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.538842 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 37 entries to flush up to offset 2111 2026.01.22 22:27:32.538852 [ 277 ] {76caa275-83cf-47e9-afe1-454c51c06f6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.538944 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.22 22:27:32.539280 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_131_26} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.539316 [ 277 ] {76caa275-83cf-47e9-afe1-454c51c06f6b} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.22 22:27:32.539366 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_131_26} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.22 22:27:32.539466 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.01.22 22:27:32.539560 [ 277 ] {76caa275-83cf-47e9-afe1-454c51c06f6b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.539690 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2905 rows, containing 5 columns (5 merged, 0 gathered) in 0.001592502 sec., 1824173.5332200525 rows/sec., 139.45 MiB/sec. 2026.01.22 22:27:32.539703 [ 277 ] {76caa275-83cf-47e9-afe1-454c51c06f6b} executeQuery: Read 160 rows, 11.41 KiB in 0.001419 sec., 112755.46159267091 rows/sec., 7.85 MiB/sec. 2026.01.22 22:27:32.539757 [ 277 ] {76caa275-83cf-47e9-afe1-454c51c06f6b} TCPHandler: Processed in 0.001599372 sec. 2026.01.22 22:27:32.539869 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:32.539874 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.22 22:27:32.539967 [ 277 ] {791aeb23-6595-4219-b3bc-a3277b1e7aa6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:32.540026 [ 277 ] {791aeb23-6595-4219-b3bc-a3277b1e7aa6} 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.01.22 22:27:32.540132 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_131_26} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.540208 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_131_26} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.22 22:27:32.540289 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.01.22 22:27:32.540854 [ 277 ] {791aeb23-6595-4219-b3bc-a3277b1e7aa6} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.540894 [ 277 ] {791aeb23-6595-4219-b3bc-a3277b1e7aa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.541328 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.541372 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.541457 [ 277 ] {791aeb23-6595-4219-b3bc-a3277b1e7aa6} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.22 22:27:32.541678 [ 277 ] {791aeb23-6595-4219-b3bc-a3277b1e7aa6} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.541826 [ 277 ] {791aeb23-6595-4219-b3bc-a3277b1e7aa6} executeQuery: Read 36 rows, 66.06 KiB in 0.001877 sec., 19179.54182205647 rows/sec., 34.37 MiB/sec. 2026.01.22 22:27:32.541906 [ 277 ] {791aeb23-6595-4219-b3bc-a3277b1e7aa6} TCPHandler: Processed in 0.002083895 sec. 2026.01.22 22:27:32.542038 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:32.542131 [ 277 ] {efa36af1-9b4f-4170-b524-9f582344e76d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:32.542172 [ 277 ] {efa36af1-9b4f-4170-b524-9f582344e76d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:32.542576 [ 277 ] {efa36af1-9b4f-4170-b524-9f582344e76d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.542618 [ 277 ] {efa36af1-9b4f-4170-b524-9f582344e76d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.542711 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.22 22:27:32.542986 [ 277 ] {efa36af1-9b4f-4170-b524-9f582344e76d} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.22 22:27:32.543035 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.543187 [ 82 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.22 22:27:32.543229 [ 82 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.543240 [ 277 ] {efa36af1-9b4f-4170-b524-9f582344e76d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.543249 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.543335 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:27:32.543376 [ 82 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.22 22:27:32.543394 [ 277 ] {efa36af1-9b4f-4170-b524-9f582344e76d} executeQuery: Read 60 rows, 4.14 KiB in 0.001281 sec., 46838.4074941452 rows/sec., 3.16 MiB/sec. 2026.01.22 22:27:32.543415 [ 82 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:32.543438 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:32.543440 [ 277 ] {efa36af1-9b4f-4170-b524-9f582344e76d} TCPHandler: Processed in 0.001449621 sec. 2026.01.22 22:27:32.543486 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2111 2026.01.22 22:27:32.543516 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:27:32.543622 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:32.543650 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7842 rows starting from the beginning of the part 2026.01.22 22:27:32.543705 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 108 rows starting from the beginning of the part 2026.01.22 22:27:32.543744 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part 2026.01.22 22:27:32.543782 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part 2026.01.22 22:27:32.543793 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:32.543820 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:27:32.543857 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:27:32.543930 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1936 rows starting from the beginning of the part 2026.01.22 22:27:32.544260 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part 2026.01.22 22:27:32.544565 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 24 rows starting from the beginning of the part 2026.01.22 22:27:32.544953 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 36 rows starting from the beginning of the part 2026.01.22 22:27:32.545419 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 42 rows starting from the beginning of the part 2026.01.22 22:27:32.545745 [ 192 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 37 rows starting from the beginning of the part 2026.01.22 22:27:32.545863 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 8190 rows, containing 4 columns (4 merged, 0 gathered) in 0.002375738 sec., 3447349.83403052 rows/sec., 229.45 MiB/sec. 2026.01.22 22:27:32.546331 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.22 22:27:32.546714 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_131_26} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.546787 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_131_26} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.22 22:27:32.546854 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.01.22 22:27:32.552807 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2111 rows, containing 72 columns (72 merged, 0 gathered) in 0.009502881 sec., 222143.1584800441 rows/sec., 171.32 MiB/sec. 2026.01.22 22:27:32.554853 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.22 22:27:32.555527 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_66_13} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:32.555622 [ 193 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_66_13} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.22 22:27:32.556021 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. 2026.01.22 22:27:33.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 389.04 MiB, peak 406.68 MiB, free memory in arenas 0.00 B, will set to 387.93 MiB (RSS), difference: -1.12 MiB 2026.01.22 22:27:37.173889 [ 128 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:27:37.173952 [ 128 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:27:37.409307 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 43168 2026.01.22 22:27:37.410194 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:37.410267 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:37.410968 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.22 22:27:37.411200 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:37.411336 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43168 2026.01.22 22:27:37.411420 [ 221 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:27:37.411457 [ 221 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:27:37.413990 [ 221 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:27:37.533261 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:37.533459 [ 277 ] {c441679d-9276-432a-90f3-c7fccc551c48} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:37.533533 [ 277 ] {c441679d-9276-432a-90f3-c7fccc551c48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:37.534277 [ 277 ] {c441679d-9276-432a-90f3-c7fccc551c48} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:37.534331 [ 277 ] {c441679d-9276-432a-90f3-c7fccc551c48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:37.534734 [ 277 ] {c441679d-9276-432a-90f3-c7fccc551c48} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.22 22:27:37.534963 [ 277 ] {c441679d-9276-432a-90f3-c7fccc551c48} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:37.535122 [ 277 ] {c441679d-9276-432a-90f3-c7fccc551c48} executeQuery: Read 66 rows, 5.35 KiB in 0.001716 sec., 38461.53846153846 rows/sec., 3.05 MiB/sec. 2026.01.22 22:27:37.535171 [ 277 ] {c441679d-9276-432a-90f3-c7fccc551c48} TCPHandler: Processed in 0.002040565 sec. 2026.01.22 22:27:37.535202 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:27:37.535231 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:27:37.535289 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:37.535392 [ 277 ] {9f21090c-d8e4-44f8-b64f-4576f41fef0c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:37.535435 [ 277 ] {9f21090c-d8e4-44f8-b64f-4576f41fef0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:37.535842 [ 277 ] {9f21090c-d8e4-44f8-b64f-4576f41fef0c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:37.535878 [ 277 ] {9f21090c-d8e4-44f8-b64f-4576f41fef0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:37.536178 [ 277 ] {9f21090c-d8e4-44f8-b64f-4576f41fef0c} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.22 22:27:37.536387 [ 277 ] {9f21090c-d8e4-44f8-b64f-4576f41fef0c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:37.536514 [ 128 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.22 22:27:37.536522 [ 277 ] {9f21090c-d8e4-44f8-b64f-4576f41fef0c} executeQuery: Read 5 rows, 385.00 B in 0.001153 sec., 4336.513443191674 rows/sec., 326.09 KiB/sec. 2026.01.22 22:27:37.536580 [ 128 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:37.536599 [ 277 ] {9f21090c-d8e4-44f8-b64f-4576f41fef0c} TCPHandler: Processed in 0.00136028 sec. 2026.01.22 22:27:37.536607 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:37.536725 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:27:37.536732 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:37.536849 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:37.536851 [ 277 ] {947c3507-1194-48d1-98a2-4151b2025eb1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:37.536891 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 296 rows starting from the beginning of the part 2026.01.22 22:27:37.536910 [ 277 ] {947c3507-1194-48d1-98a2-4151b2025eb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:37.536967 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 19 rows starting from the beginning of the part 2026.01.22 22:27:37.537024 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 36 rows starting from the beginning of the part 2026.01.22 22:27:37.537074 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 5 rows starting from the beginning of the part 2026.01.22 22:27:37.537120 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 36 rows starting from the beginning of the part 2026.01.22 22:27:37.537167 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 5 rows starting from the beginning of the part 2026.01.22 22:27:37.537333 [ 277 ] {947c3507-1194-48d1-98a2-4151b2025eb1} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:37.537374 [ 277 ] {947c3507-1194-48d1-98a2-4151b2025eb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:37.537703 [ 277 ] {947c3507-1194-48d1-98a2-4151b2025eb1} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.22 22:27:37.537947 [ 277 ] {947c3507-1194-48d1-98a2-4151b2025eb1} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:37.538053 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 397 rows, containing 5 columns (5 merged, 0 gathered) in 0.00137789 sec., 288121.6933136897 rows/sec., 19.86 MiB/sec. 2026.01.22 22:27:37.538079 [ 277 ] {947c3507-1194-48d1-98a2-4151b2025eb1} executeQuery: Read 69 rows, 5.52 KiB in 0.001248 sec., 55288.46153846154 rows/sec., 4.32 MiB/sec. 2026.01.22 22:27:37.538121 [ 277 ] {947c3507-1194-48d1-98a2-4151b2025eb1} TCPHandler: Processed in 0.001436871 sec. 2026.01.22 22:27:37.538177 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.22 22:27:37.538200 [ 222 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:27:37.538235 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:37.538257 [ 222 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:27:37.538353 [ 277 ] {35014a1c-2411-416a-ab8a-e1dfa57fa4bc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:37.538405 [ 277 ] {35014a1c-2411-416a-ab8a-e1dfa57fa4bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:37.538445 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_126_25} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:37.538524 [ 197 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_126_25} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.22 22:27:37.538600 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:27:37.538792 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:27:37.538813 [ 277 ] {35014a1c-2411-416a-ab8a-e1dfa57fa4bc} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:37.538848 [ 277 ] {35014a1c-2411-416a-ab8a-e1dfa57fa4bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:37.539190 [ 277 ] {35014a1c-2411-416a-ab8a-e1dfa57fa4bc} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.22 22:27:37.539446 [ 277 ] {35014a1c-2411-416a-ab8a-e1dfa57fa4bc} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:37.539576 [ 128 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 2 parts from all_1_127_27 to all_128_128_0 2026.01.22 22:27:37.539586 [ 277 ] {35014a1c-2411-416a-ab8a-e1dfa57fa4bc} executeQuery: Read 160 rows, 11.41 KiB in 0.001252 sec., 127795.5271565495 rows/sec., 8.90 MiB/sec. 2026.01.22 22:27:37.539628 [ 128 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:37.539646 [ 277 ] {35014a1c-2411-416a-ab8a-e1dfa57fa4bc} TCPHandler: Processed in 0.00145868 sec. 2026.01.22 22:27:37.539656 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:37.539745 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_128_28} MergeTask::PrepareStage: Merging 2 parts: from all_1_127_27 to all_128_128_0 into Compact with storage Full 2026.01.22 22:27:37.539769 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:37.539774 [ 224 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:27:37.539819 [ 224 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:27:37.539865 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_128_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:37.539870 [ 277 ] {b07d3a6c-05c4-4abb-a3f9-3417dd422c0c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:37.539905 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_128_28} MergeTreeSequentialSource: Reading 6 marks from part all_1_127_27, total 37643 rows starting from the beginning of the part 2026.01.22 22:27:37.539936 [ 277 ] {b07d3a6c-05c4-4abb-a3f9-3417dd422c0c} 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.01.22 22:27:37.539978 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_128_28} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 881 rows starting from the beginning of the part 2026.01.22 22:27:37.540730 [ 277 ] {b07d3a6c-05c4-4abb-a3f9-3417dd422c0c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:37.540772 [ 277 ] {b07d3a6c-05c4-4abb-a3f9-3417dd422c0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:37.541301 [ 277 ] {b07d3a6c-05c4-4abb-a3f9-3417dd422c0c} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.22 22:27:37.541370 [ 222 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:27:37.541564 [ 277 ] {b07d3a6c-05c4-4abb-a3f9-3417dd422c0c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:37.541724 [ 277 ] {b07d3a6c-05c4-4abb-a3f9-3417dd422c0c} executeQuery: Read 5 rows, 9.17 KiB in 0.001872 sec., 2670.940170940171 rows/sec., 4.79 MiB/sec. 2026.01.22 22:27:37.541802 [ 277 ] {b07d3a6c-05c4-4abb-a3f9-3417dd422c0c} TCPHandler: Processed in 0.002080515 sec. 2026.01.22 22:27:37.541912 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:37.542005 [ 277 ] {04359e71-b305-4346-b913-5f566606f016} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:37.542046 [ 277 ] {04359e71-b305-4346-b913-5f566606f016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:37.542394 [ 277 ] {04359e71-b305-4346-b913-5f566606f016} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:37.542431 [ 277 ] {04359e71-b305-4346-b913-5f566606f016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:37.542759 [ 277 ] {04359e71-b305-4346-b913-5f566606f016} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.22 22:27:37.542978 [ 277 ] {04359e71-b305-4346-b913-5f566606f016} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:37.543107 [ 277 ] {04359e71-b305-4346-b913-5f566606f016} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.01.22 22:27:37.543143 [ 277 ] {04359e71-b305-4346-b913-5f566606f016} TCPHandler: Processed in 0.001278809 sec. 2026.01.22 22:27:37.543179 [ 223 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:27:37.543201 [ 223 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:27:37.543436 [ 224 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:27:37.545299 [ 223 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:27:37.546786 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_128_28} MergeTask::MergeProjectionsStage: Merge sorted 38524 rows, containing 5 columns (5 merged, 0 gathered) in 0.007073502 sec., 5446241.479821452 rows/sec., 372.42 MiB/sec. 2026.01.22 22:27:37.547169 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_128_28} MergedBlockOutputStream: filled checksums all_1_128_28 (state Temporary) 2026.01.22 22:27:37.547418 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_128_28} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_128_28 to all_1_128_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:37.547479 [ 188 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_128_28} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 2 parts: [all_1_127_27, all_128_128_0] -> all_1_128_28 2026.01.22 22:27:37.547547 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2026.01.22 22:27:38.978207 [ 220 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:27:38.978267 [ 220 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:27:38.981742 [ 220 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:27:39.000324 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 383.93 MiB, peak 406.68 MiB, free memory in arenas 0.00 B, will set to 387.93 MiB (RSS), difference: 4.00 MiB 2026.01.22 22:27:39.742813 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 678 2026.01.22 22:27:39.760632 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:39.760698 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:39.767013 [ 245 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.22 22:27:39.767721 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:39.770926 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2026.01.22 22:27:42.159557 [ 222 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:27:42.159675 [ 222 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:27:42.162959 [ 222 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:27:42.533848 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:42.534022 [ 277 ] {09128d96-0bb9-4958-abe6-db1ca2a8a740} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:42.534087 [ 277 ] {09128d96-0bb9-4958-abe6-db1ca2a8a740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:42.534781 [ 277 ] {09128d96-0bb9-4958-abe6-db1ca2a8a740} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:42.534820 [ 277 ] {09128d96-0bb9-4958-abe6-db1ca2a8a740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:42.535206 [ 277 ] {09128d96-0bb9-4958-abe6-db1ca2a8a740} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.22 22:27:42.535425 [ 277 ] {09128d96-0bb9-4958-abe6-db1ca2a8a740} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:42.535571 [ 277 ] {09128d96-0bb9-4958-abe6-db1ca2a8a740} executeQuery: Read 128 rows, 11.26 KiB in 0.001597 sec., 80150.28177833438 rows/sec., 6.89 MiB/sec. 2026.01.22 22:27:42.535614 [ 277 ] {09128d96-0bb9-4958-abe6-db1ca2a8a740} TCPHandler: Processed in 0.001892054 sec. 2026.01.22 22:27:42.535740 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:42.535837 [ 277 ] {62c0e3a5-942c-4997-ba05-91710408704c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:42.535878 [ 277 ] {62c0e3a5-942c-4997-ba05-91710408704c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:42.536291 [ 277 ] {62c0e3a5-942c-4997-ba05-91710408704c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:42.536325 [ 277 ] {62c0e3a5-942c-4997-ba05-91710408704c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:42.536612 [ 277 ] {62c0e3a5-942c-4997-ba05-91710408704c} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.22 22:27:42.536818 [ 277 ] {62c0e3a5-942c-4997-ba05-91710408704c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:42.536943 [ 277 ] {62c0e3a5-942c-4997-ba05-91710408704c} executeQuery: Read 36 rows, 2.71 KiB in 0.001125 sec., 32000.000000000004 rows/sec., 2.35 MiB/sec. 2026.01.22 22:27:42.536981 [ 277 ] {62c0e3a5-942c-4997-ba05-91710408704c} TCPHandler: Processed in 0.001293739 sec. 2026.01.22 22:27:42.537115 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:42.537211 [ 277 ] {1c477b13-74c8-4d50-8334-00d7ad60b1db} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:42.537252 [ 277 ] {1c477b13-74c8-4d50-8334-00d7ad60b1db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:42.537681 [ 277 ] {1c477b13-74c8-4d50-8334-00d7ad60b1db} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:42.537715 [ 277 ] {1c477b13-74c8-4d50-8334-00d7ad60b1db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:42.538011 [ 277 ] {1c477b13-74c8-4d50-8334-00d7ad60b1db} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.22 22:27:42.538219 [ 277 ] {1c477b13-74c8-4d50-8334-00d7ad60b1db} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:42.538344 [ 277 ] {1c477b13-74c8-4d50-8334-00d7ad60b1db} executeQuery: Read 100 rows, 8.00 KiB in 0.001151 sec., 86880.97306689835 rows/sec., 6.79 MiB/sec. 2026.01.22 22:27:42.538383 [ 277 ] {1c477b13-74c8-4d50-8334-00d7ad60b1db} TCPHandler: Processed in 0.001318149 sec. 2026.01.22 22:27:42.538495 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:42.538589 [ 277 ] {f8f5e988-c288-4182-b7b0-f85adca4ffee} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:42.538633 [ 277 ] {f8f5e988-c288-4182-b7b0-f85adca4ffee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:42.539041 [ 277 ] {f8f5e988-c288-4182-b7b0-f85adca4ffee} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:42.539075 [ 277 ] {f8f5e988-c288-4182-b7b0-f85adca4ffee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:42.539404 [ 277 ] {f8f5e988-c288-4182-b7b0-f85adca4ffee} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.22 22:27:42.539609 [ 277 ] {f8f5e988-c288-4182-b7b0-f85adca4ffee} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:42.539729 [ 139 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 2 parts from all_1_128_28 to all_129_129_0 2026.01.22 22:27:42.539735 [ 277 ] {f8f5e988-c288-4182-b7b0-f85adca4ffee} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2026.01.22 22:27:42.539766 [ 139 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:42.539785 [ 277 ] {f8f5e988-c288-4182-b7b0-f85adca4ffee} TCPHandler: Processed in 0.00134121 sec. 2026.01.22 22:27:42.539786 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:42.539880 [ 199 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_129_29} MergeTask::PrepareStage: Merging 2 parts: from all_1_128_28 to all_129_129_0 into Compact with storage Full 2026.01.22 22:27:42.539917 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:42.539995 [ 199 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_129_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:42.540017 [ 277 ] {abbaf5c5-6b1c-4dac-a0e0-f30b68104cdb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:42.540035 [ 199 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_129_29} MergeTreeSequentialSource: Reading 6 marks from part all_1_128_28, total 38524 rows starting from the beginning of the part 2026.01.22 22:27:42.540072 [ 277 ] {abbaf5c5-6b1c-4dac-a0e0-f30b68104cdb} 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.01.22 22:27:42.540095 [ 199 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_129_29} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part 2026.01.22 22:27:42.540948 [ 277 ] {abbaf5c5-6b1c-4dac-a0e0-f30b68104cdb} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:42.540983 [ 277 ] {abbaf5c5-6b1c-4dac-a0e0-f30b68104cdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:42.541528 [ 277 ] {abbaf5c5-6b1c-4dac-a0e0-f30b68104cdb} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.22 22:27:42.541748 [ 277 ] {abbaf5c5-6b1c-4dac-a0e0-f30b68104cdb} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:42.541882 [ 277 ] {abbaf5c5-6b1c-4dac-a0e0-f30b68104cdb} executeQuery: Read 36 rows, 66.06 KiB in 0.001884 sec., 19108.28025477707 rows/sec., 34.24 MiB/sec. 2026.01.22 22:27:42.541940 [ 277 ] {abbaf5c5-6b1c-4dac-a0e0-f30b68104cdb} TCPHandler: Processed in 0.002075856 sec. 2026.01.22 22:27:42.542076 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:42.542187 [ 277 ] {2ce8e5bc-a0d3-4353-977a-4a6607b71600} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:42.542239 [ 277 ] {2ce8e5bc-a0d3-4353-977a-4a6607b71600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:42.542652 [ 277 ] {2ce8e5bc-a0d3-4353-977a-4a6607b71600} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:42.542696 [ 277 ] {2ce8e5bc-a0d3-4353-977a-4a6607b71600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:42.543088 [ 277 ] {2ce8e5bc-a0d3-4353-977a-4a6607b71600} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.22 22:27:42.543363 [ 277 ] {2ce8e5bc-a0d3-4353-977a-4a6607b71600} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:42.543526 [ 277 ] {2ce8e5bc-a0d3-4353-977a-4a6607b71600} executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. 2026.01.22 22:27:42.543573 [ 277 ] {2ce8e5bc-a0d3-4353-977a-4a6607b71600} TCPHandler: Processed in 0.001557842 sec. 2026.01.22 22:27:42.543834 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 29 entries to flush up to offset 2140 2026.01.22 22:27:42.546126 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:42.546170 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:42.547161 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_129_29} MergeTask::MergeProjectionsStage: Merge sorted 38684 rows, containing 5 columns (5 merged, 0 gathered) in 0.007310184 sec., 5291795.6647876445 rows/sec., 361.89 MiB/sec. 2026.01.22 22:27:42.547351 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.22 22:27:42.547631 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:42.547842 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_129_29} MergedBlockOutputStream: filled checksums all_1_129_29 (state Temporary) 2026.01.22 22:27:42.547916 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2140 2026.01.22 22:27:42.548188 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_129_29} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_129_29 to all_1_129_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:42.548276 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_129_29} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 2 parts: [all_1_128_28, all_129_129_0] -> all_1_129_29 2026.01.22 22:27:42.548371 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.22 22:27:44.911568 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 43616 2026.01.22 22:27:44.912136 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:44.912185 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:44.912717 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.22 22:27:44.912952 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:44.913086 [ 138 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.22 22:27:44.913103 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43616 2026.01.22 22:27:44.913162 [ 138 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:44.913191 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:44.913305 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:44.913415 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:44.913451 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 41248 rows starting from the beginning of the part 2026.01.22 22:27:44.913518 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:44.913570 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:44.913611 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:44.913652 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:44.913692 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:27:44.916248 [ 196 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 43616 rows, containing 4 columns (4 merged, 0 gathered) in 0.002994242 sec., 14566624.875344077 rows/sec., 208.38 MiB/sec. 2026.01.22 22:27:44.916541 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.22 22:27:44.916849 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_91_18} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:44.916932 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_91_18} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.22 22:27:44.917062 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.01.22 22:27:47.271085 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 686 2026.01.22 22:27:47.288947 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.289000 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.295324 [ 245 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.22 22:27:47.296063 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.296383 [ 136 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.22 22:27:47.296456 [ 136 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.296480 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.296577 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:47.299183 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 686 2026.01.22 22:27:47.299667 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:47.300525 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:47.303891 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:47.307644 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:47.311605 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part 2026.01.22 22:27:47.316194 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part 2026.01.22 22:27:47.320845 [ 187 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:27:47.387718 [ 196 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.091177574 sec., 7523.779915442804 rows/sec., 38.90 MiB/sec. 2026.01.22 22:27:47.390912 [ 190 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.22 22:27:47.393204 [ 190 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_91_18} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.393326 [ 190 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_91_18} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.22 22:27:47.395945 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.22 22:27:47.561131 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:47.561308 [ 277 ] {13fd5a97-4dbc-49fc-9a29-a2ad48ba071e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:27:47.561374 [ 277 ] {13fd5a97-4dbc-49fc-9a29-a2ad48ba071e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:27:47.561997 [ 277 ] {13fd5a97-4dbc-49fc-9a29-a2ad48ba071e} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.562049 [ 277 ] {13fd5a97-4dbc-49fc-9a29-a2ad48ba071e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.562430 [ 277 ] {13fd5a97-4dbc-49fc-9a29-a2ad48ba071e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:27:47.562668 [ 277 ] {13fd5a97-4dbc-49fc-9a29-a2ad48ba071e} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.562835 [ 277 ] {13fd5a97-4dbc-49fc-9a29-a2ad48ba071e} executeQuery: Read 24 rows, 2.04 KiB in 0.001574 sec., 15247.776365946633 rows/sec., 1.27 MiB/sec. 2026.01.22 22:27:47.562858 [ 220 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): 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.01.22 22:27:47.562883 [ 277 ] {13fd5a97-4dbc-49fc-9a29-a2ad48ba071e} TCPHandler: Processed in 0.001878624 sec. 2026.01.22 22:27:47.562909 [ 220 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): 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.01.22 22:27:47.563023 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:47.563131 [ 277 ] {9c5a8961-e357-4a02-a757-7bc31c6088ed} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:27:47.563178 [ 277 ] {9c5a8961-e357-4a02-a757-7bc31c6088ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:27:47.563589 [ 277 ] {9c5a8961-e357-4a02-a757-7bc31c6088ed} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.563628 [ 277 ] {9c5a8961-e357-4a02-a757-7bc31c6088ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.563938 [ 277 ] {9c5a8961-e357-4a02-a757-7bc31c6088ed} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:27:47.564170 [ 277 ] {9c5a8961-e357-4a02-a757-7bc31c6088ed} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.564304 [ 277 ] {9c5a8961-e357-4a02-a757-7bc31c6088ed} executeQuery: Read 6 rows, 501.00 B in 0.001196 sec., 5016.722408026756 rows/sec., 409.08 KiB/sec. 2026.01.22 22:27:47.564343 [ 277 ] {9c5a8961-e357-4a02-a757-7bc31c6088ed} TCPHandler: Processed in 0.00137455 sec. 2026.01.22 22:27:47.564468 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:47.564591 [ 277 ] {8630027a-7d9f-4f0b-9aff-09aecc2da156} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:47.564644 [ 277 ] {8630027a-7d9f-4f0b-9aff-09aecc2da156} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:47.565723 [ 277 ] {8630027a-7d9f-4f0b-9aff-09aecc2da156} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.565762 [ 277 ] {8630027a-7d9f-4f0b-9aff-09aecc2da156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.566202 [ 277 ] {8630027a-7d9f-4f0b-9aff-09aecc2da156} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.22 22:27:47.566436 [ 220 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): 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.01.22 22:27:47.566463 [ 277 ] {8630027a-7d9f-4f0b-9aff-09aecc2da156} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.566603 [ 277 ] {8630027a-7d9f-4f0b-9aff-09aecc2da156} executeQuery: Read 1329 rows, 113.13 KiB in 0.002038 sec., 652109.9116781158 rows/sec., 54.21 MiB/sec. 2026.01.22 22:27:47.566643 [ 277 ] {8630027a-7d9f-4f0b-9aff-09aecc2da156} TCPHandler: Processed in 0.002237086 sec. 2026.01.22 22:27:47.566766 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:47.566890 [ 277 ] {71c6c80f-8351-4257-b74c-57d4736d84ca} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:47.566941 [ 277 ] {71c6c80f-8351-4257-b74c-57d4736d84ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:47.567426 [ 277 ] {71c6c80f-8351-4257-b74c-57d4736d84ca} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.567471 [ 277 ] {71c6c80f-8351-4257-b74c-57d4736d84ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.567824 [ 277 ] {71c6c80f-8351-4257-b74c-57d4736d84ca} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.22 22:27:47.568037 [ 277 ] {71c6c80f-8351-4257-b74c-57d4736d84ca} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.568168 [ 277 ] {71c6c80f-8351-4257-b74c-57d4736d84ca} executeQuery: Read 23 rows, 1.76 KiB in 0.001303 sec., 17651.57329240215 rows/sec., 1.32 MiB/sec. 2026.01.22 22:27:47.568206 [ 277 ] {71c6c80f-8351-4257-b74c-57d4736d84ca} TCPHandler: Processed in 0.001504051 sec. 2026.01.22 22:27:47.568323 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:47.568439 [ 277 ] {65e28f33-db94-43be-8d76-a68b97b27efe} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:27:47.568486 [ 277 ] {65e28f33-db94-43be-8d76-a68b97b27efe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:27:47.568986 [ 277 ] {65e28f33-db94-43be-8d76-a68b97b27efe} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.569023 [ 277 ] {65e28f33-db94-43be-8d76-a68b97b27efe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.569338 [ 277 ] {65e28f33-db94-43be-8d76-a68b97b27efe} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:27:47.569544 [ 277 ] {65e28f33-db94-43be-8d76-a68b97b27efe} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.569678 [ 277 ] {65e28f33-db94-43be-8d76-a68b97b27efe} executeQuery: Read 252 rows, 17.85 KiB in 0.001263 sec., 199524.9406175772 rows/sec., 13.80 MiB/sec. 2026.01.22 22:27:47.569714 [ 277 ] {65e28f33-db94-43be-8d76-a68b97b27efe} TCPHandler: Processed in 0.001452491 sec. 2026.01.22 22:27:47.569713 [ 222 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): 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.01.22 22:27:47.569760 [ 222 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): 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.01.22 22:27:47.569831 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:47.569930 [ 277 ] {99a33a32-3fa4-427d-9af8-8f9b7ac16869} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:27:47.569972 [ 277 ] {99a33a32-3fa4-427d-9af8-8f9b7ac16869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:27:47.570369 [ 277 ] {99a33a32-3fa4-427d-9af8-8f9b7ac16869} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.570406 [ 277 ] {99a33a32-3fa4-427d-9af8-8f9b7ac16869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.570761 [ 277 ] {99a33a32-3fa4-427d-9af8-8f9b7ac16869} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.22 22:27:47.570985 [ 277 ] {99a33a32-3fa4-427d-9af8-8f9b7ac16869} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.571114 [ 277 ] {99a33a32-3fa4-427d-9af8-8f9b7ac16869} executeQuery: Read 12 rows, 960.00 B in 0.001201 sec., 9991.673605328893 rows/sec., 780.60 KiB/sec. 2026.01.22 22:27:47.571116 [ 218 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): 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.01.22 22:27:47.571153 [ 277 ] {99a33a32-3fa4-427d-9af8-8f9b7ac16869} TCPHandler: Processed in 0.00137274 sec. 2026.01.22 22:27:47.571163 [ 218 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): 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.01.22 22:27:47.571266 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:47.571365 [ 277 ] {9f81f464-a126-4eb6-b53a-17a79ef9d4fc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:47.571407 [ 277 ] {9f81f464-a126-4eb6-b53a-17a79ef9d4fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:47.572019 [ 277 ] {9f81f464-a126-4eb6-b53a-17a79ef9d4fc} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.572059 [ 277 ] {9f81f464-a126-4eb6-b53a-17a79ef9d4fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.572433 [ 277 ] {9f81f464-a126-4eb6-b53a-17a79ef9d4fc} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.22 22:27:47.572552 [ 222 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): 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.01.22 22:27:47.572702 [ 277 ] {9f81f464-a126-4eb6-b53a-17a79ef9d4fc} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.572843 [ 277 ] {9f81f464-a126-4eb6-b53a-17a79ef9d4fc} executeQuery: Read 567 rows, 43.55 KiB in 0.001496 sec., 379010.6951871658 rows/sec., 28.43 MiB/sec. 2026.01.22 22:27:47.572883 [ 277 ] {9f81f464-a126-4eb6-b53a-17a79ef9d4fc} TCPHandler: Processed in 0.001667122 sec. 2026.01.22 22:27:47.572997 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:47.573094 [ 277 ] {c47dc552-e98b-47df-a045-c815466091fc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:47.573139 [ 277 ] {c47dc552-e98b-47df-a045-c815466091fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:47.573729 [ 277 ] {c47dc552-e98b-47df-a045-c815466091fc} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.573771 [ 277 ] {c47dc552-e98b-47df-a045-c815466091fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.573815 [ 218 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): 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.01.22 22:27:47.574155 [ 277 ] {c47dc552-e98b-47df-a045-c815466091fc} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.22 22:27:47.574368 [ 277 ] {c47dc552-e98b-47df-a045-c815466091fc} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.574471 [ 135 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_129_29 to all_134_134_0 2026.01.22 22:27:47.574499 [ 277 ] {c47dc552-e98b-47df-a045-c815466091fc} executeQuery: Read 883 rows, 61.37 KiB in 0.001424 sec., 620084.2696629214 rows/sec., 42.09 MiB/sec. 2026.01.22 22:27:47.574502 [ 135 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.574529 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.574536 [ 277 ] {c47dc552-e98b-47df-a045-c815466091fc} TCPHandler: Processed in 0.001589431 sec. 2026.01.22 22:27:47.574615 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_129_29 to all_134_134_0 into Compact with storage Full 2026.01.22 22:27:47.574658 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:47.574724 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:47.574759 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} MergeTreeSequentialSource: Reading 6 marks from part all_1_129_29, total 38684 rows starting from the beginning of the part 2026.01.22 22:27:47.574780 [ 277 ] {9ca12397-8948-4662-8094-d01f7fea0bca} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:47.574824 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part 2026.01.22 22:27:47.574848 [ 277 ] {9ca12397-8948-4662-8094-d01f7fea0bca} 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.01.22 22:27:47.574875 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part 2026.01.22 22:27:47.574924 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part 2026.01.22 22:27:47.574972 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part 2026.01.22 22:27:47.575015 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 883 rows starting from the beginning of the part 2026.01.22 22:27:47.575735 [ 277 ] {9ca12397-8948-4662-8094-d01f7fea0bca} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.575772 [ 277 ] {9ca12397-8948-4662-8094-d01f7fea0bca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.576287 [ 277 ] {9ca12397-8948-4662-8094-d01f7fea0bca} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.22 22:27:47.576523 [ 277 ] {9ca12397-8948-4662-8094-d01f7fea0bca} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.576639 [ 135 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.22 22:27:47.576662 [ 277 ] {9ca12397-8948-4662-8094-d01f7fea0bca} executeQuery: Read 5 rows, 9.17 KiB in 0.001906 sec., 2623.2948583420775 rows/sec., 4.70 MiB/sec. 2026.01.22 22:27:47.576674 [ 135 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.576696 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.576720 [ 277 ] {9ca12397-8948-4662-8094-d01f7fea0bca} TCPHandler: Processed in 0.002124046 sec. 2026.01.22 22:27:47.576777 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:27:47.576835 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:47.576930 [ 277 ] {9ee21f35-3520-4e34-af3e-3c099e9a5438} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:47.576972 [ 277 ] {9ee21f35-3520-4e34-af3e-3c099e9a5438} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:47.576975 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:47.577034 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2534 rows starting from the beginning of the part 2026.01.22 22:27:47.577161 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 5 rows starting from the beginning of the part 2026.01.22 22:27:47.577274 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 36 rows starting from the beginning of the part 2026.01.22 22:27:47.577308 [ 277 ] {9ee21f35-3520-4e34-af3e-3c099e9a5438} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:47.577345 [ 277 ] {9ee21f35-3520-4e34-af3e-3c099e9a5438} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:47.577387 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 5 rows starting from the beginning of the part 2026.01.22 22:27:47.577499 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 36 rows starting from the beginning of the part 2026.01.22 22:27:47.577608 [ 191 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 5 rows starting from the beginning of the part 2026.01.22 22:27:47.577661 [ 277 ] {9ee21f35-3520-4e34-af3e-3c099e9a5438} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.22 22:27:47.577886 [ 277 ] {9ee21f35-3520-4e34-af3e-3c099e9a5438} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.578015 [ 277 ] {9ee21f35-3520-4e34-af3e-3c099e9a5438} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.01.22 22:27:47.578051 [ 277 ] {9ee21f35-3520-4e34-af3e-3c099e9a5438} TCPHandler: Processed in 0.00126787 sec. 2026.01.22 22:27:47.587767 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} MergeTask::MergeProjectionsStage: Merge sorted 40207 rows, containing 5 columns (5 merged, 0 gathered) in 0.013190997 sec., 3048063.76652197 rows/sec., 208.47 MiB/sec. 2026.01.22 22:27:47.588608 [ 208 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} MergedBlockOutputStream: filled checksums all_1_134_30 (state Temporary) 2026.01.22 22:27:47.588805 [ 193 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2621 rows, containing 19 columns (19 merged, 0 gathered) in 0.012055349 sec., 217413.86333983362 rows/sec., 389.60 MiB/sec. 2026.01.22 22:27:47.588962 [ 208 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_134_30 to all_1_134_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.589050 [ 208 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_134_30} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_129_29, all_134_134_0] -> all_1_134_30 2026.01.22 22:27:47.589154 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.01.22 22:27:47.591583 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.22 22:27:47.591985 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_126_25} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:47.592075 [ 197 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_126_25} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.22 22:27:47.592265 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.83 MiB. 2026.01.22 22:27:48.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 389.80 MiB, peak 414.43 MiB, free memory in arenas 0.00 B, will set to 394.56 MiB (RSS), difference: 4.77 MiB 2026.01.22 22:27:52.174190 [ 131 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:27:52.174258 [ 131 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:27:52.413368 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 44128 2026.01.22 22:27:52.414065 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:52.414109 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:52.414587 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.22 22:27:52.414810 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:52.414945 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44128 2026.01.22 22:27:52.534459 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:52.534656 [ 277 ] {8c285068-81d7-4483-a3b3-f60a54636c22} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:52.534728 [ 277 ] {8c285068-81d7-4483-a3b3-f60a54636c22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:52.535448 [ 277 ] {8c285068-81d7-4483-a3b3-f60a54636c22} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:52.535490 [ 277 ] {8c285068-81d7-4483-a3b3-f60a54636c22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:52.535897 [ 277 ] {8c285068-81d7-4483-a3b3-f60a54636c22} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.22 22:27:52.536149 [ 277 ] {8c285068-81d7-4483-a3b3-f60a54636c22} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:52.536316 [ 277 ] {8c285068-81d7-4483-a3b3-f60a54636c22} executeQuery: Read 128 rows, 11.26 KiB in 0.001714 sec., 74679.11318553092 rows/sec., 6.42 MiB/sec. 2026.01.22 22:27:52.536369 [ 277 ] {8c285068-81d7-4483-a3b3-f60a54636c22} TCPHandler: Processed in 0.002045666 sec. 2026.01.22 22:27:52.536494 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:52.536597 [ 277 ] {0e022b8b-175f-4ac8-9811-2a5bb6c9243a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:52.536641 [ 277 ] {0e022b8b-175f-4ac8-9811-2a5bb6c9243a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:52.537078 [ 277 ] {0e022b8b-175f-4ac8-9811-2a5bb6c9243a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:52.537112 [ 277 ] {0e022b8b-175f-4ac8-9811-2a5bb6c9243a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:52.537424 [ 277 ] {0e022b8b-175f-4ac8-9811-2a5bb6c9243a} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.22 22:27:52.537639 [ 277 ] {0e022b8b-175f-4ac8-9811-2a5bb6c9243a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:52.537776 [ 277 ] {0e022b8b-175f-4ac8-9811-2a5bb6c9243a} executeQuery: Read 36 rows, 2.71 KiB in 0.001202 sec., 29950.083194675542 rows/sec., 2.20 MiB/sec. 2026.01.22 22:27:52.537816 [ 277 ] {0e022b8b-175f-4ac8-9811-2a5bb6c9243a} TCPHandler: Processed in 0.00137523 sec. 2026.01.22 22:27:52.537922 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:52.538016 [ 277 ] {f2a0102f-88d6-4084-a05c-17797334b81d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:52.538057 [ 277 ] {f2a0102f-88d6-4084-a05c-17797334b81d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:52.538508 [ 277 ] {f2a0102f-88d6-4084-a05c-17797334b81d} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:52.538544 [ 277 ] {f2a0102f-88d6-4084-a05c-17797334b81d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:52.538851 [ 277 ] {f2a0102f-88d6-4084-a05c-17797334b81d} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.22 22:27:52.539065 [ 277 ] {f2a0102f-88d6-4084-a05c-17797334b81d} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:52.539191 [ 277 ] {f2a0102f-88d6-4084-a05c-17797334b81d} executeQuery: Read 100 rows, 8.00 KiB in 0.001194 sec., 83752.09380234506 rows/sec., 6.54 MiB/sec. 2026.01.22 22:27:52.539230 [ 277 ] {f2a0102f-88d6-4084-a05c-17797334b81d} TCPHandler: Processed in 0.00135899 sec. 2026.01.22 22:27:52.539349 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:52.539444 [ 277 ] {20cf63cc-3720-46d9-9a8e-89d2f3aeaa55} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:52.539486 [ 277 ] {20cf63cc-3720-46d9-9a8e-89d2f3aeaa55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:52.539891 [ 277 ] {20cf63cc-3720-46d9-9a8e-89d2f3aeaa55} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:52.539927 [ 277 ] {20cf63cc-3720-46d9-9a8e-89d2f3aeaa55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:52.540263 [ 277 ] {20cf63cc-3720-46d9-9a8e-89d2f3aeaa55} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.22 22:27:52.540494 [ 277 ] {20cf63cc-3720-46d9-9a8e-89d2f3aeaa55} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:52.540627 [ 277 ] {20cf63cc-3720-46d9-9a8e-89d2f3aeaa55} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.01.22 22:27:52.540666 [ 277 ] {20cf63cc-3720-46d9-9a8e-89d2f3aeaa55} TCPHandler: Processed in 0.001371461 sec. 2026.01.22 22:27:52.540777 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:52.540871 [ 277 ] {c4aebcb1-be13-4720-9f0e-bfbfae9a9106} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:52.540925 [ 277 ] {c4aebcb1-be13-4720-9f0e-bfbfae9a9106} 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.01.22 22:27:52.541798 [ 277 ] {c4aebcb1-be13-4720-9f0e-bfbfae9a9106} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:52.541837 [ 277 ] {c4aebcb1-be13-4720-9f0e-bfbfae9a9106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:52.542398 [ 277 ] {c4aebcb1-be13-4720-9f0e-bfbfae9a9106} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.22 22:27:52.542631 [ 277 ] {c4aebcb1-be13-4720-9f0e-bfbfae9a9106} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:52.542772 [ 277 ] {c4aebcb1-be13-4720-9f0e-bfbfae9a9106} executeQuery: Read 36 rows, 66.06 KiB in 0.001918 sec., 18769.551616266945 rows/sec., 33.63 MiB/sec. 2026.01.22 22:27:52.542842 [ 277 ] {c4aebcb1-be13-4720-9f0e-bfbfae9a9106} TCPHandler: Processed in 0.002113516 sec. 2026.01.22 22:27:52.542959 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:52.543053 [ 277 ] {5480443c-f200-4181-8181-84e813fa31e3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:52.543096 [ 277 ] {5480443c-f200-4181-8181-84e813fa31e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:52.543438 [ 277 ] {5480443c-f200-4181-8181-84e813fa31e3} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:52.543475 [ 277 ] {5480443c-f200-4181-8181-84e813fa31e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:52.543777 [ 277 ] {5480443c-f200-4181-8181-84e813fa31e3} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.22 22:27:52.543987 [ 277 ] {5480443c-f200-4181-8181-84e813fa31e3} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:52.544118 [ 277 ] {5480443c-f200-4181-8181-84e813fa31e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.01.22 22:27:52.544154 [ 277 ] {5480443c-f200-4181-8181-84e813fa31e3} TCPHandler: Processed in 0.001245539 sec. 2026.01.22 22:27:52.548211 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2172 2026.01.22 22:27:52.550730 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:52.550790 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:52.552006 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.22 22:27:52.552283 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:52.552654 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2172 2026.01.22 22:27:53.444934 [ 224 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:27:53.444986 [ 224 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:27:53.447694 [ 224 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:27:54.445807 [ 225 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): 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.01.22 22:27:54.445888 [ 225 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): 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.01.22 22:27:54.448798 [ 225 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): 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.01.22 22:27:54.799982 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 693 2026.01.22 22:27:54.817692 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:54.817743 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:54.823865 [ 245 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.22 22:27:54.824608 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:54.827960 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2026.01.22 22:27:57.533440 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:57.533656 [ 277 ] {ae4a7170-695f-440e-a071-9a173a5d3d3b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:27:57.533734 [ 277 ] {ae4a7170-695f-440e-a071-9a173a5d3d3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:27:57.534370 [ 277 ] {ae4a7170-695f-440e-a071-9a173a5d3d3b} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:57.534414 [ 277 ] {ae4a7170-695f-440e-a071-9a173a5d3d3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:57.534848 [ 277 ] {ae4a7170-695f-440e-a071-9a173a5d3d3b} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.22 22:27:57.535093 [ 277 ] {ae4a7170-695f-440e-a071-9a173a5d3d3b} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:57.535237 [ 120 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.22 22:27:57.535243 [ 277 ] {ae4a7170-695f-440e-a071-9a173a5d3d3b} executeQuery: Read 66 rows, 5.35 KiB in 0.00164 sec., 40243.902439024394 rows/sec., 3.19 MiB/sec. 2026.01.22 22:27:57.535311 [ 120 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:57.535331 [ 277 ] {ae4a7170-695f-440e-a071-9a173a5d3d3b} TCPHandler: Processed in 0.002027265 sec. 2026.01.22 22:27:57.535342 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:57.535459 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:27:57.535464 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:57.535582 [ 277 ] {69b7a5be-8e8a-4926-b260-91424d18ae66} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:27:57.535586 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:57.535627 [ 277 ] {69b7a5be-8e8a-4926-b260-91424d18ae66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:27:57.535638 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2556 rows starting from the beginning of the part 2026.01.22 22:27:57.535714 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 66 rows starting from the beginning of the part 2026.01.22 22:27:57.535764 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 128 rows starting from the beginning of the part 2026.01.22 22:27:57.535814 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 1329 rows starting from the beginning of the part 2026.01.22 22:27:57.535852 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 128 rows starting from the beginning of the part 2026.01.22 22:27:57.535893 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 66 rows starting from the beginning of the part 2026.01.22 22:27:57.536048 [ 277 ] {69b7a5be-8e8a-4926-b260-91424d18ae66} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:57.536091 [ 277 ] {69b7a5be-8e8a-4926-b260-91424d18ae66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:57.536401 [ 277 ] {69b7a5be-8e8a-4926-b260-91424d18ae66} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.22 22:27:57.536626 [ 277 ] {69b7a5be-8e8a-4926-b260-91424d18ae66} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:57.536763 [ 277 ] {69b7a5be-8e8a-4926-b260-91424d18ae66} executeQuery: Read 5 rows, 385.00 B in 0.0012 sec., 4166.666666666667 rows/sec., 313.31 KiB/sec. 2026.01.22 22:27:57.536803 [ 277 ] {69b7a5be-8e8a-4926-b260-91424d18ae66} TCPHandler: Processed in 0.0013893 sec. 2026.01.22 22:27:57.536918 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:57.537011 [ 277 ] {ea228f09-002c-4a9d-876e-72921653ef73} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:27:57.537051 [ 277 ] {ea228f09-002c-4a9d-876e-72921653ef73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:27:57.537476 [ 277 ] {ea228f09-002c-4a9d-876e-72921653ef73} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:57.537512 [ 277 ] {ea228f09-002c-4a9d-876e-72921653ef73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:57.537705 [ 197 ] {048797f8-2913-4120-8057-043480967ec1::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 4273 rows, containing 5 columns (5 merged, 0 gathered) in 0.002290237 sec., 1865745.7721624442 rows/sec., 160.59 MiB/sec. 2026.01.22 22:27:57.537815 [ 277 ] {ea228f09-002c-4a9d-876e-72921653ef73} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.22 22:27:57.538038 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.22 22:27:57.538046 [ 277 ] {ea228f09-002c-4a9d-876e-72921653ef73} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:57.538186 [ 120 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.22 22:27:57.538198 [ 277 ] {ea228f09-002c-4a9d-876e-72921653ef73} executeQuery: Read 69 rows, 5.52 KiB in 0.001205 sec., 57261.41078838175 rows/sec., 4.47 MiB/sec. 2026.01.22 22:27:57.538221 [ 120 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:57.538247 [ 277 ] {ea228f09-002c-4a9d-876e-72921653ef73} TCPHandler: Processed in 0.00137905 sec. 2026.01.22 22:27:57.538278 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:57.538360 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_136_27} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:57.538361 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:27:57.538387 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:57.538451 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_136_27} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.22 22:27:57.538467 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:57.538486 [ 277 ] {1327acf5-e0fa-4610-adab-ef8b74b59222} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:57.538495 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1304 rows starting from the beginning of the part 2026.01.22 22:27:57.538542 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.22 22:27:57.538569 [ 277 ] {1327acf5-e0fa-4610-adab-ef8b74b59222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:27:57.538599 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 69 rows starting from the beginning of the part 2026.01.22 22:27:57.538648 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 100 rows starting from the beginning of the part 2026.01.22 22:27:57.538688 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 567 rows starting from the beginning of the part 2026.01.22 22:27:57.538732 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 100 rows starting from the beginning of the part 2026.01.22 22:27:57.538774 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 69 rows starting from the beginning of the part 2026.01.22 22:27:57.539013 [ 277 ] {1327acf5-e0fa-4610-adab-ef8b74b59222} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:57.539054 [ 277 ] {1327acf5-e0fa-4610-adab-ef8b74b59222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:57.539399 [ 277 ] {1327acf5-e0fa-4610-adab-ef8b74b59222} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.22 22:27:57.539618 [ 277 ] {1327acf5-e0fa-4610-adab-ef8b74b59222} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:57.539753 [ 277 ] {1327acf5-e0fa-4610-adab-ef8b74b59222} executeQuery: Read 160 rows, 11.41 KiB in 0.001284 sec., 124610.59190031153 rows/sec., 8.68 MiB/sec. 2026.01.22 22:27:57.539791 [ 277 ] {1327acf5-e0fa-4610-adab-ef8b74b59222} TCPHandler: Processed in 0.001455331 sec. 2026.01.22 22:27:57.539829 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001505081 sec., 1467695.094151079 rows/sec., 113.79 MiB/sec. 2026.01.22 22:27:57.539911 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:57.539979 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.22 22:27:57.540035 [ 277 ] {05f8ce58-d9c5-42e6-9442-20a4a16e14b0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:27:57.540106 [ 277 ] {05f8ce58-d9c5-42e6-9442-20a4a16e14b0} 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.01.22 22:27:57.540211 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_136_27} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:57.540274 [ 192 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_136_27} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.22 22:27:57.540344 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.01.22 22:27:57.540980 [ 277 ] {05f8ce58-d9c5-42e6-9442-20a4a16e14b0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:57.541021 [ 277 ] {05f8ce58-d9c5-42e6-9442-20a4a16e14b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:57.541540 [ 277 ] {05f8ce58-d9c5-42e6-9442-20a4a16e14b0} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.22 22:27:57.541764 [ 277 ] {05f8ce58-d9c5-42e6-9442-20a4a16e14b0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:57.541904 [ 277 ] {05f8ce58-d9c5-42e6-9442-20a4a16e14b0} executeQuery: Read 5 rows, 9.17 KiB in 0.001893 sec., 2641.310089804543 rows/sec., 4.73 MiB/sec. 2026.01.22 22:27:57.541972 [ 277 ] {05f8ce58-d9c5-42e6-9442-20a4a16e14b0} TCPHandler: Processed in 0.002120255 sec. 2026.01.22 22:27:57.542079 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:27:57.542172 [ 277 ] {7c43c744-8fda-4c25-8cb4-4b25a38389a6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:27:57.542213 [ 277 ] {7c43c744-8fda-4c25-8cb4-4b25a38389a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:27:57.542550 [ 277 ] {7c43c744-8fda-4c25-8cb4-4b25a38389a6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:57.542585 [ 277 ] {7c43c744-8fda-4c25-8cb4-4b25a38389a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:57.542886 [ 277 ] {7c43c744-8fda-4c25-8cb4-4b25a38389a6} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.22 22:27:57.543093 [ 277 ] {7c43c744-8fda-4c25-8cb4-4b25a38389a6} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:57.543209 [ 120 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.22 22:27:57.543221 [ 277 ] {7c43c744-8fda-4c25-8cb4-4b25a38389a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.01.22 22:27:57.543248 [ 120 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:57.543268 [ 277 ] {7c43c744-8fda-4c25-8cb4-4b25a38389a6} TCPHandler: Processed in 0.001236809 sec. 2026.01.22 22:27:57.543272 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:57.543420 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:27:57.543611 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:57.543666 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 8190 rows starting from the beginning of the part 2026.01.22 22:27:57.543762 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:27:57.543829 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:27:57.543869 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:27:57.543905 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part 2026.01.22 22:27:57.543945 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part 2026.01.22 22:27:57.546394 [ 192 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 8490 rows, containing 4 columns (4 merged, 0 gathered) in 0.003045533 sec., 2787689.3798228423 rows/sec., 185.62 MiB/sec. 2026.01.22 22:27:57.546545 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.22 22:27:57.546824 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_136_27} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:57.546901 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_136_27} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.22 22:27:57.546998 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. 2026.01.22 22:27:59.588949 [ 116 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2026.01.22 22:27:59.589012 [ 116 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:59.589033 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:59.589189 [ 197 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_33_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full 2026.01.22 22:27:59.589405 [ 197 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:27:59.589461 [ 197 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 20 rows starting from the beginning of the part 2026.01.22 22:27:59.589569 [ 197 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2026.01.22 22:27:59.589647 [ 197 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 10 rows starting from the beginning of the part 2026.01.22 22:27:59.589718 [ 197 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part 2026.01.22 22:27:59.589789 [ 197 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part 2026.01.22 22:27:59.590566 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001458291 sec., 30172.304430322893 rows/sec., 2.52 MiB/sec. 2026.01.22 22:27:59.590711 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2026.01.22 22:27:59.590992 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_33_8} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:59.591066 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_33_8} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2026.01.22 22:27:59.591165 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.22 22:27:59.916052 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 44576 2026.01.22 22:27:59.916854 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:27:59.916938 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:27:59.917560 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.22 22:27:59.917794 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:27:59.917924 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44576 2026.01.22 22:28:00.476731 [ 115 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Selected 5 parts from all_1_31_7 to all_35_35_0 2026.01.22 22:28:00.476797 [ 115 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:00.476822 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.22 22:28:00.476988 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_35_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_31_7 to all_35_35_0 into Compact with storage Full 2026.01.22 22:28:00.477205 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_35_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:00.477263 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_7, total 484 rows starting from the beginning of the part 2026.01.22 22:28:00.477372 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 230 rows starting from the beginning of the part 2026.01.22 22:28:00.477451 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 230 rows starting from the beginning of the part 2026.01.22 22:28:00.477531 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 252 rows starting from the beginning of the part 2026.01.22 22:28:00.477601 [ 197 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 252 rows starting from the beginning of the part 2026.01.22 22:28:00.478613 [ 192 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_35_8} MergeTask::MergeProjectionsStage: Merge sorted 1448 rows, containing 5 columns (5 merged, 0 gathered) in 0.001765303 sec., 820255.7861171708 rows/sec., 58.02 MiB/sec. 2026.01.22 22:28:00.478903 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_35_8} MergedBlockOutputStream: filled checksums all_1_35_8 (state Temporary) 2026.01.22 22:28:00.479245 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_35_8} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_merge_all_1_35_8 to all_1_35_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:00.479335 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_35_8} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Merged 5 parts: [all_1_31_7, all_35_35_0] -> all_1_35_8 2026.01.22 22:28:00.479436 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.22 22:28:01.086415 [ 222 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): 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.01.22 22:28:01.086479 [ 222 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): 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.01.22 22:28:01.088345 [ 222 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): 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.01.22 22:28:02.328262 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2026.01.22 22:28:02.347735 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:02.347793 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:02.354171 [ 245 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.22 22:28:02.354922 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:02.358812 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2026.01.22 22:28:02.523920 [ 222 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:28:02.523998 [ 222 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:28:02.526901 [ 222 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:28:02.535864 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:02.536032 [ 277 ] {801af665-e079-4bff-bb32-0b2b9860179f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:28:02.536095 [ 277 ] {801af665-e079-4bff-bb32-0b2b9860179f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:28:02.536724 [ 277 ] {801af665-e079-4bff-bb32-0b2b9860179f} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:02.536772 [ 277 ] {801af665-e079-4bff-bb32-0b2b9860179f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:02.537122 [ 277 ] {801af665-e079-4bff-bb32-0b2b9860179f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:28:02.537335 [ 277 ] {801af665-e079-4bff-bb32-0b2b9860179f} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:02.537483 [ 277 ] {801af665-e079-4bff-bb32-0b2b9860179f} executeQuery: Read 10 rows, 835.00 B in 0.001493 sec., 6697.923643670462 rows/sec., 546.17 KiB/sec. 2026.01.22 22:28:02.537525 [ 277 ] {801af665-e079-4bff-bb32-0b2b9860179f} TCPHandler: Processed in 0.001782873 sec. 2026.01.22 22:28:02.537646 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:02.537744 [ 277 ] {dd30a287-8c69-4fe8-ae55-8400e884d417} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:02.537789 [ 277 ] {dd30a287-8c69-4fe8-ae55-8400e884d417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:02.538245 [ 277 ] {dd30a287-8c69-4fe8-ae55-8400e884d417} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:02.538282 [ 277 ] {dd30a287-8c69-4fe8-ae55-8400e884d417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:02.538606 [ 277 ] {dd30a287-8c69-4fe8-ae55-8400e884d417} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.22 22:28:02.538816 [ 277 ] {dd30a287-8c69-4fe8-ae55-8400e884d417} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:02.538945 [ 277 ] {dd30a287-8c69-4fe8-ae55-8400e884d417} executeQuery: Read 133 rows, 11.63 KiB in 0.001222 sec., 108837.9705400982 rows/sec., 9.29 MiB/sec. 2026.01.22 22:28:02.538983 [ 277 ] {dd30a287-8c69-4fe8-ae55-8400e884d417} TCPHandler: Processed in 0.00138872 sec. 2026.01.22 22:28:02.538996 [ 226 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:28:02.539033 [ 226 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:28:02.539097 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:02.539196 [ 277 ] {545a5662-1f80-46d3-9992-8ccf78822fe8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:02.539236 [ 277 ] {545a5662-1f80-46d3-9992-8ccf78822fe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:02.539637 [ 277 ] {545a5662-1f80-46d3-9992-8ccf78822fe8} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:02.539674 [ 277 ] {545a5662-1f80-46d3-9992-8ccf78822fe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:02.540003 [ 277 ] {545a5662-1f80-46d3-9992-8ccf78822fe8} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.22 22:28:02.540270 [ 277 ] {545a5662-1f80-46d3-9992-8ccf78822fe8} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:02.540384 [ 114 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.22 22:28:02.540410 [ 277 ] {545a5662-1f80-46d3-9992-8ccf78822fe8} executeQuery: Read 46 rows, 3.41 KiB in 0.001233 sec., 37307.38037307381 rows/sec., 2.70 MiB/sec. 2026.01.22 22:28:02.540433 [ 114 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:02.540454 [ 277 ] {545a5662-1f80-46d3-9992-8ccf78822fe8} TCPHandler: Processed in 0.001406301 sec. 2026.01.22 22:28:02.540459 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:02.540578 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:02.540593 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:28:02.540677 [ 277 ] {e3b9a0d9-5b69-4191-83fb-d790f2166171} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:02.540720 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:02.540721 [ 277 ] {e3b9a0d9-5b69-4191-83fb-d790f2166171} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:02.540766 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 296 rows starting from the beginning of the part 2026.01.22 22:28:02.540845 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:02.540896 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 23 rows starting from the beginning of the part 2026.01.22 22:28:02.540946 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:02.540990 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 5 rows starting from the beginning of the part 2026.01.22 22:28:02.541040 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 46 rows starting from the beginning of the part 2026.01.22 22:28:02.541169 [ 277 ] {e3b9a0d9-5b69-4191-83fb-d790f2166171} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:02.541212 [ 277 ] {e3b9a0d9-5b69-4191-83fb-d790f2166171} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:02.541572 [ 277 ] {e3b9a0d9-5b69-4191-83fb-d790f2166171} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.22 22:28:02.541822 [ 277 ] {e3b9a0d9-5b69-4191-83fb-d790f2166171} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:02.541925 [ 199 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 5 columns (5 merged, 0 gathered) in 0.00138079 sec., 320106.60563880095 rows/sec., 22.29 MiB/sec. 2026.01.22 22:28:02.541954 [ 277 ] {e3b9a0d9-5b69-4191-83fb-d790f2166171} executeQuery: Read 110 rows, 8.81 KiB in 0.001295 sec., 84942.08494208494 rows/sec., 6.65 MiB/sec. 2026.01.22 22:28:02.541992 [ 277 ] {e3b9a0d9-5b69-4191-83fb-d790f2166171} TCPHandler: Processed in 0.00146336 sec. 2026.01.22 22:28:02.542104 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:02.542151 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.22 22:28:02.542200 [ 277 ] {a13c649c-41d2-438b-9353-8ade0d2ce215} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:02.542222 [ 226 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:28:02.542248 [ 277 ] {a13c649c-41d2-438b-9353-8ade0d2ce215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:02.542544 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_131_26} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:02.542645 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_131_26} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.22 22:28:02.542650 [ 277 ] {a13c649c-41d2-438b-9353-8ade0d2ce215} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:02.542695 [ 277 ] {a13c649c-41d2-438b-9353-8ade0d2ce215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:02.542778 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:28:02.543083 [ 277 ] {a13c649c-41d2-438b-9353-8ade0d2ce215} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.22 22:28:02.543328 [ 277 ] {a13c649c-41d2-438b-9353-8ade0d2ce215} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:02.543481 [ 277 ] {a13c649c-41d2-438b-9353-8ade0d2ce215} executeQuery: Read 165 rows, 11.76 KiB in 0.001299 sec., 127020.78521939953 rows/sec., 8.84 MiB/sec. 2026.01.22 22:28:02.543519 [ 277 ] {a13c649c-41d2-438b-9353-8ade0d2ce215} TCPHandler: Processed in 0.001464261 sec. 2026.01.22 22:28:02.543578 [ 224 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:28:02.543610 [ 224 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:28:02.543626 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:02.543724 [ 277 ] {abb4320d-dc16-4f7d-ae36-0b85cc7e3118} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:02.543778 [ 277 ] {abb4320d-dc16-4f7d-ae36-0b85cc7e3118} 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.01.22 22:28:02.544569 [ 277 ] {abb4320d-dc16-4f7d-ae36-0b85cc7e3118} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:02.544609 [ 277 ] {abb4320d-dc16-4f7d-ae36-0b85cc7e3118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:02.545209 [ 277 ] {abb4320d-dc16-4f7d-ae36-0b85cc7e3118} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.22 22:28:02.545468 [ 277 ] {abb4320d-dc16-4f7d-ae36-0b85cc7e3118} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:02.545619 [ 277 ] {abb4320d-dc16-4f7d-ae36-0b85cc7e3118} executeQuery: Read 36 rows, 66.06 KiB in 0.001913 sec., 18818.60951385259 rows/sec., 33.72 MiB/sec. 2026.01.22 22:28:02.545684 [ 277 ] {abb4320d-dc16-4f7d-ae36-0b85cc7e3118} TCPHandler: Processed in 0.002106926 sec. 2026.01.22 22:28:02.545800 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:02.545825 [ 224 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:28:02.545895 [ 277 ] {8e715090-ec50-4231-a225-6cc644628e0f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:02.545941 [ 277 ] {8e715090-ec50-4231-a225-6cc644628e0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:02.546279 [ 277 ] {8e715090-ec50-4231-a225-6cc644628e0f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:02.546316 [ 277 ] {8e715090-ec50-4231-a225-6cc644628e0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:02.546623 [ 277 ] {8e715090-ec50-4231-a225-6cc644628e0f} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.22 22:28:02.546842 [ 277 ] {8e715090-ec50-4231-a225-6cc644628e0f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:02.546975 [ 277 ] {8e715090-ec50-4231-a225-6cc644628e0f} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.01.22 22:28:02.547011 [ 277 ] {8e715090-ec50-4231-a225-6cc644628e0f} TCPHandler: Processed in 0.001260679 sec. 2026.01.22 22:28:02.553774 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2198 2026.01.22 22:28:02.556197 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:02.556240 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:02.557430 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.22 22:28:02.557690 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:02.558077 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2198 2026.01.22 22:28:02.927183 [ 220 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:28:02.927252 [ 220 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:28:02.930711 [ 220 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:28:03.000258 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 395.61 MiB, peak 414.43 MiB, free memory in arenas 0.00 B, will set to 394.56 MiB (RSS), difference: -1.05 MiB 2026.01.22 22:28:03.068162 [ 224 ] {} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): 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.01.22 22:28:03.068253 [ 224 ] {} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): 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.01.22 22:28:03.070177 [ 224 ] {} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): 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.01.22 22:28:03.121202 [ 218 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:28:03.121272 [ 218 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:28:03.124333 [ 218 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:28:07.165548 [ 226 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:28:07.165635 [ 226 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:28:07.168553 [ 226 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:28:07.174290 [ 106 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:28:07.174319 [ 106 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:28:07.418117 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 45088 2026.01.22 22:28:07.418664 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:07.418710 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:07.419203 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.22 22:28:07.419434 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:07.419584 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45088 2026.01.22 22:28:07.533529 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:07.533726 [ 277 ] {c36fc7f8-ae77-4e22-9f07-c5d1807ebae9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:07.533801 [ 277 ] {c36fc7f8-ae77-4e22-9f07-c5d1807ebae9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:07.534494 [ 277 ] {c36fc7f8-ae77-4e22-9f07-c5d1807ebae9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:07.534545 [ 277 ] {c36fc7f8-ae77-4e22-9f07-c5d1807ebae9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:07.534939 [ 277 ] {c36fc7f8-ae77-4e22-9f07-c5d1807ebae9} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.22 22:28:07.535185 [ 277 ] {c36fc7f8-ae77-4e22-9f07-c5d1807ebae9} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:07.535349 [ 277 ] {c36fc7f8-ae77-4e22-9f07-c5d1807ebae9} executeQuery: Read 66 rows, 5.35 KiB in 0.001675 sec., 39402.985074626864 rows/sec., 3.12 MiB/sec. 2026.01.22 22:28:07.535404 [ 277 ] {c36fc7f8-ae77-4e22-9f07-c5d1807ebae9} TCPHandler: Processed in 0.002014145 sec. 2026.01.22 22:28:07.535522 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:07.535625 [ 277 ] {ef461f9d-5467-4ff4-86ca-d797efccdc28} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:07.535668 [ 277 ] {ef461f9d-5467-4ff4-86ca-d797efccdc28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:07.536083 [ 277 ] {ef461f9d-5467-4ff4-86ca-d797efccdc28} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:07.536122 [ 277 ] {ef461f9d-5467-4ff4-86ca-d797efccdc28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:07.536421 [ 277 ] {ef461f9d-5467-4ff4-86ca-d797efccdc28} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.22 22:28:07.536631 [ 277 ] {ef461f9d-5467-4ff4-86ca-d797efccdc28} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:07.536766 [ 277 ] {ef461f9d-5467-4ff4-86ca-d797efccdc28} executeQuery: Read 5 rows, 385.00 B in 0.001164 sec., 4295.532646048109 rows/sec., 323.00 KiB/sec. 2026.01.22 22:28:07.536806 [ 277 ] {ef461f9d-5467-4ff4-86ca-d797efccdc28} TCPHandler: Processed in 0.00133436 sec. 2026.01.22 22:28:07.536908 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:07.537003 [ 277 ] {8401fd19-00ca-4a2d-9cb3-19c0762baa09} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:07.537044 [ 277 ] {8401fd19-00ca-4a2d-9cb3-19c0762baa09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:07.537456 [ 277 ] {8401fd19-00ca-4a2d-9cb3-19c0762baa09} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:07.537493 [ 277 ] {8401fd19-00ca-4a2d-9cb3-19c0762baa09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:07.537800 [ 277 ] {8401fd19-00ca-4a2d-9cb3-19c0762baa09} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.22 22:28:07.538025 [ 277 ] {8401fd19-00ca-4a2d-9cb3-19c0762baa09} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:07.538156 [ 277 ] {8401fd19-00ca-4a2d-9cb3-19c0762baa09} executeQuery: Read 69 rows, 5.52 KiB in 0.001172 sec., 58873.720136518765 rows/sec., 4.60 MiB/sec. 2026.01.22 22:28:07.538196 [ 277 ] {8401fd19-00ca-4a2d-9cb3-19c0762baa09} TCPHandler: Processed in 0.00133761 sec. 2026.01.22 22:28:07.538311 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:07.538405 [ 277 ] {48b5bbe6-855f-4963-a778-7480fca2691f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:07.538448 [ 277 ] {48b5bbe6-855f-4963-a778-7480fca2691f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:07.538852 [ 277 ] {48b5bbe6-855f-4963-a778-7480fca2691f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:07.538889 [ 277 ] {48b5bbe6-855f-4963-a778-7480fca2691f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:07.539227 [ 277 ] {48b5bbe6-855f-4963-a778-7480fca2691f} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.22 22:28:07.539454 [ 277 ] {48b5bbe6-855f-4963-a778-7480fca2691f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:07.539589 [ 277 ] {48b5bbe6-855f-4963-a778-7480fca2691f} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.01.22 22:28:07.539627 [ 277 ] {48b5bbe6-855f-4963-a778-7480fca2691f} TCPHandler: Processed in 0.001365761 sec. 2026.01.22 22:28:07.539745 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:07.539839 [ 277 ] {3389e7b6-b044-47be-81ac-ed2dabb8e5f4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:07.539893 [ 277 ] {3389e7b6-b044-47be-81ac-ed2dabb8e5f4} 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.01.22 22:28:07.540650 [ 277 ] {3389e7b6-b044-47be-81ac-ed2dabb8e5f4} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:07.540687 [ 277 ] {3389e7b6-b044-47be-81ac-ed2dabb8e5f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:07.541198 [ 277 ] {3389e7b6-b044-47be-81ac-ed2dabb8e5f4} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.22 22:28:07.541425 [ 277 ] {3389e7b6-b044-47be-81ac-ed2dabb8e5f4} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:07.541569 [ 277 ] {3389e7b6-b044-47be-81ac-ed2dabb8e5f4} executeQuery: Read 5 rows, 9.17 KiB in 0.001748 sec., 2860.411899313501 rows/sec., 5.13 MiB/sec. 2026.01.22 22:28:07.541635 [ 277 ] {3389e7b6-b044-47be-81ac-ed2dabb8e5f4} TCPHandler: Processed in 0.001938114 sec. 2026.01.22 22:28:07.541750 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:07.541844 [ 277 ] {ab066020-ae4e-478b-89d0-9be90824888c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:07.541886 [ 277 ] {ab066020-ae4e-478b-89d0-9be90824888c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:07.542224 [ 277 ] {ab066020-ae4e-478b-89d0-9be90824888c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:07.542260 [ 277 ] {ab066020-ae4e-478b-89d0-9be90824888c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:07.542568 [ 277 ] {ab066020-ae4e-478b-89d0-9be90824888c} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.22 22:28:07.542777 [ 277 ] {ab066020-ae4e-478b-89d0-9be90824888c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:07.542909 [ 277 ] {ab066020-ae4e-478b-89d0-9be90824888c} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.01.22 22:28:07.542946 [ 277 ] {ab066020-ae4e-478b-89d0-9be90824888c} TCPHandler: Processed in 0.001248129 sec. 2026.01.22 22:28:09.858990 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2026.01.22 22:28:09.876985 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:09.877034 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:09.883356 [ 245 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.22 22:28:09.884076 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:09.887244 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2026.01.22 22:28:12.534799 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:12.535013 [ 277 ] {951dde89-1e27-4e3a-94e3-f1b1856ef463} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:12.535084 [ 277 ] {951dde89-1e27-4e3a-94e3-f1b1856ef463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:12.535832 [ 277 ] {951dde89-1e27-4e3a-94e3-f1b1856ef463} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:12.535871 [ 277 ] {951dde89-1e27-4e3a-94e3-f1b1856ef463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:12.536257 [ 277 ] {951dde89-1e27-4e3a-94e3-f1b1856ef463} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.22 22:28:12.536500 [ 277 ] {951dde89-1e27-4e3a-94e3-f1b1856ef463} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:12.536649 [ 277 ] {951dde89-1e27-4e3a-94e3-f1b1856ef463} executeQuery: Read 128 rows, 11.26 KiB in 0.001689 sec., 75784.48786264061 rows/sec., 6.51 MiB/sec. 2026.01.22 22:28:12.536691 [ 277 ] {951dde89-1e27-4e3a-94e3-f1b1856ef463} TCPHandler: Processed in 0.002019765 sec. 2026.01.22 22:28:12.536822 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:12.536917 [ 277 ] {cd906c1d-9f81-4b48-8265-3558ee90c02a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:12.536956 [ 277 ] {cd906c1d-9f81-4b48-8265-3558ee90c02a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:12.537370 [ 277 ] {cd906c1d-9f81-4b48-8265-3558ee90c02a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:12.537403 [ 277 ] {cd906c1d-9f81-4b48-8265-3558ee90c02a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:12.537695 [ 277 ] {cd906c1d-9f81-4b48-8265-3558ee90c02a} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.22 22:28:12.537904 [ 277 ] {cd906c1d-9f81-4b48-8265-3558ee90c02a} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:12.538029 [ 277 ] {cd906c1d-9f81-4b48-8265-3558ee90c02a} executeQuery: Read 36 rows, 2.71 KiB in 0.001133 sec., 31774.051191526924 rows/sec., 2.33 MiB/sec. 2026.01.22 22:28:12.538067 [ 277 ] {cd906c1d-9f81-4b48-8265-3558ee90c02a} TCPHandler: Processed in 0.001302409 sec. 2026.01.22 22:28:12.538172 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:12.538264 [ 277 ] {28da68ae-e79c-476f-97fc-e7766c42a7cb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:12.538302 [ 277 ] {28da68ae-e79c-476f-97fc-e7766c42a7cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:12.538763 [ 277 ] {28da68ae-e79c-476f-97fc-e7766c42a7cb} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:12.538798 [ 277 ] {28da68ae-e79c-476f-97fc-e7766c42a7cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:12.539107 [ 277 ] {28da68ae-e79c-476f-97fc-e7766c42a7cb} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.22 22:28:12.539315 [ 277 ] {28da68ae-e79c-476f-97fc-e7766c42a7cb} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:12.539440 [ 277 ] {28da68ae-e79c-476f-97fc-e7766c42a7cb} executeQuery: Read 100 rows, 8.00 KiB in 0.001194 sec., 83752.09380234506 rows/sec., 6.54 MiB/sec. 2026.01.22 22:28:12.539477 [ 277 ] {28da68ae-e79c-476f-97fc-e7766c42a7cb} TCPHandler: Processed in 0.00135932 sec. 2026.01.22 22:28:12.539597 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:12.539690 [ 277 ] {479fbe73-6584-4e8e-a825-43cc2162383b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:12.539733 [ 277 ] {479fbe73-6584-4e8e-a825-43cc2162383b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:12.540146 [ 277 ] {479fbe73-6584-4e8e-a825-43cc2162383b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:12.540179 [ 277 ] {479fbe73-6584-4e8e-a825-43cc2162383b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:12.540508 [ 277 ] {479fbe73-6584-4e8e-a825-43cc2162383b} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.22 22:28:12.540727 [ 277 ] {479fbe73-6584-4e8e-a825-43cc2162383b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:12.540852 [ 277 ] {479fbe73-6584-4e8e-a825-43cc2162383b} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.01.22 22:28:12.540853 [ 99 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 2 parts from all_1_134_30 to all_135_135_0 2026.01.22 22:28:12.540888 [ 277 ] {479fbe73-6584-4e8e-a825-43cc2162383b} TCPHandler: Processed in 0.00134671 sec. 2026.01.22 22:28:12.540896 [ 99 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:12.540917 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:12.541000 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:12.541034 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_135_31} MergeTask::PrepareStage: Merging 2 parts: from all_1_134_30 to all_135_135_0 into Compact with storage Full 2026.01.22 22:28:12.541093 [ 277 ] {5be2bf58-4eef-405c-b1f4-eb9474379d50} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:12.541151 [ 277 ] {5be2bf58-4eef-405c-b1f4-eb9474379d50} 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.01.22 22:28:12.541189 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_135_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:12.541237 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_135_31} MergeTreeSequentialSource: Reading 6 marks from part all_1_134_30, total 40207 rows starting from the beginning of the part 2026.01.22 22:28:12.541304 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_135_31} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part 2026.01.22 22:28:12.542070 [ 277 ] {5be2bf58-4eef-405c-b1f4-eb9474379d50} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:12.542112 [ 277 ] {5be2bf58-4eef-405c-b1f4-eb9474379d50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:12.542683 [ 277 ] {5be2bf58-4eef-405c-b1f4-eb9474379d50} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.01.22 22:28:12.542908 [ 277 ] {5be2bf58-4eef-405c-b1f4-eb9474379d50} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:12.543038 [ 99 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.01.22 22:28:12.543044 [ 277 ] {5be2bf58-4eef-405c-b1f4-eb9474379d50} executeQuery: Read 36 rows, 66.06 KiB in 0.00197 sec., 18274.111675126904 rows/sec., 32.75 MiB/sec. 2026.01.22 22:28:12.543072 [ 99 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:12.543090 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:12.543108 [ 277 ] {5be2bf58-4eef-405c-b1f4-eb9474379d50} TCPHandler: Processed in 0.002155136 sec. 2026.01.22 22:28:12.543191 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:28:12.543234 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:12.543332 [ 277 ] {1f9d2a30-d540-4589-8902-a4d8f0b9039b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:12.543379 [ 277 ] {1f9d2a30-d540-4589-8902-a4d8f0b9039b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:12.543507 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:12.543586 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2621 rows starting from the beginning of the part 2026.01.22 22:28:12.543731 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:12.543764 [ 277 ] {1f9d2a30-d540-4589-8902-a4d8f0b9039b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:12.543803 [ 277 ] {1f9d2a30-d540-4589-8902-a4d8f0b9039b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:12.543847 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 5 rows starting from the beginning of the part 2026.01.22 22:28:12.543962 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:12.544069 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 5 rows starting from the beginning of the part 2026.01.22 22:28:12.544125 [ 277 ] {1f9d2a30-d540-4589-8902-a4d8f0b9039b} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.22 22:28:12.544171 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:12.544352 [ 277 ] {1f9d2a30-d540-4589-8902-a4d8f0b9039b} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:12.544484 [ 277 ] {1f9d2a30-d540-4589-8902-a4d8f0b9039b} executeQuery: Read 60 rows, 4.14 KiB in 0.00117 sec., 51282.05128205128 rows/sec., 3.46 MiB/sec. 2026.01.22 22:28:12.544519 [ 277 ] {1f9d2a30-d540-4589-8902-a4d8f0b9039b} TCPHandler: Processed in 0.00134129 sec. 2026.01.22 22:28:12.547735 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_135_31} MergeTask::MergeProjectionsStage: Merge sorted 40367 rows, containing 5 columns (5 merged, 0 gathered) in 0.0067486 sec., 5981536.911359393 rows/sec., 409.14 MiB/sec. 2026.01.22 22:28:12.548222 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_135_31} MergedBlockOutputStream: filled checksums all_1_135_31 (state Temporary) 2026.01.22 22:28:12.548484 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_135_31} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_135_31 to all_1_135_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:12.548557 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_135_31} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 2 parts: [all_1_134_30, all_135_135_0] -> all_1_135_31 2026.01.22 22:28:12.548625 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.22 22:28:12.554228 [ 201 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2739 rows, containing 19 columns (19 merged, 0 gathered) in 0.011111092 sec., 246510.4239979293 rows/sec., 441.74 MiB/sec. 2026.01.22 22:28:12.556518 [ 198 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.01.22 22:28:12.556871 [ 198 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_131_26} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:12.556947 [ 198 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_131_26} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.01.22 22:28:12.557106 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.05 MiB. 2026.01.22 22:28:12.558342 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2222 2026.01.22 22:28:12.560633 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:12.560674 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:12.561815 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.22 22:28:12.562084 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:12.562348 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2222 2026.01.22 22:28:13.000288 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 395.10 MiB, peak 414.43 MiB, free memory in arenas 0.00 B, will set to 397.34 MiB (RSS), difference: 2.24 MiB 2026.01.22 22:28:14.693682 [ 226 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:28:14.693764 [ 226 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:28:14.697043 [ 226 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:28:14.919844 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 45536 2026.01.22 22:28:14.920649 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:14.920695 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:14.921180 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.22 22:28:14.921409 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:14.921543 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45536 2026.01.22 22:28:16.168878 [ 225 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:28:16.168939 [ 225 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:28:16.170997 [ 225 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:28:17.000256 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 393.34 MiB, peak 414.43 MiB, free memory in arenas 0.00 B, will set to 397.34 MiB (RSS), difference: 4.00 MiB 2026.01.22 22:28:17.387418 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2026.01.22 22:28:17.404464 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.404508 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.410808 [ 245 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.22 22:28:17.411499 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.414550 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2026.01.22 22:28:17.563208 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:17.563352 [ 277 ] {f5c2180e-b417-4f77-ba25-0492abf57bc3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:28:17.563413 [ 277 ] {f5c2180e-b417-4f77-ba25-0492abf57bc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:28:17.564048 [ 277 ] {f5c2180e-b417-4f77-ba25-0492abf57bc3} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.564092 [ 277 ] {f5c2180e-b417-4f77-ba25-0492abf57bc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.564482 [ 277 ] {f5c2180e-b417-4f77-ba25-0492abf57bc3} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:28:17.564711 [ 277 ] {f5c2180e-b417-4f77-ba25-0492abf57bc3} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.564858 [ 277 ] {f5c2180e-b417-4f77-ba25-0492abf57bc3} executeQuery: Read 24 rows, 2.04 KiB in 0.001545 sec., 15533.980582524273 rows/sec., 1.29 MiB/sec. 2026.01.22 22:28:17.564904 [ 277 ] {f5c2180e-b417-4f77-ba25-0492abf57bc3} TCPHandler: Processed in 0.001805883 sec. 2026.01.22 22:28:17.565025 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:17.565124 [ 277 ] {47ecd1ee-c7d5-4fd1-a00c-6b0afef80451} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:28:17.565165 [ 277 ] {47ecd1ee-c7d5-4fd1-a00c-6b0afef80451} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:28:17.565558 [ 277 ] {47ecd1ee-c7d5-4fd1-a00c-6b0afef80451} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.565592 [ 277 ] {47ecd1ee-c7d5-4fd1-a00c-6b0afef80451} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.565878 [ 277 ] {47ecd1ee-c7d5-4fd1-a00c-6b0afef80451} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:28:17.566083 [ 277 ] {47ecd1ee-c7d5-4fd1-a00c-6b0afef80451} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.566208 [ 277 ] {47ecd1ee-c7d5-4fd1-a00c-6b0afef80451} executeQuery: Read 2 rows, 167.00 B in 0.001107 sec., 1806.684733514002 rows/sec., 147.32 KiB/sec. 2026.01.22 22:28:17.566244 [ 277 ] {47ecd1ee-c7d5-4fd1-a00c-6b0afef80451} TCPHandler: Processed in 0.001270079 sec. 2026.01.22 22:28:17.566343 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:17.566436 [ 277 ] {78b98b8d-ce4a-4a49-b7ef-28546c9a054f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:17.566474 [ 277 ] {78b98b8d-ce4a-4a49-b7ef-28546c9a054f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:17.567373 [ 277 ] {78b98b8d-ce4a-4a49-b7ef-28546c9a054f} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.567407 [ 277 ] {78b98b8d-ce4a-4a49-b7ef-28546c9a054f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.567794 [ 277 ] {78b98b8d-ce4a-4a49-b7ef-28546c9a054f} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.22 22:28:17.568002 [ 277 ] {78b98b8d-ce4a-4a49-b7ef-28546c9a054f} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.568132 [ 277 ] {78b98b8d-ce4a-4a49-b7ef-28546c9a054f} executeQuery: Read 1327 rows, 112.98 KiB in 0.001714 sec., 774212.3687281214 rows/sec., 64.37 MiB/sec. 2026.01.22 22:28:17.568170 [ 277 ] {78b98b8d-ce4a-4a49-b7ef-28546c9a054f} TCPHandler: Processed in 0.001874273 sec. 2026.01.22 22:28:17.568280 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:17.568373 [ 277 ] {02a4ec4f-bcbb-4215-a79f-1725816d8fd6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:17.568413 [ 277 ] {02a4ec4f-bcbb-4215-a79f-1725816d8fd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:17.568806 [ 277 ] {02a4ec4f-bcbb-4215-a79f-1725816d8fd6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.568842 [ 277 ] {02a4ec4f-bcbb-4215-a79f-1725816d8fd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.569130 [ 277 ] {02a4ec4f-bcbb-4215-a79f-1725816d8fd6} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.22 22:28:17.569333 [ 277 ] {02a4ec4f-bcbb-4215-a79f-1725816d8fd6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.569459 [ 277 ] {02a4ec4f-bcbb-4215-a79f-1725816d8fd6} executeQuery: Read 19 rows, 1.48 KiB in 0.001104 sec., 17210.144927536232 rows/sec., 1.31 MiB/sec. 2026.01.22 22:28:17.569496 [ 277 ] {02a4ec4f-bcbb-4215-a79f-1725816d8fd6} TCPHandler: Processed in 0.001263519 sec. 2026.01.22 22:28:17.569593 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:17.569684 [ 277 ] {5184e5a6-35be-4113-9e63-e163eb130786} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:28:17.569722 [ 277 ] {5184e5a6-35be-4113-9e63-e163eb130786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:28:17.570188 [ 277 ] {5184e5a6-35be-4113-9e63-e163eb130786} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.570223 [ 277 ] {5184e5a6-35be-4113-9e63-e163eb130786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.570528 [ 277 ] {5184e5a6-35be-4113-9e63-e163eb130786} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:28:17.570730 [ 277 ] {5184e5a6-35be-4113-9e63-e163eb130786} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.570852 [ 277 ] {5184e5a6-35be-4113-9e63-e163eb130786} executeQuery: Read 252 rows, 17.85 KiB in 0.001185 sec., 212658.22784810126 rows/sec., 14.71 MiB/sec. 2026.01.22 22:28:17.570889 [ 277 ] {5184e5a6-35be-4113-9e63-e163eb130786} TCPHandler: Processed in 0.00134297 sec. 2026.01.22 22:28:17.570999 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:17.571091 [ 277 ] {37648092-e20b-42c8-be89-718c1fe4b7ee} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:28:17.571129 [ 277 ] {37648092-e20b-42c8-be89-718c1fe4b7ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:28:17.571510 [ 277 ] {37648092-e20b-42c8-be89-718c1fe4b7ee} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.571545 [ 277 ] {37648092-e20b-42c8-be89-718c1fe4b7ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.571827 [ 277 ] {37648092-e20b-42c8-be89-718c1fe4b7ee} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.22 22:28:17.572031 [ 277 ] {37648092-e20b-42c8-be89-718c1fe4b7ee} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.572155 [ 277 ] {37648092-e20b-42c8-be89-718c1fe4b7ee} executeQuery: Read 12 rows, 960.00 B in 0.001081 sec., 11100.832562442183 rows/sec., 867.25 KiB/sec. 2026.01.22 22:28:17.572191 [ 277 ] {37648092-e20b-42c8-be89-718c1fe4b7ee} TCPHandler: Processed in 0.001239399 sec. 2026.01.22 22:28:17.572296 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:17.572388 [ 277 ] {0de0c6d4-2af3-44b7-8e26-52f477ef65f9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:17.572425 [ 277 ] {0de0c6d4-2af3-44b7-8e26-52f477ef65f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:17.573008 [ 277 ] {0de0c6d4-2af3-44b7-8e26-52f477ef65f9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.573043 [ 277 ] {0de0c6d4-2af3-44b7-8e26-52f477ef65f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.573357 [ 277 ] {0de0c6d4-2af3-44b7-8e26-52f477ef65f9} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.22 22:28:17.573559 [ 277 ] {0de0c6d4-2af3-44b7-8e26-52f477ef65f9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.573683 [ 277 ] {0de0c6d4-2af3-44b7-8e26-52f477ef65f9} executeQuery: Read 563 rows, 43.23 KiB in 0.001313 sec., 428789.0327494288 rows/sec., 32.15 MiB/sec. 2026.01.22 22:28:17.573719 [ 277 ] {0de0c6d4-2af3-44b7-8e26-52f477ef65f9} TCPHandler: Processed in 0.001470111 sec. 2026.01.22 22:28:17.573827 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:17.573919 [ 277 ] {7ca0d687-3da9-4dda-a3ce-b53cb2837cac} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:17.573960 [ 277 ] {7ca0d687-3da9-4dda-a3ce-b53cb2837cac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:17.574536 [ 277 ] {7ca0d687-3da9-4dda-a3ce-b53cb2837cac} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.574572 [ 277 ] {7ca0d687-3da9-4dda-a3ce-b53cb2837cac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.574961 [ 277 ] {7ca0d687-3da9-4dda-a3ce-b53cb2837cac} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.22 22:28:17.575169 [ 277 ] {7ca0d687-3da9-4dda-a3ce-b53cb2837cac} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.575297 [ 277 ] {7ca0d687-3da9-4dda-a3ce-b53cb2837cac} executeQuery: Read 881 rows, 61.23 KiB in 0.001395 sec., 631541.2186379929 rows/sec., 42.86 MiB/sec. 2026.01.22 22:28:17.575294 [ 93 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_135_31 to all_140_140_0 2026.01.22 22:28:17.575334 [ 277 ] {7ca0d687-3da9-4dda-a3ce-b53cb2837cac} TCPHandler: Processed in 0.001554201 sec. 2026.01.22 22:28:17.575375 [ 93 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.575411 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.575488 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:17.575552 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_135_31 to all_140_140_0 into Compact with storage Full 2026.01.22 22:28:17.575620 [ 277 ] {fb880b83-84fe-4061-a928-2d9eeadfd4e4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:17.575737 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:17.575739 [ 277 ] {fb880b83-84fe-4061-a928-2d9eeadfd4e4} 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.01.22 22:28:17.575790 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} MergeTreeSequentialSource: Reading 6 marks from part all_1_135_31, total 40367 rows starting from the beginning of the part 2026.01.22 22:28:17.575873 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part 2026.01.22 22:28:17.575926 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 165 rows starting from the beginning of the part 2026.01.22 22:28:17.575977 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2026.01.22 22:28:17.576026 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part 2026.01.22 22:28:17.576075 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 881 rows starting from the beginning of the part 2026.01.22 22:28:17.576655 [ 277 ] {fb880b83-84fe-4061-a928-2d9eeadfd4e4} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.576698 [ 277 ] {fb880b83-84fe-4061-a928-2d9eeadfd4e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.577203 [ 277 ] {fb880b83-84fe-4061-a928-2d9eeadfd4e4} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.01.22 22:28:17.577447 [ 277 ] {fb880b83-84fe-4061-a928-2d9eeadfd4e4} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.577603 [ 277 ] {fb880b83-84fe-4061-a928-2d9eeadfd4e4} executeQuery: Read 5 rows, 9.17 KiB in 0.002012 sec., 2485.089463220676 rows/sec., 4.45 MiB/sec. 2026.01.22 22:28:17.577679 [ 277 ] {fb880b83-84fe-4061-a928-2d9eeadfd4e4} TCPHandler: Processed in 0.002263037 sec. 2026.01.22 22:28:17.577796 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:17.577892 [ 277 ] {754f21fc-38de-40fa-ac38-cb48c5972a99} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:17.577933 [ 277 ] {754f21fc-38de-40fa-ac38-cb48c5972a99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:17.578275 [ 277 ] {754f21fc-38de-40fa-ac38-cb48c5972a99} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:17.578311 [ 277 ] {754f21fc-38de-40fa-ac38-cb48c5972a99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:17.578621 [ 277 ] {754f21fc-38de-40fa-ac38-cb48c5972a99} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.22 22:28:17.578830 [ 277 ] {754f21fc-38de-40fa-ac38-cb48c5972a99} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.578967 [ 277 ] {754f21fc-38de-40fa-ac38-cb48c5972a99} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.01.22 22:28:17.579006 [ 277 ] {754f21fc-38de-40fa-ac38-cb48c5972a99} TCPHandler: Processed in 0.00126078 sec. 2026.01.22 22:28:17.584164 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} MergeTask::MergeProjectionsStage: Merge sorted 41893 rows, containing 5 columns (5 merged, 0 gathered) in 0.008675734 sec., 4828755.699517759 rows/sec., 330.33 MiB/sec. 2026.01.22 22:28:17.584511 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} MergedBlockOutputStream: filled checksums all_1_140_32 (state Temporary) 2026.01.22 22:28:17.584881 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_140_32 to all_1_140_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:17.584976 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_140_32} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_135_31, all_140_140_0] -> all_1_140_32 2026.01.22 22:28:17.585086 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2026.01.22 22:28:18.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 398.62 MiB, peak 414.43 MiB, free memory in arenas 0.00 B, will set to 397.47 MiB (RSS), difference: -1.15 MiB 2026.01.22 22:28:18.382818 [ 224 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:28:18.382876 [ 224 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:28:18.385906 [ 224 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:28:22.174360 [ 86 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:28:22.174432 [ 86 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:28:22.421765 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 46048 2026.01.22 22:28:22.422310 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.422362 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.422852 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.22 22:28:22.423092 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.423236 [ 86 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.22 22:28:22.423250 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46048 2026.01.22 22:28:22.423321 [ 86 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.423351 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.423463 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:22.423595 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:22.423636 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 43616 rows starting from the beginning of the part 2026.01.22 22:28:22.423708 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:22.423757 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:22.423805 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:22.423848 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:22.423892 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:22.426686 [ 201 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 46048 rows, containing 4 columns (4 merged, 0 gathered) in 0.003273294 sec., 14067786.150587145 rows/sec., 201.24 MiB/sec. 2026.01.22 22:28:22.426922 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.22 22:28:22.427184 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_96_19} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.427254 [ 190 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_96_19} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.22 22:28:22.427333 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2026.01.22 22:28:22.535937 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:22.536118 [ 277 ] {6638c2ad-7ab5-4832-84a3-c7a986499a10} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:22.536183 [ 277 ] {6638c2ad-7ab5-4832-84a3-c7a986499a10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:22.536859 [ 277 ] {6638c2ad-7ab5-4832-84a3-c7a986499a10} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.536908 [ 277 ] {6638c2ad-7ab5-4832-84a3-c7a986499a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.537302 [ 277 ] {6638c2ad-7ab5-4832-84a3-c7a986499a10} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.22 22:28:22.537535 [ 277 ] {6638c2ad-7ab5-4832-84a3-c7a986499a10} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.537698 [ 277 ] {6638c2ad-7ab5-4832-84a3-c7a986499a10} executeQuery: Read 128 rows, 11.26 KiB in 0.001628 sec., 78624.07862407863 rows/sec., 6.76 MiB/sec. 2026.01.22 22:28:22.537708 [ 86 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.22 22:28:22.537753 [ 277 ] {6638c2ad-7ab5-4832-84a3-c7a986499a10} TCPHandler: Processed in 0.001940644 sec. 2026.01.22 22:28:22.537766 [ 86 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.537797 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.537885 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:22.537891 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:28:22.537991 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:22.537999 [ 277 ] {8711b868-8caf-4cbe-8cd4-5224e62e7170} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:22.538019 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2556 rows starting from the beginning of the part 2026.01.22 22:28:22.538045 [ 277 ] {8711b868-8caf-4cbe-8cd4-5224e62e7170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:22.538075 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 133 rows starting from the beginning of the part 2026.01.22 22:28:22.538119 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 66 rows starting from the beginning of the part 2026.01.22 22:28:22.538157 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 128 rows starting from the beginning of the part 2026.01.22 22:28:22.538197 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:28:22.538241 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 128 rows starting from the beginning of the part 2026.01.22 22:28:22.538490 [ 277 ] {8711b868-8caf-4cbe-8cd4-5224e62e7170} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.538527 [ 277 ] {8711b868-8caf-4cbe-8cd4-5224e62e7170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.538836 [ 277 ] {8711b868-8caf-4cbe-8cd4-5224e62e7170} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.22 22:28:22.539103 [ 277 ] {8711b868-8caf-4cbe-8cd4-5224e62e7170} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.539244 [ 277 ] {8711b868-8caf-4cbe-8cd4-5224e62e7170} executeQuery: Read 36 rows, 2.71 KiB in 0.001273 sec., 28279.654359780045 rows/sec., 2.08 MiB/sec. 2026.01.22 22:28:22.539284 [ 277 ] {8711b868-8caf-4cbe-8cd4-5224e62e7170} TCPHandler: Processed in 0.00145266 sec. 2026.01.22 22:28:22.539401 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:22.539506 [ 277 ] {f9d22d06-2ead-46f1-9a31-b5f8491583f9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:22.539549 [ 277 ] {f9d22d06-2ead-46f1-9a31-b5f8491583f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:22.540007 [ 277 ] {f9d22d06-2ead-46f1-9a31-b5f8491583f9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.540050 [ 277 ] {f9d22d06-2ead-46f1-9a31-b5f8491583f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.540081 [ 190 ] {048797f8-2913-4120-8057-043480967ec1::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 4338 rows, containing 5 columns (5 merged, 0 gathered) in 0.002230786 sec., 1944606.0715819448 rows/sec., 167.66 MiB/sec. 2026.01.22 22:28:22.540381 [ 277 ] {f9d22d06-2ead-46f1-9a31-b5f8491583f9} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.22 22:28:22.540388 [ 187 ] {048797f8-2913-4120-8057-043480967ec1::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.22 22:28:22.540614 [ 277 ] {f9d22d06-2ead-46f1-9a31-b5f8491583f9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.540664 [ 187 ] {048797f8-2913-4120-8057-043480967ec1::all_1_141_28} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.540731 [ 187 ] {048797f8-2913-4120-8057-043480967ec1::all_1_141_28} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.22 22:28:22.540753 [ 277 ] {f9d22d06-2ead-46f1-9a31-b5f8491583f9} executeQuery: Read 100 rows, 8.00 KiB in 0.001269 sec., 78802.20646178094 rows/sec., 6.15 MiB/sec. 2026.01.22 22:28:22.540776 [ 85 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.22 22:28:22.540793 [ 277 ] {f9d22d06-2ead-46f1-9a31-b5f8491583f9} TCPHandler: Processed in 0.001443211 sec. 2026.01.22 22:28:22.540811 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.01.22 22:28:22.540846 [ 85 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.540873 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.540942 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:22.540961 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:28:22.541045 [ 277 ] {1934b3a5-40be-49bf-9578-b295badcb121} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:22.541073 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:22.541096 [ 277 ] {1934b3a5-40be-49bf-9578-b295badcb121} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:22.541107 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1304 rows starting from the beginning of the part 2026.01.22 22:28:22.541173 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 110 rows starting from the beginning of the part 2026.01.22 22:28:22.541216 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 69 rows starting from the beginning of the part 2026.01.22 22:28:22.541283 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 100 rows starting from the beginning of the part 2026.01.22 22:28:22.541331 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 563 rows starting from the beginning of the part 2026.01.22 22:28:22.541370 [ 190 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 100 rows starting from the beginning of the part 2026.01.22 22:28:22.541531 [ 277 ] {1934b3a5-40be-49bf-9578-b295badcb121} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.541574 [ 277 ] {1934b3a5-40be-49bf-9578-b295badcb121} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.541927 [ 277 ] {1934b3a5-40be-49bf-9578-b295badcb121} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.22 22:28:22.542161 [ 277 ] {1934b3a5-40be-49bf-9578-b295badcb121} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.542297 [ 277 ] {1934b3a5-40be-49bf-9578-b295badcb121} executeQuery: Read 160 rows, 11.41 KiB in 0.001272 sec., 125786.16352201259 rows/sec., 8.76 MiB/sec. 2026.01.22 22:28:22.542336 [ 277 ] {1934b3a5-40be-49bf-9578-b295badcb121} TCPHandler: Processed in 0.001443471 sec. 2026.01.22 22:28:22.542448 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:22.542543 [ 277 ] {cf3f3278-52de-498e-8aaa-dd7d41cbd8eb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:22.542598 [ 277 ] {cf3f3278-52de-498e-8aaa-dd7d41cbd8eb} 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.01.22 22:28:22.542663 [ 203 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 2246 rows, containing 5 columns (5 merged, 0 gathered) in 0.001739903 sec., 1290876.5603599742 rows/sec., 100.19 MiB/sec. 2026.01.22 22:28:22.542912 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.22 22:28:22.543240 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_141_28} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.543328 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_141_28} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.22 22:28:22.543434 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.01.22 22:28:22.543459 [ 277 ] {cf3f3278-52de-498e-8aaa-dd7d41cbd8eb} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.543501 [ 277 ] {cf3f3278-52de-498e-8aaa-dd7d41cbd8eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.544106 [ 277 ] {cf3f3278-52de-498e-8aaa-dd7d41cbd8eb} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.01.22 22:28:22.544343 [ 277 ] {cf3f3278-52de-498e-8aaa-dd7d41cbd8eb} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.544488 [ 277 ] {cf3f3278-52de-498e-8aaa-dd7d41cbd8eb} executeQuery: Read 36 rows, 66.06 KiB in 0.001963 sec., 18339.276617422314 rows/sec., 32.86 MiB/sec. 2026.01.22 22:28:22.544568 [ 277 ] {cf3f3278-52de-498e-8aaa-dd7d41cbd8eb} TCPHandler: Processed in 0.002167636 sec. 2026.01.22 22:28:22.544704 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:22.544799 [ 277 ] {58827fbd-7420-4809-a953-5f91a6525435} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:22.544842 [ 277 ] {58827fbd-7420-4809-a953-5f91a6525435} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:22.545190 [ 277 ] {58827fbd-7420-4809-a953-5f91a6525435} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.545227 [ 277 ] {58827fbd-7420-4809-a953-5f91a6525435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.545528 [ 277 ] {58827fbd-7420-4809-a953-5f91a6525435} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.22 22:28:22.545735 [ 277 ] {58827fbd-7420-4809-a953-5f91a6525435} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.545860 [ 85 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.22 22:28:22.545865 [ 277 ] {58827fbd-7420-4809-a953-5f91a6525435} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.01.22 22:28:22.545903 [ 85 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.545924 [ 277 ] {58827fbd-7420-4809-a953-5f91a6525435} TCPHandler: Processed in 0.001270089 sec. 2026.01.22 22:28:22.545927 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.546027 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:28:22.546132 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:22.546165 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_141_28} MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8490 rows starting from the beginning of the part 2026.01.22 22:28:22.546219 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:28:22.546267 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:28:22.546312 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:28:22.546354 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:28:22.546397 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:28:22.548731 [ 188 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 8790 rows, containing 4 columns (4 merged, 0 gathered) in 0.00273973 sec., 3208345.3478992456 rows/sec., 213.72 MiB/sec. 2026.01.22 22:28:22.548884 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.22 22:28:22.549121 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_141_28} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.549184 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_141_28} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.22 22:28:22.549250 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2026.01.22 22:28:22.562612 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2254 2026.01.22 22:28:22.565011 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.565054 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.566230 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.22 22:28:22.566485 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.566630 [ 85 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.22 22:28:22.566670 [ 85 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:22.566687 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:22.566767 [ 203 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:28:22.566776 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2254 2026.01.22 22:28:22.567256 [ 203 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:22.567387 [ 203 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2111 rows starting from the beginning of the part 2026.01.22 22:28:22.567720 [ 203 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 29 rows starting from the beginning of the part 2026.01.22 22:28:22.568029 [ 203 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 32 rows starting from the beginning of the part 2026.01.22 22:28:22.568364 [ 203 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 26 rows starting from the beginning of the part 2026.01.22 22:28:22.568690 [ 203 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 24 rows starting from the beginning of the part 2026.01.22 22:28:22.569031 [ 203 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part 2026.01.22 22:28:22.576541 [ 189 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2254 rows, containing 72 columns (72 merged, 0 gathered) in 0.009805372 sec., 229873.99152219825 rows/sec., 176.37 MiB/sec. 2026.01.22 22:28:22.578627 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.22 22:28:22.579235 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_71_14} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:22.579319 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_71_14} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.22 22:28:22.579657 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2026.01.22 22:28:23.003859 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003363894 sec. 2026.01.22 22:28:24.914716 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2026.01.22 22:28:24.934113 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:24.934169 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:24.940505 [ 245 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.22 22:28:24.941228 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:24.941504 [ 83 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.22 22:28:24.941549 [ 83 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:24.941572 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:24.941698 [ 188 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:28:24.944727 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2026.01.22 22:28:24.945814 [ 188 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:24.947530 [ 188 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:28:24.952631 [ 188 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:28:24.957394 [ 188 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:28:24.962133 [ 188 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:28:24.967336 [ 188 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:28:24.972220 [ 188 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:28:25.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 411.96 MiB, peak 414.43 MiB, free memory in arenas 0.00 B, will set to 397.47 MiB (RSS), difference: -14.49 MiB 2026.01.22 22:28:25.032914 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.091273045 sec., 7921.287166435611 rows/sec., 40.96 MiB/sec. 2026.01.22 22:28:25.036301 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.22 22:28:25.038373 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_96_19} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:25.038478 [ 193 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_96_19} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.22 22:28:25.041444 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.22 22:28:26.000253 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 384.05 MiB, peak 414.43 MiB, free memory in arenas 0.00 B, will set to 397.59 MiB (RSS), difference: 13.54 MiB 2026.01.22 22:28:27.322419 [ 223 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:28:27.322468 [ 223 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:28:27.326014 [ 223 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:28:27.404489 [ 221 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:28:27.404549 [ 221 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:28:27.407978 [ 221 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:28:27.452477 [ 222 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:28:27.452529 [ 222 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:28:27.455417 [ 222 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:28:27.534616 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:27.534802 [ 277 ] {6eb18d18-d6d1-42a6-a671-8efd86858465} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:27.534876 [ 277 ] {6eb18d18-d6d1-42a6-a671-8efd86858465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:27.535626 [ 277 ] {6eb18d18-d6d1-42a6-a671-8efd86858465} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:27.535677 [ 277 ] {6eb18d18-d6d1-42a6-a671-8efd86858465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:27.536083 [ 277 ] {6eb18d18-d6d1-42a6-a671-8efd86858465} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.22 22:28:27.536329 [ 277 ] {6eb18d18-d6d1-42a6-a671-8efd86858465} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:27.536494 [ 277 ] {6eb18d18-d6d1-42a6-a671-8efd86858465} executeQuery: Read 66 rows, 5.35 KiB in 0.001745 sec., 37822.349570200575 rows/sec., 3.00 MiB/sec. 2026.01.22 22:28:27.536546 [ 277 ] {6eb18d18-d6d1-42a6-a671-8efd86858465} TCPHandler: Processed in 0.002058376 sec. 2026.01.22 22:28:27.536670 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:27.536772 [ 277 ] {037182b7-f727-49df-9425-e837db95b522} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:27.536816 [ 277 ] {037182b7-f727-49df-9425-e837db95b522} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:27.537233 [ 277 ] {037182b7-f727-49df-9425-e837db95b522} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:27.537269 [ 277 ] {037182b7-f727-49df-9425-e837db95b522} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:27.537576 [ 277 ] {037182b7-f727-49df-9425-e837db95b522} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.22 22:28:27.537787 [ 277 ] {037182b7-f727-49df-9425-e837db95b522} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:27.537918 [ 64 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.22 22:28:27.537928 [ 277 ] {037182b7-f727-49df-9425-e837db95b522} executeQuery: Read 5 rows, 385.00 B in 0.001179 sec., 4240.882103477524 rows/sec., 318.89 KiB/sec. 2026.01.22 22:28:27.537983 [ 64 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:27.537996 [ 277 ] {037182b7-f727-49df-9425-e837db95b522} TCPHandler: Processed in 0.00137813 sec. 2026.01.22 22:28:27.538011 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:27.538116 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:27.538178 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:28:27.538215 [ 277 ] {c028b52e-ec6d-4ff4-97fd-6841ddb6d2db} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:27.538266 [ 277 ] {c028b52e-ec6d-4ff4-97fd-6841ddb6d2db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:27.538351 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:27.538407 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 296 rows starting from the beginning of the part 2026.01.22 22:28:27.538505 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 5 rows starting from the beginning of the part 2026.01.22 22:28:27.538573 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:27.538636 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 19 rows starting from the beginning of the part 2026.01.22 22:28:27.538692 [ 277 ] {c028b52e-ec6d-4ff4-97fd-6841ddb6d2db} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:27.538701 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:27.538739 [ 277 ] {c028b52e-ec6d-4ff4-97fd-6841ddb6d2db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:27.538765 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 5 rows starting from the beginning of the part 2026.01.22 22:28:27.539082 [ 277 ] {c028b52e-ec6d-4ff4-97fd-6841ddb6d2db} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.22 22:28:27.539316 [ 277 ] {c028b52e-ec6d-4ff4-97fd-6841ddb6d2db} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:27.539451 [ 277 ] {c028b52e-ec6d-4ff4-97fd-6841ddb6d2db} executeQuery: Read 69 rows, 5.52 KiB in 0.001255 sec., 54980.079681274896 rows/sec., 4.29 MiB/sec. 2026.01.22 22:28:27.539491 [ 277 ] {c028b52e-ec6d-4ff4-97fd-6841ddb6d2db} TCPHandler: Processed in 0.00142676 sec. 2026.01.22 22:28:27.539605 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:27.539629 [ 192 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 397 rows, containing 5 columns (5 merged, 0 gathered) in 0.001524751 sec., 260370.38178692784 rows/sec., 17.95 MiB/sec. 2026.01.22 22:28:27.539698 [ 277 ] {47191a0b-4ab9-447d-8117-ae94b991ca42} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:27.539747 [ 277 ] {47191a0b-4ab9-447d-8117-ae94b991ca42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:27.539827 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.22 22:28:27.540135 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_136_27} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:27.540163 [ 277 ] {47191a0b-4ab9-447d-8117-ae94b991ca42} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:27.540206 [ 277 ] {47191a0b-4ab9-447d-8117-ae94b991ca42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:27.540223 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_136_27} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.22 22:28:27.540331 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:28:27.540564 [ 277 ] {47191a0b-4ab9-447d-8117-ae94b991ca42} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.22 22:28:27.540783 [ 277 ] {47191a0b-4ab9-447d-8117-ae94b991ca42} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:27.540913 [ 277 ] {47191a0b-4ab9-447d-8117-ae94b991ca42} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2026.01.22 22:28:27.540952 [ 277 ] {47191a0b-4ab9-447d-8117-ae94b991ca42} TCPHandler: Processed in 0.00139668 sec. 2026.01.22 22:28:27.541061 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:27.541156 [ 277 ] {c2ad5281-6df1-407d-a984-97c14adc2fc7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:27.541208 [ 277 ] {c2ad5281-6df1-407d-a984-97c14adc2fc7} 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.01.22 22:28:27.541971 [ 277 ] {c2ad5281-6df1-407d-a984-97c14adc2fc7} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:27.542008 [ 277 ] {c2ad5281-6df1-407d-a984-97c14adc2fc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:27.542504 [ 277 ] {c2ad5281-6df1-407d-a984-97c14adc2fc7} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.01.22 22:28:27.542716 [ 277 ] {c2ad5281-6df1-407d-a984-97c14adc2fc7} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:27.542849 [ 277 ] {c2ad5281-6df1-407d-a984-97c14adc2fc7} executeQuery: Read 5 rows, 9.17 KiB in 0.001762 sec., 2837.684449489217 rows/sec., 5.09 MiB/sec. 2026.01.22 22:28:27.542912 [ 277 ] {c2ad5281-6df1-407d-a984-97c14adc2fc7} TCPHandler: Processed in 0.001952935 sec. 2026.01.22 22:28:27.543017 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:27.543176 [ 277 ] {7b1e9f87-0a57-4036-87e5-fb084ac702fe} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:27.543218 [ 277 ] {7b1e9f87-0a57-4036-87e5-fb084ac702fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:27.543549 [ 277 ] {7b1e9f87-0a57-4036-87e5-fb084ac702fe} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:27.543586 [ 277 ] {7b1e9f87-0a57-4036-87e5-fb084ac702fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:27.543892 [ 277 ] {7b1e9f87-0a57-4036-87e5-fb084ac702fe} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.22 22:28:27.544099 [ 277 ] {7b1e9f87-0a57-4036-87e5-fb084ac702fe} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:27.544229 [ 277 ] {7b1e9f87-0a57-4036-87e5-fb084ac702fe} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.01.22 22:28:27.544266 [ 277 ] {7b1e9f87-0a57-4036-87e5-fb084ac702fe} TCPHandler: Processed in 0.00123584 sec. 2026.01.22 22:28:28.059377 [ 225 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:28:28.059427 [ 225 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:28:28.062032 [ 225 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:28:29.103959 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42368 2026.01.22 22:28:29.104061 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.104086 [ 290 ] {} TCP-Session: 4eed6965-1e4a-4fb3-b001-fcc5f7cec0fc Authenticating user 'default' from [fd00:1122:3344:101::e]:42368 2026.01.22 22:28:29.104106 [ 290 ] {} TCP-Session: 4eed6965-1e4a-4fb3-b001-fcc5f7cec0fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104119 [ 290 ] {} TCP-Session: 4eed6965-1e4a-4fb3-b001-fcc5f7cec0fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104344 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61282 2026.01.22 22:28:29.104367 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59446 2026.01.22 22:28:29.104367 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55116 2026.01.22 22:28:29.104407 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53105 2026.01.22 22:28:29.104441 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.104449 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39792 2026.01.22 22:28:29.104487 [ 356 ] {} TCP-Session: 176e2aa4-7b6d-4b8e-8057-025e2c504a3d Authenticating user 'default' from [fd00:1122:3344:101::e]:59446 2026.01.22 22:28:29.104504 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.104519 [ 356 ] {} TCP-Session: 176e2aa4-7b6d-4b8e-8057-025e2c504a3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104531 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.104543 [ 356 ] {} TCP-Session: 176e2aa4-7b6d-4b8e-8057-025e2c504a3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104551 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.104568 [ 357 ] {} TCP-Session: 63a23fda-08c0-4bd6-bef3-8d31c2295d8c Authenticating user 'default' from [fd00:1122:3344:101::e]:53105 2026.01.22 22:28:29.104596 [ 363 ] {} TCP-Session: 4f0099a6-9dfd-4fda-90a3-dbf76c6d6c95 Authenticating user 'default' from [fd00:1122:3344:101::e]:39792 2026.01.22 22:28:29.104544 [ 355 ] {} TCP-Session: 10a6963f-6ebc-4d31-a9bc-465293008b30 Authenticating user 'default' from [fd00:1122:3344:101::e]:55116 2026.01.22 22:28:29.104617 [ 357 ] {} TCP-Session: 63a23fda-08c0-4bd6-bef3-8d31c2295d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104632 [ 363 ] {} TCP-Session: 4f0099a6-9dfd-4fda-90a3-dbf76c6d6c95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104641 [ 355 ] {} TCP-Session: 10a6963f-6ebc-4d31-a9bc-465293008b30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104657 [ 357 ] {} TCP-Session: 63a23fda-08c0-4bd6-bef3-8d31c2295d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104678 [ 355 ] {} TCP-Session: 10a6963f-6ebc-4d31-a9bc-465293008b30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104671 [ 363 ] {} TCP-Session: 4f0099a6-9dfd-4fda-90a3-dbf76c6d6c95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104441 [ 290 ] {} TCP-Session: 4eed6965-1e4a-4fb3-b001-fcc5f7cec0fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:29.104422 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33460 2026.01.22 22:28:29.104427 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64318 2026.01.22 22:28:29.104419 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.104439 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33767 2026.01.22 22:28:29.104852 [ 349 ] {} TCP-Session: afe460e7-c995-4063-894d-a36e4b7758bd Authenticating user 'default' from [fd00:1122:3344:101::e]:61282 2026.01.22 22:28:29.104861 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.104869 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.104896 [ 290 ] {a5adf0e8-68ec-426b-8860-7854b4ac6779} executeQuery: (from [fd00:1122:3344:101::e]:42368) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:28:29.104917 [ 359 ] {} TCP-Session: 0f37ef80-abee-4850-98b3-867ec3040f48 Authenticating user 'default' from [fd00:1122:3344:101::e]:64318 2026.01.22 22:28:29.104913 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.104945 [ 359 ] {} TCP-Session: 0f37ef80-abee-4850-98b3-867ec3040f48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104906 [ 358 ] {} TCP-Session: 6c668ab5-92e3-4c6e-8c5f-11e3e9b4e270 Authenticating user 'default' from [fd00:1122:3344:101::e]:33460 2026.01.22 22:28:29.104965 [ 362 ] {} TCP-Session: 29003f34-ad04-4965-bafd-6b0bc3a385d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:33767 2026.01.22 22:28:29.104970 [ 359 ] {} TCP-Session: 0f37ef80-abee-4850-98b3-867ec3040f48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104997 [ 358 ] {} TCP-Session: 6c668ab5-92e3-4c6e-8c5f-11e3e9b4e270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104999 [ 362 ] {} TCP-Session: 29003f34-ad04-4965-bafd-6b0bc3a385d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.105021 [ 358 ] {} TCP-Session: 6c668ab5-92e3-4c6e-8c5f-11e3e9b4e270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.105028 [ 362 ] {} TCP-Session: 29003f34-ad04-4965-bafd-6b0bc3a385d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.104886 [ 349 ] {} TCP-Session: afe460e7-c995-4063-894d-a36e4b7758bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.105064 [ 349 ] {} TCP-Session: afe460e7-c995-4063-894d-a36e4b7758bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.105167 [ 290 ] {a5adf0e8-68ec-426b-8860-7854b4ac6779} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:28:29.105221 [ 290 ] {a5adf0e8-68ec-426b-8860-7854b4ac6779} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:28:29.105498 [ 290 ] {a5adf0e8-68ec-426b-8860-7854b4ac6779} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:28:29.106420 [ 340 ] {a5adf0e8-68ec-426b-8860-7854b4ac6779} AggregatingTransform: Aggregating 2026.01.22 22:28:29.106464 [ 340 ] {a5adf0e8-68ec-426b-8860-7854b4ac6779} Aggregator: Aggregation method: without_key 2026.01.22 22:28:29.106504 [ 340 ] {a5adf0e8-68ec-426b-8860-7854b4ac6779} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000908626 sec. (1100.563 rows/sec., 42.99 KiB/sec.) 2026.01.22 22:28:29.106523 [ 340 ] {a5adf0e8-68ec-426b-8860-7854b4ac6779} Aggregator: Merging aggregated data 2026.01.22 22:28:29.108140 [ 290 ] {a5adf0e8-68ec-426b-8860-7854b4ac6779} executeQuery: Read 1 rows, 40.00 B in 0.003298 sec., 303.21406913280777 rows/sec., 11.84 KiB/sec. 2026.01.22 22:28:29.108304 [ 290 ] {a5adf0e8-68ec-426b-8860-7854b4ac6779} TCPHandler: Processed in 0.00398178 sec. 2026.01.22 22:28:29.108414 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.108440 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.108443 [ 290 ] {} TCP-Session: 4eed6965-1e4a-4fb3-b001-fcc5f7cec0fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.108475 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.108491 [ 363 ] {} TCP-Session: 4f0099a6-9dfd-4fda-90a3-dbf76c6d6c95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.108508 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.108519 [ 349 ] {} TCP-Session: afe460e7-c995-4063-894d-a36e4b7758bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.108550 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.108571 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.108584 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.108611 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.108615 [ 356 ] {} TCP-Session: 176e2aa4-7b6d-4b8e-8057-025e2c504a3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.108639 [ 362 ] {} TCP-Session: 29003f34-ad04-4965-bafd-6b0bc3a385d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.108658 [ 359 ] {} TCP-Session: 0f37ef80-abee-4850-98b3-867ec3040f48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.108605 [ 355 ] {} TCP-Session: 10a6963f-6ebc-4d31-a9bc-465293008b30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.108568 [ 357 ] {} TCP-Session: 63a23fda-08c0-4bd6-bef3-8d31c2295d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.108526 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.108754 [ 358 ] {} TCP-Session: 6c668ab5-92e3-4c6e-8c5f-11e3e9b4e270 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.111538 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39052 2026.01.22 22:28:29.111602 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.111623 [ 290 ] {} TCP-Session: 2d8f366c-ef34-4c78-9ff5-c5926c73915d Authenticating user 'default' from [fd00:1122:3344:101::e]:39052 2026.01.22 22:28:29.111639 [ 290 ] {} TCP-Session: 2d8f366c-ef34-4c78-9ff5-c5926c73915d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.111651 [ 290 ] {} TCP-Session: 2d8f366c-ef34-4c78-9ff5-c5926c73915d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.111775 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44659 2026.01.22 22:28:29.111815 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36447 2026.01.22 22:28:29.111833 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.111844 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59432 2026.01.22 22:28:29.111865 [ 349 ] {} TCP-Session: b9aa7c9b-1905-47c9-982a-386b64a271a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:44659 2026.01.22 22:28:29.111864 [ 290 ] {} TCP-Session: 2d8f366c-ef34-4c78-9ff5-c5926c73915d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:29.111894 [ 349 ] {} TCP-Session: b9aa7c9b-1905-47c9-982a-386b64a271a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.111887 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48663 2026.01.22 22:28:29.111912 [ 349 ] {} TCP-Session: b9aa7c9b-1905-47c9-982a-386b64a271a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.111924 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.111887 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.111972 [ 356 ] {} TCP-Session: ba9cbc12-4dd4-4742-bfda-c1c3b5d46526 Authenticating user 'default' from [fd00:1122:3344:101::e]:59432 2026.01.22 22:28:29.111973 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.111993 [ 355 ] {} TCP-Session: 2338327f-b4e0-4f4f-966e-bde810a2f8d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:36447 2026.01.22 22:28:29.112006 [ 356 ] {} TCP-Session: ba9cbc12-4dd4-4742-bfda-c1c3b5d46526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112024 [ 355 ] {} TCP-Session: 2338327f-b4e0-4f4f-966e-bde810a2f8d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112029 [ 290 ] {5e4073c8-61e0-4e79-88a8-0e76a84d9b9b} executeQuery: (from [fd00:1122:3344:101::e]:39052) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:28:29.112041 [ 356 ] {} TCP-Session: ba9cbc12-4dd4-4742-bfda-c1c3b5d46526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112050 [ 355 ] {} TCP-Session: 2338327f-b4e0-4f4f-966e-bde810a2f8d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112018 [ 363 ] {} TCP-Session: 000e16db-fe04-4cb6-833a-bdbe688638bb Authenticating user 'default' from [fd00:1122:3344:101::e]:48663 2026.01.22 22:28:29.111869 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63294 2026.01.22 22:28:29.112104 [ 363 ] {} TCP-Session: 000e16db-fe04-4cb6-833a-bdbe688638bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.111860 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52517 2026.01.22 22:28:29.112136 [ 363 ] {} TCP-Session: 000e16db-fe04-4cb6-833a-bdbe688638bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112157 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.111851 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55316 2026.01.22 22:28:29.112187 [ 359 ] {} TCP-Session: 8785f233-9885-4677-91bf-cde64504c93b Authenticating user 'default' from [fd00:1122:3344:101::e]:63294 2026.01.22 22:28:29.112200 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.112226 [ 359 ] {} TCP-Session: 8785f233-9885-4677-91bf-cde64504c93b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112233 [ 290 ] {5e4073c8-61e0-4e79-88a8-0e76a84d9b9b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:28:29.112248 [ 359 ] {} TCP-Session: 8785f233-9885-4677-91bf-cde64504c93b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112255 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.112291 [ 290 ] {5e4073c8-61e0-4e79-88a8-0e76a84d9b9b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:28:29.112304 [ 357 ] {} TCP-Session: bea460c9-98f9-4e70-ae81-62be42cec71a Authenticating user 'default' from [fd00:1122:3344:101::e]:55316 2026.01.22 22:28:29.112242 [ 358 ] {} TCP-Session: 492004de-bac7-4600-9d4a-a607d45f068f Authenticating user 'default' from [fd00:1122:3344:101::e]:52517 2026.01.22 22:28:29.112333 [ 357 ] {} TCP-Session: bea460c9-98f9-4e70-ae81-62be42cec71a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112350 [ 358 ] {} TCP-Session: 492004de-bac7-4600-9d4a-a607d45f068f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112362 [ 357 ] {} TCP-Session: bea460c9-98f9-4e70-ae81-62be42cec71a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112375 [ 358 ] {} TCP-Session: 492004de-bac7-4600-9d4a-a607d45f068f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.111881 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42545 2026.01.22 22:28:29.112455 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.112476 [ 362 ] {} TCP-Session: e3f63a57-23fb-4ea1-a589-87921c045c3a Authenticating user 'default' from [fd00:1122:3344:101::e]:42545 2026.01.22 22:28:29.112491 [ 362 ] {} TCP-Session: e3f63a57-23fb-4ea1-a589-87921c045c3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112503 [ 362 ] {} TCP-Session: e3f63a57-23fb-4ea1-a589-87921c045c3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.112534 [ 290 ] {5e4073c8-61e0-4e79-88a8-0e76a84d9b9b} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:28:29.113486 [ 312 ] {5e4073c8-61e0-4e79-88a8-0e76a84d9b9b} AggregatingTransform: Aggregating 2026.01.22 22:28:29.113519 [ 312 ] {5e4073c8-61e0-4e79-88a8-0e76a84d9b9b} Aggregator: Aggregation method: without_key 2026.01.22 22:28:29.113544 [ 312 ] {5e4073c8-61e0-4e79-88a8-0e76a84d9b9b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000925116 sec. (1080.946 rows/sec., 42.22 KiB/sec.) 2026.01.22 22:28:29.113558 [ 312 ] {5e4073c8-61e0-4e79-88a8-0e76a84d9b9b} Aggregator: Merging aggregated data 2026.01.22 22:28:29.114742 [ 290 ] {5e4073c8-61e0-4e79-88a8-0e76a84d9b9b} executeQuery: Read 1 rows, 40.00 B in 0.002757 sec., 362.71309394269133 rows/sec., 14.17 KiB/sec. 2026.01.22 22:28:29.114878 [ 290 ] {5e4073c8-61e0-4e79-88a8-0e76a84d9b9b} TCPHandler: Processed in 0.003073333 sec. 2026.01.22 22:28:29.114993 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.115018 [ 290 ] {} TCP-Session: 2d8f366c-ef34-4c78-9ff5-c5926c73915d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.115029 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.115060 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.115061 [ 349 ] {} TCP-Session: b9aa7c9b-1905-47c9-982a-386b64a271a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.115084 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.115099 [ 363 ] {} TCP-Session: 000e16db-fe04-4cb6-833a-bdbe688638bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.115106 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.115131 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.115147 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.115158 [ 359 ] {} TCP-Session: 8785f233-9885-4677-91bf-cde64504c93b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.115177 [ 355 ] {} TCP-Session: 2338327f-b4e0-4f4f-966e-bde810a2f8d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.115186 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.115202 [ 358 ] {} TCP-Session: 492004de-bac7-4600-9d4a-a607d45f068f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.115193 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.115241 [ 362 ] {} TCP-Session: e3f63a57-23fb-4ea1-a589-87921c045c3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.115121 [ 356 ] {} TCP-Session: ba9cbc12-4dd4-4742-bfda-c1c3b5d46526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.115297 [ 357 ] {} TCP-Session: bea460c9-98f9-4e70-ae81-62be42cec71a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.202217 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39484 2026.01.22 22:28:29.202331 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.202360 [ 356 ] {} TCP-Session: 5d279fb0-1823-414b-bfdb-8b5afb0fc0c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:39484 2026.01.22 22:28:29.202383 [ 356 ] {} TCP-Session: 5d279fb0-1823-414b-bfdb-8b5afb0fc0c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.202397 [ 356 ] {} TCP-Session: 5d279fb0-1823-414b-bfdb-8b5afb0fc0c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.202570 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65439 2026.01.22 22:28:29.202597 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45149 2026.01.22 22:28:29.202647 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40965 2026.01.22 22:28:29.202655 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49089 2026.01.22 22:28:29.202616 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59336 2026.01.22 22:28:29.202702 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.202729 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.202749 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.202757 [ 357 ] {} TCP-Session: 369cd811-a332-463f-b016-7297f021235b Authenticating user 'default' from [fd00:1122:3344:101::e]:65439 2026.01.22 22:28:29.202768 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.202785 [ 355 ] {} TCP-Session: 83f74c23-1091-4226-ae27-0ea2dbe062c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:49089 2026.01.22 22:28:29.202799 [ 357 ] {} TCP-Session: 369cd811-a332-463f-b016-7297f021235b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.202808 [ 363 ] {} TCP-Session: 02bc3385-2b77-4155-a880-4973b257dee1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59336 2026.01.22 22:28:29.202830 [ 355 ] {} TCP-Session: 83f74c23-1091-4226-ae27-0ea2dbe062c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.202833 [ 357 ] {} TCP-Session: 369cd811-a332-463f-b016-7297f021235b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.202852 [ 355 ] {} TCP-Session: 83f74c23-1091-4226-ae27-0ea2dbe062c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.202847 [ 363 ] {} TCP-Session: 02bc3385-2b77-4155-a880-4973b257dee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.202767 [ 349 ] {} TCP-Session: dc5af78f-6976-4270-a6d4-16e17a9737d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:40965 2026.01.22 22:28:29.202893 [ 363 ] {} TCP-Session: 02bc3385-2b77-4155-a880-4973b257dee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.202924 [ 349 ] {} TCP-Session: dc5af78f-6976-4270-a6d4-16e17a9737d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.202720 [ 356 ] {} TCP-Session: 5d279fb0-1823-414b-bfdb-8b5afb0fc0c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:29.202947 [ 349 ] {} TCP-Session: dc5af78f-6976-4270-a6d4-16e17a9737d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.202602 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56590 2026.01.22 22:28:29.202587 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64764 2026.01.22 22:28:29.202727 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.202622 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60613 2026.01.22 22:28:29.203139 [ 359 ] {} TCP-Session: 42ccf7c7-fb80-4fcc-b1ca-b96c2b9a7549 Authenticating user 'default' from [fd00:1122:3344:101::e]:45149 2026.01.22 22:28:29.203164 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.203164 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.203179 [ 356 ] {c0075829-da03-4678-a857-fbb220af8775} executeQuery: (from [fd00:1122:3344:101::e]:39484) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:28:29.203201 [ 358 ] {} TCP-Session: ea86dbfd-f41c-4863-98c2-3e09e425342d Authenticating user 'default' from [fd00:1122:3344:101::e]:64764 2026.01.22 22:28:29.203207 [ 362 ] {} TCP-Session: fd2bbf4f-3943-4edc-8cda-dacba11f5c00 Authenticating user 'default' from [fd00:1122:3344:101::e]:56590 2026.01.22 22:28:29.203218 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:28:29.203244 [ 362 ] {} TCP-Session: fd2bbf4f-3943-4edc-8cda-dacba11f5c00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.203240 [ 358 ] {} TCP-Session: ea86dbfd-f41c-4863-98c2-3e09e425342d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.203272 [ 362 ] {} TCP-Session: fd2bbf4f-3943-4edc-8cda-dacba11f5c00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.203301 [ 358 ] {} TCP-Session: ea86dbfd-f41c-4863-98c2-3e09e425342d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.203179 [ 359 ] {} TCP-Session: 42ccf7c7-fb80-4fcc-b1ca-b96c2b9a7549 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.203266 [ 290 ] {} TCP-Session: 86c0252e-d8ec-49ea-9e74-924bc7abf56e Authenticating user 'default' from [fd00:1122:3344:101::e]:60613 2026.01.22 22:28:29.203339 [ 359 ] {} TCP-Session: 42ccf7c7-fb80-4fcc-b1ca-b96c2b9a7549 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.203367 [ 290 ] {} TCP-Session: 86c0252e-d8ec-49ea-9e74-924bc7abf56e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.203388 [ 290 ] {} TCP-Session: 86c0252e-d8ec-49ea-9e74-924bc7abf56e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.203478 [ 356 ] {c0075829-da03-4678-a857-fbb220af8775} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:28:29.203531 [ 356 ] {c0075829-da03-4678-a857-fbb220af8775} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:28:29.203833 [ 356 ] {c0075829-da03-4678-a857-fbb220af8775} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:28:29.204909 [ 326 ] {c0075829-da03-4678-a857-fbb220af8775} AggregatingTransform: Aggregating 2026.01.22 22:28:29.204937 [ 326 ] {c0075829-da03-4678-a857-fbb220af8775} Aggregator: Aggregation method: without_key 2026.01.22 22:28:29.204964 [ 326 ] {c0075829-da03-4678-a857-fbb220af8775} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001037248 sec. (964.090 rows/sec., 37.66 KiB/sec.) 2026.01.22 22:28:29.204979 [ 326 ] {c0075829-da03-4678-a857-fbb220af8775} Aggregator: Merging aggregated data 2026.01.22 22:28:29.206328 [ 356 ] {c0075829-da03-4678-a857-fbb220af8775} executeQuery: Read 1 rows, 40.00 B in 0.003208 sec., 311.7206982543641 rows/sec., 12.18 KiB/sec. 2026.01.22 22:28:29.206479 [ 356 ] {c0075829-da03-4678-a857-fbb220af8775} TCPHandler: Processed in 0.003836988 sec. 2026.01.22 22:28:29.206606 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.206632 [ 356 ] {} TCP-Session: 5d279fb0-1823-414b-bfdb-8b5afb0fc0c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.206638 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.206658 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.206684 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.206698 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.206724 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.206731 [ 349 ] {} TCP-Session: dc5af78f-6976-4270-a6d4-16e17a9737d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.206741 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.206760 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.206797 [ 363 ] {} TCP-Session: 02bc3385-2b77-4155-a880-4973b257dee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.206759 [ 358 ] {} TCP-Session: ea86dbfd-f41c-4863-98c2-3e09e425342d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.206817 [ 355 ] {} TCP-Session: 83f74c23-1091-4226-ae27-0ea2dbe062c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.206703 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.22 22:28:29.206689 [ 357 ] {} TCP-Session: 369cd811-a332-463f-b016-7297f021235b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.206770 [ 290 ] {} TCP-Session: 86c0252e-d8ec-49ea-9e74-924bc7abf56e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.206889 [ 362 ] {} TCP-Session: fd2bbf4f-3943-4edc-8cda-dacba11f5c00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.206707 [ 359 ] {} TCP-Session: 42ccf7c7-fb80-4fcc-b1ca-b96c2b9a7549 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:28:29.923520 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46496 2026.01.22 22:28:29.924070 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:29.924119 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.22 22:28:29.924632 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.22 22:28:29.924874 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:29.925032 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46496 2026.01.22 22:28:32.330604 [ 226 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:28:32.330697 [ 226 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:28:32.333405 [ 226 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:28:32.444881 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2026.01.22 22:28:32.463237 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:32.463302 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:32.469636 [ 245 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.22 22:28:32.470385 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:32.473733 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2026.01.22 22:28:32.534866 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:32.535026 [ 277 ] {682e8764-d36c-4904-8c8b-a2e387def463} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:32.535087 [ 277 ] {682e8764-d36c-4904-8c8b-a2e387def463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:32.535759 [ 277 ] {682e8764-d36c-4904-8c8b-a2e387def463} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:32.535804 [ 277 ] {682e8764-d36c-4904-8c8b-a2e387def463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:32.536152 [ 277 ] {682e8764-d36c-4904-8c8b-a2e387def463} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.22 22:28:32.536371 [ 277 ] {682e8764-d36c-4904-8c8b-a2e387def463} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:32.536513 [ 277 ] {682e8764-d36c-4904-8c8b-a2e387def463} executeQuery: Read 128 rows, 11.26 KiB in 0.001531 sec., 83605.48661005878 rows/sec., 7.19 MiB/sec. 2026.01.22 22:28:32.536556 [ 277 ] {682e8764-d36c-4904-8c8b-a2e387def463} TCPHandler: Processed in 0.001805853 sec. 2026.01.22 22:28:32.536685 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:32.536781 [ 277 ] {f0ea60dd-c011-4646-a1c1-224a5e28c48c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:32.536822 [ 277 ] {f0ea60dd-c011-4646-a1c1-224a5e28c48c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:32.537241 [ 277 ] {f0ea60dd-c011-4646-a1c1-224a5e28c48c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:32.537278 [ 277 ] {f0ea60dd-c011-4646-a1c1-224a5e28c48c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:32.537563 [ 277 ] {f0ea60dd-c011-4646-a1c1-224a5e28c48c} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.22 22:28:32.537768 [ 277 ] {f0ea60dd-c011-4646-a1c1-224a5e28c48c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:32.537896 [ 277 ] {f0ea60dd-c011-4646-a1c1-224a5e28c48c} executeQuery: Read 36 rows, 2.71 KiB in 0.001135 sec., 31718.06167400881 rows/sec., 2.33 MiB/sec. 2026.01.22 22:28:32.537933 [ 277 ] {f0ea60dd-c011-4646-a1c1-224a5e28c48c} TCPHandler: Processed in 0.001297819 sec. 2026.01.22 22:28:32.538040 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:32.538132 [ 277 ] {7de0f4af-8f81-4785-87f8-55f44f0deb92} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:32.538171 [ 277 ] {7de0f4af-8f81-4785-87f8-55f44f0deb92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:32.538601 [ 277 ] {7de0f4af-8f81-4785-87f8-55f44f0deb92} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:32.538636 [ 277 ] {7de0f4af-8f81-4785-87f8-55f44f0deb92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:32.538931 [ 277 ] {7de0f4af-8f81-4785-87f8-55f44f0deb92} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.22 22:28:32.539163 [ 277 ] {7de0f4af-8f81-4785-87f8-55f44f0deb92} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:32.539289 [ 277 ] {7de0f4af-8f81-4785-87f8-55f44f0deb92} executeQuery: Read 100 rows, 8.00 KiB in 0.001175 sec., 85106.3829787234 rows/sec., 6.65 MiB/sec. 2026.01.22 22:28:32.539326 [ 277 ] {7de0f4af-8f81-4785-87f8-55f44f0deb92} TCPHandler: Processed in 0.00133385 sec. 2026.01.22 22:28:32.539438 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:32.539529 [ 277 ] {b84b9e59-85bb-4c2f-8a65-c463cffff2f3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:32.539571 [ 277 ] {b84b9e59-85bb-4c2f-8a65-c463cffff2f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:32.539959 [ 277 ] {b84b9e59-85bb-4c2f-8a65-c463cffff2f3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:32.539994 [ 277 ] {b84b9e59-85bb-4c2f-8a65-c463cffff2f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:32.540319 [ 277 ] {b84b9e59-85bb-4c2f-8a65-c463cffff2f3} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.22 22:28:32.540524 [ 277 ] {b84b9e59-85bb-4c2f-8a65-c463cffff2f3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:32.540651 [ 277 ] {b84b9e59-85bb-4c2f-8a65-c463cffff2f3} executeQuery: Read 160 rows, 11.41 KiB in 0.00114 sec., 140350.87719298247 rows/sec., 9.78 MiB/sec. 2026.01.22 22:28:32.540687 [ 277 ] {b84b9e59-85bb-4c2f-8a65-c463cffff2f3} TCPHandler: Processed in 0.00129602 sec. 2026.01.22 22:28:32.540793 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:32.540885 [ 277 ] {c631f9cd-2357-43eb-9435-1de5f029d08c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:32.540937 [ 277 ] {c631f9cd-2357-43eb-9435-1de5f029d08c} 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.01.22 22:28:32.541699 [ 277 ] {c631f9cd-2357-43eb-9435-1de5f029d08c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:32.541735 [ 277 ] {c631f9cd-2357-43eb-9435-1de5f029d08c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:32.542269 [ 277 ] {c631f9cd-2357-43eb-9435-1de5f029d08c} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.01.22 22:28:32.542491 [ 277 ] {c631f9cd-2357-43eb-9435-1de5f029d08c} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:32.542626 [ 277 ] {c631f9cd-2357-43eb-9435-1de5f029d08c} executeQuery: Read 36 rows, 66.06 KiB in 0.001758 sec., 20477.815699658702 rows/sec., 36.70 MiB/sec. 2026.01.22 22:28:32.542689 [ 277 ] {c631f9cd-2357-43eb-9435-1de5f029d08c} TCPHandler: Processed in 0.001942564 sec. 2026.01.22 22:28:32.542802 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:32.542895 [ 277 ] {bfc64e2b-827f-47f6-a33d-40aafe24bbed} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:32.542936 [ 277 ] {bfc64e2b-827f-47f6-a33d-40aafe24bbed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:32.543284 [ 277 ] {bfc64e2b-827f-47f6-a33d-40aafe24bbed} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:32.543323 [ 277 ] {bfc64e2b-827f-47f6-a33d-40aafe24bbed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:32.543646 [ 277 ] {bfc64e2b-827f-47f6-a33d-40aafe24bbed} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.22 22:28:32.543876 [ 277 ] {bfc64e2b-827f-47f6-a33d-40aafe24bbed} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:32.544008 [ 277 ] {bfc64e2b-827f-47f6-a33d-40aafe24bbed} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2026.01.22 22:28:32.544046 [ 277 ] {bfc64e2b-827f-47f6-a33d-40aafe24bbed} TCPHandler: Processed in 0.0012911 sec. 2026.01.22 22:28:32.567144 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2284 2026.01.22 22:28:32.570087 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:32.570143 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:32.571409 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.22 22:28:32.571678 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:32.571980 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2284 2026.01.22 22:28:37.174473 [ 81 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:28:37.174537 [ 81 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:28:37.425298 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 47008 2026.01.22 22:28:37.426113 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:37.426148 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:37.426639 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.22 22:28:37.426875 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:37.427010 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47008 2026.01.22 22:28:37.535373 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:37.535590 [ 277 ] {9ec875a0-b806-4149-ba44-55fd02811031} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:37.535670 [ 277 ] {9ec875a0-b806-4149-ba44-55fd02811031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:37.536356 [ 277 ] {9ec875a0-b806-4149-ba44-55fd02811031} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:37.536398 [ 277 ] {9ec875a0-b806-4149-ba44-55fd02811031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:37.536779 [ 277 ] {9ec875a0-b806-4149-ba44-55fd02811031} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.22 22:28:37.536997 [ 277 ] {9ec875a0-b806-4149-ba44-55fd02811031} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:37.537146 [ 277 ] {9ec875a0-b806-4149-ba44-55fd02811031} executeQuery: Read 67 rows, 5.45 KiB in 0.00162 sec., 41358.02469135803 rows/sec., 3.28 MiB/sec. 2026.01.22 22:28:37.537187 [ 277 ] {9ec875a0-b806-4149-ba44-55fd02811031} TCPHandler: Processed in 0.001994545 sec. 2026.01.22 22:28:37.537310 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:37.537403 [ 277 ] {f7d0d80c-658d-4d1a-888a-4d0b6b002f0e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:37.537443 [ 277 ] {f7d0d80c-658d-4d1a-888a-4d0b6b002f0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:37.537838 [ 277 ] {f7d0d80c-658d-4d1a-888a-4d0b6b002f0e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:37.537872 [ 277 ] {f7d0d80c-658d-4d1a-888a-4d0b6b002f0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:37.538180 [ 277 ] {f7d0d80c-658d-4d1a-888a-4d0b6b002f0e} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.22 22:28:37.538381 [ 277 ] {f7d0d80c-658d-4d1a-888a-4d0b6b002f0e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:37.538509 [ 277 ] {f7d0d80c-658d-4d1a-888a-4d0b6b002f0e} executeQuery: Read 5 rows, 385.00 B in 0.001124 sec., 4448.398576512455 rows/sec., 334.50 KiB/sec. 2026.01.22 22:28:37.538545 [ 277 ] {f7d0d80c-658d-4d1a-888a-4d0b6b002f0e} TCPHandler: Processed in 0.001284329 sec. 2026.01.22 22:28:37.538644 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:37.538735 [ 277 ] {37dc2218-052a-4b48-9199-a0aa79f1230f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:28:37.538772 [ 277 ] {37dc2218-052a-4b48-9199-a0aa79f1230f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:28:37.539145 [ 277 ] {37dc2218-052a-4b48-9199-a0aa79f1230f} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:37.539179 [ 277 ] {37dc2218-052a-4b48-9199-a0aa79f1230f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:37.539457 [ 277 ] {37dc2218-052a-4b48-9199-a0aa79f1230f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:28:37.539667 [ 277 ] {37dc2218-052a-4b48-9199-a0aa79f1230f} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:37.539791 [ 277 ] {37dc2218-052a-4b48-9199-a0aa79f1230f} executeQuery: Read 1 rows, 68.00 B in 0.001074 sec., 931.0986964618248 rows/sec., 61.83 KiB/sec. 2026.01.22 22:28:37.539827 [ 277 ] {37dc2218-052a-4b48-9199-a0aa79f1230f} TCPHandler: Processed in 0.001230289 sec. 2026.01.22 22:28:37.539923 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:37.540014 [ 277 ] {b4965fb5-4c63-48e3-92ba-4a8032d4691a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:37.540052 [ 277 ] {b4965fb5-4c63-48e3-92ba-4a8032d4691a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:37.540463 [ 277 ] {b4965fb5-4c63-48e3-92ba-4a8032d4691a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:37.540497 [ 277 ] {b4965fb5-4c63-48e3-92ba-4a8032d4691a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:37.540786 [ 277 ] {b4965fb5-4c63-48e3-92ba-4a8032d4691a} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.22 22:28:37.540978 [ 277 ] {b4965fb5-4c63-48e3-92ba-4a8032d4691a} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:37.541100 [ 277 ] {b4965fb5-4c63-48e3-92ba-4a8032d4691a} executeQuery: Read 69 rows, 5.52 KiB in 0.001103 sec., 62556.66364460562 rows/sec., 4.88 MiB/sec. 2026.01.22 22:28:37.541136 [ 277 ] {b4965fb5-4c63-48e3-92ba-4a8032d4691a} TCPHandler: Processed in 0.001258679 sec. 2026.01.22 22:28:37.541244 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:37.541336 [ 277 ] {506f705d-d3d6-4af6-99fc-9052516ea3b3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:37.541378 [ 277 ] {506f705d-d3d6-4af6-99fc-9052516ea3b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:37.541784 [ 277 ] {506f705d-d3d6-4af6-99fc-9052516ea3b3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:37.541817 [ 277 ] {506f705d-d3d6-4af6-99fc-9052516ea3b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:37.542165 [ 277 ] {506f705d-d3d6-4af6-99fc-9052516ea3b3} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.22 22:28:37.542368 [ 277 ] {506f705d-d3d6-4af6-99fc-9052516ea3b3} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:37.542497 [ 277 ] {506f705d-d3d6-4af6-99fc-9052516ea3b3} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2026.01.22 22:28:37.542533 [ 277 ] {506f705d-d3d6-4af6-99fc-9052516ea3b3} TCPHandler: Processed in 0.00133708 sec. 2026.01.22 22:28:37.542636 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:37.542728 [ 277 ] {75624e25-ff16-41b2-871c-f88d2c1b89f4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:28:37.542768 [ 277 ] {75624e25-ff16-41b2-871c-f88d2c1b89f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:28:37.543072 [ 277 ] {75624e25-ff16-41b2-871c-f88d2c1b89f4} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:37.543105 [ 277 ] {75624e25-ff16-41b2-871c-f88d2c1b89f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:37.543385 [ 277 ] {75624e25-ff16-41b2-871c-f88d2c1b89f4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.22 22:28:37.543579 [ 277 ] {75624e25-ff16-41b2-871c-f88d2c1b89f4} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:37.543699 [ 277 ] {75624e25-ff16-41b2-871c-f88d2c1b89f4} executeQuery: Read 1 rows, 65.00 B in 0.000989 sec., 1011.1223458038422 rows/sec., 64.18 KiB/sec. 2026.01.22 22:28:37.543735 [ 277 ] {75624e25-ff16-41b2-871c-f88d2c1b89f4} TCPHandler: Processed in 0.001145179 sec. 2026.01.22 22:28:37.543832 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:37.543923 [ 277 ] {f45b5fab-52d5-4148-ba93-6912ba8067fc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:37.543974 [ 277 ] {f45b5fab-52d5-4148-ba93-6912ba8067fc} 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.01.22 22:28:37.544731 [ 277 ] {f45b5fab-52d5-4148-ba93-6912ba8067fc} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:37.544766 [ 277 ] {f45b5fab-52d5-4148-ba93-6912ba8067fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:37.545272 [ 277 ] {f45b5fab-52d5-4148-ba93-6912ba8067fc} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.01.22 22:28:37.545495 [ 277 ] {f45b5fab-52d5-4148-ba93-6912ba8067fc} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:37.545603 [ 63 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.01.22 22:28:37.545630 [ 277 ] {f45b5fab-52d5-4148-ba93-6912ba8067fc} executeQuery: Read 5 rows, 9.17 KiB in 0.001724 sec., 2900.232018561485 rows/sec., 5.20 MiB/sec. 2026.01.22 22:28:37.545643 [ 63 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:37.545667 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:37.545685 [ 277 ] {f45b5fab-52d5-4148-ba93-6912ba8067fc} TCPHandler: Processed in 0.001899314 sec. 2026.01.22 22:28:37.545763 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:28:37.545795 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:37.545888 [ 277 ] {7be86ef9-ae62-4959-b8c3-debe1ccfe927} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:37.545928 [ 277 ] {7be86ef9-ae62-4959-b8c3-debe1ccfe927} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:37.545980 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:37.546041 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2739 rows starting from the beginning of the part 2026.01.22 22:28:37.546176 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 5 rows starting from the beginning of the part 2026.01.22 22:28:37.546258 [ 277 ] {7be86ef9-ae62-4959-b8c3-debe1ccfe927} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:37.546293 [ 277 ] {7be86ef9-ae62-4959-b8c3-debe1ccfe927} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:37.546297 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:37.546423 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 5 rows starting from the beginning of the part 2026.01.22 22:28:37.546543 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:37.546607 [ 277 ] {7be86ef9-ae62-4959-b8c3-debe1ccfe927} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.22 22:28:37.546661 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 5 rows starting from the beginning of the part 2026.01.22 22:28:37.546856 [ 277 ] {7be86ef9-ae62-4959-b8c3-debe1ccfe927} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:37.546983 [ 277 ] {7be86ef9-ae62-4959-b8c3-debe1ccfe927} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.01.22 22:28:37.547019 [ 277 ] {7be86ef9-ae62-4959-b8c3-debe1ccfe927} TCPHandler: Processed in 0.00127139 sec. 2026.01.22 22:28:37.553550 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2826 rows, containing 19 columns (19 merged, 0 gathered) in 0.007823518 sec., 361218.57200302987 rows/sec., 647.29 MiB/sec. 2026.01.22 22:28:37.556142 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.01.22 22:28:37.556511 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_136_27} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:37.556596 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_136_27} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.01.22 22:28:37.556740 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.11 MiB. 2026.01.22 22:28:39.973902 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2026.01.22 22:28:39.993583 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:39.993642 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:40.000018 [ 245 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.22 22:28:40.000238 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 402.31 MiB, peak 417.29 MiB, free memory in arenas 0.00 B, will set to 397.79 MiB (RSS), difference: -4.52 MiB 2026.01.22 22:28:40.000911 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:40.004382 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2026.01.22 22:28:41.000290 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 393.79 MiB, peak 417.29 MiB, free memory in arenas 0.00 B, will set to 397.79 MiB (RSS), difference: 4.00 MiB 2026.01.22 22:28:42.535413 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:42.535686 [ 277 ] {62844f61-b653-4558-8ad3-23d5b5a96982} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:42.535787 [ 277 ] {62844f61-b653-4558-8ad3-23d5b5a96982} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:42.536654 [ 277 ] {62844f61-b653-4558-8ad3-23d5b5a96982} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:42.536702 [ 277 ] {62844f61-b653-4558-8ad3-23d5b5a96982} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:42.537096 [ 277 ] {62844f61-b653-4558-8ad3-23d5b5a96982} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.22 22:28:42.537326 [ 277 ] {62844f61-b653-4558-8ad3-23d5b5a96982} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:42.537484 [ 277 ] {62844f61-b653-4558-8ad3-23d5b5a96982} executeQuery: Read 128 rows, 11.26 KiB in 0.001873 sec., 68339.56219967965 rows/sec., 5.87 MiB/sec. 2026.01.22 22:28:42.537533 [ 277 ] {62844f61-b653-4558-8ad3-23d5b5a96982} TCPHandler: Processed in 0.002293377 sec. 2026.01.22 22:28:42.537658 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:42.537757 [ 277 ] {606b692f-32d9-4c4a-a47d-e14b5773efdf} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:42.537798 [ 277 ] {606b692f-32d9-4c4a-a47d-e14b5773efdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:42.538218 [ 277 ] {606b692f-32d9-4c4a-a47d-e14b5773efdf} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:42.538256 [ 277 ] {606b692f-32d9-4c4a-a47d-e14b5773efdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:42.538559 [ 277 ] {606b692f-32d9-4c4a-a47d-e14b5773efdf} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.22 22:28:42.538763 [ 277 ] {606b692f-32d9-4c4a-a47d-e14b5773efdf} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:42.538894 [ 277 ] {606b692f-32d9-4c4a-a47d-e14b5773efdf} executeQuery: Read 36 rows, 2.71 KiB in 0.001159 sec., 31061.259706643657 rows/sec., 2.28 MiB/sec. 2026.01.22 22:28:42.538931 [ 277 ] {606b692f-32d9-4c4a-a47d-e14b5773efdf} TCPHandler: Processed in 0.00132268 sec. 2026.01.22 22:28:42.539058 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:42.539180 [ 277 ] {f85759fd-9baa-4369-abc9-b5123a1271d4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:42.539231 [ 277 ] {f85759fd-9baa-4369-abc9-b5123a1271d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:42.539768 [ 277 ] {f85759fd-9baa-4369-abc9-b5123a1271d4} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:42.539811 [ 277 ] {f85759fd-9baa-4369-abc9-b5123a1271d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:42.540191 [ 277 ] {f85759fd-9baa-4369-abc9-b5123a1271d4} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.22 22:28:42.540398 [ 277 ] {f85759fd-9baa-4369-abc9-b5123a1271d4} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:42.540527 [ 277 ] {f85759fd-9baa-4369-abc9-b5123a1271d4} executeQuery: Read 100 rows, 8.00 KiB in 0.001374 sec., 72780.20378457059 rows/sec., 5.68 MiB/sec. 2026.01.22 22:28:42.540579 [ 277 ] {f85759fd-9baa-4369-abc9-b5123a1271d4} TCPHandler: Processed in 0.001583242 sec. 2026.01.22 22:28:42.540706 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:42.540804 [ 277 ] {da00d1f8-b479-441e-9a55-7a2e710417d8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:42.540848 [ 277 ] {da00d1f8-b479-441e-9a55-7a2e710417d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:42.541277 [ 277 ] {da00d1f8-b479-441e-9a55-7a2e710417d8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:42.541314 [ 277 ] {da00d1f8-b479-441e-9a55-7a2e710417d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:42.541638 [ 277 ] {da00d1f8-b479-441e-9a55-7a2e710417d8} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.22 22:28:42.541840 [ 277 ] {da00d1f8-b479-441e-9a55-7a2e710417d8} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:42.541967 [ 277 ] {da00d1f8-b479-441e-9a55-7a2e710417d8} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.01.22 22:28:42.541994 [ 80 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 2 parts from all_1_140_32 to all_141_141_0 2026.01.22 22:28:42.542004 [ 277 ] {da00d1f8-b479-441e-9a55-7a2e710417d8} TCPHandler: Processed in 0.00134781 sec. 2026.01.22 22:28:42.542070 [ 80 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:42.542097 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:42.542178 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:42.542242 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_141_33} MergeTask::PrepareStage: Merging 2 parts: from all_1_140_32 to all_141_141_0 into Compact with storage Full 2026.01.22 22:28:42.542277 [ 277 ] {adc89e88-ab01-4bdf-af5a-c627cff5edd6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:42.542341 [ 277 ] {adc89e88-ab01-4bdf-af5a-c627cff5edd6} 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.01.22 22:28:42.542410 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_141_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:42.542456 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_141_33} MergeTreeSequentialSource: Reading 7 marks from part all_1_140_32, total 41893 rows starting from the beginning of the part 2026.01.22 22:28:42.542532 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_141_33} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part 2026.01.22 22:28:42.543219 [ 277 ] {adc89e88-ab01-4bdf-af5a-c627cff5edd6} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:42.543260 [ 277 ] {adc89e88-ab01-4bdf-af5a-c627cff5edd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:42.543821 [ 277 ] {adc89e88-ab01-4bdf-af5a-c627cff5edd6} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.01.22 22:28:42.544037 [ 277 ] {adc89e88-ab01-4bdf-af5a-c627cff5edd6} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:42.544177 [ 277 ] {adc89e88-ab01-4bdf-af5a-c627cff5edd6} executeQuery: Read 36 rows, 66.06 KiB in 0.001918 sec., 18769.551616266945 rows/sec., 33.63 MiB/sec. 2026.01.22 22:28:42.544232 [ 277 ] {adc89e88-ab01-4bdf-af5a-c627cff5edd6} TCPHandler: Processed in 0.002108096 sec. 2026.01.22 22:28:42.544260 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:28:42.544298 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:28:42.544352 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:42.544451 [ 277 ] {cd37c420-8328-4d33-943c-ef4e60e5d51a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:42.544494 [ 277 ] {cd37c420-8328-4d33-943c-ef4e60e5d51a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:42.544828 [ 277 ] {cd37c420-8328-4d33-943c-ef4e60e5d51a} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:42.544864 [ 277 ] {cd37c420-8328-4d33-943c-ef4e60e5d51a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:42.545208 [ 277 ] {cd37c420-8328-4d33-943c-ef4e60e5d51a} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.22 22:28:42.545590 [ 277 ] {cd37c420-8328-4d33-943c-ef4e60e5d51a} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:42.545765 [ 277 ] {cd37c420-8328-4d33-943c-ef4e60e5d51a} executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec. 2026.01.22 22:28:42.545811 [ 277 ] {cd37c420-8328-4d33-943c-ef4e60e5d51a} TCPHandler: Processed in 0.001512032 sec. 2026.01.22 22:28:42.547605 [ 220 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:28:42.549495 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_141_33} MergeTask::MergeProjectionsStage: Merge sorted 42053 rows, containing 5 columns (5 merged, 0 gathered) in 0.007314414 sec., 5749332.755843462 rows/sec., 393.33 MiB/sec. 2026.01.22 22:28:42.549829 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_141_33} MergedBlockOutputStream: filled checksums all_1_141_33 (state Temporary) 2026.01.22 22:28:42.550134 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_141_33} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_141_33 to all_1_141_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:42.550204 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_141_33} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 2 parts: [all_1_140_32, all_141_141_0] -> all_1_141_33 2026.01.22 22:28:42.550313 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.22 22:28:42.572257 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2312 2026.01.22 22:28:42.574555 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:42.574592 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:42.575711 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.22 22:28:42.575976 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:42.576246 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2312 2026.01.22 22:28:44.927224 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 47456 2026.01.22 22:28:44.927778 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:44.927824 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:44.928320 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.22 22:28:44.928573 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:44.928738 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47456 2026.01.22 22:28:47.504514 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2026.01.22 22:28:47.523749 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.523801 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.530170 [ 245 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.22 22:28:47.530864 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.534375 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2026.01.22 22:28:47.564331 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:47.564489 [ 277 ] {993f500d-23fa-4a0c-89f6-db46841b8013} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:28:47.564550 [ 277 ] {993f500d-23fa-4a0c-89f6-db46841b8013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:28:47.565174 [ 277 ] {993f500d-23fa-4a0c-89f6-db46841b8013} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.565218 [ 277 ] {993f500d-23fa-4a0c-89f6-db46841b8013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.565538 [ 277 ] {993f500d-23fa-4a0c-89f6-db46841b8013} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:28:47.565753 [ 277 ] {993f500d-23fa-4a0c-89f6-db46841b8013} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.565890 [ 277 ] {993f500d-23fa-4a0c-89f6-db46841b8013} executeQuery: Read 24 rows, 2.04 KiB in 0.001443 sec., 16632.01663201663 rows/sec., 1.38 MiB/sec. 2026.01.22 22:28:47.565935 [ 277 ] {993f500d-23fa-4a0c-89f6-db46841b8013} TCPHandler: Processed in 0.001722623 sec. 2026.01.22 22:28:47.566057 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:47.566153 [ 277 ] {e4d9f9d1-efa1-4142-b26b-db888cbaa4f3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:28:47.566194 [ 277 ] {e4d9f9d1-efa1-4142-b26b-db888cbaa4f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:28:47.566586 [ 277 ] {e4d9f9d1-efa1-4142-b26b-db888cbaa4f3} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.566620 [ 277 ] {e4d9f9d1-efa1-4142-b26b-db888cbaa4f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.566903 [ 277 ] {e4d9f9d1-efa1-4142-b26b-db888cbaa4f3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:28:47.567109 [ 277 ] {e4d9f9d1-efa1-4142-b26b-db888cbaa4f3} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.567235 [ 277 ] {e4d9f9d1-efa1-4142-b26b-db888cbaa4f3} executeQuery: Read 6 rows, 501.00 B in 0.001102 sec., 5444.64609800363 rows/sec., 443.97 KiB/sec. 2026.01.22 22:28:47.567272 [ 277 ] {e4d9f9d1-efa1-4142-b26b-db888cbaa4f3} TCPHandler: Processed in 0.001263289 sec. 2026.01.22 22:28:47.567371 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:47.567463 [ 277 ] {5f8fb8ba-f033-40b1-94d1-0392cdfafaf0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:47.567501 [ 277 ] {5f8fb8ba-f033-40b1-94d1-0392cdfafaf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:47.568778 [ 277 ] {5f8fb8ba-f033-40b1-94d1-0392cdfafaf0} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.568814 [ 277 ] {5f8fb8ba-f033-40b1-94d1-0392cdfafaf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.569197 [ 277 ] {5f8fb8ba-f033-40b1-94d1-0392cdfafaf0} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.22 22:28:47.569406 [ 277 ] {5f8fb8ba-f033-40b1-94d1-0392cdfafaf0} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.569533 [ 277 ] {5f8fb8ba-f033-40b1-94d1-0392cdfafaf0} executeQuery: Read 1329 rows, 113.13 KiB in 0.002088 sec., 636494.2528735632 rows/sec., 52.91 MiB/sec. 2026.01.22 22:28:47.569533 [ 74 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.22 22:28:47.569572 [ 277 ] {5f8fb8ba-f033-40b1-94d1-0392cdfafaf0} TCPHandler: Processed in 0.002247976 sec. 2026.01.22 22:28:47.569612 [ 74 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.569643 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.569696 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:47.569730 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:28:47.569802 [ 277 ] {9b73532b-041d-471b-b52e-ba50a8479807} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:47.569817 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:47.569844 [ 277 ] {9b73532b-041d-471b-b52e-ba50a8479807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:47.569844 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2556 rows starting from the beginning of the part 2026.01.22 22:28:47.569906 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 66 rows starting from the beginning of the part 2026.01.22 22:28:47.569948 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 128 rows starting from the beginning of the part 2026.01.22 22:28:47.569986 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 67 rows starting from the beginning of the part 2026.01.22 22:28:47.570027 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 128 rows starting from the beginning of the part 2026.01.22 22:28:47.570065 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 1329 rows starting from the beginning of the part 2026.01.22 22:28:47.570312 [ 277 ] {9b73532b-041d-471b-b52e-ba50a8479807} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.570348 [ 277 ] {9b73532b-041d-471b-b52e-ba50a8479807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.570661 [ 277 ] {9b73532b-041d-471b-b52e-ba50a8479807} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.22 22:28:47.570875 [ 277 ] {9b73532b-041d-471b-b52e-ba50a8479807} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.571007 [ 277 ] {9b73532b-041d-471b-b52e-ba50a8479807} executeQuery: Read 23 rows, 1.76 KiB in 0.001223 sec., 18806.214227309894 rows/sec., 1.40 MiB/sec. 2026.01.22 22:28:47.571047 [ 277 ] {9b73532b-041d-471b-b52e-ba50a8479807} TCPHandler: Processed in 0.00140297 sec. 2026.01.22 22:28:47.571165 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:47.571265 [ 277 ] {aa8a0c63-427e-4196-a366-9c47826624da} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:28:47.571305 [ 277 ] {aa8a0c63-427e-4196-a366-9c47826624da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:28:47.571650 [ 201 ] {048797f8-2913-4120-8057-043480967ec1::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 4274 rows, containing 5 columns (5 merged, 0 gathered) in 0.001948995 sec., 2192925.071639486 rows/sec., 188.75 MiB/sec. 2026.01.22 22:28:47.571852 [ 277 ] {aa8a0c63-427e-4196-a366-9c47826624da} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.571893 [ 277 ] {aa8a0c63-427e-4196-a366-9c47826624da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.571908 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.22 22:28:47.572140 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_146_29} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.572196 [ 191 ] {048797f8-2913-4120-8057-043480967ec1::all_1_146_29} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.22 22:28:47.572207 [ 277 ] {aa8a0c63-427e-4196-a366-9c47826624da} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:28:47.572253 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.22 22:28:47.572412 [ 277 ] {aa8a0c63-427e-4196-a366-9c47826624da} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.572539 [ 277 ] {aa8a0c63-427e-4196-a366-9c47826624da} executeQuery: Read 252 rows, 17.85 KiB in 0.001293 sec., 194895.59164733178 rows/sec., 13.48 MiB/sec. 2026.01.22 22:28:47.572579 [ 277 ] {aa8a0c63-427e-4196-a366-9c47826624da} TCPHandler: Processed in 0.00146414 sec. 2026.01.22 22:28:47.572695 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:47.572789 [ 277 ] {e7f82bba-b7bc-4f03-b479-32bcc682cac6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:28:47.572829 [ 277 ] {e7f82bba-b7bc-4f03-b479-32bcc682cac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:28:47.573225 [ 277 ] {e7f82bba-b7bc-4f03-b479-32bcc682cac6} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.573261 [ 277 ] {e7f82bba-b7bc-4f03-b479-32bcc682cac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.573550 [ 277 ] {e7f82bba-b7bc-4f03-b479-32bcc682cac6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.22 22:28:47.573764 [ 277 ] {e7f82bba-b7bc-4f03-b479-32bcc682cac6} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.573892 [ 277 ] {e7f82bba-b7bc-4f03-b479-32bcc682cac6} executeQuery: Read 12 rows, 960.00 B in 0.00112 sec., 10714.285714285716 rows/sec., 837.05 KiB/sec. 2026.01.22 22:28:47.573929 [ 277 ] {e7f82bba-b7bc-4f03-b479-32bcc682cac6} TCPHandler: Processed in 0.001284769 sec. 2026.01.22 22:28:47.574048 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:47.574164 [ 277 ] {8ce5a97b-7032-45ce-8698-9e7f3dc30c58} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:47.574211 [ 277 ] {8ce5a97b-7032-45ce-8698-9e7f3dc30c58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:47.575018 [ 277 ] {8ce5a97b-7032-45ce-8698-9e7f3dc30c58} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.575061 [ 277 ] {8ce5a97b-7032-45ce-8698-9e7f3dc30c58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.575440 [ 277 ] {8ce5a97b-7032-45ce-8698-9e7f3dc30c58} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.22 22:28:47.575640 [ 277 ] {8ce5a97b-7032-45ce-8698-9e7f3dc30c58} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.575756 [ 74 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.22 22:28:47.575770 [ 277 ] {8ce5a97b-7032-45ce-8698-9e7f3dc30c58} executeQuery: Read 567 rows, 43.55 KiB in 0.001629 sec., 348066.29834254144 rows/sec., 26.11 MiB/sec. 2026.01.22 22:28:47.575799 [ 74 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.575820 [ 277 ] {8ce5a97b-7032-45ce-8698-9e7f3dc30c58} TCPHandler: Processed in 0.001832543 sec. 2026.01.22 22:28:47.575827 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.575930 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:28:47.575946 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:47.576032 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:47.576048 [ 277 ] {2baa2715-144b-4de4-b981-5ec43e08b74c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:47.576064 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1304 rows starting from the beginning of the part 2026.01.22 22:28:47.576091 [ 277 ] {2baa2715-144b-4de4-b981-5ec43e08b74c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:47.576123 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 69 rows starting from the beginning of the part 2026.01.22 22:28:47.576173 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 100 rows starting from the beginning of the part 2026.01.22 22:28:47.576220 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 69 rows starting from the beginning of the part 2026.01.22 22:28:47.576264 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 100 rows starting from the beginning of the part 2026.01.22 22:28:47.576304 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 567 rows starting from the beginning of the part 2026.01.22 22:28:47.576755 [ 277 ] {2baa2715-144b-4de4-b981-5ec43e08b74c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.576790 [ 277 ] {2baa2715-144b-4de4-b981-5ec43e08b74c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.577152 [ 277 ] {2baa2715-144b-4de4-b981-5ec43e08b74c} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.22 22:28:47.577277 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 2209 rows, containing 5 columns (5 merged, 0 gathered) in 0.00138524 sec., 1594669.515751783 rows/sec., 123.64 MiB/sec. 2026.01.22 22:28:47.577364 [ 277 ] {2baa2715-144b-4de4-b981-5ec43e08b74c} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.577486 [ 74 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_141_33 to all_146_146_0 2026.01.22 22:28:47.577498 [ 277 ] {2baa2715-144b-4de4-b981-5ec43e08b74c} executeQuery: Read 883 rows, 61.37 KiB in 0.001468 sec., 601498.6376021799 rows/sec., 40.82 MiB/sec. 2026.01.22 22:28:47.577507 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.22 22:28:47.577523 [ 74 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.577551 [ 277 ] {2baa2715-144b-4de4-b981-5ec43e08b74c} TCPHandler: Processed in 0.001655912 sec. 2026.01.22 22:28:47.577561 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.577635 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_33 to all_146_146_0 into Compact with storage Full 2026.01.22 22:28:47.577669 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:47.577712 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:47.577737 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} MergeTreeSequentialSource: Reading 7 marks from part all_1_141_33, total 42053 rows starting from the beginning of the part 2026.01.22 22:28:47.577772 [ 277 ] {6152d2f7-8f1c-4160-8449-a6c9096f1baf} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:47.577783 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part 2026.01.22 22:28:47.577822 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part 2026.01.22 22:28:47.577828 [ 277 ] {6152d2f7-8f1c-4160-8449-a6c9096f1baf} 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.01.22 22:28:47.577845 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_146_29} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.577856 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part 2026.01.22 22:28:47.577898 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part 2026.01.22 22:28:47.577933 [ 191 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 883 rows starting from the beginning of the part 2026.01.22 22:28:47.577946 [ 201 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_146_29} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.22 22:28:47.578049 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.01.22 22:28:47.578577 [ 277 ] {6152d2f7-8f1c-4160-8449-a6c9096f1baf} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.578617 [ 277 ] {6152d2f7-8f1c-4160-8449-a6c9096f1baf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.579112 [ 277 ] {6152d2f7-8f1c-4160-8449-a6c9096f1baf} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.01.22 22:28:47.579346 [ 277 ] {6152d2f7-8f1c-4160-8449-a6c9096f1baf} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.579488 [ 277 ] {6152d2f7-8f1c-4160-8449-a6c9096f1baf} executeQuery: Read 5 rows, 9.17 KiB in 0.001736 sec., 2880.1843317972352 rows/sec., 5.16 MiB/sec. 2026.01.22 22:28:47.579546 [ 277 ] {6152d2f7-8f1c-4160-8449-a6c9096f1baf} TCPHandler: Processed in 0.001929124 sec. 2026.01.22 22:28:47.579658 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:47.579754 [ 277 ] {0000617d-5d63-4c78-8c99-20dd30216d7d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:47.579795 [ 277 ] {0000617d-5d63-4c78-8c99-20dd30216d7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:47.580134 [ 277 ] {0000617d-5d63-4c78-8c99-20dd30216d7d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.580170 [ 277 ] {0000617d-5d63-4c78-8c99-20dd30216d7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.580471 [ 277 ] {0000617d-5d63-4c78-8c99-20dd30216d7d} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.22 22:28:47.580677 [ 277 ] {0000617d-5d63-4c78-8c99-20dd30216d7d} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.580795 [ 74 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.22 22:28:47.580803 [ 277 ] {0000617d-5d63-4c78-8c99-20dd30216d7d} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2026.01.22 22:28:47.580828 [ 74 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:47.580851 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:47.580854 [ 277 ] {0000617d-5d63-4c78-8c99-20dd30216d7d} TCPHandler: Processed in 0.00124749 sec. 2026.01.22 22:28:47.580940 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:28:47.581057 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:47.581095 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8790 rows starting from the beginning of the part 2026.01.22 22:28:47.581159 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part 2026.01.22 22:28:47.581205 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part 2026.01.22 22:28:47.581246 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:28:47.581286 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:28:47.581322 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part 2026.01.22 22:28:47.584097 [ 190 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 9090 rows, containing 4 columns (4 merged, 0 gathered) in 0.003197674 sec., 2842691.28122504 rows/sec., 189.44 MiB/sec. 2026.01.22 22:28:47.584301 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.22 22:28:47.584589 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_146_29} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.584664 [ 203 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_146_29} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.22 22:28:47.584751 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. 2026.01.22 22:28:47.585742 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} MergeTask::MergeProjectionsStage: Merge sorted 43576 rows, containing 5 columns (5 merged, 0 gathered) in 0.008133331 sec., 5357706.45507972 rows/sec., 366.58 MiB/sec. 2026.01.22 22:28:47.586013 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} MergedBlockOutputStream: filled checksums all_1_146_34 (state Temporary) 2026.01.22 22:28:47.586260 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_146_34 to all_1_146_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:47.586347 [ 203 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_146_34} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_141_33, all_146_146_0] -> all_1_146_34 2026.01.22 22:28:47.586416 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.01.22 22:28:48.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 399.15 MiB, peak 417.29 MiB, free memory in arenas 0.00 B, will set to 397.79 MiB (RSS), difference: -1.36 MiB 2026.01.22 22:28:52.174776 [ 68 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:28:52.174871 [ 68 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:28:52.188830 [ 222 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:28:52.188882 [ 222 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:28:52.192513 [ 222 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:28:52.428938 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 47968 2026.01.22 22:28:52.429530 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:52.429570 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:52.430052 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.22 22:28:52.430281 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:52.430413 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47968 2026.01.22 22:28:52.430489 [ 222 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:28:52.430527 [ 222 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:28:52.433952 [ 222 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:28:52.443943 [ 218 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:28:52.443971 [ 218 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:28:52.447529 [ 218 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:28:52.481908 [ 221 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:28:52.481947 [ 221 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:28:52.484806 [ 221 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:28:52.539336 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:52.539570 [ 277 ] {e9692c6b-4b11-40c4-a5c6-21c7d4920373} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:52.539658 [ 277 ] {e9692c6b-4b11-40c4-a5c6-21c7d4920373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:52.540696 [ 277 ] {e9692c6b-4b11-40c4-a5c6-21c7d4920373} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:52.540768 [ 277 ] {e9692c6b-4b11-40c4-a5c6-21c7d4920373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:52.541368 [ 277 ] {e9692c6b-4b11-40c4-a5c6-21c7d4920373} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.22 22:28:52.541701 [ 277 ] {e9692c6b-4b11-40c4-a5c6-21c7d4920373} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:52.541931 [ 277 ] {e9692c6b-4b11-40c4-a5c6-21c7d4920373} executeQuery: Read 128 rows, 11.26 KiB in 0.002416 sec., 52980.13245033112 rows/sec., 4.55 MiB/sec. 2026.01.22 22:28:52.542006 [ 277 ] {e9692c6b-4b11-40c4-a5c6-21c7d4920373} TCPHandler: Processed in 0.002838591 sec. 2026.01.22 22:28:52.542195 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:52.542345 [ 277 ] {bced1def-4797-47e3-b1d8-e0d74485e629} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:52.542409 [ 277 ] {bced1def-4797-47e3-b1d8-e0d74485e629} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:52.543048 [ 277 ] {bced1def-4797-47e3-b1d8-e0d74485e629} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:52.543101 [ 277 ] {bced1def-4797-47e3-b1d8-e0d74485e629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:52.543534 [ 277 ] {bced1def-4797-47e3-b1d8-e0d74485e629} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.22 22:28:52.543858 [ 277 ] {bced1def-4797-47e3-b1d8-e0d74485e629} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:52.544048 [ 277 ] {bced1def-4797-47e3-b1d8-e0d74485e629} executeQuery: Read 36 rows, 2.71 KiB in 0.001737 sec., 20725.38860103627 rows/sec., 1.52 MiB/sec. 2026.01.22 22:28:52.544067 [ 62 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.22 22:28:52.544104 [ 277 ] {bced1def-4797-47e3-b1d8-e0d74485e629} TCPHandler: Processed in 0.001986665 sec. 2026.01.22 22:28:52.544161 [ 62 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:52.544205 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:52.544312 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:52.544334 [ 203 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:28:52.544496 [ 203 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:52.544514 [ 277 ] {e76fe74d-99e5-4f0c-bbb8-41c321055241} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:52.544566 [ 203 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 296 rows starting from the beginning of the part 2026.01.22 22:28:52.544605 [ 277 ] {e76fe74d-99e5-4f0c-bbb8-41c321055241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:52.544691 [ 203 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:52.544815 [ 203 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 5 rows starting from the beginning of the part 2026.01.22 22:28:52.544931 [ 203 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:52.545033 [ 203 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 23 rows starting from the beginning of the part 2026.01.22 22:28:52.545136 [ 203 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 36 rows starting from the beginning of the part 2026.01.22 22:28:52.545521 [ 277 ] {e76fe74d-99e5-4f0c-bbb8-41c321055241} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:52.545568 [ 277 ] {e76fe74d-99e5-4f0c-bbb8-41c321055241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:52.546011 [ 277 ] {e76fe74d-99e5-4f0c-bbb8-41c321055241} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.22 22:28:52.546297 [ 277 ] {e76fe74d-99e5-4f0c-bbb8-41c321055241} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:52.546305 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 432 rows, containing 5 columns (5 merged, 0 gathered) in 0.002024286 sec., 213408.57961770223 rows/sec., 14.85 MiB/sec. 2026.01.22 22:28:52.546480 [ 277 ] {e76fe74d-99e5-4f0c-bbb8-41c321055241} executeQuery: Read 100 rows, 8.00 KiB in 0.002016 sec., 49603.1746031746 rows/sec., 3.87 MiB/sec. 2026.01.22 22:28:52.546537 [ 277 ] {e76fe74d-99e5-4f0c-bbb8-41c321055241} TCPHandler: Processed in 0.002326257 sec. 2026.01.22 22:28:52.546561 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.22 22:28:52.546700 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:52.546833 [ 277 ] {b81ac22c-810f-4840-8c13-8349cf1b0080} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:52.546892 [ 277 ] {b81ac22c-810f-4840-8c13-8349cf1b0080} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:52.546987 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_141_28} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:52.547096 [ 190 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_141_28} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.22 22:28:52.547224 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.22 22:28:52.547433 [ 277 ] {b81ac22c-810f-4840-8c13-8349cf1b0080} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:52.547483 [ 277 ] {b81ac22c-810f-4840-8c13-8349cf1b0080} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:52.547899 [ 277 ] {b81ac22c-810f-4840-8c13-8349cf1b0080} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.22 22:28:52.548177 [ 277 ] {b81ac22c-810f-4840-8c13-8349cf1b0080} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:52.548354 [ 277 ] {b81ac22c-810f-4840-8c13-8349cf1b0080} executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. 2026.01.22 22:28:52.548412 [ 277 ] {b81ac22c-810f-4840-8c13-8349cf1b0080} TCPHandler: Processed in 0.001777343 sec. 2026.01.22 22:28:52.548571 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:52.548701 [ 277 ] {2f278587-84d5-4107-9591-a9110362a4dc} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:52.548777 [ 277 ] {2f278587-84d5-4107-9591-a9110362a4dc} 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.01.22 22:28:52.549948 [ 277 ] {2f278587-84d5-4107-9591-a9110362a4dc} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:52.549997 [ 277 ] {2f278587-84d5-4107-9591-a9110362a4dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:52.550767 [ 277 ] {2f278587-84d5-4107-9591-a9110362a4dc} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.01.22 22:28:52.551084 [ 277 ] {2f278587-84d5-4107-9591-a9110362a4dc} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:52.551273 [ 277 ] {2f278587-84d5-4107-9591-a9110362a4dc} executeQuery: Read 36 rows, 66.06 KiB in 0.002599 sec., 13851.481338976528 rows/sec., 24.82 MiB/sec. 2026.01.22 22:28:52.551350 [ 277 ] {2f278587-84d5-4107-9591-a9110362a4dc} TCPHandler: Processed in 0.002850321 sec. 2026.01.22 22:28:52.551507 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:52.551632 [ 277 ] {d3c9bc14-6ae5-45dc-b9c9-b2f09d737d16} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:52.551692 [ 277 ] {d3c9bc14-6ae5-45dc-b9c9-b2f09d737d16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:52.552149 [ 277 ] {d3c9bc14-6ae5-45dc-b9c9-b2f09d737d16} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:52.552195 [ 277 ] {d3c9bc14-6ae5-45dc-b9c9-b2f09d737d16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:52.552598 [ 277 ] {d3c9bc14-6ae5-45dc-b9c9-b2f09d737d16} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.22 22:28:52.552896 [ 277 ] {d3c9bc14-6ae5-45dc-b9c9-b2f09d737d16} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:52.553066 [ 277 ] {d3c9bc14-6ae5-45dc-b9c9-b2f09d737d16} executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. 2026.01.22 22:28:52.553113 [ 277 ] {d3c9bc14-6ae5-45dc-b9c9-b2f09d737d16} TCPHandler: Processed in 0.001672712 sec. 2026.01.22 22:28:52.553176 [ 221 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:28:52.553218 [ 221 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:28:52.557063 [ 221 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:28:52.576491 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2344 2026.01.22 22:28:52.579120 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:52.579182 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:52.580396 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.22 22:28:52.580665 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:52.581002 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2344 2026.01.22 22:28:53.493329 [ 221 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:28:53.493381 [ 221 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:28:53.495651 [ 221 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:28:53.842115 [ 220 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:28:53.842168 [ 220 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:28:53.844341 [ 220 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:28:54.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 393.79 MiB, peak 417.29 MiB, free memory in arenas 0.00 B, will set to 397.79 MiB (RSS), difference: 4.00 MiB 2026.01.22 22:28:55.034460 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2026.01.22 22:28:55.051765 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:55.051824 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:55.058652 [ 245 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.22 22:28:55.059421 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:55.063083 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2026.01.22 22:28:57.534516 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:57.534706 [ 277 ] {844f49b5-46ae-42eb-8a26-1784bea12baf} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:28:57.534773 [ 277 ] {844f49b5-46ae-42eb-8a26-1784bea12baf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:28:57.535448 [ 277 ] {844f49b5-46ae-42eb-8a26-1784bea12baf} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:57.535498 [ 277 ] {844f49b5-46ae-42eb-8a26-1784bea12baf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:57.535886 [ 277 ] {844f49b5-46ae-42eb-8a26-1784bea12baf} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.22 22:28:57.536127 [ 277 ] {844f49b5-46ae-42eb-8a26-1784bea12baf} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:57.536289 [ 277 ] {844f49b5-46ae-42eb-8a26-1784bea12baf} executeQuery: Read 66 rows, 5.35 KiB in 0.00163 sec., 40490.79754601227 rows/sec., 3.21 MiB/sec. 2026.01.22 22:28:57.536349 [ 277 ] {844f49b5-46ae-42eb-8a26-1784bea12baf} TCPHandler: Processed in 0.001966335 sec. 2026.01.22 22:28:57.536482 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:57.536585 [ 277 ] {352e9650-3387-4346-a1b7-9af6825cde3e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:28:57.536628 [ 277 ] {352e9650-3387-4346-a1b7-9af6825cde3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:28:57.537048 [ 277 ] {352e9650-3387-4346-a1b7-9af6825cde3e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:57.537086 [ 277 ] {352e9650-3387-4346-a1b7-9af6825cde3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:57.537393 [ 277 ] {352e9650-3387-4346-a1b7-9af6825cde3e} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.22 22:28:57.537609 [ 277 ] {352e9650-3387-4346-a1b7-9af6825cde3e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:57.537743 [ 277 ] {352e9650-3387-4346-a1b7-9af6825cde3e} executeQuery: Read 5 rows, 385.00 B in 0.001182 sec., 4230.118443316413 rows/sec., 318.09 KiB/sec. 2026.01.22 22:28:57.537783 [ 277 ] {352e9650-3387-4346-a1b7-9af6825cde3e} TCPHandler: Processed in 0.00135258 sec. 2026.01.22 22:28:57.537892 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:57.537989 [ 277 ] {063cdd16-f5d3-4fa9-a8f3-c9744fddc78b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:28:57.538030 [ 277 ] {063cdd16-f5d3-4fa9-a8f3-c9744fddc78b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:28:57.538460 [ 277 ] {063cdd16-f5d3-4fa9-a8f3-c9744fddc78b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:57.538497 [ 277 ] {063cdd16-f5d3-4fa9-a8f3-c9744fddc78b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:57.538796 [ 277 ] {063cdd16-f5d3-4fa9-a8f3-c9744fddc78b} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.22 22:28:57.539012 [ 277 ] {063cdd16-f5d3-4fa9-a8f3-c9744fddc78b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:57.539143 [ 277 ] {063cdd16-f5d3-4fa9-a8f3-c9744fddc78b} executeQuery: Read 69 rows, 5.52 KiB in 0.001175 sec., 58723.40425531915 rows/sec., 4.58 MiB/sec. 2026.01.22 22:28:57.539181 [ 277 ] {063cdd16-f5d3-4fa9-a8f3-c9744fddc78b} TCPHandler: Processed in 0.00133837 sec. 2026.01.22 22:28:57.539304 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:57.539402 [ 277 ] {424767a2-ea47-40e2-9025-caac630ea45b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:57.539448 [ 277 ] {424767a2-ea47-40e2-9025-caac630ea45b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:28:57.539868 [ 277 ] {424767a2-ea47-40e2-9025-caac630ea45b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:57.539904 [ 277 ] {424767a2-ea47-40e2-9025-caac630ea45b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:57.540233 [ 277 ] {424767a2-ea47-40e2-9025-caac630ea45b} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.22 22:28:57.540463 [ 277 ] {424767a2-ea47-40e2-9025-caac630ea45b} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:57.540603 [ 277 ] {424767a2-ea47-40e2-9025-caac630ea45b} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2026.01.22 22:28:57.540640 [ 277 ] {424767a2-ea47-40e2-9025-caac630ea45b} TCPHandler: Processed in 0.001393271 sec. 2026.01.22 22:28:57.540752 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:57.540846 [ 277 ] {ad850c68-d48b-449c-9954-d6192312117e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:28:57.540899 [ 277 ] {ad850c68-d48b-449c-9954-d6192312117e} 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.01.22 22:28:57.541693 [ 277 ] {ad850c68-d48b-449c-9954-d6192312117e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:57.541730 [ 277 ] {ad850c68-d48b-449c-9954-d6192312117e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:57.542290 [ 277 ] {ad850c68-d48b-449c-9954-d6192312117e} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.01.22 22:28:57.542525 [ 277 ] {ad850c68-d48b-449c-9954-d6192312117e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:57.542683 [ 277 ] {ad850c68-d48b-449c-9954-d6192312117e} executeQuery: Read 5 rows, 9.17 KiB in 0.001855 sec., 2695.4177897574123 rows/sec., 4.83 MiB/sec. 2026.01.22 22:28:57.542770 [ 277 ] {ad850c68-d48b-449c-9954-d6192312117e} TCPHandler: Processed in 0.002067185 sec. 2026.01.22 22:28:57.542897 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:28:57.542991 [ 277 ] {9857ad57-89c3-470b-9cf5-507b2f32ea0f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:28:57.543035 [ 277 ] {9857ad57-89c3-470b-9cf5-507b2f32ea0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:28:57.543390 [ 277 ] {9857ad57-89c3-470b-9cf5-507b2f32ea0f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:57.543432 [ 277 ] {9857ad57-89c3-470b-9cf5-507b2f32ea0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:57.543744 [ 277 ] {9857ad57-89c3-470b-9cf5-507b2f32ea0f} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.22 22:28:57.543961 [ 277 ] {9857ad57-89c3-470b-9cf5-507b2f32ea0f} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:57.544098 [ 277 ] {9857ad57-89c3-470b-9cf5-507b2f32ea0f} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.01.22 22:28:57.544135 [ 277 ] {9857ad57-89c3-470b-9cf5-507b2f32ea0f} TCPHandler: Processed in 0.001287439 sec. 2026.01.22 22:28:58.509002 [ 226 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:28:58.509082 [ 226 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:28:58.512260 [ 226 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:28:59.930588 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 48416 2026.01.22 22:28:59.931100 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:59.931138 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:59.931622 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.22 22:28:59.931846 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:59.931973 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48416 2026.01.22 22:28:59.931972 [ 55 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.22 22:28:59.932050 [ 55 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:28:59.932074 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:28:59.932191 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:59.932319 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:28:59.932356 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 46048 rows starting from the beginning of the part 2026.01.22 22:28:59.932429 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:59.932475 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:59.932517 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:59.932558 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:59.932597 [ 188 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:28:59.935552 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 48416 rows, containing 4 columns (4 merged, 0 gathered) in 0.003412335 sec., 14188524.866403798 rows/sec., 202.97 MiB/sec. 2026.01.22 22:28:59.935875 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.22 22:28:59.936188 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_101_20} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:28:59.936272 [ 192 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_101_20} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.22 22:28:59.936363 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.01.22 22:29:02.535932 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:02.536121 [ 277 ] {90ad4dd9-a7d4-44b1-8537-e417c7159f5e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:29:02.536188 [ 277 ] {90ad4dd9-a7d4-44b1-8537-e417c7159f5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:29:02.536830 [ 277 ] {90ad4dd9-a7d4-44b1-8537-e417c7159f5e} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:02.536871 [ 277 ] {90ad4dd9-a7d4-44b1-8537-e417c7159f5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:02.537247 [ 277 ] {90ad4dd9-a7d4-44b1-8537-e417c7159f5e} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:29:02.537502 [ 277 ] {90ad4dd9-a7d4-44b1-8537-e417c7159f5e} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:02.537678 [ 277 ] {90ad4dd9-a7d4-44b1-8537-e417c7159f5e} executeQuery: Read 10 rows, 835.00 B in 0.001605 sec., 6230.529595015576 rows/sec., 508.06 KiB/sec. 2026.01.22 22:29:02.537734 [ 277 ] {90ad4dd9-a7d4-44b1-8537-e417c7159f5e} TCPHandler: Processed in 0.001927204 sec. 2026.01.22 22:29:02.537861 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:02.537965 [ 277 ] {4a724871-cece-4aee-aac6-1bfcc9df4051} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:02.538009 [ 277 ] {4a724871-cece-4aee-aac6-1bfcc9df4051} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:02.538525 [ 277 ] {4a724871-cece-4aee-aac6-1bfcc9df4051} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:02.538561 [ 277 ] {4a724871-cece-4aee-aac6-1bfcc9df4051} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:02.538897 [ 277 ] {4a724871-cece-4aee-aac6-1bfcc9df4051} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.22 22:29:02.539118 [ 277 ] {4a724871-cece-4aee-aac6-1bfcc9df4051} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:02.539262 [ 277 ] {4a724871-cece-4aee-aac6-1bfcc9df4051} executeQuery: Read 133 rows, 11.63 KiB in 0.001321 sec., 100681.30204390614 rows/sec., 8.60 MiB/sec. 2026.01.22 22:29:02.539303 [ 277 ] {4a724871-cece-4aee-aac6-1bfcc9df4051} TCPHandler: Processed in 0.001493912 sec. 2026.01.22 22:29:02.539420 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:02.539525 [ 277 ] {f420c3a5-047f-4ce3-a1e7-7ae761bbff25} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:02.539568 [ 277 ] {f420c3a5-047f-4ce3-a1e7-7ae761bbff25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:02.540000 [ 277 ] {f420c3a5-047f-4ce3-a1e7-7ae761bbff25} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:02.540036 [ 277 ] {f420c3a5-047f-4ce3-a1e7-7ae761bbff25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:02.540340 [ 277 ] {f420c3a5-047f-4ce3-a1e7-7ae761bbff25} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.22 22:29:02.540595 [ 277 ] {f420c3a5-047f-4ce3-a1e7-7ae761bbff25} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:02.540747 [ 277 ] {f420c3a5-047f-4ce3-a1e7-7ae761bbff25} executeQuery: Read 46 rows, 3.41 KiB in 0.001242 sec., 37037.03703703704 rows/sec., 2.68 MiB/sec. 2026.01.22 22:29:02.540786 [ 277 ] {f420c3a5-047f-4ce3-a1e7-7ae761bbff25} TCPHandler: Processed in 0.00141756 sec. 2026.01.22 22:29:02.540900 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:02.540996 [ 277 ] {c6c64daa-8b47-487a-96ba-290bb1b6d321} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:02.541037 [ 277 ] {c6c64daa-8b47-487a-96ba-290bb1b6d321} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:02.541482 [ 277 ] {c6c64daa-8b47-487a-96ba-290bb1b6d321} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:02.541519 [ 277 ] {c6c64daa-8b47-487a-96ba-290bb1b6d321} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:02.541826 [ 277 ] {c6c64daa-8b47-487a-96ba-290bb1b6d321} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.22 22:29:02.542048 [ 277 ] {c6c64daa-8b47-487a-96ba-290bb1b6d321} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:02.542176 [ 277 ] {c6c64daa-8b47-487a-96ba-290bb1b6d321} executeQuery: Read 110 rows, 8.81 KiB in 0.001199 sec., 91743.11926605504 rows/sec., 7.18 MiB/sec. 2026.01.22 22:29:02.542216 [ 277 ] {c6c64daa-8b47-487a-96ba-290bb1b6d321} TCPHandler: Processed in 0.00136582 sec. 2026.01.22 22:29:02.542331 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:02.542426 [ 277 ] {e73517d2-31b3-4048-987c-f7813ffad413} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:02.542471 [ 277 ] {e73517d2-31b3-4048-987c-f7813ffad413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:02.542895 [ 277 ] {e73517d2-31b3-4048-987c-f7813ffad413} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:02.542932 [ 277 ] {e73517d2-31b3-4048-987c-f7813ffad413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:02.543272 [ 277 ] {e73517d2-31b3-4048-987c-f7813ffad413} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.22 22:29:02.543513 [ 277 ] {e73517d2-31b3-4048-987c-f7813ffad413} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:02.543664 [ 277 ] {e73517d2-31b3-4048-987c-f7813ffad413} executeQuery: Read 165 rows, 11.76 KiB in 0.001257 sec., 131264.91646778042 rows/sec., 9.14 MiB/sec. 2026.01.22 22:29:02.543707 [ 277 ] {e73517d2-31b3-4048-987c-f7813ffad413} TCPHandler: Processed in 0.001429261 sec. 2026.01.22 22:29:02.543810 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:02.543903 [ 277 ] {e37eff38-ebb5-460f-a91a-78b788f78fee} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:02.543956 [ 277 ] {e37eff38-ebb5-460f-a91a-78b788f78fee} 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.01.22 22:29:02.544904 [ 277 ] {e37eff38-ebb5-460f-a91a-78b788f78fee} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:02.544941 [ 277 ] {e37eff38-ebb5-460f-a91a-78b788f78fee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:02.545503 [ 277 ] {e37eff38-ebb5-460f-a91a-78b788f78fee} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.01.22 22:29:02.545744 [ 277 ] {e37eff38-ebb5-460f-a91a-78b788f78fee} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:02.545884 [ 277 ] {e37eff38-ebb5-460f-a91a-78b788f78fee} executeQuery: Read 36 rows, 66.06 KiB in 0.001999 sec., 18009.004502251126 rows/sec., 32.27 MiB/sec. 2026.01.22 22:29:02.545883 [ 49 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.01.22 22:29:02.545961 [ 277 ] {e37eff38-ebb5-460f-a91a-78b788f78fee} TCPHandler: Processed in 0.002199927 sec. 2026.01.22 22:29:02.545960 [ 49 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:02.546001 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:02.546088 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:02.546102 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:29:02.546195 [ 277 ] {08248790-df71-44a4-92ac-bdcefa446a53} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:02.546244 [ 277 ] {08248790-df71-44a4-92ac-bdcefa446a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:02.546337 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:02.546402 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2826 rows starting from the beginning of the part 2026.01.22 22:29:02.546540 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 36 rows starting from the beginning of the part 2026.01.22 22:29:02.546611 [ 277 ] {08248790-df71-44a4-92ac-bdcefa446a53} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:02.546653 [ 277 ] {08248790-df71-44a4-92ac-bdcefa446a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:02.546666 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 5 rows starting from the beginning of the part 2026.01.22 22:29:02.546797 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 36 rows starting from the beginning of the part 2026.01.22 22:29:02.546926 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 5 rows starting from the beginning of the part 2026.01.22 22:29:02.546990 [ 277 ] {08248790-df71-44a4-92ac-bdcefa446a53} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.22 22:29:02.547044 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 36 rows starting from the beginning of the part 2026.01.22 22:29:02.547222 [ 277 ] {08248790-df71-44a4-92ac-bdcefa446a53} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:02.547361 [ 277 ] {08248790-df71-44a4-92ac-bdcefa446a53} executeQuery: Read 60 rows, 4.14 KiB in 0.001184 sec., 50675.67567567568 rows/sec., 3.42 MiB/sec. 2026.01.22 22:29:02.547402 [ 277 ] {08248790-df71-44a4-92ac-bdcefa446a53} TCPHandler: Processed in 0.00136317 sec. 2026.01.22 22:29:02.554624 [ 192 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 2944 rows, containing 19 columns (19 merged, 0 gathered) in 0.008561214 sec., 343876.46424911235 rows/sec., 616.21 MiB/sec. 2026.01.22 22:29:02.557276 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.01.22 22:29:02.557679 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_141_28} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:02.557762 [ 188 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_141_28} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.01.22 22:29:02.557916 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.48 MiB. 2026.01.22 22:29:02.563193 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 2026.01.22 22:29:02.581244 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2370 2026.01.22 22:29:02.581973 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:02.582028 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:02.583750 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:02.583799 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:02.585090 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.22 22:29:02.585392 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:02.585839 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2370 2026.01.22 22:29:02.588475 [ 245 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.22 22:29:02.589240 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:02.589547 [ 49 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.22 22:29:02.589608 [ 49 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:02.589629 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:02.589723 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:02.592840 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:02.593302 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 761 2026.01.22 22:29:02.593752 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:02.597311 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:02.601134 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:02.605416 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:02.610204 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:02.614895 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:02.677061 [ 192 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.087374117 sec., 8709.673140387787 rows/sec., 45.04 MiB/sec. 2026.01.22 22:29:02.680764 [ 194 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.22 22:29:02.683084 [ 194 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_101_20} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:02.683210 [ 194 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_101_20} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.22 22:29:02.686351 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.22 22:29:03.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 399.43 MiB, peak 417.29 MiB, free memory in arenas 0.00 B, will set to 397.80 MiB (RSS), difference: -1.62 MiB 2026.01.22 22:29:07.174924 [ 42 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:29:07.174991 [ 42 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:29:07.432192 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 48928 2026.01.22 22:29:07.432824 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:07.432874 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:07.433380 [ 244 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.22 22:29:07.433623 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:07.433761 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48928 2026.01.22 22:29:07.534251 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:07.534443 [ 277 ] {63936f3d-289d-405f-9a63-1b13c2f7b703} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:07.534513 [ 277 ] {63936f3d-289d-405f-9a63-1b13c2f7b703} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:07.535133 [ 277 ] {63936f3d-289d-405f-9a63-1b13c2f7b703} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:07.535176 [ 277 ] {63936f3d-289d-405f-9a63-1b13c2f7b703} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:07.535617 [ 277 ] {63936f3d-289d-405f-9a63-1b13c2f7b703} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.22 22:29:07.535841 [ 277 ] {63936f3d-289d-405f-9a63-1b13c2f7b703} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:07.535993 [ 277 ] {63936f3d-289d-405f-9a63-1b13c2f7b703} executeQuery: Read 66 rows, 5.35 KiB in 0.001601 sec., 41224.23485321674 rows/sec., 3.27 MiB/sec. 2026.01.22 22:29:07.536035 [ 277 ] {63936f3d-289d-405f-9a63-1b13c2f7b703} TCPHandler: Processed in 0.001911764 sec. 2026.01.22 22:29:07.536145 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:07.536236 [ 277 ] {169d43c8-3658-4b66-be01-02e996c65828} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:07.536275 [ 277 ] {169d43c8-3658-4b66-be01-02e996c65828} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:07.536674 [ 277 ] {169d43c8-3658-4b66-be01-02e996c65828} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:07.536708 [ 277 ] {169d43c8-3658-4b66-be01-02e996c65828} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:07.536996 [ 277 ] {169d43c8-3658-4b66-be01-02e996c65828} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.22 22:29:07.537204 [ 277 ] {169d43c8-3658-4b66-be01-02e996c65828} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:07.537331 [ 277 ] {169d43c8-3658-4b66-be01-02e996c65828} executeQuery: Read 5 rows, 385.00 B in 0.001113 sec., 4492.36298292902 rows/sec., 337.80 KiB/sec. 2026.01.22 22:29:07.537368 [ 277 ] {169d43c8-3658-4b66-be01-02e996c65828} TCPHandler: Processed in 0.00126969 sec. 2026.01.22 22:29:07.537472 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:07.537564 [ 277 ] {f0045d1e-1671-497c-a68d-77bba08b5632} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:07.537601 [ 277 ] {f0045d1e-1671-497c-a68d-77bba08b5632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:07.538007 [ 277 ] {f0045d1e-1671-497c-a68d-77bba08b5632} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:07.538042 [ 277 ] {f0045d1e-1671-497c-a68d-77bba08b5632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:07.538336 [ 277 ] {f0045d1e-1671-497c-a68d-77bba08b5632} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.22 22:29:07.538550 [ 277 ] {f0045d1e-1671-497c-a68d-77bba08b5632} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:07.538676 [ 277 ] {f0045d1e-1671-497c-a68d-77bba08b5632} executeQuery: Read 69 rows, 5.52 KiB in 0.00113 sec., 61061.94690265487 rows/sec., 4.77 MiB/sec. 2026.01.22 22:29:07.538713 [ 277 ] {f0045d1e-1671-497c-a68d-77bba08b5632} TCPHandler: Processed in 0.00128666 sec. 2026.01.22 22:29:07.538822 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:07.538913 [ 277 ] {9dc19b5b-4204-48d5-892a-9bbdeb23f19e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:07.538955 [ 277 ] {9dc19b5b-4204-48d5-892a-9bbdeb23f19e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:07.539347 [ 277 ] {9dc19b5b-4204-48d5-892a-9bbdeb23f19e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:07.539382 [ 277 ] {9dc19b5b-4204-48d5-892a-9bbdeb23f19e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:07.539702 [ 277 ] {9dc19b5b-4204-48d5-892a-9bbdeb23f19e} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.22 22:29:07.539917 [ 277 ] {9dc19b5b-4204-48d5-892a-9bbdeb23f19e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:07.540045 [ 277 ] {9dc19b5b-4204-48d5-892a-9bbdeb23f19e} executeQuery: Read 160 rows, 11.41 KiB in 0.001149 sec., 139251.5230635335 rows/sec., 9.70 MiB/sec. 2026.01.22 22:29:07.540080 [ 277 ] {9dc19b5b-4204-48d5-892a-9bbdeb23f19e} TCPHandler: Processed in 0.00130457 sec. 2026.01.22 22:29:07.540184 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:07.540275 [ 277 ] {3a352e55-cb25-4b84-b3c7-767f82a7e501} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:07.540326 [ 277 ] {3a352e55-cb25-4b84-b3c7-767f82a7e501} 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.01.22 22:29:07.541081 [ 277 ] {3a352e55-cb25-4b84-b3c7-767f82a7e501} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:07.541116 [ 277 ] {3a352e55-cb25-4b84-b3c7-767f82a7e501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:07.541609 [ 277 ] {3a352e55-cb25-4b84-b3c7-767f82a7e501} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.01.22 22:29:07.541821 [ 277 ] {3a352e55-cb25-4b84-b3c7-767f82a7e501} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:07.541953 [ 277 ] {3a352e55-cb25-4b84-b3c7-767f82a7e501} executeQuery: Read 5 rows, 9.17 KiB in 0.001696 sec., 2948.1132075471696 rows/sec., 5.28 MiB/sec. 2026.01.22 22:29:07.542007 [ 277 ] {3a352e55-cb25-4b84-b3c7-767f82a7e501} TCPHandler: Processed in 0.001869274 sec. 2026.01.22 22:29:07.542057 [ 225 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:29:07.542116 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:07.542134 [ 225 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:29:07.542217 [ 277 ] {993fd102-acda-42d2-a567-4e829718d827} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:07.542263 [ 277 ] {993fd102-acda-42d2-a567-4e829718d827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:07.542596 [ 277 ] {993fd102-acda-42d2-a567-4e829718d827} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:07.542631 [ 277 ] {993fd102-acda-42d2-a567-4e829718d827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.22 22:29:07.542933 [ 277 ] {993fd102-acda-42d2-a567-4e829718d827} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.22 22:29:07.543181 [ 277 ] {993fd102-acda-42d2-a567-4e829718d827} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:07.543316 [ 277 ] {993fd102-acda-42d2-a567-4e829718d827} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.01.22 22:29:07.543351 [ 277 ] {993fd102-acda-42d2-a567-4e829718d827} TCPHandler: Processed in 0.001282469 sec. 2026.01.22 22:29:07.545697 [ 225 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:29:10.093433 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 2026.01.22 22:29:10.112761 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:10.112827 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:10.119204 [ 245 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.22 22:29:10.119966 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:10.123597 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 768 2026.01.22 22:29:12.536882 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:12.537063 [ 277 ] {e2511c1a-a79d-4f79-ac7a-61e6fd40f6aa} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:12.537131 [ 277 ] {e2511c1a-a79d-4f79-ac7a-61e6fd40f6aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:12.537899 [ 277 ] {e2511c1a-a79d-4f79-ac7a-61e6fd40f6aa} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.537950 [ 277 ] {e2511c1a-a79d-4f79-ac7a-61e6fd40f6aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.538376 [ 277 ] {e2511c1a-a79d-4f79-ac7a-61e6fd40f6aa} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.22 22:29:12.538636 [ 277 ] {e2511c1a-a79d-4f79-ac7a-61e6fd40f6aa} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.538804 [ 277 ] {e2511c1a-a79d-4f79-ac7a-61e6fd40f6aa} executeQuery: Read 146 rows, 12.96 KiB in 0.001791 sec., 81518.70463428252 rows/sec., 7.07 MiB/sec. 2026.01.22 22:29:12.538808 [ 37 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.22 22:29:12.538859 [ 277 ] {e2511c1a-a79d-4f79-ac7a-61e6fd40f6aa} TCPHandler: Processed in 0.002106925 sec. 2026.01.22 22:29:12.538880 [ 37 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.538906 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.538993 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:12.539023 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:29:12.539101 [ 277 ] {61e17ed0-8180-4495-9be7-8d64c62f434e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:12.539150 [ 277 ] {61e17ed0-8180-4495-9be7-8d64c62f434e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:12.539160 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:12.539199 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 2556 rows starting from the beginning of the part 2026.01.22 22:29:12.539272 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 128 rows starting from the beginning of the part 2026.01.22 22:29:12.539317 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 66 rows starting from the beginning of the part 2026.01.22 22:29:12.539359 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 133 rows starting from the beginning of the part 2026.01.22 22:29:12.539399 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 66 rows starting from the beginning of the part 2026.01.22 22:29:12.539438 [ 196 ] {048797f8-2913-4120-8057-043480967ec1::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 146 rows starting from the beginning of the part 2026.01.22 22:29:12.539675 [ 277 ] {61e17ed0-8180-4495-9be7-8d64c62f434e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.539720 [ 277 ] {61e17ed0-8180-4495-9be7-8d64c62f434e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.540077 [ 277 ] {61e17ed0-8180-4495-9be7-8d64c62f434e} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.22 22:29:12.540316 [ 277 ] {61e17ed0-8180-4495-9be7-8d64c62f434e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.540455 [ 277 ] {61e17ed0-8180-4495-9be7-8d64c62f434e} executeQuery: Read 45 rows, 3.38 KiB in 0.001377 sec., 32679.738562091505 rows/sec., 2.40 MiB/sec. 2026.01.22 22:29:12.540496 [ 277 ] {61e17ed0-8180-4495-9be7-8d64c62f434e} TCPHandler: Processed in 0.001555391 sec. 2026.01.22 22:29:12.540617 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:12.540716 [ 277 ] {55b683f7-6ed3-42a5-83df-082d7dbc2a9e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:12.540758 [ 277 ] {55b683f7-6ed3-42a5-83df-082d7dbc2a9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:12.540850 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 3095 rows, containing 5 columns (5 merged, 0 gathered) in 0.001877954 sec., 1648070.1870226853 rows/sec., 141.55 MiB/sec. 2026.01.22 22:29:12.541144 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.22 22:29:12.541267 [ 277 ] {55b683f7-6ed3-42a5-83df-082d7dbc2a9e} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.541314 [ 277 ] {55b683f7-6ed3-42a5-83df-082d7dbc2a9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.541451 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_151_30} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.541538 [ 208 ] {048797f8-2913-4120-8057-043480967ec1::all_1_151_30} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.22 22:29:12.541622 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2026.01.22 22:29:12.541672 [ 277 ] {55b683f7-6ed3-42a5-83df-082d7dbc2a9e} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.22 22:29:12.541890 [ 277 ] {55b683f7-6ed3-42a5-83df-082d7dbc2a9e} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.542019 [ 37 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.22 22:29:12.542025 [ 277 ] {55b683f7-6ed3-42a5-83df-082d7dbc2a9e} executeQuery: Read 115 rows, 9.23 KiB in 0.001329 sec., 86531.22648607976 rows/sec., 6.78 MiB/sec. 2026.01.22 22:29:12.542065 [ 37 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.542086 [ 277 ] {55b683f7-6ed3-42a5-83df-082d7dbc2a9e} TCPHandler: Processed in 0.001522361 sec. 2026.01.22 22:29:12.542090 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.542190 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:29:12.542252 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:12.542283 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:12.542313 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1304 rows starting from the beginning of the part 2026.01.22 22:29:12.542355 [ 277 ] {912714e0-b7fd-4320-9e82-a54cf1b964c4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:12.542361 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 100 rows starting from the beginning of the part 2026.01.22 22:29:12.542407 [ 277 ] {912714e0-b7fd-4320-9e82-a54cf1b964c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:12.542416 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 69 rows starting from the beginning of the part 2026.01.22 22:29:12.542460 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 110 rows starting from the beginning of the part 2026.01.22 22:29:12.542494 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 69 rows starting from the beginning of the part 2026.01.22 22:29:12.542529 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 115 rows starting from the beginning of the part 2026.01.22 22:29:12.542865 [ 277 ] {912714e0-b7fd-4320-9e82-a54cf1b964c4} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.542906 [ 277 ] {912714e0-b7fd-4320-9e82-a54cf1b964c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.543291 [ 277 ] {912714e0-b7fd-4320-9e82-a54cf1b964c4} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.22 22:29:12.543446 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 1767 rows, containing 5 columns (5 merged, 0 gathered) in 0.001295659 sec., 1363784.761268204 rows/sec., 105.63 MiB/sec. 2026.01.22 22:29:12.543519 [ 277 ] {912714e0-b7fd-4320-9e82-a54cf1b964c4} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.543609 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.22 22:29:12.543657 [ 37 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 2 parts from all_1_146_34 to all_147_147_0 2026.01.22 22:29:12.543667 [ 277 ] {912714e0-b7fd-4320-9e82-a54cf1b964c4} executeQuery: Read 160 rows, 11.41 KiB in 0.001332 sec., 120120.12012012012 rows/sec., 8.37 MiB/sec. 2026.01.22 22:29:12.543695 [ 37 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.543723 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.543725 [ 277 ] {912714e0-b7fd-4320-9e82-a54cf1b964c4} TCPHandler: Processed in 0.001525311 sec. 2026.01.22 22:29:12.543803 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_147_35} MergeTask::PrepareStage: Merging 2 parts: from all_1_146_34 to all_147_147_0 into Compact with storage Full 2026.01.22 22:29:12.543855 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:12.543896 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_151_30} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.543899 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_147_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:12.543952 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_147_35} MergeTreeSequentialSource: Reading 7 marks from part all_1_146_34, total 43576 rows starting from the beginning of the part 2026.01.22 22:29:12.543952 [ 277 ] {b5455ece-da36-42d9-ad00-013b224e7285} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:12.543988 [ 196 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_151_30} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.22 22:29:12.544013 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_147_35} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part 2026.01.22 22:29:12.544017 [ 277 ] {b5455ece-da36-42d9-ad00-013b224e7285} 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.01.22 22:29:12.544064 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.01.22 22:29:12.545017 [ 277 ] {b5455ece-da36-42d9-ad00-013b224e7285} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.545056 [ 277 ] {b5455ece-da36-42d9-ad00-013b224e7285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.545658 [ 277 ] {b5455ece-da36-42d9-ad00-013b224e7285} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.01.22 22:29:12.545887 [ 277 ] {b5455ece-da36-42d9-ad00-013b224e7285} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.546040 [ 277 ] {b5455ece-da36-42d9-ad00-013b224e7285} executeQuery: Read 45 rows, 82.57 KiB in 0.002105 sec., 21377.67220902613 rows/sec., 38.31 MiB/sec. 2026.01.22 22:29:12.546129 [ 277 ] {b5455ece-da36-42d9-ad00-013b224e7285} TCPHandler: Processed in 0.002324967 sec. 2026.01.22 22:29:12.546251 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:12.546346 [ 277 ] {fddaaf1a-c350-4c40-ad05-8ab2b0bcb556} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.22 22:29:12.546389 [ 277 ] {fddaaf1a-c350-4c40-ad05-8ab2b0bcb556} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.22 22:29:12.546717 [ 277 ] {fddaaf1a-c350-4c40-ad05-8ab2b0bcb556} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.546755 [ 277 ] {fddaaf1a-c350-4c40-ad05-8ab2b0bcb556} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.547180 [ 277 ] {fddaaf1a-c350-4c40-ad05-8ab2b0bcb556} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.22 22:29:12.547384 [ 277 ] {fddaaf1a-c350-4c40-ad05-8ab2b0bcb556} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.547515 [ 277 ] {fddaaf1a-c350-4c40-ad05-8ab2b0bcb556} executeQuery: Read 6 rows, 463.00 B in 0.001187 sec., 5054.759898904803 rows/sec., 380.92 KiB/sec. 2026.01.22 22:29:12.547558 [ 277 ] {fddaaf1a-c350-4c40-ad05-8ab2b0bcb556} TCPHandler: Processed in 0.00135818 sec. 2026.01.22 22:29:12.547698 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:12.547797 [ 277 ] {d0deab2c-a0b7-45ed-bdd0-73fb02be8e94} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:12.547839 [ 277 ] {d0deab2c-a0b7-45ed-bdd0-73fb02be8e94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:12.548189 [ 277 ] {d0deab2c-a0b7-45ed-bdd0-73fb02be8e94} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.548225 [ 277 ] {d0deab2c-a0b7-45ed-bdd0-73fb02be8e94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.548529 [ 277 ] {d0deab2c-a0b7-45ed-bdd0-73fb02be8e94} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.22 22:29:12.548747 [ 277 ] {d0deab2c-a0b7-45ed-bdd0-73fb02be8e94} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.548883 [ 277 ] {d0deab2c-a0b7-45ed-bdd0-73fb02be8e94} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.01.22 22:29:12.548894 [ 24 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.22 22:29:12.548920 [ 277 ] {d0deab2c-a0b7-45ed-bdd0-73fb02be8e94} TCPHandler: Processed in 0.001273229 sec. 2026.01.22 22:29:12.548939 [ 24 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.548963 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.549033 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:29:12.549127 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:12.549154 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_151_30} MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 9090 rows starting from the beginning of the part 2026.01.22 22:29:12.549206 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:29:12.549249 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part 2026.01.22 22:29:12.549291 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part 2026.01.22 22:29:12.549327 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part 2026.01.22 22:29:12.549367 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part 2026.01.22 22:29:12.551449 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_147_35} MergeTask::MergeProjectionsStage: Merge sorted 43736 rows, containing 5 columns (5 merged, 0 gathered) in 0.007674696 sec., 5698727.350242929 rows/sec., 389.93 MiB/sec. 2026.01.22 22:29:12.551845 [ 197 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_147_35} MergedBlockOutputStream: filled checksums all_1_147_35 (state Temporary) 2026.01.22 22:29:12.552156 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_147_35} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_147_35 to all_1_147_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.552226 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 9390 rows, containing 4 columns (4 merged, 0 gathered) in 0.003222593 sec., 2913802.6427786564 rows/sec., 194.25 MiB/sec. 2026.01.22 22:29:12.552258 [ 193 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_147_35} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 2 parts: [all_1_146_34, all_147_147_0] -> all_1_147_35 2026.01.22 22:29:12.552380 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.22 22:29:12.552420 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.22 22:29:12.552692 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_151_30} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.552762 [ 187 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_151_30} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.22 22:29:12.552840 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. 2026.01.22 22:29:12.586081 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2396 2026.01.22 22:29:12.588399 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.588445 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.589630 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.22 22:29:12.589906 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.590054 [ 24 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.22 22:29:12.590087 [ 24 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:12.590105 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:12.590208 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:29:12.590311 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2396 2026.01.22 22:29:12.590795 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:12.590958 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2254 rows starting from the beginning of the part 2026.01.22 22:29:12.591367 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 30 rows starting from the beginning of the part 2026.01.22 22:29:12.591740 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 28 rows starting from the beginning of the part 2026.01.22 22:29:12.592117 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 32 rows starting from the beginning of the part 2026.01.22 22:29:12.592486 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 26 rows starting from the beginning of the part 2026.01.22 22:29:12.592844 [ 197 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 26 rows starting from the beginning of the part 2026.01.22 22:29:12.601625 [ 187 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2396 rows, containing 72 columns (72 merged, 0 gathered) in 0.011465015 sec., 208983.5905142732 rows/sec., 159.68 MiB/sec. 2026.01.22 22:29:12.603488 [ 201 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.22 22:29:12.604038 [ 201 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_76_15} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:12.604124 [ 201 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_76_15} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.22 22:29:12.604320 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2026.01.22 22:29:13.049833 [ 24 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2026.01.22 22:29:13.049898 [ 24 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:13.049919 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.01.22 22:29:13.050041 [ 203 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_37_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full 2026.01.22 22:29:13.050186 [ 203 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:13.050228 [ 203 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 20 rows starting from the beginning of the part 2026.01.22 22:29:13.050295 [ 203 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part 2026.01.22 22:29:13.050341 [ 203 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part 2026.01.22 22:29:13.050383 [ 203 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2026.01.22 22:29:13.050425 [ 203 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part 2026.01.22 22:29:13.051192 [ 201 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001204249 sec., 39858.8663972318 rows/sec., 3.33 MiB/sec. 2026.01.22 22:29:13.051345 [ 187 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2026.01.22 22:29:13.051629 [ 187 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_37_9} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:13.051703 [ 187 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_37_9} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2026.01.22 22:29:13.051776 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.22 22:29:14.216300 [ 221 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.01.22 22:29:14.216357 [ 221 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.01.22 22:29:14.218531 [ 221 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.01.22 22:29:14.934048 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 49376 2026.01.22 22:29:14.934897 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:14.934970 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:14.935692 [ 244 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.22 22:29:14.936072 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:14.936293 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49376 2026.01.22 22:29:17.000276 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 401.80 MiB, peak 417.29 MiB, free memory in arenas 0.00 B, will set to 397.80 MiB (RSS), difference: -4.00 MiB 2026.01.22 22:29:17.576298 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:17.576556 [ 277 ] {95c9d403-281e-4bfd-aa78-dca51e405c2b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:29:17.576654 [ 277 ] {95c9d403-281e-4bfd-aa78-dca51e405c2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:29:17.577629 [ 277 ] {95c9d403-281e-4bfd-aa78-dca51e405c2b} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.577692 [ 277 ] {95c9d403-281e-4bfd-aa78-dca51e405c2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.578205 [ 277 ] {95c9d403-281e-4bfd-aa78-dca51e405c2b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:29:17.578523 [ 277 ] {95c9d403-281e-4bfd-aa78-dca51e405c2b} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.578730 [ 277 ] {95c9d403-281e-4bfd-aa78-dca51e405c2b} executeQuery: Read 24 rows, 2.04 KiB in 0.002247 sec., 10680.90787716956 rows/sec., 907.46 KiB/sec. 2026.01.22 22:29:17.578803 [ 277 ] {95c9d403-281e-4bfd-aa78-dca51e405c2b} TCPHandler: Processed in 0.00269658 sec. 2026.01.22 22:29:17.578970 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:17.579120 [ 277 ] {af623e6a-398a-4890-98c5-0d41c629a61f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:29:17.579183 [ 277 ] {af623e6a-398a-4890-98c5-0d41c629a61f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:29:17.579740 [ 277 ] {af623e6a-398a-4890-98c5-0d41c629a61f} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.579786 [ 277 ] {af623e6a-398a-4890-98c5-0d41c629a61f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.580186 [ 277 ] {af623e6a-398a-4890-98c5-0d41c629a61f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:29:17.580496 [ 277 ] {af623e6a-398a-4890-98c5-0d41c629a61f} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.580681 [ 277 ] {af623e6a-398a-4890-98c5-0d41c629a61f} executeQuery: Read 2 rows, 167.00 B in 0.001593 sec., 1255.4927809165097 rows/sec., 102.38 KiB/sec. 2026.01.22 22:29:17.580734 [ 277 ] {af623e6a-398a-4890-98c5-0d41c629a61f} TCPHandler: Processed in 0.001841934 sec. 2026.01.22 22:29:17.580873 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:17.581002 [ 277 ] {d9275522-7a82-4e17-b1e2-85bed892d440} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:17.581059 [ 277 ] {d9275522-7a82-4e17-b1e2-85bed892d440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:17.582837 [ 277 ] {d9275522-7a82-4e17-b1e2-85bed892d440} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.582897 [ 277 ] {d9275522-7a82-4e17-b1e2-85bed892d440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.583472 [ 277 ] {d9275522-7a82-4e17-b1e2-85bed892d440} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.22 22:29:17.583772 [ 277 ] {d9275522-7a82-4e17-b1e2-85bed892d440} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.583957 [ 277 ] {d9275522-7a82-4e17-b1e2-85bed892d440} executeQuery: Read 1327 rows, 112.98 KiB in 0.002982 sec., 445003.3534540577 rows/sec., 37.00 MiB/sec. 2026.01.22 22:29:17.584010 [ 277 ] {d9275522-7a82-4e17-b1e2-85bed892d440} TCPHandler: Processed in 0.003202764 sec. 2026.01.22 22:29:17.584074 [ 224 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:29:17.584142 [ 224 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:29:17.584161 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:17.584302 [ 277 ] {62d57b04-3776-4fdf-b129-3e3b2e11bc0f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:17.584357 [ 277 ] {62d57b04-3776-4fdf-b129-3e3b2e11bc0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:17.584892 [ 277 ] {62d57b04-3776-4fdf-b129-3e3b2e11bc0f} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.584939 [ 277 ] {62d57b04-3776-4fdf-b129-3e3b2e11bc0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.585347 [ 277 ] {62d57b04-3776-4fdf-b129-3e3b2e11bc0f} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.22 22:29:17.585677 [ 277 ] {62d57b04-3776-4fdf-b129-3e3b2e11bc0f} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.585828 [ 35 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.22 22:29:17.585847 [ 277 ] {62d57b04-3776-4fdf-b129-3e3b2e11bc0f} executeQuery: Read 19 rows, 1.48 KiB in 0.001574 sec., 12071.156289707751 rows/sec., 938.10 KiB/sec. 2026.01.22 22:29:17.585870 [ 35 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.585895 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.585897 [ 277 ] {62d57b04-3776-4fdf-b129-3e3b2e11bc0f} TCPHandler: Processed in 0.001808753 sec. 2026.01.22 22:29:17.586042 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:29:17.586050 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:17.586240 [ 277 ] {ca630200-120f-4073-8b26-ef3119cc083d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:29:17.586252 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:17.586293 [ 277 ] {ca630200-120f-4073-8b26-ef3119cc083d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:29:17.586317 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 296 rows starting from the beginning of the part 2026.01.22 22:29:17.586425 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 5 rows starting from the beginning of the part 2026.01.22 22:29:17.586494 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 46 rows starting from the beginning of the part 2026.01.22 22:29:17.586566 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 5 rows starting from the beginning of the part 2026.01.22 22:29:17.586638 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 45 rows starting from the beginning of the part 2026.01.22 22:29:17.586710 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 19 rows starting from the beginning of the part 2026.01.22 22:29:17.586924 [ 277 ] {ca630200-120f-4073-8b26-ef3119cc083d} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.586974 [ 277 ] {ca630200-120f-4073-8b26-ef3119cc083d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.587437 [ 277 ] {ca630200-120f-4073-8b26-ef3119cc083d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.22 22:29:17.587796 [ 277 ] {ca630200-120f-4073-8b26-ef3119cc083d} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.587988 [ 277 ] {ca630200-120f-4073-8b26-ef3119cc083d} executeQuery: Read 252 rows, 17.85 KiB in 0.001771 sec., 142292.4901185771 rows/sec., 9.84 MiB/sec. 2026.01.22 22:29:17.588035 [ 277 ] {ca630200-120f-4073-8b26-ef3119cc083d} TCPHandler: Processed in 0.002050615 sec. 2026.01.22 22:29:17.588037 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 416 rows, containing 5 columns (5 merged, 0 gathered) in 0.002070996 sec., 200869.5333066795 rows/sec., 13.90 MiB/sec. 2026.01.22 22:29:17.588190 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:17.588229 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.22 22:29:17.588310 [ 277 ] {e475459d-ec9f-49fa-aec8-92ca0ac166ea} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:29:17.588361 [ 277 ] {e475459d-ec9f-49fa-aec8-92ca0ac166ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:29:17.588616 [ 224 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:29:17.588674 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_146_29} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.588774 [ 187 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_146_29} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.22 22:29:17.588902 [ 277 ] {e475459d-ec9f-49fa-aec8-92ca0ac166ea} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.588904 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:29:17.588950 [ 277 ] {e475459d-ec9f-49fa-aec8-92ca0ac166ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.589369 [ 277 ] {e475459d-ec9f-49fa-aec8-92ca0ac166ea} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.22 22:29:17.589689 [ 277 ] {e475459d-ec9f-49fa-aec8-92ca0ac166ea} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.589870 [ 277 ] {e475459d-ec9f-49fa-aec8-92ca0ac166ea} executeQuery: Read 12 rows, 960.00 B in 0.001582 sec., 7585.3350189633375 rows/sec., 592.60 KiB/sec. 2026.01.22 22:29:17.589920 [ 277 ] {e475459d-ec9f-49fa-aec8-92ca0ac166ea} TCPHandler: Processed in 0.001799794 sec. 2026.01.22 22:29:17.590068 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:17.590201 [ 277 ] {398f95e5-0c50-4562-ac04-df63f4ad5264} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:17.590256 [ 277 ] {398f95e5-0c50-4562-ac04-df63f4ad5264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:17.591152 [ 277 ] {398f95e5-0c50-4562-ac04-df63f4ad5264} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.591201 [ 277 ] {398f95e5-0c50-4562-ac04-df63f4ad5264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.591675 [ 277 ] {398f95e5-0c50-4562-ac04-df63f4ad5264} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.22 22:29:17.591972 [ 277 ] {398f95e5-0c50-4562-ac04-df63f4ad5264} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.592145 [ 277 ] {398f95e5-0c50-4562-ac04-df63f4ad5264} executeQuery: Read 563 rows, 43.23 KiB in 0.001971 sec., 285641.80618975137 rows/sec., 21.42 MiB/sec. 2026.01.22 22:29:17.592197 [ 277 ] {398f95e5-0c50-4562-ac04-df63f4ad5264} TCPHandler: Processed in 0.002196917 sec. 2026.01.22 22:29:17.592258 [ 221 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:29:17.592311 [ 221 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:29:17.592368 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:17.592510 [ 277 ] {992349b6-e31b-438d-a01c-73a5e88feb1d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:17.592574 [ 277 ] {992349b6-e31b-438d-a01c-73a5e88feb1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:17.593448 [ 277 ] {992349b6-e31b-438d-a01c-73a5e88feb1d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.593503 [ 277 ] {992349b6-e31b-438d-a01c-73a5e88feb1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.594068 [ 277 ] {992349b6-e31b-438d-a01c-73a5e88feb1d} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.22 22:29:17.594451 [ 277 ] {992349b6-e31b-438d-a01c-73a5e88feb1d} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.594616 [ 35 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_147_35 to all_152_152_0 2026.01.22 22:29:17.594642 [ 277 ] {992349b6-e31b-438d-a01c-73a5e88feb1d} executeQuery: Read 881 rows, 61.23 KiB in 0.00216 sec., 407870.3703703704 rows/sec., 27.68 MiB/sec. 2026.01.22 22:29:17.594658 [ 35 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.594685 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.594695 [ 277 ] {992349b6-e31b-438d-a01c-73a5e88feb1d} TCPHandler: Processed in 0.002401158 sec. 2026.01.22 22:29:17.594784 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} MergeTask::PrepareStage: Merging 6 parts: from all_1_147_35 to all_152_152_0 into Compact with storage Full 2026.01.22 22:29:17.594805 [ 223 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:29:17.594842 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:17.594852 [ 223 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:29:17.594940 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:17.594965 [ 277 ] {c6dbef38-cf16-425e-8764-21015e1ce2e8} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:17.594996 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} MergeTreeSequentialSource: Reading 7 marks from part all_1_147_35, total 43736 rows starting from the beginning of the part 2026.01.22 22:29:17.595046 [ 277 ] {c6dbef38-cf16-425e-8764-21015e1ce2e8} 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.01.22 22:29:17.595081 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 160 rows starting from the beginning of the part 2026.01.22 22:29:17.595140 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 165 rows starting from the beginning of the part 2026.01.22 22:29:17.595188 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part 2026.01.22 22:29:17.595240 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part 2026.01.22 22:29:17.595288 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 881 rows starting from the beginning of the part 2026.01.22 22:29:17.596034 [ 277 ] {c6dbef38-cf16-425e-8764-21015e1ce2e8} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.596085 [ 277 ] {c6dbef38-cf16-425e-8764-21015e1ce2e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.596567 [ 221 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:29:17.596787 [ 277 ] {c6dbef38-cf16-425e-8764-21015e1ce2e8} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.01.22 22:29:17.597178 [ 277 ] {c6dbef38-cf16-425e-8764-21015e1ce2e8} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.597389 [ 277 ] {c6dbef38-cf16-425e-8764-21015e1ce2e8} executeQuery: Read 5 rows, 9.17 KiB in 0.002448 sec., 2042.4836601307188 rows/sec., 3.66 MiB/sec. 2026.01.22 22:29:17.597413 [ 223 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:29:17.597488 [ 277 ] {c6dbef38-cf16-425e-8764-21015e1ce2e8} TCPHandler: Processed in 0.00271151 sec. 2026.01.22 22:29:17.597637 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:17.597768 [ 277 ] {258dddc1-7dd9-47c9-b49d-c4aad21f22e7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:17.597825 [ 277 ] {258dddc1-7dd9-47c9-b49d-c4aad21f22e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:17.598317 [ 277 ] {258dddc1-7dd9-47c9-b49d-c4aad21f22e7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.598366 [ 277 ] {258dddc1-7dd9-47c9-b49d-c4aad21f22e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.598811 [ 277 ] {258dddc1-7dd9-47c9-b49d-c4aad21f22e7} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.22 22:29:17.599137 [ 277 ] {258dddc1-7dd9-47c9-b49d-c4aad21f22e7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.599315 [ 277 ] {258dddc1-7dd9-47c9-b49d-c4aad21f22e7} executeQuery: Read 60 rows, 4.14 KiB in 0.001574 sec., 38119.44091486658 rows/sec., 2.57 MiB/sec. 2026.01.22 22:29:17.599367 [ 277 ] {258dddc1-7dd9-47c9-b49d-c4aad21f22e7} TCPHandler: Processed in 0.001801454 sec. 2026.01.22 22:29:17.608056 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} MergeTask::MergeProjectionsStage: Merge sorted 45262 rows, containing 5 columns (5 merged, 0 gathered) in 0.013308179 sec., 3401066.3667809097 rows/sec., 232.74 MiB/sec. 2026.01.22 22:29:17.608850 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} MergedBlockOutputStream: filled checksums all_1_152_36 (state Temporary) 2026.01.22 22:29:17.609315 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_152_36 to all_1_152_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.609426 [ 200 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_152_36} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_147_35, all_152_152_0] -> all_1_152_36 2026.01.22 22:29:17.609621 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.01.22 22:29:17.623745 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 2026.01.22 22:29:17.651892 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:17.651957 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:17.661232 [ 245 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.22 22:29:17.662311 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:17.667546 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 776 2026.01.22 22:29:18.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 399.11 MiB, peak 417.29 MiB, free memory in arenas 0.00 B, will set to 397.82 MiB (RSS), difference: -1.29 MiB 2026.01.22 22:29:18.376512 [ 221 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:29:18.376567 [ 221 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:29:18.379418 [ 221 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:29:22.175031 [ 32 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:29:22.175104 [ 32 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:29:22.436601 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 49888 2026.01.22 22:29:22.437413 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:22.437456 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:22.437949 [ 244 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.22 22:29:22.438185 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:22.438335 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49888 2026.01.22 22:29:22.537267 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:22.537468 [ 277 ] {57ebba76-d127-4905-a16a-63c00ea27d93} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:22.537541 [ 277 ] {57ebba76-d127-4905-a16a-63c00ea27d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:22.538320 [ 277 ] {57ebba76-d127-4905-a16a-63c00ea27d93} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:22.538371 [ 277 ] {57ebba76-d127-4905-a16a-63c00ea27d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:22.538781 [ 277 ] {57ebba76-d127-4905-a16a-63c00ea27d93} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.22 22:29:22.539008 [ 277 ] {57ebba76-d127-4905-a16a-63c00ea27d93} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:22.539173 [ 277 ] {57ebba76-d127-4905-a16a-63c00ea27d93} executeQuery: Read 156 rows, 13.91 KiB in 0.001758 sec., 88737.2013651877 rows/sec., 7.73 MiB/sec. 2026.01.22 22:29:22.539226 [ 277 ] {57ebba76-d127-4905-a16a-63c00ea27d93} TCPHandler: Processed in 0.002083506 sec. 2026.01.22 22:29:22.539350 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:22.539454 [ 277 ] {fab9e142-cea7-43b7-9242-f39e233c9a8c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:22.539499 [ 277 ] {fab9e142-cea7-43b7-9242-f39e233c9a8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:22.539927 [ 277 ] {fab9e142-cea7-43b7-9242-f39e233c9a8c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:22.539965 [ 277 ] {fab9e142-cea7-43b7-9242-f39e233c9a8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:22.540282 [ 277 ] {fab9e142-cea7-43b7-9242-f39e233c9a8c} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.22 22:29:22.540495 [ 277 ] {fab9e142-cea7-43b7-9242-f39e233c9a8c} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:22.540630 [ 277 ] {fab9e142-cea7-43b7-9242-f39e233c9a8c} executeQuery: Read 50 rows, 3.76 KiB in 0.0012 sec., 41666.66666666667 rows/sec., 3.06 MiB/sec. 2026.01.22 22:29:22.540670 [ 277 ] {fab9e142-cea7-43b7-9242-f39e233c9a8c} TCPHandler: Processed in 0.00137334 sec. 2026.01.22 22:29:22.540791 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:22.540887 [ 277 ] {ee11ba00-7804-44d0-90f6-20b90b47255c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:22.540928 [ 277 ] {ee11ba00-7804-44d0-90f6-20b90b47255c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:22.541358 [ 277 ] {ee11ba00-7804-44d0-90f6-20b90b47255c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:22.541394 [ 277 ] {ee11ba00-7804-44d0-90f6-20b90b47255c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:22.541697 [ 277 ] {ee11ba00-7804-44d0-90f6-20b90b47255c} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.22 22:29:22.541925 [ 277 ] {ee11ba00-7804-44d0-90f6-20b90b47255c} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:22.542055 [ 277 ] {ee11ba00-7804-44d0-90f6-20b90b47255c} executeQuery: Read 123 rows, 9.84 KiB in 0.001188 sec., 103535.35353535353 rows/sec., 8.09 MiB/sec. 2026.01.22 22:29:22.542093 [ 277 ] {ee11ba00-7804-44d0-90f6-20b90b47255c} TCPHandler: Processed in 0.0013523 sec. 2026.01.22 22:29:22.542208 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:22.542304 [ 277 ] {64059d54-ee44-40aa-a8a8-6b61c1c73b90} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:22.542347 [ 277 ] {64059d54-ee44-40aa-a8a8-6b61c1c73b90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:22.542752 [ 277 ] {64059d54-ee44-40aa-a8a8-6b61c1c73b90} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:22.542788 [ 277 ] {64059d54-ee44-40aa-a8a8-6b61c1c73b90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:22.543117 [ 277 ] {64059d54-ee44-40aa-a8a8-6b61c1c73b90} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.22 22:29:22.543322 [ 277 ] {64059d54-ee44-40aa-a8a8-6b61c1c73b90} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:22.543452 [ 277 ] {64059d54-ee44-40aa-a8a8-6b61c1c73b90} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2026.01.22 22:29:22.543488 [ 277 ] {64059d54-ee44-40aa-a8a8-6b61c1c73b90} TCPHandler: Processed in 0.001329809 sec. 2026.01.22 22:29:22.543599 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:22.543692 [ 277 ] {295f1724-6128-4d29-bce2-20bc37ba59ce} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:22.543746 [ 277 ] {295f1724-6128-4d29-bce2-20bc37ba59ce} 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.01.22 22:29:22.544596 [ 277 ] {295f1724-6128-4d29-bce2-20bc37ba59ce} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:22.544631 [ 277 ] {295f1724-6128-4d29-bce2-20bc37ba59ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:22.545199 [ 277 ] {295f1724-6128-4d29-bce2-20bc37ba59ce} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.01.22 22:29:22.545429 [ 277 ] {295f1724-6128-4d29-bce2-20bc37ba59ce} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:22.545572 [ 277 ] {295f1724-6128-4d29-bce2-20bc37ba59ce} executeQuery: Read 50 rows, 91.75 KiB in 0.001897 sec., 26357.406431207168 rows/sec., 47.23 MiB/sec. 2026.01.22 22:29:22.545644 [ 277 ] {295f1724-6128-4d29-bce2-20bc37ba59ce} TCPHandler: Processed in 0.002094925 sec. 2026.01.22 22:29:22.545773 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:22.545869 [ 277 ] {6e788542-d15d-4cc4-8ee1-b2c1223f34b2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.22 22:29:22.545910 [ 277 ] {6e788542-d15d-4cc4-8ee1-b2c1223f34b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.22 22:29:22.546254 [ 277 ] {6e788542-d15d-4cc4-8ee1-b2c1223f34b2} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:22.546289 [ 277 ] {6e788542-d15d-4cc4-8ee1-b2c1223f34b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:22.546583 [ 277 ] {6e788542-d15d-4cc4-8ee1-b2c1223f34b2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.22 22:29:22.546803 [ 277 ] {6e788542-d15d-4cc4-8ee1-b2c1223f34b2} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:22.546937 [ 277 ] {6e788542-d15d-4cc4-8ee1-b2c1223f34b2} executeQuery: Read 9 rows, 651.00 B in 0.001086 sec., 8287.292817679558 rows/sec., 585.40 KiB/sec. 2026.01.22 22:29:22.546974 [ 277 ] {6e788542-d15d-4cc4-8ee1-b2c1223f34b2} TCPHandler: Processed in 0.001251119 sec. 2026.01.22 22:29:22.547085 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:22.547179 [ 277 ] {34518c4d-efa4-4da1-be02-41f0e1983314} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:22.547220 [ 277 ] {34518c4d-efa4-4da1-be02-41f0e1983314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:22.547549 [ 277 ] {34518c4d-efa4-4da1-be02-41f0e1983314} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:22.547584 [ 277 ] {34518c4d-efa4-4da1-be02-41f0e1983314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:22.547885 [ 277 ] {34518c4d-efa4-4da1-be02-41f0e1983314} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.22 22:29:22.548086 [ 277 ] {34518c4d-efa4-4da1-be02-41f0e1983314} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:22.548215 [ 277 ] {34518c4d-efa4-4da1-be02-41f0e1983314} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.01.22 22:29:22.548251 [ 277 ] {34518c4d-efa4-4da1-be02-41f0e1983314} TCPHandler: Processed in 0.001216319 sec. 2026.01.22 22:29:22.590631 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2430 2026.01.22 22:29:22.593248 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:22.593301 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:22.594564 [ 243 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.22 22:29:22.594850 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:22.595255 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2430 2026.01.22 22:29:23.306829 [ 221 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:29:23.306881 [ 221 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:29:23.309665 [ 221 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:29:25.167776 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 783 2026.01.22 22:29:25.188442 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:25.188517 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:25.195130 [ 245 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.22 22:29:25.195994 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:25.200895 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 783 2026.01.22 22:29:27.534233 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:27.534485 [ 277 ] {86295e49-c590-459a-a621-de38b9317516} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:27.534556 [ 277 ] {86295e49-c590-459a-a621-de38b9317516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:27.535313 [ 277 ] {86295e49-c590-459a-a621-de38b9317516} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:27.535355 [ 277 ] {86295e49-c590-459a-a621-de38b9317516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:27.535736 [ 277 ] {86295e49-c590-459a-a621-de38b9317516} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.22 22:29:27.535966 [ 277 ] {86295e49-c590-459a-a621-de38b9317516} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:27.536121 [ 277 ] {86295e49-c590-459a-a621-de38b9317516} executeQuery: Read 66 rows, 5.35 KiB in 0.001705 sec., 38709.67741935484 rows/sec., 3.07 MiB/sec. 2026.01.22 22:29:27.536165 [ 277 ] {86295e49-c590-459a-a621-de38b9317516} TCPHandler: Processed in 0.002090526 sec. 2026.01.22 22:29:27.536301 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:27.536394 [ 277 ] {81a0c808-9fd8-407f-9c52-02a188db06aa} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:27.536434 [ 277 ] {81a0c808-9fd8-407f-9c52-02a188db06aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:27.536865 [ 277 ] {81a0c808-9fd8-407f-9c52-02a188db06aa} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:27.536899 [ 277 ] {81a0c808-9fd8-407f-9c52-02a188db06aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:27.537183 [ 277 ] {81a0c808-9fd8-407f-9c52-02a188db06aa} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.22 22:29:27.537386 [ 277 ] {81a0c808-9fd8-407f-9c52-02a188db06aa} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:27.537518 [ 277 ] {81a0c808-9fd8-407f-9c52-02a188db06aa} executeQuery: Read 5 rows, 385.00 B in 0.001142 sec., 4378.283712784589 rows/sec., 329.23 KiB/sec. 2026.01.22 22:29:27.537556 [ 277 ] {81a0c808-9fd8-407f-9c52-02a188db06aa} TCPHandler: Processed in 0.00130221 sec. 2026.01.22 22:29:27.537669 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:27.537763 [ 277 ] {bfa60f74-9f85-4376-983c-59dacc36ea67} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:27.537802 [ 277 ] {bfa60f74-9f85-4376-983c-59dacc36ea67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:27.538221 [ 277 ] {bfa60f74-9f85-4376-983c-59dacc36ea67} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:27.538255 [ 277 ] {bfa60f74-9f85-4376-983c-59dacc36ea67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:27.538560 [ 277 ] {bfa60f74-9f85-4376-983c-59dacc36ea67} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.22 22:29:27.538764 [ 277 ] {bfa60f74-9f85-4376-983c-59dacc36ea67} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:27.538897 [ 277 ] {bfa60f74-9f85-4376-983c-59dacc36ea67} executeQuery: Read 69 rows, 5.52 KiB in 0.001151 sec., 59947.87141615987 rows/sec., 4.68 MiB/sec. 2026.01.22 22:29:27.538934 [ 277 ] {bfa60f74-9f85-4376-983c-59dacc36ea67} TCPHandler: Processed in 0.00131152 sec. 2026.01.22 22:29:27.539051 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:27.539145 [ 277 ] {c551635f-3598-41d0-b5c4-98ac8666d193} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:27.539188 [ 277 ] {c551635f-3598-41d0-b5c4-98ac8666d193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:27.539601 [ 277 ] {c551635f-3598-41d0-b5c4-98ac8666d193} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:27.539637 [ 277 ] {c551635f-3598-41d0-b5c4-98ac8666d193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:27.539958 [ 277 ] {c551635f-3598-41d0-b5c4-98ac8666d193} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.22 22:29:27.540162 [ 277 ] {c551635f-3598-41d0-b5c4-98ac8666d193} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:27.540295 [ 277 ] {c551635f-3598-41d0-b5c4-98ac8666d193} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2026.01.22 22:29:27.540333 [ 277 ] {c551635f-3598-41d0-b5c4-98ac8666d193} TCPHandler: Processed in 0.00132857 sec. 2026.01.22 22:29:27.540446 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:27.540536 [ 277 ] {caffdd71-ebc9-4603-9002-dd81ab5c7983} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:27.540589 [ 277 ] {caffdd71-ebc9-4603-9002-dd81ab5c7983} 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.01.22 22:29:27.541346 [ 277 ] {caffdd71-ebc9-4603-9002-dd81ab5c7983} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:27.541381 [ 277 ] {caffdd71-ebc9-4603-9002-dd81ab5c7983} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:27.541876 [ 277 ] {caffdd71-ebc9-4603-9002-dd81ab5c7983} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.01.22 22:29:27.542092 [ 277 ] {caffdd71-ebc9-4603-9002-dd81ab5c7983} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:27.542234 [ 277 ] {caffdd71-ebc9-4603-9002-dd81ab5c7983} executeQuery: Read 5 rows, 9.17 KiB in 0.001715 sec., 2915.451895043732 rows/sec., 5.22 MiB/sec. 2026.01.22 22:29:27.542229 [ 26 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.01.22 22:29:27.542319 [ 26 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:27.542342 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:27.542373 [ 277 ] {caffdd71-ebc9-4603-9002-dd81ab5c7983} TCPHandler: Processed in 0.001970124 sec. 2026.01.22 22:29:27.542478 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:29:27.542544 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:27.542661 [ 277 ] {f1c53c30-f49b-484f-9174-c4beb4e623e5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:27.542711 [ 277 ] {f1c53c30-f49b-484f-9174-c4beb4e623e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:27.542739 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:27.542808 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2944 rows starting from the beginning of the part 2026.01.22 22:29:27.542949 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 5 rows starting from the beginning of the part 2026.01.22 22:29:27.543068 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 45 rows starting from the beginning of the part 2026.01.22 22:29:27.543173 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 5 rows starting from the beginning of the part 2026.01.22 22:29:27.543182 [ 277 ] {f1c53c30-f49b-484f-9174-c4beb4e623e5} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:27.543229 [ 277 ] {f1c53c30-f49b-484f-9174-c4beb4e623e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:27.543271 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 50 rows starting from the beginning of the part 2026.01.22 22:29:27.543374 [ 200 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 5 rows starting from the beginning of the part 2026.01.22 22:29:27.543607 [ 277 ] {f1c53c30-f49b-484f-9174-c4beb4e623e5} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.22 22:29:27.543844 [ 277 ] {f1c53c30-f49b-484f-9174-c4beb4e623e5} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:27.543984 [ 277 ] {f1c53c30-f49b-484f-9174-c4beb4e623e5} executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec. 2026.01.22 22:29:27.544020 [ 277 ] {f1c53c30-f49b-484f-9174-c4beb4e623e5} TCPHandler: Processed in 0.001534601 sec. 2026.01.22 22:29:27.553378 [ 190 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 3054 rows, containing 19 columns (19 merged, 0 gathered) in 0.010971471 sec., 278358.29853626736 rows/sec., 498.81 MiB/sec. 2026.01.22 22:29:27.555949 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.01.22 22:29:27.556389 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_146_29} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:27.556478 [ 189 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_146_29} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.01.22 22:29:27.556617 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.53 MiB. 2026.01.22 22:29:28.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 398.31 MiB, peak 417.29 MiB, free memory in arenas 0.00 B, will set to 399.76 MiB (RSS), difference: 1.45 MiB 2026.01.22 22:29:29.024954 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52032 2026.01.22 22:29:29.025067 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.025115 [ 356 ] {} TCP-Session: d1941be1-9ada-4cc7-bf33-1a203c202e9d Authenticating user 'default' from [fd00:1122:3344:101::e]:52032 2026.01.22 22:29:29.025137 [ 356 ] {} TCP-Session: d1941be1-9ada-4cc7-bf33-1a203c202e9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.025150 [ 356 ] {} TCP-Session: d1941be1-9ada-4cc7-bf33-1a203c202e9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.025370 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48115 2026.01.22 22:29:29.025405 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58249 2026.01.22 22:29:29.025438 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50619 2026.01.22 22:29:29.025480 [ 356 ] {} TCP-Session: d1941be1-9ada-4cc7-bf33-1a203c202e9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:29.025482 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46747 2026.01.22 22:29:29.025560 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.025564 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.025525 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.025619 [ 290 ] {} TCP-Session: cc223df5-a774-4fd4-b336-bd1d627d2987 Authenticating user 'default' from [fd00:1122:3344:101::e]:50619 2026.01.22 22:29:29.025633 [ 362 ] {} TCP-Session: 68593af6-7afc-47b4-bc12-81c88e202481 Authenticating user 'default' from [fd00:1122:3344:101::e]:58249 2026.01.22 22:29:29.025668 [ 290 ] {} TCP-Session: cc223df5-a774-4fd4-b336-bd1d627d2987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.025671 [ 357 ] {} TCP-Session: 78287428-ef56-443f-8f76-be3a177fc55a Authenticating user 'default' from [fd00:1122:3344:101::e]:48115 2026.01.22 22:29:29.025691 [ 290 ] {} TCP-Session: cc223df5-a774-4fd4-b336-bd1d627d2987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.025691 [ 356 ] {b81e8b20-1285-4c96-a120-154d2f5d6c81} executeQuery: (from [fd00:1122:3344:101::e]:52032) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:29:29.025726 [ 357 ] {} TCP-Session: 78287428-ef56-443f-8f76-be3a177fc55a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.025686 [ 362 ] {} TCP-Session: 68593af6-7afc-47b4-bc12-81c88e202481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.025763 [ 357 ] {} TCP-Session: 78287428-ef56-443f-8f76-be3a177fc55a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.025779 [ 362 ] {} TCP-Session: 68593af6-7afc-47b4-bc12-81c88e202481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.025670 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.025472 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46226 2026.01.22 22:29:29.025858 [ 355 ] {} TCP-Session: 88290feb-b73d-4be1-81a3-93aa99280bcb Authenticating user 'default' from [fd00:1122:3344:101::e]:46747 2026.01.22 22:29:29.025414 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43334 2026.01.22 22:29:29.025903 [ 355 ] {} TCP-Session: 88290feb-b73d-4be1-81a3-93aa99280bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.025916 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.025924 [ 355 ] {} TCP-Session: 88290feb-b73d-4be1-81a3-93aa99280bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.025408 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54884 2026.01.22 22:29:29.025961 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.025947 [ 349 ] {} TCP-Session: 70563d1b-fc96-4c4e-87f3-a95f8a8cd91b Authenticating user 'default' from [fd00:1122:3344:101::e]:46226 2026.01.22 22:29:29.025990 [ 363 ] {} TCP-Session: b906bf87-edc8-4cdd-afe3-b862e174449e Authenticating user 'default' from [fd00:1122:3344:101::e]:43334 2026.01.22 22:29:29.026004 [ 356 ] {b81e8b20-1285-4c96-a120-154d2f5d6c81} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:29:29.026008 [ 349 ] {} TCP-Session: 70563d1b-fc96-4c4e-87f3-a95f8a8cd91b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.026022 [ 363 ] {} TCP-Session: b906bf87-edc8-4cdd-afe3-b862e174449e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.026042 [ 349 ] {} TCP-Session: 70563d1b-fc96-4c4e-87f3-a95f8a8cd91b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.026057 [ 363 ] {} TCP-Session: b906bf87-edc8-4cdd-afe3-b862e174449e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.026068 [ 356 ] {b81e8b20-1285-4c96-a120-154d2f5d6c81} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:29.026013 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.025404 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53927 2026.01.22 22:29:29.026125 [ 359 ] {} TCP-Session: dad3dc80-82fd-44da-a10c-928f4ad795d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:54884 2026.01.22 22:29:29.026166 [ 359 ] {} TCP-Session: dad3dc80-82fd-44da-a10c-928f4ad795d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.026179 [ 359 ] {} TCP-Session: dad3dc80-82fd-44da-a10c-928f4ad795d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.026207 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.026243 [ 358 ] {} TCP-Session: edc4fbc1-3c72-4989-ad84-b01aa6946075 Authenticating user 'default' from [fd00:1122:3344:101::e]:53927 2026.01.22 22:29:29.026267 [ 358 ] {} TCP-Session: edc4fbc1-3c72-4989-ad84-b01aa6946075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.026286 [ 358 ] {} TCP-Session: edc4fbc1-3c72-4989-ad84-b01aa6946075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.026372 [ 356 ] {b81e8b20-1285-4c96-a120-154d2f5d6c81} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:29:29.027836 [ 321 ] {b81e8b20-1285-4c96-a120-154d2f5d6c81} AggregatingTransform: Aggregating 2026.01.22 22:29:29.027916 [ 321 ] {b81e8b20-1285-4c96-a120-154d2f5d6c81} Aggregator: Aggregation method: without_key 2026.01.22 22:29:29.027960 [ 321 ] {b81e8b20-1285-4c96-a120-154d2f5d6c81} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001484161 sec. (673.781 rows/sec., 26.32 KiB/sec.) 2026.01.22 22:29:29.027976 [ 321 ] {b81e8b20-1285-4c96-a120-154d2f5d6c81} Aggregator: Merging aggregated data 2026.01.22 22:29:29.029424 [ 356 ] {b81e8b20-1285-4c96-a120-154d2f5d6c81} executeQuery: Read 1 rows, 40.00 B in 0.003786 sec., 264.13100898045434 rows/sec., 10.32 KiB/sec. 2026.01.22 22:29:29.029607 [ 356 ] {b81e8b20-1285-4c96-a120-154d2f5d6c81} TCPHandler: Processed in 0.004266901 sec. 2026.01.22 22:29:29.029703 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.029730 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.029731 [ 356 ] {} TCP-Session: d1941be1-9ada-4cc7-bf33-1a203c202e9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.029752 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.029776 [ 363 ] {} TCP-Session: b906bf87-edc8-4cdd-afe3-b862e174449e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.029783 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.029818 [ 355 ] {} TCP-Session: 88290feb-b73d-4be1-81a3-93aa99280bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.029854 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.029864 [ 358 ] {} TCP-Session: edc4fbc1-3c72-4989-ad84-b01aa6946075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.029898 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.029875 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.029961 [ 349 ] {} TCP-Session: 70563d1b-fc96-4c4e-87f3-a95f8a8cd91b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.029830 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.029987 [ 359 ] {} TCP-Session: dad3dc80-82fd-44da-a10c-928f4ad795d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.029803 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.030022 [ 290 ] {} TCP-Session: cc223df5-a774-4fd4-b336-bd1d627d2987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.029907 [ 362 ] {} TCP-Session: 68593af6-7afc-47b4-bc12-81c88e202481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.030069 [ 357 ] {} TCP-Session: 78287428-ef56-443f-8f76-be3a177fc55a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.127602 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35264 2026.01.22 22:29:29.127715 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.127742 [ 356 ] {} TCP-Session: ac5e6b5e-6d7d-4ec9-9b4a-1c45cc2ed66b Authenticating user 'default' from [fd00:1122:3344:101::e]:35264 2026.01.22 22:29:29.127765 [ 356 ] {} TCP-Session: ac5e6b5e-6d7d-4ec9-9b4a-1c45cc2ed66b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.127779 [ 356 ] {} TCP-Session: ac5e6b5e-6d7d-4ec9-9b4a-1c45cc2ed66b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.127973 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65044 2026.01.22 22:29:29.128000 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61407 2026.01.22 22:29:29.128036 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61012 2026.01.22 22:29:29.128048 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47848 2026.01.22 22:29:29.128067 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57598 2026.01.22 22:29:29.128095 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.128121 [ 356 ] {} TCP-Session: ac5e6b5e-6d7d-4ec9-9b4a-1c45cc2ed66b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:29.128126 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.128140 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.128159 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.128182 [ 363 ] {} TCP-Session: 2143c97b-8832-4736-aab1-f68bb465d8a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:61012 2026.01.22 22:29:29.128188 [ 290 ] {} TCP-Session: 4e0076ff-b179-4bda-969f-0572b4923a28 Authenticating user 'default' from [fd00:1122:3344:101::e]:47848 2026.01.22 22:29:29.128199 [ 349 ] {} TCP-Session: 05c69a2d-fb15-49a3-a562-cfaf5ad51968 Authenticating user 'default' from [fd00:1122:3344:101::e]:57598 2026.01.22 22:29:29.128216 [ 363 ] {} TCP-Session: 2143c97b-8832-4736-aab1-f68bb465d8a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128224 [ 290 ] {} TCP-Session: 4e0076ff-b179-4bda-969f-0572b4923a28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128232 [ 349 ] {} TCP-Session: 05c69a2d-fb15-49a3-a562-cfaf5ad51968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128240 [ 363 ] {} TCP-Session: 2143c97b-8832-4736-aab1-f68bb465d8a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128250 [ 290 ] {} TCP-Session: 4e0076ff-b179-4bda-969f-0572b4923a28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128258 [ 349 ] {} TCP-Session: 05c69a2d-fb15-49a3-a562-cfaf5ad51968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128142 [ 357 ] {} TCP-Session: b73a2829-c872-4d4e-a453-29bfbc21cd99 Authenticating user 'default' from [fd00:1122:3344:101::e]:65044 2026.01.22 22:29:29.128299 [ 356 ] {4c6c93a0-7cd6-4ad8-afed-7114e877b3c6} executeQuery: (from [fd00:1122:3344:101::e]:35264) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:29:29.128325 [ 357 ] {} TCP-Session: b73a2829-c872-4d4e-a453-29bfbc21cd99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128135 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.128352 [ 357 ] {} TCP-Session: b73a2829-c872-4d4e-a453-29bfbc21cd99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128075 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33791 2026.01.22 22:29:29.128393 [ 359 ] {} TCP-Session: 615249ba-21e9-4348-94df-36311f5d8643 Authenticating user 'default' from [fd00:1122:3344:101::e]:61407 2026.01.22 22:29:29.128014 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42513 2026.01.22 22:29:29.128456 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.128440 [ 359 ] {} TCP-Session: 615249ba-21e9-4348-94df-36311f5d8643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128492 [ 355 ] {} TCP-Session: 7c13a2e1-1d26-4d13-8c65-0eee039171bd Authenticating user 'default' from [fd00:1122:3344:101::e]:33791 2026.01.22 22:29:29.128503 [ 359 ] {} TCP-Session: 615249ba-21e9-4348-94df-36311f5d8643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128514 [ 355 ] {} TCP-Session: 7c13a2e1-1d26-4d13-8c65-0eee039171bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.127991 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35599 2026.01.22 22:29:29.128546 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.128530 [ 355 ] {} TCP-Session: 7c13a2e1-1d26-4d13-8c65-0eee039171bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128579 [ 362 ] {} TCP-Session: 57776a58-7170-4fba-848c-7183d2d44200 Authenticating user 'default' from [fd00:1122:3344:101::e]:42513 2026.01.22 22:29:29.128588 [ 356 ] {4c6c93a0-7cd6-4ad8-afed-7114e877b3c6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:29:29.128613 [ 362 ] {} TCP-Session: 57776a58-7170-4fba-848c-7183d2d44200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128624 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.128636 [ 362 ] {} TCP-Session: 57776a58-7170-4fba-848c-7183d2d44200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128655 [ 356 ] {4c6c93a0-7cd6-4ad8-afed-7114e877b3c6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:29.128664 [ 358 ] {} TCP-Session: 9d27a1c6-6c6d-4c7d-8da5-33e28479ff32 Authenticating user 'default' from [fd00:1122:3344:101::e]:35599 2026.01.22 22:29:29.128705 [ 358 ] {} TCP-Session: 9d27a1c6-6c6d-4c7d-8da5-33e28479ff32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128722 [ 358 ] {} TCP-Session: 9d27a1c6-6c6d-4c7d-8da5-33e28479ff32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.128962 [ 356 ] {4c6c93a0-7cd6-4ad8-afed-7114e877b3c6} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:29:29.130114 [ 330 ] {4c6c93a0-7cd6-4ad8-afed-7114e877b3c6} AggregatingTransform: Aggregating 2026.01.22 22:29:29.130154 [ 330 ] {4c6c93a0-7cd6-4ad8-afed-7114e877b3c6} Aggregator: Aggregation method: without_key 2026.01.22 22:29:29.130189 [ 330 ] {4c6c93a0-7cd6-4ad8-afed-7114e877b3c6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001110028 sec. (900.878 rows/sec., 35.19 KiB/sec.) 2026.01.22 22:29:29.130207 [ 330 ] {4c6c93a0-7cd6-4ad8-afed-7114e877b3c6} Aggregator: Merging aggregated data 2026.01.22 22:29:29.131747 [ 356 ] {4c6c93a0-7cd6-4ad8-afed-7114e877b3c6} executeQuery: Read 1 rows, 40.00 B in 0.003506 sec., 285.2253280091272 rows/sec., 11.14 KiB/sec. 2026.01.22 22:29:29.131929 [ 356 ] {4c6c93a0-7cd6-4ad8-afed-7114e877b3c6} TCPHandler: Processed in 0.003931859 sec. 2026.01.22 22:29:29.132064 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.132098 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.132101 [ 356 ] {} TCP-Session: ac5e6b5e-6d7d-4ec9-9b4a-1c45cc2ed66b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.132134 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.132148 [ 362 ] {} TCP-Session: 57776a58-7170-4fba-848c-7183d2d44200 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.132158 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.132183 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.132199 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.132223 [ 355 ] {} TCP-Session: 7c13a2e1-1d26-4d13-8c65-0eee039171bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.132253 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.132276 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.132272 [ 359 ] {} TCP-Session: 615249ba-21e9-4348-94df-36311f5d8643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.132314 [ 290 ] {} TCP-Session: 4e0076ff-b179-4bda-969f-0572b4923a28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.132323 [ 349 ] {} TCP-Session: 05c69a2d-fb15-49a3-a562-cfaf5ad51968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.132261 [ 357 ] {} TCP-Session: b73a2829-c872-4d4e-a453-29bfbc21cd99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.132225 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.132184 [ 358 ] {} TCP-Session: 9d27a1c6-6c6d-4c7d-8da5-33e28479ff32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.132422 [ 363 ] {} TCP-Session: 2143c97b-8832-4736-aab1-f68bb465d8a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.232662 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37527 2026.01.22 22:29:29.232777 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.232808 [ 355 ] {} TCP-Session: 25dd2f77-7871-4435-b522-ab9566925ebf Authenticating user 'default' from [fd00:1122:3344:101::e]:37527 2026.01.22 22:29:29.232832 [ 355 ] {} TCP-Session: 25dd2f77-7871-4435-b522-ab9566925ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.232853 [ 355 ] {} TCP-Session: 25dd2f77-7871-4435-b522-ab9566925ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233093 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48886 2026.01.22 22:29:29.233120 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35695 2026.01.22 22:29:29.233126 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36439 2026.01.22 22:29:29.233163 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45434 2026.01.22 22:29:29.233187 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41139 2026.01.22 22:29:29.233211 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.233214 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.233247 [ 356 ] {} TCP-Session: c6242c61-2fe0-4de9-be54-7feabca32358 Authenticating user 'default' from [fd00:1122:3344:101::e]:48886 2026.01.22 22:29:29.233263 [ 359 ] {} TCP-Session: 5455d027-624a-45f6-8984-1be821209a24 Authenticating user 'default' from [fd00:1122:3344:101::e]:35695 2026.01.22 22:29:29.233274 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.233293 [ 359 ] {} TCP-Session: 5455d027-624a-45f6-8984-1be821209a24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233279 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.233318 [ 358 ] {} TCP-Session: ad80dea0-ff13-4826-a85f-66d29775a05e Authenticating user 'default' from [fd00:1122:3344:101::e]:36439 2026.01.22 22:29:29.233321 [ 359 ] {} TCP-Session: 5455d027-624a-45f6-8984-1be821209a24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233357 [ 349 ] {} TCP-Session: 2f64284d-43b2-476a-a904-e9a5cdc3c20a Authenticating user 'default' from [fd00:1122:3344:101::e]:41139 2026.01.22 22:29:29.233372 [ 358 ] {} TCP-Session: ad80dea0-ff13-4826-a85f-66d29775a05e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233403 [ 349 ] {} TCP-Session: 2f64284d-43b2-476a-a904-e9a5cdc3c20a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233416 [ 358 ] {} TCP-Session: ad80dea0-ff13-4826-a85f-66d29775a05e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233429 [ 349 ] {} TCP-Session: 2f64284d-43b2-476a-a904-e9a5cdc3c20a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233276 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.233152 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39911 2026.01.22 22:29:29.233480 [ 290 ] {} TCP-Session: ea47b49c-aeb6-491c-9cb4-2bb4ecb76bd7 Authenticating user 'default' from [fd00:1122:3344:101::e]:45434 2026.01.22 22:29:29.233106 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48967 2026.01.22 22:29:29.233535 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.233512 [ 290 ] {} TCP-Session: ea47b49c-aeb6-491c-9cb4-2bb4ecb76bd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233572 [ 363 ] {} TCP-Session: 82c80b55-64f2-4dd4-89d5-51e24c7b645b Authenticating user 'default' from [fd00:1122:3344:101::e]:39911 2026.01.22 22:29:29.233585 [ 290 ] {} TCP-Session: ea47b49c-aeb6-491c-9cb4-2bb4ecb76bd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233601 [ 363 ] {} TCP-Session: 82c80b55-64f2-4dd4-89d5-51e24c7b645b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233620 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.233626 [ 363 ] {} TCP-Session: 82c80b55-64f2-4dd4-89d5-51e24c7b645b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233285 [ 356 ] {} TCP-Session: c6242c61-2fe0-4de9-be54-7feabca32358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233655 [ 357 ] {} TCP-Session: 78b87e75-eb5b-4209-8c68-8aeaa89f0243 Authenticating user 'default' from [fd00:1122:3344:101::e]:48967 2026.01.22 22:29:29.233702 [ 356 ] {} TCP-Session: c6242c61-2fe0-4de9-be54-7feabca32358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233725 [ 357 ] {} TCP-Session: 78b87e75-eb5b-4209-8c68-8aeaa89f0243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233279 [ 355 ] {} TCP-Session: 25dd2f77-7871-4435-b522-ab9566925ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:29.233751 [ 357 ] {} TCP-Session: 78b87e75-eb5b-4209-8c68-8aeaa89f0243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233146 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58762 2026.01.22 22:29:29.233897 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.22 22:29:29.233930 [ 362 ] {} TCP-Session: a91c80b7-d611-4ea8-9bb0-1df3f2894751 Authenticating user 'default' from [fd00:1122:3344:101::e]:58762 2026.01.22 22:29:29.233955 [ 362 ] {} TCP-Session: a91c80b7-d611-4ea8-9bb0-1df3f2894751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.233960 [ 355 ] {e9868ac3-276b-49ee-a8f0-2238a3b44c1c} executeQuery: (from [fd00:1122:3344:101::e]:37527) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.22 22:29:29.233977 [ 362 ] {} TCP-Session: a91c80b7-d611-4ea8-9bb0-1df3f2894751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.234310 [ 355 ] {e9868ac3-276b-49ee-a8f0-2238a3b44c1c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.22 22:29:29.234372 [ 355 ] {e9868ac3-276b-49ee-a8f0-2238a3b44c1c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:29.234733 [ 355 ] {e9868ac3-276b-49ee-a8f0-2238a3b44c1c} oximeter.version (93aac0b1-54bc-419e-8707-8d3448ea4d52) (SelectExecutor): Key condition: unknown 2026.01.22 22:29:29.236038 [ 342 ] {e9868ac3-276b-49ee-a8f0-2238a3b44c1c} AggregatingTransform: Aggregating 2026.01.22 22:29:29.236104 [ 342 ] {e9868ac3-276b-49ee-a8f0-2238a3b44c1c} Aggregator: Aggregation method: without_key 2026.01.22 22:29:29.236145 [ 342 ] {e9868ac3-276b-49ee-a8f0-2238a3b44c1c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001283269 sec. (779.260 rows/sec., 30.44 KiB/sec.) 2026.01.22 22:29:29.236164 [ 342 ] {e9868ac3-276b-49ee-a8f0-2238a3b44c1c} Aggregator: Merging aggregated data 2026.01.22 22:29:29.237539 [ 355 ] {e9868ac3-276b-49ee-a8f0-2238a3b44c1c} executeQuery: Read 1 rows, 40.00 B in 0.003641 sec., 274.649821477616 rows/sec., 10.73 KiB/sec. 2026.01.22 22:29:29.237720 [ 355 ] {e9868ac3-276b-49ee-a8f0-2238a3b44c1c} TCPHandler: Processed in 0.004557324 sec. 2026.01.22 22:29:29.237823 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.237851 [ 349 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.237857 [ 355 ] {} TCP-Session: 25dd2f77-7871-4435-b522-ab9566925ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.237898 [ 349 ] {} TCP-Session: 2f64284d-43b2-476a-a904-e9a5cdc3c20a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.237903 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.237928 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.237944 [ 356 ] {} TCP-Session: c6242c61-2fe0-4de9-be54-7feabca32358 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.237963 [ 358 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.237980 [ 362 ] {} TCP-Session: a91c80b7-d611-4ea8-9bb0-1df3f2894751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.237998 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.237980 [ 357 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.238033 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.238045 [ 359 ] {} TCPHandler: Done processing connection. 2026.01.22 22:29:29.238097 [ 290 ] {} TCP-Session: ea47b49c-aeb6-491c-9cb4-2bb4ecb76bd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.238131 [ 359 ] {} TCP-Session: 5455d027-624a-45f6-8984-1be821209a24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.238045 [ 363 ] {} TCP-Session: 82c80b55-64f2-4dd4-89d5-51e24c7b645b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.238074 [ 357 ] {} TCP-Session: 78b87e75-eb5b-4209-8c68-8aeaa89f0243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.238026 [ 358 ] {} TCP-Session: ad80dea0-ff13-4826-a85f-66d29775a05e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.22 22:29:29.938621 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 50336 2026.01.22 22:29:29.939273 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:29.939337 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:29.940172 [ 244 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.22 22:29:29.940700 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:29.940874 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50336 2026.01.22 22:29:29.940962 [ 224 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:29:29.941013 [ 224 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:29:29.944215 [ 224 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:29:30.002902 [ 61 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Selected 5 parts from all_1_31_7 to all_35_35_0 2026.01.22 22:29:30.002960 [ 61 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:30.002982 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:30.003112 [ 194 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_35_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_31_7 to all_35_35_0 into Compact with storage Full 2026.01.22 22:29:30.003247 [ 194 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_35_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:30.003280 [ 194 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_7, total 470 rows starting from the beginning of the part 2026.01.22 22:29:30.003347 [ 194 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2026.01.22 22:29:30.003396 [ 194 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2026.01.22 22:29:30.003440 [ 194 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2026.01.22 22:29:30.003483 [ 194 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2026.01.22 22:29:30.005015 [ 189 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_35_8} MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 5 columns (5 merged, 0 gathered) in 0.001961575 sec., 288543.64477524435 rows/sec., 20.60 MiB/sec. 2026.01.22 22:29:30.005247 [ 190 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_35_8} MergedBlockOutputStream: filled checksums all_1_35_8 (state Temporary) 2026.01.22 22:29:30.005835 [ 190 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_35_8} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_merge_all_1_35_8 to all_1_35_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:30.005914 [ 190 ] {acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea::all_1_35_8} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea) (MergerMutator): Merged 5 parts: [all_1_31_7, all_35_35_0] -> all_1_35_8 2026.01.22 22:29:30.006004 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.22 22:29:31.167440 [ 61 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Selected 5 parts from all_1_35_8 to all_39_39_0 2026.01.22 22:29:31.167534 [ 61 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:31.167571 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:31.167698 [ 224 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): 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.01.22 22:29:31.167770 [ 224 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): 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.01.22 22:29:31.167774 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_39_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_35_8 to all_39_39_0 into Compact with storage Full 2026.01.22 22:29:31.167937 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_39_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:31.167971 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_39_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_8, total 484 rows starting from the beginning of the part 2026.01.22 22:29:31.168038 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_39_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 252 rows starting from the beginning of the part 2026.01.22 22:29:31.168084 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_39_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part 2026.01.22 22:29:31.168128 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_39_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 252 rows starting from the beginning of the part 2026.01.22 22:29:31.168169 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_39_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 252 rows starting from the beginning of the part 2026.01.22 22:29:31.169212 [ 189 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_39_9} MergeTask::MergeProjectionsStage: Merge sorted 1241 rows, containing 5 columns (5 merged, 0 gathered) in 0.001527331 sec., 812528.521977227 rows/sec., 58.58 MiB/sec. 2026.01.22 22:29:31.169363 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_39_9} MergedBlockOutputStream: filled checksums all_1_39_9 (state Temporary) 2026.01.22 22:29:31.169602 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_39_9} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_merge_all_1_39_9 to all_1_39_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:31.169673 [ 199 ] {9b875f4d-bc47-4ff8-b972-57a170f82d39::all_1_39_9} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39) (MergerMutator): Merged 5 parts: [all_1_35_8, all_39_39_0] -> all_1_39_9 2026.01.22 22:29:31.169749 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.22 22:29:31.170542 [ 224 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): 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.01.22 22:29:31.271979 [ 223 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:29:31.272014 [ 223 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:29:31.274487 [ 223 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:29:31.795004 [ 61 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Selected 5 parts from all_1_31_7 to all_35_35_0 2026.01.22 22:29:31.795066 [ 61 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:31.795085 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:31.795210 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_35_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_31_7 to all_35_35_0 into Compact with storage Full 2026.01.22 22:29:31.795360 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_35_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:31.795395 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_7, total 241 rows starting from the beginning of the part 2026.01.22 22:29:31.795465 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part 2026.01.22 22:29:31.795512 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part 2026.01.22 22:29:31.795556 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part 2026.01.22 22:29:31.795599 [ 190 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_35_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 12 rows starting from the beginning of the part 2026.01.22 22:29:31.796462 [ 199 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_35_8} MergeTask::MergeProjectionsStage: Merge sorted 289 rows, containing 5 columns (5 merged, 0 gathered) in 0.00130759 sec., 221017.29135279407 rows/sec., 14.29 MiB/sec. 2026.01.22 22:29:31.796676 [ 192 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_35_8} MergedBlockOutputStream: filled checksums all_1_35_8 (state Temporary) 2026.01.22 22:29:31.796997 [ 192 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_35_8} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_merge_all_1_35_8 to all_1_35_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:31.797078 [ 192 ] {22bf2a26-b1a9-4718-9468-d5619af00947::all_1_35_8} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947) (MergerMutator): Merged 5 parts: [all_1_31_7, all_35_35_0] -> all_1_35_8 2026.01.22 22:29:31.797175 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.22 22:29:32.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 395.85 MiB, peak 417.29 MiB, free memory in arenas 0.00 B, will set to 399.79 MiB (RSS), difference: 3.94 MiB 2026.01.22 22:29:32.544301 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.544585 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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.01.22 22:29:32.544960 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.545005 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} 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.01.22 22:29:32.545291 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.545360 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.545502 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.01.22 22:29:32.545537 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.545559 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.545574 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.545615 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} 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.01.22 22:29:32.545636 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.546886 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} executeQuery: Read 48 rows, 1.91 KiB in 0.002434 sec., 19720.62448644207 rows/sec., 783.58 KiB/sec. 2026.01.22 22:29:32.546971 [ 277 ] {1119d04a-3691-47fe-9bb8-0242c5b3da64} TCPHandler: Processed in 0.002806221 sec. 2026.01.22 22:29:32.547609 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.547762 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.548002 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.548042 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} 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', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.548270 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.548326 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.548432 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.01.22 22:29:32.548462 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.548481 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.548497 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.548530 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} 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', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.548551 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.549090 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} executeQuery: Read 48 rows, 1.91 KiB in 0.001401 sec., 34261.241970021416 rows/sec., 1.33 MiB/sec. 2026.01.22 22:29:32.549155 [ 277 ] {b46d13ea-bbd8-453c-a606-3be6e68fac97} TCPHandler: Processed in 0.001600402 sec. 2026.01.22 22:29:32.549367 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.549508 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.549789 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.549843 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} 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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.550147 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.550208 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.550324 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 50-element set) 2026.01.22 22:29:32.550360 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.550383 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.550402 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.550442 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} 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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.550462 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.551062 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} executeQuery: Read 48 rows, 1.91 KiB in 0.001617 sec., 29684.601113172543 rows/sec., 1.15 MiB/sec. 2026.01.22 22:29:32.551157 [ 277 ] {087130ad-db73-4752-a361-b6a70f9c84f5} TCPHandler: Processed in 0.001839834 sec. 2026.01.22 22:29:32.551383 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.551526 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.551758 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.551796 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} 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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.552025 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.552078 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.552178 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 51-element set) 2026.01.22 22:29:32.552207 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.552225 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.552239 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.552272 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} 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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.552291 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.552786 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} executeQuery: Read 48 rows, 1.91 KiB in 0.001326 sec., 36199.09502262444 rows/sec., 1.40 MiB/sec. 2026.01.22 22:29:32.552850 [ 277 ] {85475abd-bf63-40a7-a4e8-efe4a216ac10} TCPHandler: Processed in 0.001516071 sec. 2026.01.22 22:29:32.553055 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.553196 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.553419 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.553458 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.553680 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.553733 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.553831 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 52-element set) 2026.01.22 22:29:32.553859 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.553877 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.553891 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.553925 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.553944 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.554348 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} executeQuery: Read 48 rows, 1.91 KiB in 0.001216 sec., 39473.68421052631 rows/sec., 1.53 MiB/sec. 2026.01.22 22:29:32.554410 [ 277 ] {629e6522-d233-4a2d-9274-2bd404fcb390} TCPHandler: Processed in 0.001404891 sec. 2026.01.22 22:29:32.554624 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.554763 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.554984 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.555023 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.555247 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.555299 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.555398 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 53-element set) 2026.01.22 22:29:32.555425 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.555444 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.555463 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.555505 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.555523 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.555982 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} executeQuery: Read 48 rows, 1.91 KiB in 0.001281 sec., 37470.725995316156 rows/sec., 1.45 MiB/sec. 2026.01.22 22:29:32.556046 [ 277 ] {6e43d06a-3fdd-407b-b038-312033807002} TCPHandler: Processed in 0.001471061 sec. 2026.01.22 22:29:32.556288 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.556431 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.556694 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.556740 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.557006 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.557061 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.557186 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 54-element set) 2026.01.22 22:29:32.557215 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.557233 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.557247 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.557280 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.557300 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.557753 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} executeQuery: Read 48 rows, 1.91 KiB in 0.001386 sec., 34632.03463203463 rows/sec., 1.34 MiB/sec. 2026.01.22 22:29:32.557819 [ 277 ] {06aeef01-b70a-4c18-b021-c803e3b2a537} TCPHandler: Processed in 0.001582661 sec. 2026.01.22 22:29:32.558039 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.558178 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.558428 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.558489 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.558850 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.558915 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.559020 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 55-element set) 2026.01.22 22:29:32.559049 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.559068 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.559082 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.559117 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.559136 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.559823 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} executeQuery: Read 48 rows, 1.91 KiB in 0.001702 sec., 28202.115158636898 rows/sec., 1.09 MiB/sec. 2026.01.22 22:29:32.559930 [ 277 ] {3466baca-80c9-441e-9a81-7413163e6222} TCPHandler: Processed in 0.001940744 sec. 2026.01.22 22:29:32.560174 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.560351 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.560621 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.560664 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.561011 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.561071 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.561181 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 56-element set) 2026.01.22 22:29:32.561212 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.561232 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.561247 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.561281 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.561302 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.561816 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} executeQuery: Read 48 rows, 1.91 KiB in 0.001551 sec., 30947.775628626692 rows/sec., 1.20 MiB/sec. 2026.01.22 22:29:32.561920 [ 277 ] {2f8d26dd-e382-4a82-a9da-652f83839eb7} TCPHandler: Processed in 0.001800044 sec. 2026.01.22 22:29:32.562182 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.562335 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.562576 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.562618 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.562859 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.562920 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.563032 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 57-element set) 2026.01.22 22:29:32.563064 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.563086 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.563101 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.563136 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.563156 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.563644 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} executeQuery: Read 48 rows, 1.91 KiB in 0.001378 sec., 34833.09143686502 rows/sec., 1.35 MiB/sec. 2026.01.22 22:29:32.563737 [ 277 ] {074998f6-5d4d-40bc-9ba6-941aa83d374d} TCPHandler: Processed in 0.001606902 sec. 2026.01.22 22:29:32.563954 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.564108 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.564358 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.564402 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.564644 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.564700 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.564802 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 58-element set) 2026.01.22 22:29:32.564831 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.564850 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.564864 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.564899 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.564919 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.565366 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} executeQuery: Read 48 rows, 1.91 KiB in 0.001327 sec., 36171.816126601356 rows/sec., 1.40 MiB/sec. 2026.01.22 22:29:32.565455 [ 277 ] {119f9f81-a6b1-4715-a272-6eec1804080c} TCPHandler: Processed in 0.001550412 sec. 2026.01.22 22:29:32.565665 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.565816 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.566074 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.566117 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.566372 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.566428 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.566528 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 59-element set) 2026.01.22 22:29:32.566557 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.566576 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.566590 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.566625 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.566645 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.567065 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} executeQuery: Read 48 rows, 1.91 KiB in 0.001318 sec., 36418.81638846738 rows/sec., 1.41 MiB/sec. 2026.01.22 22:29:32.567155 [ 277 ] {2f1f9d5f-da2d-423e-ba32-e596bf963956} TCPHandler: Processed in 0.001540511 sec. 2026.01.22 22:29:32.567366 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.567551 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.567803 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.567846 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.568118 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.568176 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.568293 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 60-element set) 2026.01.22 22:29:32.568322 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.568342 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.568357 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.568392 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.568411 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.568868 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} executeQuery: Read 48 rows, 1.91 KiB in 0.001388 sec., 34582.1325648415 rows/sec., 1.34 MiB/sec. 2026.01.22 22:29:32.568968 [ 277 ] {8e7b55a2-9349-4191-9913-50face85b760} TCPHandler: Processed in 0.001651482 sec. 2026.01.22 22:29:32.569606 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.569757 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.569999 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.570040 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.570288 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.570343 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.570451 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 61-element set) 2026.01.22 22:29:32.570481 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.570500 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.570515 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.570550 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} 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', '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', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.570571 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.571042 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} executeQuery: Read 48 rows, 1.91 KiB in 0.001357 sec., 35372.14443625645 rows/sec., 1.37 MiB/sec. 2026.01.22 22:29:32.571131 [ 277 ] {20ef0a86-3a1f-4294-b0a4-8d779029b58f} TCPHandler: Processed in 0.001575702 sec. 2026.01.22 22:29:32.571347 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.571499 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.571740 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.571782 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} 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', '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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.572029 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.572083 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.572180 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 62-element set) 2026.01.22 22:29:32.572208 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.572226 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.572239 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.572273 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} 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', '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', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.572292 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.572715 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} executeQuery: Read 48 rows, 1.91 KiB in 0.001287 sec., 37296.0372960373 rows/sec., 1.45 MiB/sec. 2026.01.22 22:29:32.572802 [ 277 ] {b2aec518-842e-41a3-a8ee-3c9a2519dc7b} TCPHandler: Processed in 0.001505251 sec. 2026.01.22 22:29:32.573028 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.573177 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.573416 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.573456 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} 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', '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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.573703 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.573756 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.573852 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 63-element set) 2026.01.22 22:29:32.573880 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.573899 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.573914 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.573948 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} 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', '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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.573966 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.574377 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} executeQuery: Read 48 rows, 1.91 KiB in 0.001271 sec., 37765.53894571204 rows/sec., 1.47 MiB/sec. 2026.01.22 22:29:32.574464 [ 277 ] {8f7b0494-998c-4185-b5b0-4159830e11d2} TCPHandler: Processed in 0.001486731 sec. 2026.01.22 22:29:32.574774 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.574923 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.575161 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.575203 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} 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', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.575451 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.575504 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.575600 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 64-element set) 2026.01.22 22:29:32.575628 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.575646 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.575659 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.575692 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} 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', '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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.575712 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.576125 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} executeQuery: Read 48 rows, 1.91 KiB in 0.001273 sec., 37706.20581304006 rows/sec., 1.46 MiB/sec. 2026.01.22 22:29:32.576214 [ 277 ] {1d2344ea-edcd-4179-82ee-a1b58d72dbd2} TCPHandler: Processed in 0.001489601 sec. 2026.01.22 22:29:32.576415 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.576572 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', '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', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.576808 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.576850 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} 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', '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', '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', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.577105 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.577158 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.577255 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 65-element set) 2026.01.22 22:29:32.577283 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.577301 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.577316 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.577348 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} 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', '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', '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', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.577366 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.577845 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} executeQuery: Read 48 rows, 1.91 KiB in 0.001353 sec., 35476.71840354767 rows/sec., 1.38 MiB/sec. 2026.01.22 22:29:32.577909 [ 277 ] {77e471dc-4a82-419f-953c-6ad18ccbb8fa} TCPHandler: Processed in 0.001543022 sec. 2026.01.22 22:29:32.578131 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.578278 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', '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', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.578519 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.578561 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} 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', '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', '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', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.578818 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.578872 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.579004 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 66-element set) 2026.01.22 22:29:32.579042 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.579062 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.579077 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.579115 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} 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', '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', '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', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.579135 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.579548 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} executeQuery: Read 48 rows, 1.91 KiB in 0.00134 sec., 35820.89552238806 rows/sec., 1.39 MiB/sec. 2026.01.22 22:29:32.579610 [ 277 ] {160ea538-e78c-40f2-b0c0-0106c162c1b1} TCPHandler: Processed in 0.001529541 sec. 2026.01.22 22:29:32.579934 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.580085 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', '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', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.580329 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.580371 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} 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', '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', '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', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.580647 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.580702 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.580801 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 67-element set) 2026.01.22 22:29:32.580829 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.580848 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.580861 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.580895 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} 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', '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', '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', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.580915 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.581362 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} executeQuery: Read 48 rows, 1.91 KiB in 0.001349 sec., 35581.91252779837 rows/sec., 1.38 MiB/sec. 2026.01.22 22:29:32.581422 [ 277 ] {8a69505a-2579-454c-8fb4-7f05ec353a47} TCPHandler: Processed in 0.001539822 sec. 2026.01.22 22:29:32.581660 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.581809 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', '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', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.582047 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.582089 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} 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', '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', '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', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.582342 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.582396 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.582493 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 68-element set) 2026.01.22 22:29:32.582520 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.582564 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.582579 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.582613 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} 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', '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', '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', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.582654 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.583040 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} executeQuery: Read 48 rows, 1.91 KiB in 0.001302 sec., 36866.35944700461 rows/sec., 1.43 MiB/sec. 2026.01.22 22:29:32.583106 [ 277 ] {66690f78-43b7-4af7-92bb-f0eba8af2c82} TCPHandler: Processed in 0.001495861 sec. 2026.01.22 22:29:32.583442 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.583592 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', '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', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.583828 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.583871 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} 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', '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', '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', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.584122 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.584175 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.584271 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 69-element set) 2026.01.22 22:29:32.584299 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.584317 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.584331 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.584363 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} 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', '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', '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', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.584381 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.585045 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} executeQuery: Read 48 rows, 1.91 KiB in 0.001524 sec., 31496.062992125986 rows/sec., 1.22 MiB/sec. 2026.01.22 22:29:32.585148 [ 277 ] {a0f7b214-285e-45ff-8ea7-7e96e4e8b06a} TCPHandler: Processed in 0.001757123 sec. 2026.01.22 22:29:32.585551 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.585731 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', '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', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.585997 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.586073 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} 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', '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', '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', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.586389 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.586457 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.586564 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 70-element set) 2026.01.22 22:29:32.586591 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.586611 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.586625 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.586665 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} 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', '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', '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', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:29:32.586686 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.587324 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} executeQuery: Read 48 rows, 1.91 KiB in 0.001681 sec., 28554.431885782273 rows/sec., 1.11 MiB/sec. 2026.01.22 22:29:32.587414 [ 277 ] {46f2dbcb-bada-498b-aa5b-b3b0b0b05549} TCPHandler: Processed in 0.001921064 sec. 2026.01.22 22:29:32.587708 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.587861 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', '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:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:29:32.588108 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:32.588151 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} 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', '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', '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:vcpu_usage')" moved to PREWHERE 2026.01.22 22:29:32.588417 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.588470 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:32.588568 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 71-element set) 2026.01.22 22:29:32.588596 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:32.588614 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:32.588627 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:32.588661 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} 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', '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', '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:vcpu_usage'))" 2026.01.22 22:29:32.588680 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.22 22:29:32.589208 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} executeQuery: Read 48 rows, 1.91 KiB in 0.001421 sec., 33779.02885292048 rows/sec., 1.31 MiB/sec. 2026.01.22 22:29:32.589305 [ 277 ] {324386bc-2800-4d09-a0fc-8b257813f2e1} TCPHandler: Processed in 0.001648662 sec. 2026.01.22 22:29:32.595600 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 2496 2026.01.22 22:29:32.596249 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.596377 [ 277 ] {6876d1b3-7230-4c35-a90c-2bc733b7c7e9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.22 22:29:32.596423 [ 277 ] {6876d1b3-7230-4c35-a90c-2bc733b7c7e9} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:32.596976 [ 277 ] {6876d1b3-7230-4c35-a90c-2bc733b7c7e9} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.597019 [ 277 ] {6876d1b3-7230-4c35-a90c-2bc733b7c7e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.597450 [ 277 ] {6876d1b3-7230-4c35-a90c-2bc733b7c7e9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:29:32.597648 [ 277 ] {6876d1b3-7230-4c35-a90c-2bc733b7c7e9} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.597795 [ 277 ] {6876d1b3-7230-4c35-a90c-2bc733b7c7e9} executeQuery: Read 24 rows, 3.60 KiB in 0.00145 sec., 16551.724137931036 rows/sec., 2.43 MiB/sec. 2026.01.22 22:29:32.597837 [ 277 ] {6876d1b3-7230-4c35-a90c-2bc733b7c7e9} TCPHandler: Processed in 0.001642752 sec. 2026.01.22 22:29:32.597957 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.598056 [ 277 ] {fc8b60f0-ea32-4b13-a19b-0ed8134d50fd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:29:32.598096 [ 277 ] {fc8b60f0-ea32-4b13-a19b-0ed8134d50fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:29:32.598684 [ 277 ] {fc8b60f0-ea32-4b13-a19b-0ed8134d50fd} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.598723 [ 277 ] {fc8b60f0-ea32-4b13-a19b-0ed8134d50fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.599057 [ 277 ] {fc8b60f0-ea32-4b13-a19b-0ed8134d50fd} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:29:32.599101 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.599176 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.599362 [ 277 ] {fc8b60f0-ea32-4b13-a19b-0ed8134d50fd} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.599508 [ 277 ] {fc8b60f0-ea32-4b13-a19b-0ed8134d50fd} executeQuery: Read 446 rows, 28.96 KiB in 0.001474 sec., 302578.01899592945 rows/sec., 19.19 MiB/sec. 2026.01.22 22:29:32.599548 [ 277 ] {fc8b60f0-ea32-4b13-a19b-0ed8134d50fd} TCPHandler: Processed in 0.001640932 sec. 2026.01.22 22:29:32.599681 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.599805 [ 277 ] {73d5cdf0-e8a2-40ca-9faf-8eff43ba35ad} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:29:32.599847 [ 277 ] {73d5cdf0-e8a2-40ca-9faf-8eff43ba35ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:29:32.600356 [ 277 ] {73d5cdf0-e8a2-40ca-9faf-8eff43ba35ad} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.600396 [ 277 ] {73d5cdf0-e8a2-40ca-9faf-8eff43ba35ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.600709 [ 243 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.22 22:29:32.600711 [ 277 ] {73d5cdf0-e8a2-40ca-9faf-8eff43ba35ad} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.22 22:29:32.601008 [ 277 ] {73d5cdf0-e8a2-40ca-9faf-8eff43ba35ad} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.601071 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.601156 [ 277 ] {73d5cdf0-e8a2-40ca-9faf-8eff43ba35ad} executeQuery: Read 2 rows, 167.00 B in 0.001379 sec., 1450.3263234227702 rows/sec., 118.26 KiB/sec. 2026.01.22 22:29:32.601209 [ 277 ] {73d5cdf0-e8a2-40ca-9faf-8eff43ba35ad} TCPHandler: Processed in 0.001585091 sec. 2026.01.22 22:29:32.601343 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.601465 [ 277 ] {f1c76ddc-a10b-48e7-8b85-00bc8052f47b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:32.601495 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2496 2026.01.22 22:29:32.601515 [ 277 ] {f1c76ddc-a10b-48e7-8b85-00bc8052f47b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:32.602809 [ 277 ] {f1c76ddc-a10b-48e7-8b85-00bc8052f47b} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.602854 [ 277 ] {f1c76ddc-a10b-48e7-8b85-00bc8052f47b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.603291 [ 277 ] {f1c76ddc-a10b-48e7-8b85-00bc8052f47b} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.22 22:29:32.603507 [ 277 ] {f1c76ddc-a10b-48e7-8b85-00bc8052f47b} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.603657 [ 277 ] {f1c76ddc-a10b-48e7-8b85-00bc8052f47b} executeQuery: Read 1351 rows, 110.50 KiB in 0.002219 sec., 608832.807570978 rows/sec., 48.63 MiB/sec. 2026.01.22 22:29:32.603698 [ 277 ] {f1c76ddc-a10b-48e7-8b85-00bc8052f47b} TCPHandler: Processed in 0.002413798 sec. 2026.01.22 22:29:32.603823 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.603925 [ 277 ] {0e2021b4-679d-41ca-b7b9-c6a318421239} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:32.603965 [ 277 ] {0e2021b4-679d-41ca-b7b9-c6a318421239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:32.604455 [ 277 ] {0e2021b4-679d-41ca-b7b9-c6a318421239} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.604492 [ 277 ] {0e2021b4-679d-41ca-b7b9-c6a318421239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.604797 [ 277 ] {0e2021b4-679d-41ca-b7b9-c6a318421239} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.22 22:29:32.605015 [ 277 ] {0e2021b4-679d-41ca-b7b9-c6a318421239} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.605149 [ 277 ] {0e2021b4-679d-41ca-b7b9-c6a318421239} executeQuery: Read 277 rows, 17.44 KiB in 0.001248 sec., 221955.12820512822 rows/sec., 13.65 MiB/sec. 2026.01.22 22:29:32.605187 [ 277 ] {0e2021b4-679d-41ca-b7b9-c6a318421239} TCPHandler: Processed in 0.001418011 sec. 2026.01.22 22:29:32.605304 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.605401 [ 277 ] {a6ef7ea2-2265-4bf6-b933-a5faaa6448f1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:29:32.605441 [ 277 ] {a6ef7ea2-2265-4bf6-b933-a5faaa6448f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:29:32.605920 [ 277 ] {a6ef7ea2-2265-4bf6-b933-a5faaa6448f1} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.605956 [ 277 ] {a6ef7ea2-2265-4bf6-b933-a5faaa6448f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.606259 [ 277 ] {a6ef7ea2-2265-4bf6-b933-a5faaa6448f1} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.22 22:29:32.606460 [ 277 ] {a6ef7ea2-2265-4bf6-b933-a5faaa6448f1} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.606598 [ 277 ] {a6ef7ea2-2265-4bf6-b933-a5faaa6448f1} executeQuery: Read 268 rows, 17.62 KiB in 0.001216 sec., 220394.73684210525 rows/sec., 14.15 MiB/sec. 2026.01.22 22:29:32.606639 [ 277 ] {a6ef7ea2-2265-4bf6-b933-a5faaa6448f1} TCPHandler: Processed in 0.00138509 sec. 2026.01.22 22:29:32.606759 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.606853 [ 277 ] {1346f1f2-867c-453e-9c84-98b81291e843} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:29:32.606891 [ 277 ] {1346f1f2-867c-453e-9c84-98b81291e843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:29:32.607359 [ 277 ] {1346f1f2-867c-453e-9c84-98b81291e843} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.607395 [ 277 ] {1346f1f2-867c-453e-9c84-98b81291e843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.607747 [ 277 ] {1346f1f2-867c-453e-9c84-98b81291e843} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.22 22:29:32.607995 [ 277 ] {1346f1f2-867c-453e-9c84-98b81291e843} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.608179 [ 277 ] {1346f1f2-867c-453e-9c84-98b81291e843} executeQuery: Read 229 rows, 13.31 KiB in 0.001342 sec., 170640.8345752608 rows/sec., 9.69 MiB/sec. 2026.01.22 22:29:32.608232 [ 277 ] {1346f1f2-867c-453e-9c84-98b81291e843} TCPHandler: Processed in 0.001523471 sec. 2026.01.22 22:29:32.608404 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.608588 [ 277 ] {5e57695c-55d5-4b97-a091-c3274b5912bd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:32.608637 [ 277 ] {5e57695c-55d5-4b97-a091-c3274b5912bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:32.609425 [ 277 ] {5e57695c-55d5-4b97-a091-c3274b5912bd} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.609475 [ 277 ] {5e57695c-55d5-4b97-a091-c3274b5912bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.609881 [ 277 ] {5e57695c-55d5-4b97-a091-c3274b5912bd} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.22 22:29:32.610099 [ 277 ] {5e57695c-55d5-4b97-a091-c3274b5912bd} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.610232 [ 277 ] {5e57695c-55d5-4b97-a091-c3274b5912bd} executeQuery: Read 927 rows, 67.25 KiB in 0.001688 sec., 549170.6161137441 rows/sec., 38.91 MiB/sec. 2026.01.22 22:29:32.610272 [ 277 ] {5e57695c-55d5-4b97-a091-c3274b5912bd} TCPHandler: Processed in 0.001965334 sec. 2026.01.22 22:29:32.610390 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.610490 [ 277 ] {046a35b4-dd80-4674-bf90-4723b002348e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:29:32.610542 [ 277 ] {046a35b4-dd80-4674-bf90-4723b002348e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:29:32.610886 [ 277 ] {046a35b4-dd80-4674-bf90-4723b002348e} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.610923 [ 277 ] {046a35b4-dd80-4674-bf90-4723b002348e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.611216 [ 277 ] {046a35b4-dd80-4674-bf90-4723b002348e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.22 22:29:32.611454 [ 277 ] {046a35b4-dd80-4674-bf90-4723b002348e} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.611589 [ 277 ] {046a35b4-dd80-4674-bf90-4723b002348e} executeQuery: Read 6 rows, 321.00 B in 0.001118 sec., 5366.726296958855 rows/sec., 280.39 KiB/sec. 2026.01.22 22:29:32.611627 [ 277 ] {046a35b4-dd80-4674-bf90-4723b002348e} TCPHandler: Processed in 0.001286819 sec. 2026.01.22 22:29:32.611740 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.611834 [ 277 ] {003b6504-4f8a-4159-bb80-c77d7e19972f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativei64 FORMAT Native (stage: Complete) 2026.01.22 22:29:32.611877 [ 277 ] {003b6504-4f8a-4159-bb80-c77d7e19972f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 2026.01.22 22:29:32.612227 [ 277 ] {003b6504-4f8a-4159-bb80-c77d7e19972f} oximeter.measurements_cumulativei64 (7d86ec52-1d8e-4d09-ba7b-f69f251fdba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.612263 [ 277 ] {003b6504-4f8a-4159-bb80-c77d7e19972f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.612996 [ 277 ] {003b6504-4f8a-4159-bb80-c77d7e19972f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.22 22:29:32.613228 [ 277 ] {003b6504-4f8a-4159-bb80-c77d7e19972f} oximeter.measurements_cumulativei64 (7d86ec52-1d8e-4d09-ba7b-f69f251fdba1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.613354 [ 277 ] {003b6504-4f8a-4159-bb80-c77d7e19972f} executeQuery: Read 20 rows, 1.35 KiB in 0.001538 sec., 13003.901170351104 rows/sec., 880.05 KiB/sec. 2026.01.22 22:29:32.613392 [ 277 ] {003b6504-4f8a-4159-bb80-c77d7e19972f} TCPHandler: Processed in 0.001700472 sec. 2026.01.22 22:29:32.613503 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.613597 [ 277 ] {568e827f-d341-43d0-812f-cf15421b3bba} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:32.613638 [ 277 ] {568e827f-d341-43d0-812f-cf15421b3bba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:32.614091 [ 277 ] {568e827f-d341-43d0-812f-cf15421b3bba} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.614130 [ 277 ] {568e827f-d341-43d0-812f-cf15421b3bba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.614465 [ 277 ] {568e827f-d341-43d0-812f-cf15421b3bba} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.22 22:29:32.614685 [ 277 ] {568e827f-d341-43d0-812f-cf15421b3bba} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.614818 [ 277 ] {568e827f-d341-43d0-812f-cf15421b3bba} executeQuery: Read 354 rows, 23.73 KiB in 0.001239 sec., 285714.2857142857 rows/sec., 18.70 MiB/sec. 2026.01.22 22:29:32.614856 [ 277 ] {568e827f-d341-43d0-812f-cf15421b3bba} TCPHandler: Processed in 0.00140232 sec. 2026.01.22 22:29:32.614967 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.615060 [ 277 ] {f38d96b1-e4fc-4c7a-8e65-3baf2fbee1e2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:29:32.615102 [ 277 ] {f38d96b1-e4fc-4c7a-8e65-3baf2fbee1e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:29:32.615439 [ 277 ] {f38d96b1-e4fc-4c7a-8e65-3baf2fbee1e2} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.615477 [ 277 ] {f38d96b1-e4fc-4c7a-8e65-3baf2fbee1e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.615793 [ 277 ] {f38d96b1-e4fc-4c7a-8e65-3baf2fbee1e2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.22 22:29:32.616001 [ 277 ] {f38d96b1-e4fc-4c7a-8e65-3baf2fbee1e2} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.616130 [ 277 ] {f38d96b1-e4fc-4c7a-8e65-3baf2fbee1e2} executeQuery: Read 1 rows, 69.00 B in 0.001089 sec., 918.2736455463729 rows/sec., 61.88 KiB/sec. 2026.01.22 22:29:32.616168 [ 277 ] {f38d96b1-e4fc-4c7a-8e65-3baf2fbee1e2} TCPHandler: Processed in 0.001249519 sec. 2026.01.22 22:29:32.616282 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.616375 [ 277 ] {78cd6896-b723-4d3e-8ea4-7a251eda8e45} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:32.616427 [ 277 ] {78cd6896-b723-4d3e-8ea4-7a251eda8e45} 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.01.22 22:29:32.617321 [ 277 ] {78cd6896-b723-4d3e-8ea4-7a251eda8e45} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.617358 [ 277 ] {78cd6896-b723-4d3e-8ea4-7a251eda8e45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.617940 [ 277 ] {78cd6896-b723-4d3e-8ea4-7a251eda8e45} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.01.22 22:29:32.618181 [ 277 ] {78cd6896-b723-4d3e-8ea4-7a251eda8e45} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.618324 [ 277 ] {78cd6896-b723-4d3e-8ea4-7a251eda8e45} executeQuery: Read 57 rows, 101.79 KiB in 0.001967 sec., 28978.139298423997 rows/sec., 50.54 MiB/sec. 2026.01.22 22:29:32.618395 [ 277 ] {78cd6896-b723-4d3e-8ea4-7a251eda8e45} TCPHandler: Processed in 0.002161576 sec. 2026.01.22 22:29:32.618513 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:32.618605 [ 277 ] {2f28e385-7f9b-4cc3-970b-ee6e62dffdd7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:32.618648 [ 277 ] {2f28e385-7f9b-4cc3-970b-ee6e62dffdd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:32.619003 [ 277 ] {2f28e385-7f9b-4cc3-970b-ee6e62dffdd7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.619040 [ 277 ] {2f28e385-7f9b-4cc3-970b-ee6e62dffdd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.619371 [ 277 ] {2f28e385-7f9b-4cc3-970b-ee6e62dffdd7} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.22 22:29:32.619594 [ 277 ] {2f28e385-7f9b-4cc3-970b-ee6e62dffdd7} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.619724 [ 277 ] {2f28e385-7f9b-4cc3-970b-ee6e62dffdd7} executeQuery: Read 108 rows, 6.74 KiB in 0.001137 sec., 94986.80738786279 rows/sec., 5.79 MiB/sec. 2026.01.22 22:29:32.619760 [ 277 ] {2f28e385-7f9b-4cc3-970b-ee6e62dffdd7} TCPHandler: Processed in 0.0012974 sec. 2026.01.22 22:29:32.701056 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 791 2026.01.22 22:29:32.719667 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:32.719716 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:32.725995 [ 245 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.22 22:29:32.726698 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:32.730041 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 791 2026.01.22 22:29:33.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 402.24 MiB, peak 417.29 MiB, free memory in arenas 0.00 B, will set to 399.83 MiB (RSS), difference: -2.41 MiB 2026.01.22 22:29:33.400518 [ 222 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:29:33.400574 [ 222 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:29:33.403152 [ 222 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:29:34.570787 [ 149 ] {} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.22 22:29:34.570861 [ 149 ] {} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:34.570882 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.01.22 22:29:34.570995 [ 192 ] {24c158a5-0e9f-4115-bfdc-3d56fe10d0c6::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.01.22 22:29:34.571146 [ 192 ] {24c158a5-0e9f-4115-bfdc-3d56fe10d0c6::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:34.571182 [ 192 ] {24c158a5-0e9f-4115-bfdc-3d56fe10d0c6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 9 rows starting from the beginning of the part 2026.01.22 22:29:34.571252 [ 192 ] {24c158a5-0e9f-4115-bfdc-3d56fe10d0c6::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.01.22 22:29:34.571297 [ 192 ] {24c158a5-0e9f-4115-bfdc-3d56fe10d0c6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part 2026.01.22 22:29:34.571338 [ 192 ] {24c158a5-0e9f-4115-bfdc-3d56fe10d0c6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.01.22 22:29:34.571378 [ 192 ] {24c158a5-0e9f-4115-bfdc-3d56fe10d0c6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part 2026.01.22 22:29:34.577567 [ 192 ] {24c158a5-0e9f-4115-bfdc-3d56fe10d0c6::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.006623519 sec., 6341.040163091553 rows/sec., 465.02 KiB/sec. 2026.01.22 22:29:34.577749 [ 196 ] {24c158a5-0e9f-4115-bfdc-3d56fe10d0c6::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.22 22:29:34.578086 [ 196 ] {24c158a5-0e9f-4115-bfdc-3d56fe10d0c6::all_1_5_1} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:34.578173 [ 196 ] {24c158a5-0e9f-4115-bfdc-3d56fe10d0c6::all_1_5_1} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.22 22:29:34.578260 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.01.22 22:29:37.175162 [ 148 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:29:37.175232 [ 148 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:29:37.441086 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 50848 2026.01.22 22:29:37.441902 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.441963 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.442541 [ 244 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.22 22:29:37.442786 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.442932 [ 146 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.22 22:29:37.442948 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50848 2026.01.22 22:29:37.443008 [ 146 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.443038 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.443166 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:29:37.443311 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:37.443352 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_106_21} MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 48416 rows starting from the beginning of the part 2026.01.22 22:29:37.443419 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:29:37.443466 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:29:37.443511 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:29:37.443554 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:29:37.443600 [ 199 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:29:37.446848 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 50848 rows, containing 4 columns (4 merged, 0 gathered) in 0.003741888 sec., 13588862.09314656 rows/sec., 194.39 MiB/sec. 2026.01.22 22:29:37.447145 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.22 22:29:37.447421 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_106_21} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.447498 [ 191 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_106_21} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.22 22:29:37.447585 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.01.22 22:29:37.526483 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:37.526756 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', '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.01.22 22:29:37.527152 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:29:37.527199 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} 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', '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', '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.01.22 22:29:37.527531 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:37.527601 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:29:37.527737 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 72-element set) 2026.01.22 22:29:37.527863 [ 341 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:29:37.527894 [ 336 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2026.01.22 22:29:37.528049 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (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.01.22 22:29:37.528082 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:29:37.528153 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:29:37.528174 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 72 rows with 2 streams 2026.01.22 22:29:37.528212 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} 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', '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', '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.01.22 22:29:37.528261 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} 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', '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', '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.01.22 22:29:37.529363 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} executeQuery: Read 72 rows, 2.73 KiB in 0.002745 sec., 26229.508196721312 rows/sec., 992.93 KiB/sec. 2026.01.22 22:29:37.529496 [ 277 ] {562eeb8e-2359-45c7-9998-10a7015d0cdf} TCPHandler: Processed in 0.003142493 sec. 2026.01.22 22:29:37.538081 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:37.538238 [ 277 ] {9843c31a-5680-4b0a-b70a-12e36b450041} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.22 22:29:37.538303 [ 277 ] {9843c31a-5680-4b0a-b70a-12e36b450041} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:29:37.538997 [ 277 ] {9843c31a-5680-4b0a-b70a-12e36b450041} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.539040 [ 277 ] {9843c31a-5680-4b0a-b70a-12e36b450041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.539443 [ 277 ] {9843c31a-5680-4b0a-b70a-12e36b450041} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.22 22:29:37.539642 [ 277 ] {9843c31a-5680-4b0a-b70a-12e36b450041} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.539787 [ 277 ] {9843c31a-5680-4b0a-b70a-12e36b450041} executeQuery: Read 1 rows, 285.00 B in 0.001593 sec., 627.7463904582548 rows/sec., 174.71 KiB/sec. 2026.01.22 22:29:37.539828 [ 277 ] {9843c31a-5680-4b0a-b70a-12e36b450041} TCPHandler: Processed in 0.001824704 sec. 2026.01.22 22:29:37.539934 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:37.540029 [ 277 ] {db7898c7-791a-48c3-96e2-9cbffb3439c4} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:29:37.540071 [ 277 ] {db7898c7-791a-48c3-96e2-9cbffb3439c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:29:37.540482 [ 277 ] {db7898c7-791a-48c3-96e2-9cbffb3439c4} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.540520 [ 277 ] {db7898c7-791a-48c3-96e2-9cbffb3439c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.540810 [ 277 ] {db7898c7-791a-48c3-96e2-9cbffb3439c4} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.22 22:29:37.541014 [ 277 ] {db7898c7-791a-48c3-96e2-9cbffb3439c4} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.541144 [ 277 ] {db7898c7-791a-48c3-96e2-9cbffb3439c4} executeQuery: Read 2 rows, 152.00 B in 0.001136 sec., 1760.5633802816901 rows/sec., 130.67 KiB/sec. 2026.01.22 22:29:37.541181 [ 277 ] {db7898c7-791a-48c3-96e2-9cbffb3439c4} TCPHandler: Processed in 0.00129634 sec. 2026.01.22 22:29:37.541304 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:37.541426 [ 277 ] {e53a0997-5dac-4a73-adaa-5bb69afc87df} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:37.541482 [ 277 ] {e53a0997-5dac-4a73-adaa-5bb69afc87df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:37.541960 [ 277 ] {e53a0997-5dac-4a73-adaa-5bb69afc87df} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.541997 [ 277 ] {e53a0997-5dac-4a73-adaa-5bb69afc87df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.542300 [ 277 ] {e53a0997-5dac-4a73-adaa-5bb69afc87df} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.22 22:29:37.542502 [ 277 ] {e53a0997-5dac-4a73-adaa-5bb69afc87df} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.542622 [ 146 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.01.22 22:29:37.542632 [ 277 ] {e53a0997-5dac-4a73-adaa-5bb69afc87df} executeQuery: Read 70 rows, 5.62 KiB in 0.001232 sec., 56818.181818181816 rows/sec., 4.46 MiB/sec. 2026.01.22 22:29:37.542669 [ 146 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.542687 [ 277 ] {e53a0997-5dac-4a73-adaa-5bb69afc87df} TCPHandler: Processed in 0.001445841 sec. 2026.01.22 22:29:37.542694 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.542810 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:37.542817 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:29:37.542913 [ 277 ] {56c7a098-2e37-43c2-93d2-e578a645166f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:37.542958 [ 277 ] {56c7a098-2e37-43c2-93d2-e578a645166f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:37.542963 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:37.543010 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 2574 rows starting from the beginning of the part 2026.01.22 22:29:37.543082 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:29:37.543138 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 156 rows starting from the beginning of the part 2026.01.22 22:29:37.543192 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 66 rows starting from the beginning of the part 2026.01.22 22:29:37.543240 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 1351 rows starting from the beginning of the part 2026.01.22 22:29:37.543290 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 70 rows starting from the beginning of the part 2026.01.22 22:29:37.543356 [ 277 ] {56c7a098-2e37-43c2-93d2-e578a645166f} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.543397 [ 277 ] {56c7a098-2e37-43c2-93d2-e578a645166f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.543716 [ 277 ] {56c7a098-2e37-43c2-93d2-e578a645166f} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.22 22:29:37.543925 [ 277 ] {56c7a098-2e37-43c2-93d2-e578a645166f} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.544065 [ 277 ] {56c7a098-2e37-43c2-93d2-e578a645166f} executeQuery: Read 7 rows, 513.00 B in 0.001171 sec., 5977.796754910333 rows/sec., 427.82 KiB/sec. 2026.01.22 22:29:37.544103 [ 277 ] {56c7a098-2e37-43c2-93d2-e578a645166f} TCPHandler: Processed in 0.00134361 sec. 2026.01.22 22:29:37.544205 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:37.544299 [ 277 ] {9c1da952-1756-4586-a35d-76c1be8e5de6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:37.544339 [ 277 ] {9c1da952-1756-4586-a35d-76c1be8e5de6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:37.544761 [ 277 ] {9c1da952-1756-4586-a35d-76c1be8e5de6} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.544797 [ 277 ] {9c1da952-1756-4586-a35d-76c1be8e5de6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.545091 [ 277 ] {9c1da952-1756-4586-a35d-76c1be8e5de6} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.22 22:29:37.545305 [ 277 ] {9c1da952-1756-4586-a35d-76c1be8e5de6} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.545413 [ 146 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.01.22 22:29:37.545437 [ 277 ] {9c1da952-1756-4586-a35d-76c1be8e5de6} executeQuery: Read 83 rows, 6.50 KiB in 0.001155 sec., 71861.47186147186 rows/sec., 5.49 MiB/sec. 2026.01.22 22:29:37.545444 [ 146 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.545466 [ 203 ] {048797f8-2913-4120-8057-043480967ec1::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 5544 rows, containing 5 columns (5 merged, 0 gathered) in 0.00270428 sec., 2050083.5712278315 rows/sec., 175.24 MiB/sec. 2026.01.22 22:29:37.545477 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.545483 [ 277 ] {9c1da952-1756-4586-a35d-76c1be8e5de6} TCPHandler: Processed in 0.001326779 sec. 2026.01.22 22:29:37.545607 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:29:37.545621 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:37.545753 [ 277 ] {71250122-cdac-4835-bda8-27395e7acc3f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:37.545764 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:37.545791 [ 197 ] {048797f8-2913-4120-8057-043480967ec1::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.01.22 22:29:37.545797 [ 277 ] {71250122-cdac-4835-bda8-27395e7acc3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:37.545811 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1316 rows starting from the beginning of the part 2026.01.22 22:29:37.545901 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 563 rows starting from the beginning of the part 2026.01.22 22:29:37.545958 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 123 rows starting from the beginning of the part 2026.01.22 22:29:37.546013 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 69 rows starting from the beginning of the part 2026.01.22 22:29:37.546062 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 927 rows starting from the beginning of the part 2026.01.22 22:29:37.546115 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 83 rows starting from the beginning of the part 2026.01.22 22:29:37.546139 [ 197 ] {048797f8-2913-4120-8057-043480967ec1::all_1_156_31} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.546230 [ 277 ] {71250122-cdac-4835-bda8-27395e7acc3f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.546237 [ 197 ] {048797f8-2913-4120-8057-043480967ec1::all_1_156_31} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.01.22 22:29:37.546274 [ 277 ] {71250122-cdac-4835-bda8-27395e7acc3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.546361 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.01.22 22:29:37.546628 [ 277 ] {71250122-cdac-4835-bda8-27395e7acc3f} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.22 22:29:37.546850 [ 277 ] {71250122-cdac-4835-bda8-27395e7acc3f} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.546987 [ 277 ] {71250122-cdac-4835-bda8-27395e7acc3f} executeQuery: Read 162 rows, 11.53 KiB in 0.001252 sec., 129392.97124600639 rows/sec., 9.00 MiB/sec. 2026.01.22 22:29:37.547024 [ 277 ] {71250122-cdac-4835-bda8-27395e7acc3f} TCPHandler: Processed in 0.001453081 sec. 2026.01.22 22:29:37.547148 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:37.547270 [ 277 ] {7cf566e9-b027-49db-afe8-809bdeb56798} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:37.547338 [ 277 ] {7cf566e9-b027-49db-afe8-809bdeb56798} 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.01.22 22:29:37.547595 [ 187 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 3081 rows, containing 5 columns (5 merged, 0 gathered) in 0.002045605 sec., 1506155.8805341208 rows/sec., 115.29 MiB/sec. 2026.01.22 22:29:37.547776 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.01.22 22:29:37.548040 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_156_31} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.548116 [ 208 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_156_31} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.01.22 22:29:37.548165 [ 277 ] {7cf566e9-b027-49db-afe8-809bdeb56798} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.548196 [ 208 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.22 22:29:37.548207 [ 277 ] {7cf566e9-b027-49db-afe8-809bdeb56798} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.548731 [ 277 ] {7cf566e9-b027-49db-afe8-809bdeb56798} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.01.22 22:29:37.548962 [ 277 ] {7cf566e9-b027-49db-afe8-809bdeb56798} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.549107 [ 277 ] {7cf566e9-b027-49db-afe8-809bdeb56798} executeQuery: Read 5 rows, 9.17 KiB in 0.001862 sec., 2685.2846401718584 rows/sec., 4.81 MiB/sec. 2026.01.22 22:29:37.549172 [ 277 ] {7cf566e9-b027-49db-afe8-809bdeb56798} TCPHandler: Processed in 0.002086846 sec. 2026.01.22 22:29:37.549287 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:37.549382 [ 277 ] {0c0220e0-6486-4ca0-955f-9bde2876028c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:37.549425 [ 277 ] {0c0220e0-6486-4ca0-955f-9bde2876028c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:37.549766 [ 277 ] {0c0220e0-6486-4ca0-955f-9bde2876028c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.549803 [ 277 ] {0c0220e0-6486-4ca0-955f-9bde2876028c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.550100 [ 277 ] {0c0220e0-6486-4ca0-955f-9bde2876028c} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.22 22:29:37.550308 [ 277 ] {0c0220e0-6486-4ca0-955f-9bde2876028c} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.550422 [ 146 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.01.22 22:29:37.550436 [ 277 ] {0c0220e0-6486-4ca0-955f-9bde2876028c} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.01.22 22:29:37.550455 [ 146 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:37.550478 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:37.550478 [ 277 ] {0c0220e0-6486-4ca0-955f-9bde2876028c} TCPHandler: Processed in 0.00124257 sec. 2026.01.22 22:29:37.550554 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:29:37.550651 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:37.550680 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_156_31} MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9390 rows starting from the beginning of the part 2026.01.22 22:29:37.550735 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:29:37.550786 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:29:37.550833 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:29:37.550877 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 108 rows starting from the beginning of the part 2026.01.22 22:29:37.550924 [ 197 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part 2026.01.22 22:29:37.553921 [ 188 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 9738 rows, containing 4 columns (4 merged, 0 gathered) in 0.003388485 sec., 2873850.703190364 rows/sec., 191.45 MiB/sec. 2026.01.22 22:29:37.554116 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.01.22 22:29:37.554382 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_156_31} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:37.554455 [ 201 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_156_31} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.01.22 22:29:37.554522 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. 2026.01.22 22:29:40.230106 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 799 2026.01.22 22:29:40.247947 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:40.248000 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:40.254216 [ 245 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.22 22:29:40.254906 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:40.255202 [ 126 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.22 22:29:40.255271 [ 126 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:40.255293 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:40.255452 [ 208 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:40.258133 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 799 2026.01.22 22:29:40.259500 [ 208 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:40.261054 [ 208 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:40.265885 [ 208 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:40.270833 [ 208 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:40.276049 [ 208 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:40.281166 [ 208 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:40.286129 [ 208 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:29:40.350761 [ 188 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 679 columns (679 merged, 0 gathered) in 0.095389186 sec., 8376.211534083119 rows/sec., 43.31 MiB/sec. 2026.01.22 22:29:40.353375 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.22 22:29:40.355195 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_106_21} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:40.355294 [ 200 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_106_21} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.22 22:29:40.357122 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.01.22 22:29:41.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 400.93 MiB, peak 418.33 MiB, free memory in arenas 0.00 B, will set to 399.84 MiB (RSS), difference: -1.09 MiB 2026.01.22 22:29:42.548929 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.549140 [ 277 ] {dc932eff-cd65-4f91-bcbf-d144cb965ba9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:29:42.549212 [ 277 ] {dc932eff-cd65-4f91-bcbf-d144cb965ba9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:29:42.550051 [ 277 ] {dc932eff-cd65-4f91-bcbf-d144cb965ba9} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.550089 [ 277 ] {dc932eff-cd65-4f91-bcbf-d144cb965ba9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.550482 [ 277 ] {dc932eff-cd65-4f91-bcbf-d144cb965ba9} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:29:42.550709 [ 277 ] {dc932eff-cd65-4f91-bcbf-d144cb965ba9} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.550858 [ 277 ] {dc932eff-cd65-4f91-bcbf-d144cb965ba9} executeQuery: Read 446 rows, 28.96 KiB in 0.001772 sec., 251693.00225733637 rows/sec., 15.96 MiB/sec. 2026.01.22 22:29:42.550913 [ 277 ] {dc932eff-cd65-4f91-bcbf-d144cb965ba9} TCPHandler: Processed in 0.002117886 sec. 2026.01.22 22:29:42.551050 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.551148 [ 277 ] {58790f70-212c-49d1-b983-15bf7ac65814} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:29:42.551189 [ 277 ] {58790f70-212c-49d1-b983-15bf7ac65814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:29:42.551606 [ 277 ] {58790f70-212c-49d1-b983-15bf7ac65814} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.551642 [ 277 ] {58790f70-212c-49d1-b983-15bf7ac65814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.551936 [ 277 ] {58790f70-212c-49d1-b983-15bf7ac65814} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.22 22:29:42.552134 [ 277 ] {58790f70-212c-49d1-b983-15bf7ac65814} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.552261 [ 277 ] {58790f70-212c-49d1-b983-15bf7ac65814} executeQuery: Read 1 rows, 76.00 B in 0.001131 sec., 884.1732979664014 rows/sec., 65.62 KiB/sec. 2026.01.22 22:29:42.552298 [ 277 ] {58790f70-212c-49d1-b983-15bf7ac65814} TCPHandler: Processed in 0.001300719 sec. 2026.01.22 22:29:42.552416 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.552512 [ 277 ] {e202e5cf-24cb-4ab8-8265-ed6b5ddbd235} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:42.552551 [ 277 ] {e202e5cf-24cb-4ab8-8265-ed6b5ddbd235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:42.553426 [ 277 ] {e202e5cf-24cb-4ab8-8265-ed6b5ddbd235} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.553461 [ 277 ] {e202e5cf-24cb-4ab8-8265-ed6b5ddbd235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.553847 [ 277 ] {e202e5cf-24cb-4ab8-8265-ed6b5ddbd235} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.22 22:29:42.554059 [ 277 ] {e202e5cf-24cb-4ab8-8265-ed6b5ddbd235} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.554188 [ 277 ] {e202e5cf-24cb-4ab8-8265-ed6b5ddbd235} executeQuery: Read 1315 rows, 107.92 KiB in 0.001694 sec., 776269.1853600944 rows/sec., 62.21 MiB/sec. 2026.01.22 22:29:42.554225 [ 277 ] {e202e5cf-24cb-4ab8-8265-ed6b5ddbd235} TCPHandler: Processed in 0.001859983 sec. 2026.01.22 22:29:42.554343 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.554438 [ 277 ] {c9544bbe-bd7e-4efc-8a69-0a4a2083cd4d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:42.554477 [ 277 ] {c9544bbe-bd7e-4efc-8a69-0a4a2083cd4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:42.554957 [ 277 ] {c9544bbe-bd7e-4efc-8a69-0a4a2083cd4d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.554991 [ 277 ] {c9544bbe-bd7e-4efc-8a69-0a4a2083cd4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.555297 [ 277 ] {c9544bbe-bd7e-4efc-8a69-0a4a2083cd4d} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.22 22:29:42.555507 [ 277 ] {c9544bbe-bd7e-4efc-8a69-0a4a2083cd4d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.555642 [ 277 ] {c9544bbe-bd7e-4efc-8a69-0a4a2083cd4d} executeQuery: Read 279 rows, 17.59 KiB in 0.001223 sec., 228127.55519215047 rows/sec., 14.05 MiB/sec. 2026.01.22 22:29:42.555680 [ 277 ] {c9544bbe-bd7e-4efc-8a69-0a4a2083cd4d} TCPHandler: Processed in 0.00138795 sec. 2026.01.22 22:29:42.555679 [ 92 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.22 22:29:42.555750 [ 92 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.555774 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.555796 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.555906 [ 277 ] {610859fe-23f1-4ba5-850f-f44767bd7104} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:29:42.555903 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:29:42.555946 [ 277 ] {610859fe-23f1-4ba5-850f-f44767bd7104} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:29:42.556062 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:42.556100 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 305 rows starting from the beginning of the part 2026.01.22 22:29:42.556169 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 50 rows starting from the beginning of the part 2026.01.22 22:29:42.556241 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 5 rows starting from the beginning of the part 2026.01.22 22:29:42.556322 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 277 rows starting from the beginning of the part 2026.01.22 22:29:42.556378 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 7 rows starting from the beginning of the part 2026.01.22 22:29:42.556426 [ 194 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 279 rows starting from the beginning of the part 2026.01.22 22:29:42.556465 [ 277 ] {610859fe-23f1-4ba5-850f-f44767bd7104} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.556506 [ 277 ] {610859fe-23f1-4ba5-850f-f44767bd7104} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.556849 [ 277 ] {610859fe-23f1-4ba5-850f-f44767bd7104} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.22 22:29:42.557068 [ 277 ] {610859fe-23f1-4ba5-850f-f44767bd7104} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.557208 [ 277 ] {610859fe-23f1-4ba5-850f-f44767bd7104} executeQuery: Read 231 rows, 15.25 KiB in 0.00132 sec., 175000 rows/sec., 11.28 MiB/sec. 2026.01.22 22:29:42.557247 [ 277 ] {610859fe-23f1-4ba5-850f-f44767bd7104} TCPHandler: Processed in 0.001503441 sec. 2026.01.22 22:29:42.557362 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.557457 [ 277 ] {5a14b589-0175-426f-a826-de3ac3a0b0e2} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:29:42.557496 [ 277 ] {5a14b589-0175-426f-a826-de3ac3a0b0e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:29:42.557508 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 923 rows, containing 5 columns (5 merged, 0 gathered) in 0.001666593 sec., 553824.4790419736 rows/sec., 36.79 MiB/sec. 2026.01.22 22:29:42.557724 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.22 22:29:42.557972 [ 277 ] {5a14b589-0175-426f-a826-de3ac3a0b0e2} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.558017 [ 277 ] {5a14b589-0175-426f-a826-de3ac3a0b0e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.558084 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_151_30} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.558196 [ 189 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_151_30} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.22 22:29:42.558305 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.01.22 22:29:42.558347 [ 277 ] {5a14b589-0175-426f-a826-de3ac3a0b0e2} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.22 22:29:42.558555 [ 277 ] {5a14b589-0175-426f-a826-de3ac3a0b0e2} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.558686 [ 277 ] {5a14b589-0175-426f-a826-de3ac3a0b0e2} executeQuery: Read 229 rows, 13.31 KiB in 0.001248 sec., 183493.58974358975 rows/sec., 10.42 MiB/sec. 2026.01.22 22:29:42.558724 [ 277 ] {5a14b589-0175-426f-a826-de3ac3a0b0e2} TCPHandler: Processed in 0.001412561 sec. 2026.01.22 22:29:42.558833 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.558927 [ 277 ] {8c6f1978-dcb4-480f-abcf-f3d0cef63c13} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:42.558966 [ 277 ] {8c6f1978-dcb4-480f-abcf-f3d0cef63c13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:42.559619 [ 277 ] {8c6f1978-dcb4-480f-abcf-f3d0cef63c13} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.559656 [ 277 ] {8c6f1978-dcb4-480f-abcf-f3d0cef63c13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.559983 [ 277 ] {8c6f1978-dcb4-480f-abcf-f3d0cef63c13} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.22 22:29:42.560195 [ 277 ] {8c6f1978-dcb4-480f-abcf-f3d0cef63c13} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.560325 [ 277 ] {8c6f1978-dcb4-480f-abcf-f3d0cef63c13} executeQuery: Read 804 rows, 57.88 KiB in 0.001416 sec., 567796.6101694915 rows/sec., 39.92 MiB/sec. 2026.01.22 22:29:42.560363 [ 277 ] {8c6f1978-dcb4-480f-abcf-f3d0cef63c13} TCPHandler: Processed in 0.001579532 sec. 2026.01.22 22:29:42.560433 [ 222 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:29:42.560464 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.560475 [ 222 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:29:42.560566 [ 277 ] {8175b8a7-cf27-4d11-9d9c-05d09291e3e6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.22 22:29:42.560612 [ 277 ] {8175b8a7-cf27-4d11-9d9c-05d09291e3e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.22 22:29:42.560954 [ 277 ] {8175b8a7-cf27-4d11-9d9c-05d09291e3e6} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.560990 [ 277 ] {8175b8a7-cf27-4d11-9d9c-05d09291e3e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.561313 [ 277 ] {8175b8a7-cf27-4d11-9d9c-05d09291e3e6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.22 22:29:42.561523 [ 277 ] {8175b8a7-cf27-4d11-9d9c-05d09291e3e6} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.561655 [ 277 ] {8175b8a7-cf27-4d11-9d9c-05d09291e3e6} executeQuery: Read 6 rows, 321.00 B in 0.001107 sec., 5420.054200542006 rows/sec., 283.18 KiB/sec. 2026.01.22 22:29:42.561691 [ 277 ] {8175b8a7-cf27-4d11-9d9c-05d09291e3e6} TCPHandler: Processed in 0.001277 sec. 2026.01.22 22:29:42.561802 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.561903 [ 277 ] {3ff6e3aa-6cd4-49a5-aa7d-6729af6bfba0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:42.561947 [ 277 ] {3ff6e3aa-6cd4-49a5-aa7d-6729af6bfba0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:42.562385 [ 277 ] {3ff6e3aa-6cd4-49a5-aa7d-6729af6bfba0} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.562423 [ 277 ] {3ff6e3aa-6cd4-49a5-aa7d-6729af6bfba0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.562781 [ 277 ] {3ff6e3aa-6cd4-49a5-aa7d-6729af6bfba0} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.22 22:29:42.562989 [ 277 ] {3ff6e3aa-6cd4-49a5-aa7d-6729af6bfba0} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.563110 [ 117 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_152_36 to all_157_157_0 2026.01.22 22:29:42.563118 [ 277 ] {3ff6e3aa-6cd4-49a5-aa7d-6729af6bfba0} executeQuery: Read 329 rows, 22.07 KiB in 0.001237 sec., 265966.04688763135 rows/sec., 17.42 MiB/sec. 2026.01.22 22:29:42.563168 [ 117 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.563182 [ 277 ] {3ff6e3aa-6cd4-49a5-aa7d-6729af6bfba0} TCPHandler: Processed in 0.001430621 sec. 2026.01.22 22:29:42.563198 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.563289 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} MergeTask::PrepareStage: Merging 6 parts: from all_1_152_36 to all_157_157_0 into Compact with storage Full 2026.01.22 22:29:42.563311 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.563396 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:42.563427 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} MergeTreeSequentialSource: Reading 7 marks from part all_1_152_36, total 45262 rows starting from the beginning of the part 2026.01.22 22:29:42.563436 [ 277 ] {fd7a1f94-1cec-4032-bacf-0ebf575299ee} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.22 22:29:42.563481 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part 2026.01.22 22:29:42.563493 [ 277 ] {fd7a1f94-1cec-4032-bacf-0ebf575299ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.22 22:29:42.563524 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 160 rows starting from the beginning of the part 2026.01.22 22:29:42.563581 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 354 rows starting from the beginning of the part 2026.01.22 22:29:42.563618 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 162 rows starting from the beginning of the part 2026.01.22 22:29:42.563656 [ 194 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 329 rows starting from the beginning of the part 2026.01.22 22:29:42.564033 [ 222 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:29:42.564122 [ 277 ] {fd7a1f94-1cec-4032-bacf-0ebf575299ee} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.564165 [ 277 ] {fd7a1f94-1cec-4032-bacf-0ebf575299ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.564505 [ 277 ] {fd7a1f94-1cec-4032-bacf-0ebf575299ee} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.22 22:29:42.564711 [ 277 ] {fd7a1f94-1cec-4032-bacf-0ebf575299ee} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.564841 [ 277 ] {fd7a1f94-1cec-4032-bacf-0ebf575299ee} executeQuery: Read 2 rows, 134.00 B in 0.001427 sec., 1401.5416958654519 rows/sec., 91.70 KiB/sec. 2026.01.22 22:29:42.564878 [ 277 ] {fd7a1f94-1cec-4032-bacf-0ebf575299ee} TCPHandler: Processed in 0.001628482 sec. 2026.01.22 22:29:42.565000 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.565095 [ 277 ] {88a23abe-f7c4-4492-b464-088317543b24} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:42.565149 [ 277 ] {88a23abe-f7c4-4492-b464-088317543b24} 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.01.22 22:29:42.565965 [ 277 ] {88a23abe-f7c4-4492-b464-088317543b24} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.566002 [ 277 ] {88a23abe-f7c4-4492-b464-088317543b24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.566565 [ 277 ] {88a23abe-f7c4-4492-b464-088317543b24} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.01.22 22:29:42.566799 [ 277 ] {88a23abe-f7c4-4492-b464-088317543b24} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.566949 [ 277 ] {88a23abe-f7c4-4492-b464-088317543b24} executeQuery: Read 55 rows, 100.92 KiB in 0.00187 sec., 29411.764705882353 rows/sec., 52.70 MiB/sec. 2026.01.22 22:29:42.567004 [ 277 ] {88a23abe-f7c4-4492-b464-088317543b24} TCPHandler: Processed in 0.002055345 sec. 2026.01.22 22:29:42.567124 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.567220 [ 277 ] {4c3f38f4-2f3f-46d9-8e0f-21bab027c01d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.22 22:29:42.567261 [ 277 ] {4c3f38f4-2f3f-46d9-8e0f-21bab027c01d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.22 22:29:42.567577 [ 277 ] {4c3f38f4-2f3f-46d9-8e0f-21bab027c01d} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.567614 [ 277 ] {4c3f38f4-2f3f-46d9-8e0f-21bab027c01d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.567913 [ 277 ] {4c3f38f4-2f3f-46d9-8e0f-21bab027c01d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.22 22:29:42.568115 [ 277 ] {4c3f38f4-2f3f-46d9-8e0f-21bab027c01d} oximeter.measurements_i64 (24c158a5-0e9f-4115-bfdc-3d56fe10d0c6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.568242 [ 277 ] {4c3f38f4-2f3f-46d9-8e0f-21bab027c01d} executeQuery: Read 9 rows, 651.00 B in 0.00104 sec., 8653.846153846154 rows/sec., 611.29 KiB/sec. 2026.01.22 22:29:42.568278 [ 277 ] {4c3f38f4-2f3f-46d9-8e0f-21bab027c01d} TCPHandler: Processed in 0.001205129 sec. 2026.01.22 22:29:42.568388 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:42.568483 [ 277 ] {dd708362-322b-4cf4-a9c3-8fcbadb9e403} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:42.568523 [ 277 ] {dd708362-322b-4cf4-a9c3-8fcbadb9e403} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:42.568861 [ 277 ] {dd708362-322b-4cf4-a9c3-8fcbadb9e403} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.568897 [ 277 ] {dd708362-322b-4cf4-a9c3-8fcbadb9e403} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.569196 [ 277 ] {dd708362-322b-4cf4-a9c3-8fcbadb9e403} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.22 22:29:42.569394 [ 277 ] {dd708362-322b-4cf4-a9c3-8fcbadb9e403} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.569523 [ 277 ] {dd708362-322b-4cf4-a9c3-8fcbadb9e403} executeQuery: Read 108 rows, 6.74 KiB in 0.001059 sec., 101983.00283286118 rows/sec., 6.22 MiB/sec. 2026.01.22 22:29:42.569559 [ 277 ] {dd708362-322b-4cf4-a9c3-8fcbadb9e403} TCPHandler: Processed in 0.001220929 sec. 2026.01.22 22:29:42.573347 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} MergeTask::MergeProjectionsStage: Merge sorted 46427 rows, containing 5 columns (5 merged, 0 gathered) in 0.010087775 sec., 4602303.282934046 rows/sec., 314.80 MiB/sec. 2026.01.22 22:29:42.573757 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} MergedBlockOutputStream: filled checksums all_1_157_37 (state Temporary) 2026.01.22 22:29:42.574047 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_157_37 to all_1_157_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.574121 [ 198 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_157_37} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_152_36, all_157_157_0] -> all_1_157_37 2026.01.22 22:29:42.574200 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. 2026.01.22 22:29:42.602079 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 2568 2026.01.22 22:29:42.605489 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:42.605534 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:42.606778 [ 243 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.22 22:29:42.607054 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:42.607295 [ 222 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:29:42.607333 [ 222 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:29:42.607381 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2568 2026.01.22 22:29:42.615217 [ 222 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): 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.01.22 22:29:43.000209 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 400.97 MiB, peak 418.33 MiB, free memory in arenas 0.00 B, will set to 399.86 MiB (RSS), difference: -1.11 MiB 2026.01.22 22:29:43.080390 [ 220 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:29:43.080432 [ 220 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:29:43.083452 [ 220 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:29:43.534588 [ 221 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:29:43.534662 [ 221 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:29:43.542746 [ 221 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:29:43.579672 [ 218 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:29:43.579726 [ 218 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:29:43.586035 [ 218 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:29:44.943113 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 51296 2026.01.22 22:29:44.943633 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:44.943679 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:44.944170 [ 244 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.22 22:29:44.944398 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:44.944540 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51296 2026.01.22 22:29:47.374169 [ 224 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:29:47.374276 [ 224 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:29:47.382197 [ 224 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:29:47.561864 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:47.562043 [ 277 ] {e5499419-7e87-418c-8cd8-f0788a4eae32} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:29:47.562106 [ 277 ] {e5499419-7e87-418c-8cd8-f0788a4eae32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:29:47.562749 [ 277 ] {e5499419-7e87-418c-8cd8-f0788a4eae32} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:47.562789 [ 277 ] {e5499419-7e87-418c-8cd8-f0788a4eae32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:47.563155 [ 277 ] {e5499419-7e87-418c-8cd8-f0788a4eae32} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.22 22:29:47.563371 [ 277 ] {e5499419-7e87-418c-8cd8-f0788a4eae32} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:47.563523 [ 277 ] {e5499419-7e87-418c-8cd8-f0788a4eae32} executeQuery: Read 8 rows, 653.00 B in 0.001528 sec., 5235.602094240838 rows/sec., 417.34 KiB/sec. 2026.01.22 22:29:47.563525 [ 101 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Selected 6 parts from all_1_37_9 to all_42_42_0 2026.01.22 22:29:47.563566 [ 277 ] {e5499419-7e87-418c-8cd8-f0788a4eae32} TCPHandler: Processed in 0.001830764 sec. 2026.01.22 22:29:47.563623 [ 101 ] {} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:47.563664 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:47.563736 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:47.563788 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_42_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_37_9 to all_42_42_0 into Compact with storage Full 2026.01.22 22:29:47.563862 [ 277 ] {37f96970-fa88-412a-83c9-33a8beb6a99a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:47.563914 [ 277 ] {37f96970-fa88-412a-83c9-33a8beb6a99a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:47.563915 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_42_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:47.563971 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 20 rows starting from the beginning of the part 2026.01.22 22:29:47.564043 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part 2026.01.22 22:29:47.564093 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::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.01.22 22:29:47.564140 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part 2026.01.22 22:29:47.564187 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part 2026.01.22 22:29:47.564233 [ 192 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2026.01.22 22:29:47.565023 [ 277 ] {37f96970-fa88-412a-83c9-33a8beb6a99a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:47.565064 [ 277 ] {37f96970-fa88-412a-83c9-33a8beb6a99a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:47.565089 [ 198 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_42_10} MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 5 columns (5 merged, 0 gathered) in 0.00134947 sec., 25936.10824990552 rows/sec., 2.14 MiB/sec. 2026.01.22 22:29:47.565281 [ 190 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_42_10} MergedBlockOutputStream: filled checksums all_1_42_10 (state Temporary) 2026.01.22 22:29:47.565464 [ 277 ] {37f96970-fa88-412a-83c9-33a8beb6a99a} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.22 22:29:47.565634 [ 190 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_42_10} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_merge_all_1_42_10 to all_1_42_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:47.565728 [ 277 ] {37f96970-fa88-412a-83c9-33a8beb6a99a} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:47.565729 [ 190 ] {d3c176f4-4ec7-4850-81aa-d5d39676189d::all_1_42_10} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d) (MergerMutator): Merged 6 parts: [all_1_37_9, all_42_42_0] -> all_1_42_10 2026.01.22 22:29:47.565848 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.01.22 22:29:47.565877 [ 277 ] {37f96970-fa88-412a-83c9-33a8beb6a99a} executeQuery: Read 1213 rows, 101.96 KiB in 0.002039 sec., 594899.4605198627 rows/sec., 48.83 MiB/sec. 2026.01.22 22:29:47.565919 [ 277 ] {37f96970-fa88-412a-83c9-33a8beb6a99a} TCPHandler: Processed in 0.002247147 sec. 2026.01.22 22:29:47.566037 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:47.566131 [ 277 ] {2a922728-ce5b-4294-8f7c-e8a31c45b2d6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:47.566170 [ 277 ] {2a922728-ce5b-4294-8f7c-e8a31c45b2d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:47.566569 [ 277 ] {2a922728-ce5b-4294-8f7c-e8a31c45b2d6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:47.566604 [ 277 ] {2a922728-ce5b-4294-8f7c-e8a31c45b2d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:47.566884 [ 277 ] {2a922728-ce5b-4294-8f7c-e8a31c45b2d6} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.22 22:29:47.567097 [ 277 ] {2a922728-ce5b-4294-8f7c-e8a31c45b2d6} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:47.567224 [ 277 ] {2a922728-ce5b-4294-8f7c-e8a31c45b2d6} executeQuery: Read 13 rows, 942.00 B in 0.001111 sec., 11701.170117011701 rows/sec., 828.01 KiB/sec. 2026.01.22 22:29:47.567262 [ 277 ] {2a922728-ce5b-4294-8f7c-e8a31c45b2d6} TCPHandler: Processed in 0.00127302 sec. 2026.01.22 22:29:47.567366 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:47.567457 [ 277 ] {6391d839-4c4c-4fd9-a526-222436e55378} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:29:47.567496 [ 277 ] {6391d839-4c4c-4fd9-a526-222436e55378} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:29:47.567965 [ 277 ] {6391d839-4c4c-4fd9-a526-222436e55378} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:47.568001 [ 277 ] {6391d839-4c4c-4fd9-a526-222436e55378} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:47.568303 [ 277 ] {6391d839-4c4c-4fd9-a526-222436e55378} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.22 22:29:47.568500 [ 277 ] {6391d839-4c4c-4fd9-a526-222436e55378} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:47.568628 [ 277 ] {6391d839-4c4c-4fd9-a526-222436e55378} executeQuery: Read 228 rows, 15.81 KiB in 0.001188 sec., 191919.19191919192 rows/sec., 13.00 MiB/sec. 2026.01.22 22:29:47.568665 [ 277 ] {6391d839-4c4c-4fd9-a526-222436e55378} TCPHandler: Processed in 0.00134601 sec. 2026.01.22 22:29:47.568769 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:47.568862 [ 277 ] {8728659a-7810-4450-ab4a-12be92557d88} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:47.568900 [ 277 ] {8728659a-7810-4450-ab4a-12be92557d88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:47.569523 [ 277 ] {8728659a-7810-4450-ab4a-12be92557d88} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:47.569560 [ 277 ] {8728659a-7810-4450-ab4a-12be92557d88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:47.569875 [ 277 ] {8728659a-7810-4450-ab4a-12be92557d88} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.22 22:29:47.570079 [ 277 ] {8728659a-7810-4450-ab4a-12be92557d88} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:47.570204 [ 277 ] {8728659a-7810-4450-ab4a-12be92557d88} executeQuery: Read 545 rows, 41.28 KiB in 0.001359 sec., 401030.1692420898 rows/sec., 29.66 MiB/sec. 2026.01.22 22:29:47.570241 [ 277 ] {8728659a-7810-4450-ab4a-12be92557d88} TCPHandler: Processed in 0.001519061 sec. 2026.01.22 22:29:47.570354 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:47.570448 [ 277 ] {fe7c4296-03bb-4e2c-a136-dc1ba50a5b56} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:47.570490 [ 277 ] {fe7c4296-03bb-4e2c-a136-dc1ba50a5b56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:47.571085 [ 277 ] {fe7c4296-03bb-4e2c-a136-dc1ba50a5b56} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:47.571123 [ 277 ] {fe7c4296-03bb-4e2c-a136-dc1ba50a5b56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:47.571488 [ 277 ] {fe7c4296-03bb-4e2c-a136-dc1ba50a5b56} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.22 22:29:47.571689 [ 277 ] {fe7c4296-03bb-4e2c-a136-dc1ba50a5b56} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:47.571817 [ 277 ] {fe7c4296-03bb-4e2c-a136-dc1ba50a5b56} executeQuery: Read 849 rows, 58.50 KiB in 0.001388 sec., 611671.4697406341 rows/sec., 41.16 MiB/sec. 2026.01.22 22:29:47.571855 [ 277 ] {fe7c4296-03bb-4e2c-a136-dc1ba50a5b56} TCPHandler: Processed in 0.001548681 sec. 2026.01.22 22:29:47.571969 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:47.572063 [ 277 ] {9459d606-5608-4c6a-aa9a-c96e1a3de238} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:47.572117 [ 277 ] {9459d606-5608-4c6a-aa9a-c96e1a3de238} 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.01.22 22:29:47.572862 [ 277 ] {9459d606-5608-4c6a-aa9a-c96e1a3de238} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:47.572899 [ 277 ] {9459d606-5608-4c6a-aa9a-c96e1a3de238} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:47.573382 [ 277 ] {9459d606-5608-4c6a-aa9a-c96e1a3de238} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.01.22 22:29:47.573599 [ 277 ] {9459d606-5608-4c6a-aa9a-c96e1a3de238} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:47.573735 [ 277 ] {9459d606-5608-4c6a-aa9a-c96e1a3de238} executeQuery: Read 5 rows, 9.17 KiB in 0.00169 sec., 2958.5798816568044 rows/sec., 5.30 MiB/sec. 2026.01.22 22:29:47.573789 [ 277 ] {9459d606-5608-4c6a-aa9a-c96e1a3de238} TCPHandler: Processed in 0.001868714 sec. 2026.01.22 22:29:47.573899 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:47.573992 [ 277 ] {abcf8691-9424-450c-b255-b24d8a795cc1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:47.574034 [ 277 ] {abcf8691-9424-450c-b255-b24d8a795cc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:47.574377 [ 277 ] {abcf8691-9424-450c-b255-b24d8a795cc1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:47.574413 [ 277 ] {abcf8691-9424-450c-b255-b24d8a795cc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:47.574701 [ 277 ] {abcf8691-9424-450c-b255-b24d8a795cc1} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.22 22:29:47.574893 [ 277 ] {abcf8691-9424-450c-b255-b24d8a795cc1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:47.575020 [ 277 ] {abcf8691-9424-450c-b255-b24d8a795cc1} executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. 2026.01.22 22:29:47.575055 [ 277 ] {abcf8691-9424-450c-b255-b24d8a795cc1} TCPHandler: Processed in 0.001203949 sec. 2026.01.22 22:29:47.758221 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 806 2026.01.22 22:29:47.776915 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:47.776958 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:47.783036 [ 245 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.22 22:29:47.783724 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:47.787114 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 806 2026.01.22 22:29:48.000307 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 400.99 MiB, peak 418.33 MiB, free memory in arenas 0.00 B, will set to 399.86 MiB (RSS), difference: -1.13 MiB 2026.01.22 22:29:52.175271 [ 128 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:29:52.175338 [ 128 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:29:52.444845 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 51808 2026.01.22 22:29:52.445494 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:52.445528 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:52.445991 [ 244 ] {} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.22 22:29:52.446211 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:52.446339 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51808 2026.01.22 22:29:52.537400 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:52.537589 [ 277 ] {1924c97f-f206-4ffc-ad7c-5009f61794e9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:29:52.537660 [ 277 ] {1924c97f-f206-4ffc-ad7c-5009f61794e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:29:52.538326 [ 277 ] {1924c97f-f206-4ffc-ad7c-5009f61794e9} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:52.538371 [ 277 ] {1924c97f-f206-4ffc-ad7c-5009f61794e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:52.538732 [ 277 ] {1924c97f-f206-4ffc-ad7c-5009f61794e9} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.22 22:29:52.538962 [ 277 ] {1924c97f-f206-4ffc-ad7c-5009f61794e9} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:52.539117 [ 277 ] {1924c97f-f206-4ffc-ad7c-5009f61794e9} executeQuery: Read 1 rows, 76.00 B in 0.001586 sec., 630.517023959647 rows/sec., 46.80 KiB/sec. 2026.01.22 22:29:52.539166 [ 277 ] {1924c97f-f206-4ffc-ad7c-5009f61794e9} TCPHandler: Processed in 0.001905134 sec. 2026.01.22 22:29:52.539277 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:52.539370 [ 277 ] {ce83db51-de86-4fcb-8a6c-20ae25b9b54e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:52.539409 [ 277 ] {ce83db51-de86-4fcb-8a6c-20ae25b9b54e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:52.539878 [ 277 ] {ce83db51-de86-4fcb-8a6c-20ae25b9b54e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:52.539912 [ 277 ] {ce83db51-de86-4fcb-8a6c-20ae25b9b54e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:52.540282 [ 277 ] {ce83db51-de86-4fcb-8a6c-20ae25b9b54e} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.01.22 22:29:52.540485 [ 277 ] {ce83db51-de86-4fcb-8a6c-20ae25b9b54e} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:52.540616 [ 277 ] {ce83db51-de86-4fcb-8a6c-20ae25b9b54e} executeQuery: Read 168 rows, 14.99 KiB in 0.001246 sec., 134831.4606741573 rows/sec., 11.75 MiB/sec. 2026.01.22 22:29:52.540654 [ 277 ] {ce83db51-de86-4fcb-8a6c-20ae25b9b54e} TCPHandler: Processed in 0.00141012 sec. 2026.01.22 22:29:52.540762 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:52.540856 [ 277 ] {5f4f77f3-ea1a-4a48-814a-169255636893} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:52.540895 [ 277 ] {5f4f77f3-ea1a-4a48-814a-169255636893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:52.541299 [ 277 ] {5f4f77f3-ea1a-4a48-814a-169255636893} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:52.541334 [ 277 ] {5f4f77f3-ea1a-4a48-814a-169255636893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:52.541622 [ 277 ] {5f4f77f3-ea1a-4a48-814a-169255636893} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.22 22:29:52.541821 [ 277 ] {5f4f77f3-ea1a-4a48-814a-169255636893} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:52.541947 [ 277 ] {5f4f77f3-ea1a-4a48-814a-169255636893} executeQuery: Read 56 rows, 4.20 KiB in 0.00111 sec., 50450.450450450444 rows/sec., 3.69 MiB/sec. 2026.01.22 22:29:52.541984 [ 277 ] {5f4f77f3-ea1a-4a48-814a-169255636893} TCPHandler: Processed in 0.00127057 sec. 2026.01.22 22:29:52.542116 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:52.542217 [ 277 ] {8bbc2444-dd57-4189-90d1-f3c3d52fed03} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:52.542257 [ 277 ] {8bbc2444-dd57-4189-90d1-f3c3d52fed03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:52.542719 [ 277 ] {8bbc2444-dd57-4189-90d1-f3c3d52fed03} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:52.542757 [ 277 ] {8bbc2444-dd57-4189-90d1-f3c3d52fed03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:52.543077 [ 277 ] {8bbc2444-dd57-4189-90d1-f3c3d52fed03} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.01.22 22:29:52.543279 [ 277 ] {8bbc2444-dd57-4189-90d1-f3c3d52fed03} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:52.543410 [ 277 ] {8bbc2444-dd57-4189-90d1-f3c3d52fed03} executeQuery: Read 126 rows, 10.01 KiB in 0.001212 sec., 103960.39603960396 rows/sec., 8.07 MiB/sec. 2026.01.22 22:29:52.543448 [ 277 ] {8bbc2444-dd57-4189-90d1-f3c3d52fed03} TCPHandler: Processed in 0.00138413 sec. 2026.01.22 22:29:52.543563 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:52.543657 [ 277 ] {4d5456c9-bf0d-41d3-a39f-8f233cf72c3e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:52.543700 [ 277 ] {4d5456c9-bf0d-41d3-a39f-8f233cf72c3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:52.544127 [ 277 ] {4d5456c9-bf0d-41d3-a39f-8f233cf72c3e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:52.544169 [ 277 ] {4d5456c9-bf0d-41d3-a39f-8f233cf72c3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:52.544569 [ 277 ] {4d5456c9-bf0d-41d3-a39f-8f233cf72c3e} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.01.22 22:29:52.544816 [ 277 ] {4d5456c9-bf0d-41d3-a39f-8f233cf72c3e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:52.544972 [ 277 ] {4d5456c9-bf0d-41d3-a39f-8f233cf72c3e} executeQuery: Read 161 rows, 11.47 KiB in 0.001332 sec., 120870.87087087086 rows/sec., 8.41 MiB/sec. 2026.01.22 22:29:52.545018 [ 277 ] {4d5456c9-bf0d-41d3-a39f-8f233cf72c3e} TCPHandler: Processed in 0.001504571 sec. 2026.01.22 22:29:52.545142 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:52.545237 [ 277 ] {af0b5903-f7b3-4620-a5fc-2bc956f226be} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:52.545291 [ 277 ] {af0b5903-f7b3-4620-a5fc-2bc956f226be} 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.01.22 22:29:52.546159 [ 277 ] {af0b5903-f7b3-4620-a5fc-2bc956f226be} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:52.546195 [ 277 ] {af0b5903-f7b3-4620-a5fc-2bc956f226be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:52.546784 [ 277 ] {af0b5903-f7b3-4620-a5fc-2bc956f226be} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.01.22 22:29:52.547007 [ 277 ] {af0b5903-f7b3-4620-a5fc-2bc956f226be} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:52.547140 [ 125 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.01.22 22:29:52.547150 [ 277 ] {af0b5903-f7b3-4620-a5fc-2bc956f226be} executeQuery: Read 55 rows, 100.92 KiB in 0.001931 sec., 28482.651475919214 rows/sec., 51.04 MiB/sec. 2026.01.22 22:29:52.547224 [ 125 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:52.547265 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:52.547271 [ 277 ] {af0b5903-f7b3-4620-a5fc-2bc956f226be} TCPHandler: Processed in 0.002189896 sec. 2026.01.22 22:29:52.547376 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:29:52.547407 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:52.547502 [ 277 ] {d121c116-27cd-4a19-a4c5-54795be180b5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:52.547545 [ 277 ] {d121c116-27cd-4a19-a4c5-54795be180b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:52.547587 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:29:52.547646 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 3054 rows starting from the beginning of the part 2026.01.22 22:29:52.547788 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 57 rows starting from the beginning of the part 2026.01.22 22:29:52.547877 [ 277 ] {d121c116-27cd-4a19-a4c5-54795be180b5} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:52.547903 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 5 rows starting from the beginning of the part 2026.01.22 22:29:52.547914 [ 277 ] {d121c116-27cd-4a19-a4c5-54795be180b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:52.548021 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 55 rows starting from the beginning of the part 2026.01.22 22:29:52.548135 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 5 rows starting from the beginning of the part 2026.01.22 22:29:52.548230 [ 277 ] {d121c116-27cd-4a19-a4c5-54795be180b5} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.01.22 22:29:52.548239 [ 199 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 55 rows starting from the beginning of the part 2026.01.22 22:29:52.548444 [ 277 ] {d121c116-27cd-4a19-a4c5-54795be180b5} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:52.548577 [ 277 ] {d121c116-27cd-4a19-a4c5-54795be180b5} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.01.22 22:29:52.548613 [ 277 ] {d121c116-27cd-4a19-a4c5-54795be180b5} TCPHandler: Processed in 0.001256999 sec. 2026.01.22 22:29:52.559555 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 3231 rows, containing 19 columns (19 merged, 0 gathered) in 0.01221949 sec., 264413.65392500017 rows/sec., 473.59 MiB/sec. 2026.01.22 22:29:52.562053 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.01.22 22:29:52.562394 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_151_30} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:52.562465 [ 187 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_151_30} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.01.22 22:29:52.562591 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 21.93 MiB. 2026.01.22 22:29:52.607909 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2598 2026.01.22 22:29:52.610469 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:52.610519 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:52.611740 [ 243 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.22 22:29:52.612016 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:52.612406 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2598 2026.01.22 22:29:53.000229 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 400.45 MiB, peak 422.31 MiB, free memory in arenas 0.00 B, will set to 403.91 MiB (RSS), difference: 3.46 MiB 2026.01.22 22:29:55.287381 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 814 2026.01.22 22:29:55.307121 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:55.307178 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:55.314055 [ 245 ] {} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.22 22:29:55.314781 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:55.318621 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 814 2026.01.22 22:29:57.534827 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:57.535100 [ 277 ] {ad0a38d5-f79a-489d-903a-f9a92d291437} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:29:57.535193 [ 277 ] {ad0a38d5-f79a-489d-903a-f9a92d291437} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:29:57.535920 [ 277 ] {ad0a38d5-f79a-489d-903a-f9a92d291437} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:57.535966 [ 277 ] {ad0a38d5-f79a-489d-903a-f9a92d291437} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:57.536339 [ 277 ] {ad0a38d5-f79a-489d-903a-f9a92d291437} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.22 22:29:57.536553 [ 277 ] {ad0a38d5-f79a-489d-903a-f9a92d291437} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:57.536703 [ 277 ] {ad0a38d5-f79a-489d-903a-f9a92d291437} executeQuery: Read 2 rows, 152.00 B in 0.001673 sec., 1195.457262402869 rows/sec., 88.73 KiB/sec. 2026.01.22 22:29:57.536744 [ 277 ] {ad0a38d5-f79a-489d-903a-f9a92d291437} TCPHandler: Processed in 0.002078316 sec. 2026.01.22 22:29:57.536865 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:57.536958 [ 277 ] {4b852bea-ba11-49ba-a7b4-d2e6db42a1e5} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:29:57.536998 [ 277 ] {4b852bea-ba11-49ba-a7b4-d2e6db42a1e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:29:57.537479 [ 277 ] {4b852bea-ba11-49ba-a7b4-d2e6db42a1e5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:57.537517 [ 277 ] {4b852bea-ba11-49ba-a7b4-d2e6db42a1e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:57.537819 [ 277 ] {4b852bea-ba11-49ba-a7b4-d2e6db42a1e5} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.01.22 22:29:57.538021 [ 277 ] {4b852bea-ba11-49ba-a7b4-d2e6db42a1e5} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:57.538148 [ 277 ] {4b852bea-ba11-49ba-a7b4-d2e6db42a1e5} executeQuery: Read 70 rows, 5.62 KiB in 0.001208 sec., 57947.019867549665 rows/sec., 4.54 MiB/sec. 2026.01.22 22:29:57.538186 [ 277 ] {4b852bea-ba11-49ba-a7b4-d2e6db42a1e5} TCPHandler: Processed in 0.00136834 sec. 2026.01.22 22:29:57.538305 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:57.538398 [ 277 ] {3ce0c10b-2c51-4d2e-86f9-ecf72746240b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:29:57.538437 [ 277 ] {3ce0c10b-2c51-4d2e-86f9-ecf72746240b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:29:57.538836 [ 277 ] {3ce0c10b-2c51-4d2e-86f9-ecf72746240b} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:57.538872 [ 277 ] {3ce0c10b-2c51-4d2e-86f9-ecf72746240b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:57.539157 [ 277 ] {3ce0c10b-2c51-4d2e-86f9-ecf72746240b} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.22 22:29:57.539360 [ 277 ] {3ce0c10b-2c51-4d2e-86f9-ecf72746240b} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:57.539487 [ 277 ] {3ce0c10b-2c51-4d2e-86f9-ecf72746240b} executeQuery: Read 7 rows, 513.00 B in 0.001107 sec., 6323.396567299007 rows/sec., 452.55 KiB/sec. 2026.01.22 22:29:57.539523 [ 277 ] {3ce0c10b-2c51-4d2e-86f9-ecf72746240b} TCPHandler: Processed in 0.001266149 sec. 2026.01.22 22:29:57.539648 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:57.539772 [ 277 ] {dd1b157f-d226-4fcf-93f0-4b3414d9afd3} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:29:57.539822 [ 277 ] {dd1b157f-d226-4fcf-93f0-4b3414d9afd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:29:57.540351 [ 277 ] {dd1b157f-d226-4fcf-93f0-4b3414d9afd3} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:57.540390 [ 277 ] {dd1b157f-d226-4fcf-93f0-4b3414d9afd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:57.540714 [ 277 ] {dd1b157f-d226-4fcf-93f0-4b3414d9afd3} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.01.22 22:29:57.540934 [ 277 ] {dd1b157f-d226-4fcf-93f0-4b3414d9afd3} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:57.541064 [ 277 ] {dd1b157f-d226-4fcf-93f0-4b3414d9afd3} executeQuery: Read 83 rows, 6.50 KiB in 0.001317 sec., 63022.01974183751 rows/sec., 4.82 MiB/sec. 2026.01.22 22:29:57.541103 [ 277 ] {dd1b157f-d226-4fcf-93f0-4b3414d9afd3} TCPHandler: Processed in 0.001517921 sec. 2026.01.22 22:29:57.541228 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:57.541323 [ 277 ] {6eea744c-da1f-4962-bd60-c8a8146e0cee} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:57.541367 [ 277 ] {6eea744c-da1f-4962-bd60-c8a8146e0cee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:29:57.541784 [ 277 ] {6eea744c-da1f-4962-bd60-c8a8146e0cee} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:57.541821 [ 277 ] {6eea744c-da1f-4962-bd60-c8a8146e0cee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:57.542150 [ 277 ] {6eea744c-da1f-4962-bd60-c8a8146e0cee} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.01.22 22:29:57.542362 [ 277 ] {6eea744c-da1f-4962-bd60-c8a8146e0cee} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:57.542497 [ 277 ] {6eea744c-da1f-4962-bd60-c8a8146e0cee} executeQuery: Read 162 rows, 11.53 KiB in 0.001193 sec., 135792.12070410728 rows/sec., 9.44 MiB/sec. 2026.01.22 22:29:57.542535 [ 277 ] {6eea744c-da1f-4962-bd60-c8a8146e0cee} TCPHandler: Processed in 0.001362521 sec. 2026.01.22 22:29:57.542644 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:57.542738 [ 277 ] {e72d307c-c082-455f-a17a-a580c7b02933} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:29:57.542791 [ 277 ] {e72d307c-c082-455f-a17a-a580c7b02933} 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.01.22 22:29:57.543569 [ 277 ] {e72d307c-c082-455f-a17a-a580c7b02933} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:57.543606 [ 277 ] {e72d307c-c082-455f-a17a-a580c7b02933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:57.544115 [ 277 ] {e72d307c-c082-455f-a17a-a580c7b02933} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.01.22 22:29:57.544341 [ 277 ] {e72d307c-c082-455f-a17a-a580c7b02933} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:57.544483 [ 277 ] {e72d307c-c082-455f-a17a-a580c7b02933} executeQuery: Read 5 rows, 9.17 KiB in 0.001763 sec., 2836.0748723766305 rows/sec., 5.08 MiB/sec. 2026.01.22 22:29:57.544550 [ 277 ] {e72d307c-c082-455f-a17a-a580c7b02933} TCPHandler: Processed in 0.001956024 sec. 2026.01.22 22:29:57.544563 [ 221 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:29:57.544618 [ 221 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:29:57.544666 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:29:57.544765 [ 277 ] {68ab33a6-80b6-4f01-bcfb-fcff61e777bf} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:29:57.544808 [ 277 ] {68ab33a6-80b6-4f01-bcfb-fcff61e777bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:29:57.545151 [ 277 ] {68ab33a6-80b6-4f01-bcfb-fcff61e777bf} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:57.545189 [ 277 ] {68ab33a6-80b6-4f01-bcfb-fcff61e777bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:57.545524 [ 277 ] {68ab33a6-80b6-4f01-bcfb-fcff61e777bf} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.01.22 22:29:57.545778 [ 277 ] {68ab33a6-80b6-4f01-bcfb-fcff61e777bf} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:57.545907 [ 277 ] {68ab33a6-80b6-4f01-bcfb-fcff61e777bf} executeQuery: Read 60 rows, 4.14 KiB in 0.00116 sec., 51724.137931034486 rows/sec., 3.49 MiB/sec. 2026.01.22 22:29:57.545944 [ 277 ] {68ab33a6-80b6-4f01-bcfb-fcff61e777bf} TCPHandler: Processed in 0.00132904 sec. 2026.01.22 22:29:57.551006 [ 221 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:29:59.946726 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 52256 2026.01.22 22:29:59.947508 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:29:59.947546 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:29:59.948017 [ 244 ] {} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.22 22:29:59.948239 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:29:59.948372 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 52256 2026.01.22 22:30:01.095831 [ 220 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): 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.01.22 22:30:01.095887 [ 220 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): 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.01.22 22:30:01.098991 [ 220 ] {} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): 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.01.22 22:30:02.025205 [ 220 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): 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.01.22 22:30:02.025265 [ 220 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): 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.01.22 22:30:02.031935 [ 220 ] {} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): 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.01.22 22:30:02.527988 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:02.528300 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} executeQuery: (from [fd00:1122:3344:101::d]:65417) 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', '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', '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:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.01.22 22:30:02.528738 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.22 22:30:02.528786 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} 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', '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', '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:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.01.22 22:30:02.529118 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:30:02.529189 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.22 22:30:02.529326 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Key condition: (column 0 notIn 73-element set) 2026.01.22 22:30:02.529442 [ 347 ] {c7650db4-7c84-4797-80a1-3e362961c86b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2026.01.22 22:30:02.529442 [ 295 ] {c7650db4-7c84-4797-80a1-3e362961c86b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.22 22:30:02.529495 [ 341 ] {c7650db4-7c84-4797-80a1-3e362961c86b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps 2026.01.22 22:30:02.529630 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.01.22 22:30:02.529659 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.22 22:30:02.529732 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.22 22:30:02.529752 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a) (SelectExecutor): Reading approx. 72 rows with 2 streams 2026.01.22 22:30:02.529790 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} 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', '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', '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:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:30:02.529835 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} 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', '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', '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:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage'))" 2026.01.22 22:30:02.530678 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} executeQuery: Read 72 rows, 2.73 KiB in 0.002524 sec., 28526.148969889062 rows/sec., 1.05 MiB/sec. 2026.01.22 22:30:02.530813 [ 277 ] {c7650db4-7c84-4797-80a1-3e362961c86b} TCPHandler: Processed in 0.002960702 sec. 2026.01.22 22:30:02.540413 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:02.540547 [ 277 ] {4aa3f2aa-dcda-463f-9233-2beab735cc28} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.22 22:30:02.540607 [ 277 ] {4aa3f2aa-dcda-463f-9233-2beab735cc28} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.22 22:30:02.541237 [ 277 ] {4aa3f2aa-dcda-463f-9233-2beab735cc28} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.541289 [ 277 ] {4aa3f2aa-dcda-463f-9233-2beab735cc28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.541750 [ 277 ] {4aa3f2aa-dcda-463f-9233-2beab735cc28} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.22 22:30:02.541947 [ 277 ] {4aa3f2aa-dcda-463f-9233-2beab735cc28} oximeter.timeseries_schema (7ea7cfaa-d17a-43ac-9894-10c7fe5b5b8a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.542099 [ 277 ] {4aa3f2aa-dcda-463f-9233-2beab735cc28} executeQuery: Read 1 rows, 256.00 B in 0.001592 sec., 628.1407035175879 rows/sec., 157.04 KiB/sec. 2026.01.22 22:30:02.542142 [ 277 ] {4aa3f2aa-dcda-463f-9233-2beab735cc28} TCPHandler: Processed in 0.001794853 sec. 2026.01.22 22:30:02.542254 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:02.542354 [ 277 ] {0489564c-53ca-4770-b1c3-da2b89435258} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:30:02.542396 [ 277 ] {0489564c-53ca-4770-b1c3-da2b89435258} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:30:02.542817 [ 277 ] {0489564c-53ca-4770-b1c3-da2b89435258} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.542854 [ 277 ] {0489564c-53ca-4770-b1c3-da2b89435258} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.543150 [ 277 ] {0489564c-53ca-4770-b1c3-da2b89435258} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.22 22:30:02.543354 [ 277 ] {0489564c-53ca-4770-b1c3-da2b89435258} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.543486 [ 277 ] {0489564c-53ca-4770-b1c3-da2b89435258} executeQuery: Read 13 rows, 1.07 KiB in 0.001153 sec., 11274.934952298352 rows/sec., 924.90 KiB/sec. 2026.01.22 22:30:02.543524 [ 277 ] {0489564c-53ca-4770-b1c3-da2b89435258} TCPHandler: Processed in 0.001321419 sec. 2026.01.22 22:30:02.543638 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:02.543736 [ 277 ] {453ca2a5-dbd2-444e-8bae-39406e487beb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:30:02.543776 [ 277 ] {453ca2a5-dbd2-444e-8bae-39406e487beb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:30:02.544251 [ 277 ] {453ca2a5-dbd2-444e-8bae-39406e487beb} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.544289 [ 277 ] {453ca2a5-dbd2-444e-8bae-39406e487beb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.544611 [ 277 ] {453ca2a5-dbd2-444e-8bae-39406e487beb} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.01.22 22:30:02.544817 [ 277 ] {453ca2a5-dbd2-444e-8bae-39406e487beb} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.544943 [ 130 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2026.01.22 22:30:02.544948 [ 277 ] {453ca2a5-dbd2-444e-8bae-39406e487beb} executeQuery: Read 175 rows, 15.52 KiB in 0.001233 sec., 141930.2514193025 rows/sec., 12.29 MiB/sec. 2026.01.22 22:30:02.545014 [ 130 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.545031 [ 277 ] {453ca2a5-dbd2-444e-8bae-39406e487beb} TCPHandler: Processed in 0.001443331 sec. 2026.01.22 22:30:02.545039 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.545153 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:02.545159 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:30:02.545255 [ 277 ] {37642b9d-b285-4db9-af58-7a17bda7e959} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:30:02.545299 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:02.545300 [ 277 ] {37642b9d-b285-4db9-af58-7a17bda7e959} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:30:02.545346 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 2637 rows starting from the beginning of the part 2026.01.22 22:30:02.545427 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 1315 rows starting from the beginning of the part 2026.01.22 22:30:02.545480 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 1213 rows starting from the beginning of the part 2026.01.22 22:30:02.545529 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 168 rows starting from the beginning of the part 2026.01.22 22:30:02.545572 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 70 rows starting from the beginning of the part 2026.01.22 22:30:02.545614 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 175 rows starting from the beginning of the part 2026.01.22 22:30:02.545735 [ 277 ] {37642b9d-b285-4db9-af58-7a17bda7e959} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.545778 [ 277 ] {37642b9d-b285-4db9-af58-7a17bda7e959} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.546089 [ 277 ] {37642b9d-b285-4db9-af58-7a17bda7e959} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.22 22:30:02.546306 [ 277 ] {37642b9d-b285-4db9-af58-7a17bda7e959} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.546441 [ 277 ] {37642b9d-b285-4db9-af58-7a17bda7e959} executeQuery: Read 68 rows, 5.05 KiB in 0.001205 sec., 56431.53526970955 rows/sec., 4.09 MiB/sec. 2026.01.22 22:30:02.546478 [ 277 ] {37642b9d-b285-4db9-af58-7a17bda7e959} TCPHandler: Processed in 0.00137547 sec. 2026.01.22 22:30:02.546590 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:02.546685 [ 277 ] {a6854638-1778-4470-a27a-2d48459e26b9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:30:02.546727 [ 277 ] {a6854638-1778-4470-a27a-2d48459e26b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:30:02.547171 [ 277 ] {a6854638-1778-4470-a27a-2d48459e26b9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.547208 [ 277 ] {a6854638-1778-4470-a27a-2d48459e26b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.547517 [ 277 ] {a6854638-1778-4470-a27a-2d48459e26b9} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.01.22 22:30:02.547714 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 5578 rows, containing 5 columns (5 merged, 0 gathered) in 0.00260314 sec., 2142796.77620105 rows/sec., 183.08 MiB/sec. 2026.01.22 22:30:02.547721 [ 277 ] {a6854638-1778-4470-a27a-2d48459e26b9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.547866 [ 132 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2026.01.22 22:30:02.547870 [ 277 ] {a6854638-1778-4470-a27a-2d48459e26b9} executeQuery: Read 138 rows, 11.00 KiB in 0.001203 sec., 114713.21695760598 rows/sec., 8.93 MiB/sec. 2026.01.22 22:30:02.547916 [ 132 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.547931 [ 277 ] {a6854638-1778-4470-a27a-2d48459e26b9} TCPHandler: Processed in 0.00139157 sec. 2026.01.22 22:30:02.547940 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.548023 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:30:02.548040 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2026.01.22 22:30:02.548057 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:02.548123 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:02.548154 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1479 rows starting from the beginning of the part 2026.01.22 22:30:02.548176 [ 277 ] {d8dc9364-af84-43bd-a8a2-436c83e2ee0e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:02.548201 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 804 rows starting from the beginning of the part 2026.01.22 22:30:02.548232 [ 277 ] {d8dc9364-af84-43bd-a8a2-436c83e2ee0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:30:02.548247 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 545 rows starting from the beginning of the part 2026.01.22 22:30:02.548291 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 126 rows starting from the beginning of the part 2026.01.22 22:30:02.548330 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 83 rows starting from the beginning of the part 2026.01.22 22:30:02.548364 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_161_32} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.548369 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 138 rows starting from the beginning of the part 2026.01.22 22:30:02.548453 [ 199 ] {048797f8-2913-4120-8057-043480967ec1::all_1_161_32} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2026.01.22 22:30:02.548548 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.01.22 22:30:02.548679 [ 277 ] {d8dc9364-af84-43bd-a8a2-436c83e2ee0e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.548715 [ 277 ] {d8dc9364-af84-43bd-a8a2-436c83e2ee0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.549062 [ 277 ] {d8dc9364-af84-43bd-a8a2-436c83e2ee0e} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.01.22 22:30:02.549271 [ 277 ] {d8dc9364-af84-43bd-a8a2-436c83e2ee0e} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.549402 [ 277 ] {d8dc9364-af84-43bd-a8a2-436c83e2ee0e} executeQuery: Read 167 rows, 11.90 KiB in 0.00125 sec., 133600 rows/sec., 9.30 MiB/sec. 2026.01.22 22:30:02.549439 [ 277 ] {d8dc9364-af84-43bd-a8a2-436c83e2ee0e} TCPHandler: Processed in 0.00143961 sec. 2026.01.22 22:30:02.549553 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:02.549646 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 3175 rows, containing 5 columns (5 merged, 0 gathered) in 0.001650003 sec., 1924238.925626196 rows/sec., 147.12 MiB/sec. 2026.01.22 22:30:02.549653 [ 277 ] {a43ebe1d-2dc0-43e2-8274-fd147a50c2d0} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:02.549732 [ 277 ] {a43ebe1d-2dc0-43e2-8274-fd147a50c2d0} 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.01.22 22:30:02.549877 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2026.01.22 22:30:02.550163 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_161_32} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.550247 [ 197 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_161_32} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2026.01.22 22:30:02.550352 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.01.22 22:30:02.550587 [ 277 ] {a43ebe1d-2dc0-43e2-8274-fd147a50c2d0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.550629 [ 277 ] {a43ebe1d-2dc0-43e2-8274-fd147a50c2d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.551236 [ 277 ] {a43ebe1d-2dc0-43e2-8274-fd147a50c2d0} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.01.22 22:30:02.551466 [ 277 ] {a43ebe1d-2dc0-43e2-8274-fd147a50c2d0} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.551611 [ 277 ] {a43ebe1d-2dc0-43e2-8274-fd147a50c2d0} executeQuery: Read 55 rows, 100.92 KiB in 0.001977 sec., 27819.9291856348 rows/sec., 49.85 MiB/sec. 2026.01.22 22:30:02.551680 [ 277 ] {a43ebe1d-2dc0-43e2-8274-fd147a50c2d0} TCPHandler: Processed in 0.002182416 sec. 2026.01.22 22:30:02.551802 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:02.551897 [ 277 ] {62c0de9d-f239-4fe4-9f6c-21c0a4537635} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:30:02.551938 [ 277 ] {62c0de9d-f239-4fe4-9f6c-21c0a4537635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:30:02.552276 [ 277 ] {62c0de9d-f239-4fe4-9f6c-21c0a4537635} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.552312 [ 277 ] {62c0de9d-f239-4fe4-9f6c-21c0a4537635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.552608 [ 277 ] {62c0de9d-f239-4fe4-9f6c-21c0a4537635} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.01.22 22:30:02.552823 [ 277 ] {62c0de9d-f239-4fe4-9f6c-21c0a4537635} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.552940 [ 132 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2026.01.22 22:30:02.552953 [ 277 ] {62c0de9d-f239-4fe4-9f6c-21c0a4537635} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.01.22 22:30:02.552979 [ 132 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.553000 [ 277 ] {62c0de9d-f239-4fe4-9f6c-21c0a4537635} TCPHandler: Processed in 0.00124805 sec. 2026.01.22 22:30:02.553001 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.553104 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:30:02.553219 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:02.553252 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_161_32} MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9738 rows starting from the beginning of the part 2026.01.22 22:30:02.553309 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 108 rows starting from the beginning of the part 2026.01.22 22:30:02.553354 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:30:02.553396 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:30:02.553436 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:30:02.553478 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:30:02.556100 [ 198 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 10086 rows, containing 4 columns (4 merged, 0 gathered) in 0.003032193 sec., 3326305.4165747366 rows/sec., 221.46 MiB/sec. 2026.01.22 22:30:02.556308 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2026.01.22 22:30:02.556553 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_161_32} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.556621 [ 193 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_161_32} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2026.01.22 22:30:02.556689 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. 2026.01.22 22:30:02.612804 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2630 2026.01.22 22:30:02.615476 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.615516 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.616710 [ 243 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.22 22:30:02.616982 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.617118 [ 132 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.22 22:30:02.617151 [ 132 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.617170 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.617282 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2630 2026.01.22 22:30:02.617290 [ 198 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:30:02.617898 [ 198 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:02.618032 [ 198 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2396 rows starting from the beginning of the part 2026.01.22 22:30:02.618409 [ 198 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:30:02.618781 [ 198 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 66 rows starting from the beginning of the part 2026.01.22 22:30:02.619148 [ 198 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 72 rows starting from the beginning of the part 2026.01.22 22:30:02.619509 [ 198 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 30 rows starting from the beginning of the part 2026.01.22 22:30:02.619864 [ 198 ] {7b0753d0-d697-461d-a77d-14ff90617906::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.01.22 22:30:02.629644 [ 208 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2630 rows, containing 72 columns (72 merged, 0 gathered) in 0.012412612 sec., 211881.270436875 rows/sec., 169.66 MiB/sec. 2026.01.22 22:30:02.632242 [ 201 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.22 22:30:02.632802 [ 201 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_81_16} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.632875 [ 201 ] {7b0753d0-d697-461d-a77d-14ff90617906::all_1_81_16} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.22 22:30:02.633188 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.14 MiB. 2026.01.22 22:30:02.818798 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 821 2026.01.22 22:30:02.837667 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:02.837713 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2026.01.22 22:30:02.844410 [ 245 ] {} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.22 22:30:02.845135 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:02.848401 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 821 2026.01.22 22:30:03.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 405.29 MiB, peak 422.31 MiB, free memory in arenas 0.00 B, will set to 403.93 MiB (RSS), difference: -1.36 MiB 2026.01.22 22:30:07.044948 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:30:07.044992 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:30:07.048590 [ 223 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): 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.01.22 22:30:07.175593 [ 127 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:30:07.175680 [ 127 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:30:07.448657 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 52768 2026.01.22 22:30:07.449294 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:07.449333 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:07.449855 [ 244 ] {} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.22 22:30:07.450087 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:07.450217 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 52768 2026.01.22 22:30:07.535096 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:07.535344 [ 277 ] {be501b98-50fb-47a9-b284-6b63c4df9982} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:30:07.535438 [ 277 ] {be501b98-50fb-47a9-b284-6b63c4df9982} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:30:07.536208 [ 277 ] {be501b98-50fb-47a9-b284-6b63c4df9982} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:07.536249 [ 277 ] {be501b98-50fb-47a9-b284-6b63c4df9982} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:07.536628 [ 277 ] {be501b98-50fb-47a9-b284-6b63c4df9982} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.01.22 22:30:07.536850 [ 277 ] {be501b98-50fb-47a9-b284-6b63c4df9982} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:07.537010 [ 277 ] {be501b98-50fb-47a9-b284-6b63c4df9982} executeQuery: Read 66 rows, 5.35 KiB in 0.001735 sec., 38040.345821325645 rows/sec., 3.01 MiB/sec. 2026.01.22 22:30:07.537062 [ 277 ] {be501b98-50fb-47a9-b284-6b63c4df9982} TCPHandler: Processed in 0.002126056 sec. 2026.01.22 22:30:07.537185 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:07.537287 [ 277 ] {ee1f173e-e2b1-44e1-bcc4-4047e47f3778} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:30:07.537330 [ 277 ] {ee1f173e-e2b1-44e1-bcc4-4047e47f3778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:30:07.537749 [ 277 ] {ee1f173e-e2b1-44e1-bcc4-4047e47f3778} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:07.537785 [ 277 ] {ee1f173e-e2b1-44e1-bcc4-4047e47f3778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:07.538077 [ 277 ] {ee1f173e-e2b1-44e1-bcc4-4047e47f3778} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.22 22:30:07.538279 [ 277 ] {ee1f173e-e2b1-44e1-bcc4-4047e47f3778} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:07.538402 [ 121 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.01.22 22:30:07.538410 [ 277 ] {ee1f173e-e2b1-44e1-bcc4-4047e47f3778} executeQuery: Read 5 rows, 385.00 B in 0.001146 sec., 4363.001745200698 rows/sec., 328.08 KiB/sec. 2026.01.22 22:30:07.538454 [ 121 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:07.538471 [ 277 ] {ee1f173e-e2b1-44e1-bcc4-4047e47f3778} TCPHandler: Processed in 0.00133899 sec. 2026.01.22 22:30:07.538479 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:07.538584 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:07.538613 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::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.01.22 22:30:07.538684 [ 277 ] {8bd25091-4c58-4c17-a9aa-4315fc0e32f9} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:30:07.538730 [ 277 ] {8bd25091-4c58-4c17-a9aa-4315fc0e32f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:30:07.538758 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:07.538804 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 320 rows starting from the beginning of the part 2026.01.22 22:30:07.538884 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 13 rows starting from the beginning of the part 2026.01.22 22:30:07.538939 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part 2026.01.22 22:30:07.538989 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 7 rows starting from the beginning of the part 2026.01.22 22:30:07.539037 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 68 rows starting from the beginning of the part 2026.01.22 22:30:07.539086 [ 208 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 5 rows starting from the beginning of the part 2026.01.22 22:30:07.539153 [ 277 ] {8bd25091-4c58-4c17-a9aa-4315fc0e32f9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:07.539192 [ 277 ] {8bd25091-4c58-4c17-a9aa-4315fc0e32f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:07.539549 [ 277 ] {8bd25091-4c58-4c17-a9aa-4315fc0e32f9} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.01.22 22:30:07.539780 [ 277 ] {8bd25091-4c58-4c17-a9aa-4315fc0e32f9} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:07.539920 [ 277 ] {8bd25091-4c58-4c17-a9aa-4315fc0e32f9} executeQuery: Read 69 rows, 5.52 KiB in 0.001255 sec., 54980.079681274896 rows/sec., 4.29 MiB/sec. 2026.01.22 22:30:07.539958 [ 277 ] {8bd25091-4c58-4c17-a9aa-4315fc0e32f9} TCPHandler: Processed in 0.00142335 sec. 2026.01.22 22:30:07.540074 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:07.540095 [ 201 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 469 rows, containing 5 columns (5 merged, 0 gathered) in 0.001539721 sec., 304600.6386871388 rows/sec., 21.23 MiB/sec. 2026.01.22 22:30:07.540169 [ 277 ] {13871560-1d0b-466a-acc1-4052a07b649a} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:07.540218 [ 277 ] {13871560-1d0b-466a-acc1-4052a07b649a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:30:07.540253 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.01.22 22:30:07.540523 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_156_31} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:07.540599 [ 188 ] {1300943d-9fd4-47f6-9844-87364234b6ab::all_1_156_31} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.01.22 22:30:07.540632 [ 277 ] {13871560-1d0b-466a-acc1-4052a07b649a} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:07.540672 [ 277 ] {13871560-1d0b-466a-acc1-4052a07b649a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:07.540684 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.22 22:30:07.541000 [ 277 ] {13871560-1d0b-466a-acc1-4052a07b649a} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.01.22 22:30:07.541208 [ 277 ] {13871560-1d0b-466a-acc1-4052a07b649a} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:07.541326 [ 121 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 2 parts from all_1_157_37 to all_158_158_0 2026.01.22 22:30:07.541337 [ 277 ] {13871560-1d0b-466a-acc1-4052a07b649a} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.01.22 22:30:07.541359 [ 121 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:07.541383 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:07.541385 [ 277 ] {13871560-1d0b-466a-acc1-4052a07b649a} TCPHandler: Processed in 0.00136162 sec. 2026.01.22 22:30:07.541440 [ 208 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_158_38} MergeTask::PrepareStage: Merging 2 parts: from all_1_157_37 to all_158_158_0 into Compact with storage Full 2026.01.22 22:30:07.541505 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:07.541533 [ 208 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_158_38} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:07.541564 [ 208 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_158_38} MergeTreeSequentialSource: Reading 7 marks from part all_1_157_37, total 46427 rows starting from the beginning of the part 2026.01.22 22:30:07.541603 [ 277 ] {e2b029bc-1237-4b78-8121-f3b3385f6e1f} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:07.541611 [ 208 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_158_38} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 849 rows starting from the beginning of the part 2026.01.22 22:30:07.541665 [ 277 ] {e2b029bc-1237-4b78-8121-f3b3385f6e1f} 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.01.22 22:30:07.542454 [ 277 ] {e2b029bc-1237-4b78-8121-f3b3385f6e1f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:07.542491 [ 277 ] {e2b029bc-1237-4b78-8121-f3b3385f6e1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:07.542993 [ 277 ] {e2b029bc-1237-4b78-8121-f3b3385f6e1f} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.01.22 22:30:07.543210 [ 277 ] {e2b029bc-1237-4b78-8121-f3b3385f6e1f} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:07.543351 [ 277 ] {e2b029bc-1237-4b78-8121-f3b3385f6e1f} executeQuery: Read 5 rows, 9.17 KiB in 0.001765 sec., 2832.8611898016998 rows/sec., 5.08 MiB/sec. 2026.01.22 22:30:07.543425 [ 277 ] {e2b029bc-1237-4b78-8121-f3b3385f6e1f} TCPHandler: Processed in 0.001970314 sec. 2026.01.22 22:30:07.543541 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:07.543635 [ 277 ] {0a8450c7-c8b5-43d6-abfd-8379c2551b02} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:30:07.543676 [ 277 ] {0a8450c7-c8b5-43d6-abfd-8379c2551b02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:30:07.544012 [ 277 ] {0a8450c7-c8b5-43d6-abfd-8379c2551b02} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:07.544046 [ 277 ] {0a8450c7-c8b5-43d6-abfd-8379c2551b02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:07.544348 [ 277 ] {0a8450c7-c8b5-43d6-abfd-8379c2551b02} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.01.22 22:30:07.544559 [ 277 ] {0a8450c7-c8b5-43d6-abfd-8379c2551b02} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:07.544688 [ 277 ] {0a8450c7-c8b5-43d6-abfd-8379c2551b02} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.01.22 22:30:07.544724 [ 277 ] {0a8450c7-c8b5-43d6-abfd-8379c2551b02} TCPHandler: Processed in 0.001232989 sec. 2026.01.22 22:30:07.544772 [ 226 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:30:07.544826 [ 226 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:30:07.547578 [ 226 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): 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.01.22 22:30:07.549496 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_158_38} MergeTask::MergeProjectionsStage: Merge sorted 47276 rows, containing 5 columns (5 merged, 0 gathered) in 0.00807015 sec., 5858131.509327584 rows/sec., 400.58 MiB/sec. 2026.01.22 22:30:07.550002 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_158_38} MergedBlockOutputStream: filled checksums all_1_158_38 (state Temporary) 2026.01.22 22:30:07.550322 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_158_38} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_158_38 to all_1_158_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:07.550404 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_158_38} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 2 parts: [all_1_157_37, all_158_158_0] -> all_1_158_38 2026.01.22 22:30:07.550484 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2026.01.22 22:30:07.879667 [ 224 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:30:07.879707 [ 224 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:30:07.886576 [ 224 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): 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.01.22 22:30:08.072265 [ 224 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:30:08.072293 [ 224 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:30:08.075113 [ 224 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): 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.01.22 22:30:08.256592 [ 223 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:30:08.256642 [ 223 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:30:08.262941 [ 223 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): 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.01.22 22:30:08.903289 [ 222 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:30:08.903340 [ 222 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:30:08.905849 [ 222 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): 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.01.22 22:30:09.000245 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 399.93 MiB, peak 422.31 MiB, free memory in arenas 0.00 B, will set to 403.93 MiB (RSS), difference: 4.00 MiB 2026.01.22 22:30:10.348572 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 829 2026.01.22 22:30:10.366284 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:10.366335 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:10.372630 [ 245 ] {} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.22 22:30:10.373322 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:10.376440 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 829 2026.01.22 22:30:12.341466 [ 221 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:30:12.341535 [ 221 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:30:12.350663 [ 221 ] {} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): 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.01.22 22:30:12.538096 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:12.538285 [ 277 ] {d8181ae6-08da-4855-92a6-666dca9a1763} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:30:12.538353 [ 277 ] {d8181ae6-08da-4855-92a6-666dca9a1763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:30:12.539336 [ 277 ] {d8181ae6-08da-4855-92a6-666dca9a1763} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:12.539375 [ 277 ] {d8181ae6-08da-4855-92a6-666dca9a1763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:12.539859 [ 277 ] {d8181ae6-08da-4855-92a6-666dca9a1763} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.01.22 22:30:12.540098 [ 277 ] {d8181ae6-08da-4855-92a6-666dca9a1763} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:12.540264 [ 277 ] {d8181ae6-08da-4855-92a6-666dca9a1763} executeQuery: Read 166 rows, 14.85 KiB in 0.002029 sec., 81813.70133070477 rows/sec., 7.15 MiB/sec. 2026.01.22 22:30:12.540306 [ 277 ] {d8181ae6-08da-4855-92a6-666dca9a1763} TCPHandler: Processed in 0.002337197 sec. 2026.01.22 22:30:12.540430 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:12.540524 [ 277 ] {ab5dccda-8548-40cf-bae1-0d4848221b5e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:30:12.540563 [ 277 ] {ab5dccda-8548-40cf-bae1-0d4848221b5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:30:12.540984 [ 277 ] {ab5dccda-8548-40cf-bae1-0d4848221b5e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:12.541020 [ 277 ] {ab5dccda-8548-40cf-bae1-0d4848221b5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:12.541307 [ 277 ] {ab5dccda-8548-40cf-bae1-0d4848221b5e} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.22 22:30:12.541509 [ 277 ] {ab5dccda-8548-40cf-bae1-0d4848221b5e} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:12.541638 [ 277 ] {ab5dccda-8548-40cf-bae1-0d4848221b5e} executeQuery: Read 55 rows, 4.14 KiB in 0.001133 sec., 48543.68932038835 rows/sec., 3.56 MiB/sec. 2026.01.22 22:30:12.541675 [ 277 ] {ab5dccda-8548-40cf-bae1-0d4848221b5e} TCPHandler: Processed in 0.001293779 sec. 2026.01.22 22:30:12.541782 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:12.541873 [ 277 ] {a9714815-b84b-4fcb-98ed-27f1a3c52892} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:30:12.541911 [ 277 ] {a9714815-b84b-4fcb-98ed-27f1a3c52892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:30:12.542399 [ 277 ] {a9714815-b84b-4fcb-98ed-27f1a3c52892} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:12.542437 [ 277 ] {a9714815-b84b-4fcb-98ed-27f1a3c52892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:12.542746 [ 277 ] {a9714815-b84b-4fcb-98ed-27f1a3c52892} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.01.22 22:30:12.542948 [ 277 ] {a9714815-b84b-4fcb-98ed-27f1a3c52892} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:12.543076 [ 277 ] {a9714815-b84b-4fcb-98ed-27f1a3c52892} executeQuery: Read 119 rows, 9.52 KiB in 0.00122 sec., 97540.98360655738 rows/sec., 7.62 MiB/sec. 2026.01.22 22:30:12.543113 [ 277 ] {a9714815-b84b-4fcb-98ed-27f1a3c52892} TCPHandler: Processed in 0.00137881 sec. 2026.01.22 22:30:12.543228 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:12.543321 [ 277 ] {fc006dce-e9c1-4af1-ab37-31f52d890804} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:12.543365 [ 277 ] {fc006dce-e9c1-4af1-ab37-31f52d890804} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:30:12.543827 [ 277 ] {fc006dce-e9c1-4af1-ab37-31f52d890804} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:12.543864 [ 277 ] {fc006dce-e9c1-4af1-ab37-31f52d890804} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:12.544194 [ 277 ] {fc006dce-e9c1-4af1-ab37-31f52d890804} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.01.22 22:30:12.544396 [ 277 ] {fc006dce-e9c1-4af1-ab37-31f52d890804} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:12.544507 [ 116 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 2 parts from all_1_158_38 to all_159_159_0 2026.01.22 22:30:12.544529 [ 277 ] {fc006dce-e9c1-4af1-ab37-31f52d890804} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2026.01.22 22:30:12.544569 [ 116 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:12.544580 [ 277 ] {fc006dce-e9c1-4af1-ab37-31f52d890804} TCPHandler: Processed in 0.00140075 sec. 2026.01.22 22:30:12.544596 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:12.544695 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:12.544697 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_159_39} MergeTask::PrepareStage: Merging 2 parts: from all_1_158_38 to all_159_159_0 into Compact with storage Full 2026.01.22 22:30:12.544804 [ 277 ] {7e94e0eb-f6bd-437f-9f04-2f458d2c0024} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:12.544832 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_159_39} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:12.544869 [ 277 ] {7e94e0eb-f6bd-437f-9f04-2f458d2c0024} 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.01.22 22:30:12.544874 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_159_39} MergeTreeSequentialSource: Reading 7 marks from part all_1_158_38, total 47276 rows starting from the beginning of the part 2026.01.22 22:30:12.544956 [ 196 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_159_39} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 161 rows starting from the beginning of the part 2026.01.22 22:30:12.545957 [ 277 ] {7e94e0eb-f6bd-437f-9f04-2f458d2c0024} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:12.545998 [ 277 ] {7e94e0eb-f6bd-437f-9f04-2f458d2c0024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:12.546603 [ 277 ] {7e94e0eb-f6bd-437f-9f04-2f458d2c0024} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.01.22 22:30:12.546824 [ 277 ] {7e94e0eb-f6bd-437f-9f04-2f458d2c0024} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:12.546964 [ 277 ] {7e94e0eb-f6bd-437f-9f04-2f458d2c0024} executeQuery: Read 55 rows, 100.92 KiB in 0.002179 sec., 25240.93620927031 rows/sec., 45.23 MiB/sec. 2026.01.22 22:30:12.547020 [ 277 ] {7e94e0eb-f6bd-437f-9f04-2f458d2c0024} TCPHandler: Processed in 0.002376657 sec. 2026.01.22 22:30:12.547139 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:12.547233 [ 277 ] {d048d9d7-923c-42d3-99f9-a9a830266568} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:30:12.547275 [ 277 ] {d048d9d7-923c-42d3-99f9-a9a830266568} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:30:12.547616 [ 277 ] {d048d9d7-923c-42d3-99f9-a9a830266568} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:12.547653 [ 277 ] {d048d9d7-923c-42d3-99f9-a9a830266568} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:12.547956 [ 277 ] {d048d9d7-923c-42d3-99f9-a9a830266568} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.01.22 22:30:12.548156 [ 277 ] {d048d9d7-923c-42d3-99f9-a9a830266568} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:12.548286 [ 277 ] {d048d9d7-923c-42d3-99f9-a9a830266568} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.01.22 22:30:12.548321 [ 277 ] {d048d9d7-923c-42d3-99f9-a9a830266568} TCPHandler: Processed in 0.001231989 sec. 2026.01.22 22:30:12.552654 [ 201 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_159_39} MergeTask::MergeProjectionsStage: Merge sorted 47437 rows, containing 5 columns (5 merged, 0 gathered) in 0.007985789 sec., 5940176.981886198 rows/sec., 406.21 MiB/sec. 2026.01.22 22:30:12.553248 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_159_39} MergedBlockOutputStream: filled checksums all_1_159_39 (state Temporary) 2026.01.22 22:30:12.553532 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_159_39} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_159_39 to all_1_159_39 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:12.553605 [ 189 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_159_39} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 2 parts: [all_1_158_38, all_159_159_0] -> all_1_159_39 2026.01.22 22:30:12.553694 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.01.22 22:30:12.617614 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2654 2026.01.22 22:30:12.619892 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:12.619935 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:12.621095 [ 243 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.22 22:30:12.621358 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:12.621645 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2654 2026.01.22 22:30:14.950447 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 53216 2026.01.22 22:30:14.951013 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:14.951050 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:14.951529 [ 244 ] {} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.22 22:30:14.951753 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:14.951884 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 53216 2026.01.22 22:30:14.951925 [ 111 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.22 22:30:14.951995 [ 111 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:14.952019 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:14.952149 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::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.01.22 22:30:14.952297 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:14.952337 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_111_22} MergeTreeSequentialSource: Reading 7 marks from part all_1_106_21, total 50848 rows starting from the beginning of the part 2026.01.22 22:30:14.952408 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 448 rows starting from the beginning of the part 2026.01.22 22:30:14.952458 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 512 rows starting from the beginning of the part 2026.01.22 22:30:14.952504 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 448 rows starting from the beginning of the part 2026.01.22 22:30:14.952546 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 512 rows starting from the beginning of the part 2026.01.22 22:30:14.952588 [ 200 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 448 rows starting from the beginning of the part 2026.01.22 22:30:14.955437 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 53216 rows, containing 4 columns (4 merged, 0 gathered) in 0.003345005 sec., 15909094.306286538 rows/sec., 227.58 MiB/sec. 2026.01.22 22:30:14.955772 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.22 22:30:14.956096 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_111_22} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:14.956178 [ 194 ] {1fb28636-15bd-444f-bd04-c10715083021::all_1_111_22} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.22 22:30:14.956281 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. 2026.01.22 22:30:15.535346 [ 223 ] {} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): 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.01.22 22:30:15.535417 [ 223 ] {} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): 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.01.22 22:30:15.539414 [ 223 ] {} oximeter.measurements_bool (a68a1b1f-6c09-4757-b3ab-eafef4467e95): 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.01.22 22:30:17.565633 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:17.565848 [ 277 ] {57ec4710-9e6d-46de-ac66-f683b91378cb} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.22 22:30:17.565921 [ 277 ] {57ec4710-9e6d-46de-ac66-f683b91378cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.22 22:30:17.566557 [ 277 ] {57ec4710-9e6d-46de-ac66-f683b91378cb} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.566603 [ 277 ] {57ec4710-9e6d-46de-ac66-f683b91378cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.567126 [ 277 ] {57ec4710-9e6d-46de-ac66-f683b91378cb} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:30:17.567605 [ 277 ] {57ec4710-9e6d-46de-ac66-f683b91378cb} oximeter.fields_i16 (acd4c3d1-1d3f-458a-a813-78f8e8f5c7ea): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.567757 [ 277 ] {57ec4710-9e6d-46de-ac66-f683b91378cb} executeQuery: Read 24 rows, 2.04 KiB in 0.001963 sec., 12226.184411614875 rows/sec., 1.01 MiB/sec. 2026.01.22 22:30:17.567800 [ 277 ] {57ec4710-9e6d-46de-ac66-f683b91378cb} TCPHandler: Processed in 0.002301007 sec. 2026.01.22 22:30:17.567915 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:17.568010 [ 277 ] {7967a602-d48e-4ee3-9638-8ac7e7896413} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.22 22:30:17.568052 [ 277 ] {7967a602-d48e-4ee3-9638-8ac7e7896413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.22 22:30:17.568459 [ 277 ] {7967a602-d48e-4ee3-9638-8ac7e7896413} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.568498 [ 277 ] {7967a602-d48e-4ee3-9638-8ac7e7896413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.568936 [ 277 ] {7967a602-d48e-4ee3-9638-8ac7e7896413} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.22 22:30:17.569400 [ 277 ] {7967a602-d48e-4ee3-9638-8ac7e7896413} oximeter.fields_ipaddr (d3c176f4-4ec7-4850-81aa-d5d39676189d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.569534 [ 277 ] {7967a602-d48e-4ee3-9638-8ac7e7896413} executeQuery: Read 2 rows, 167.00 B in 0.001542 sec., 1297.0168612191958 rows/sec., 105.76 KiB/sec. 2026.01.22 22:30:17.569573 [ 277 ] {7967a602-d48e-4ee3-9638-8ac7e7896413} TCPHandler: Processed in 0.001707593 sec. 2026.01.22 22:30:17.569675 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:17.569769 [ 277 ] {8034e48c-6d13-4191-8ec9-6bf36d93150c} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:30:17.569810 [ 277 ] {8034e48c-6d13-4191-8ec9-6bf36d93150c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:30:17.570714 [ 277 ] {8034e48c-6d13-4191-8ec9-6bf36d93150c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.570750 [ 277 ] {8034e48c-6d13-4191-8ec9-6bf36d93150c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.571255 [ 277 ] {8034e48c-6d13-4191-8ec9-6bf36d93150c} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.01.22 22:30:17.571715 [ 277 ] {8034e48c-6d13-4191-8ec9-6bf36d93150c} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.571848 [ 277 ] {8034e48c-6d13-4191-8ec9-6bf36d93150c} executeQuery: Read 1327 rows, 112.98 KiB in 0.002097 sec., 632808.7744396757 rows/sec., 52.61 MiB/sec. 2026.01.22 22:30:17.571886 [ 277 ] {8034e48c-6d13-4191-8ec9-6bf36d93150c} TCPHandler: Processed in 0.002259807 sec. 2026.01.22 22:30:17.571995 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:17.572090 [ 277 ] {c4002a1f-416e-48ad-88bd-c78b690647fd} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:30:17.572130 [ 277 ] {c4002a1f-416e-48ad-88bd-c78b690647fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:30:17.572538 [ 277 ] {c4002a1f-416e-48ad-88bd-c78b690647fd} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.572576 [ 277 ] {c4002a1f-416e-48ad-88bd-c78b690647fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.572999 [ 277 ] {c4002a1f-416e-48ad-88bd-c78b690647fd} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.22 22:30:17.573450 [ 277 ] {c4002a1f-416e-48ad-88bd-c78b690647fd} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.573638 [ 277 ] {c4002a1f-416e-48ad-88bd-c78b690647fd} executeQuery: Read 19 rows, 1.48 KiB in 0.001563 sec., 12156.11004478567 rows/sec., 944.70 KiB/sec. 2026.01.22 22:30:17.573688 [ 277 ] {c4002a1f-416e-48ad-88bd-c78b690647fd} TCPHandler: Processed in 0.001741943 sec. 2026.01.22 22:30:17.573809 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:17.573921 [ 277 ] {8189f448-9968-435d-81b4-54ea215ca556} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.22 22:30:17.573968 [ 277 ] {8189f448-9968-435d-81b4-54ea215ca556} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.22 22:30:17.574427 [ 277 ] {8189f448-9968-435d-81b4-54ea215ca556} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.574462 [ 277 ] {8189f448-9968-435d-81b4-54ea215ca556} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.574948 [ 277 ] {8189f448-9968-435d-81b4-54ea215ca556} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.22 22:30:17.575381 [ 277 ] {8189f448-9968-435d-81b4-54ea215ca556} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.575510 [ 277 ] {8189f448-9968-435d-81b4-54ea215ca556} executeQuery: Read 252 rows, 17.85 KiB in 0.001613 sec., 156230.62616243024 rows/sec., 10.81 MiB/sec. 2026.01.22 22:30:17.575549 [ 277 ] {8189f448-9968-435d-81b4-54ea215ca556} TCPHandler: Processed in 0.001797653 sec. 2026.01.22 22:30:17.575544 [ 226 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Found 6 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, all_19_19_0] 2026.01.22 22:30:17.575607 [ 226 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Removing 6 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, all_19_19_0] 2026.01.22 22:30:17.575657 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:17.575755 [ 277 ] {fe6be856-4391-4f95-a5f7-f5e9b06984a1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.22 22:30:17.575795 [ 277 ] {fe6be856-4391-4f95-a5f7-f5e9b06984a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.22 22:30:17.576179 [ 277 ] {fe6be856-4391-4f95-a5f7-f5e9b06984a1} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.576215 [ 277 ] {fe6be856-4391-4f95-a5f7-f5e9b06984a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.576687 [ 277 ] {fe6be856-4391-4f95-a5f7-f5e9b06984a1} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.22 22:30:17.577298 [ 277 ] {fe6be856-4391-4f95-a5f7-f5e9b06984a1} oximeter.fields_u8 (22bf2a26-b1a9-4718-9468-d5619af00947): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.577433 [ 277 ] {fe6be856-4391-4f95-a5f7-f5e9b06984a1} executeQuery: Read 12 rows, 960.00 B in 0.001696 sec., 7075.471698113208 rows/sec., 552.77 KiB/sec. 2026.01.22 22:30:17.577471 [ 277 ] {fe6be856-4391-4f95-a5f7-f5e9b06984a1} TCPHandler: Processed in 0.001861583 sec. 2026.01.22 22:30:17.577576 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:17.577668 [ 277 ] {66d15473-2246-446e-8ba3-b14aa1612789} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:30:17.577707 [ 277 ] {66d15473-2246-446e-8ba3-b14aa1612789} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:30:17.578264 [ 277 ] {66d15473-2246-446e-8ba3-b14aa1612789} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.578300 [ 277 ] {66d15473-2246-446e-8ba3-b14aa1612789} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.578741 [ 277 ] {66d15473-2246-446e-8ba3-b14aa1612789} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.01.22 22:30:17.579186 [ 277 ] {66d15473-2246-446e-8ba3-b14aa1612789} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.579315 [ 277 ] {66d15473-2246-446e-8ba3-b14aa1612789} executeQuery: Read 563 rows, 43.23 KiB in 0.001665 sec., 338138.1381381381 rows/sec., 25.35 MiB/sec. 2026.01.22 22:30:17.579353 [ 277 ] {66d15473-2246-446e-8ba3-b14aa1612789} TCPHandler: Processed in 0.001823633 sec. 2026.01.22 22:30:17.579462 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:17.579554 [ 277 ] {97bfa0d8-700e-4b89-8373-dcd3dbb8f860} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:17.579596 [ 277 ] {97bfa0d8-700e-4b89-8373-dcd3dbb8f860} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:30:17.580139 [ 277 ] {97bfa0d8-700e-4b89-8373-dcd3dbb8f860} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.580174 [ 277 ] {97bfa0d8-700e-4b89-8373-dcd3dbb8f860} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.580662 [ 277 ] {97bfa0d8-700e-4b89-8373-dcd3dbb8f860} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.01.22 22:30:17.581136 [ 277 ] {97bfa0d8-700e-4b89-8373-dcd3dbb8f860} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.581259 [ 110 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Selected 6 parts from all_1_159_39 to all_164_164_0 2026.01.22 22:30:17.581266 [ 277 ] {97bfa0d8-700e-4b89-8373-dcd3dbb8f860} executeQuery: Read 917 rows, 64.22 KiB in 0.001729 sec., 530364.3724696356 rows/sec., 36.27 MiB/sec. 2026.01.22 22:30:17.581311 [ 110 ] {} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.581324 [ 277 ] {97bfa0d8-700e-4b89-8373-dcd3dbb8f860} TCPHandler: Processed in 0.001909305 sec. 2026.01.22 22:30:17.581341 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.581442 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:17.581454 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} MergeTask::PrepareStage: Merging 6 parts: from all_1_159_39 to all_164_164_0 into Compact with storage Full 2026.01.22 22:30:17.581540 [ 277 ] {f82f954f-0e98-4453-b5e5-142441c43ffa} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:17.581583 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:17.581596 [ 277 ] {f82f954f-0e98-4453-b5e5-142441c43ffa} 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.01.22 22:30:17.581627 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} MergeTreeSequentialSource: Reading 7 marks from part all_1_159_39, total 47437 rows starting from the beginning of the part 2026.01.22 22:30:17.581700 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 162 rows starting from the beginning of the part 2026.01.22 22:30:17.581747 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 167 rows starting from the beginning of the part 2026.01.22 22:30:17.581790 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 160 rows starting from the beginning of the part 2026.01.22 22:30:17.581832 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 160 rows starting from the beginning of the part 2026.01.22 22:30:17.581875 [ 190 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 917 rows starting from the beginning of the part 2026.01.22 22:30:17.582385 [ 277 ] {f82f954f-0e98-4453-b5e5-142441c43ffa} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.582425 [ 277 ] {f82f954f-0e98-4453-b5e5-142441c43ffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.583048 [ 277 ] {f82f954f-0e98-4453-b5e5-142441c43ffa} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.01.22 22:30:17.583570 [ 277 ] {f82f954f-0e98-4453-b5e5-142441c43ffa} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.583748 [ 110 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.01.22 22:30:17.583785 [ 110 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.583794 [ 277 ] {f82f954f-0e98-4453-b5e5-142441c43ffa} executeQuery: Read 5 rows, 9.17 KiB in 0.00227 sec., 2202.6431718061676 rows/sec., 3.95 MiB/sec. 2026.01.22 22:30:17.583806 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.583886 [ 277 ] {f82f954f-0e98-4453-b5e5-142441c43ffa} TCPHandler: Processed in 0.002491549 sec. 2026.01.22 22:30:17.583899 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::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.01.22 22:30:17.584066 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:17.584126 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:17.584172 [ 277 ] {5e75ac6c-eb75-4328-9712-2140716f3745} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:30:17.584184 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 3231 rows starting from the beginning of the part 2026.01.22 22:30:17.584223 [ 277 ] {5e75ac6c-eb75-4328-9712-2140716f3745} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:30:17.584313 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 5 rows starting from the beginning of the part 2026.01.22 22:30:17.584424 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 55 rows starting from the beginning of the part 2026.01.22 22:30:17.584524 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 5 rows starting from the beginning of the part 2026.01.22 22:30:17.584600 [ 277 ] {5e75ac6c-eb75-4328-9712-2140716f3745} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.584616 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 55 rows starting from the beginning of the part 2026.01.22 22:30:17.584649 [ 277 ] {5e75ac6c-eb75-4328-9712-2140716f3745} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.584719 [ 194 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 5 rows starting from the beginning of the part 2026.01.22 22:30:17.585106 [ 277 ] {5e75ac6c-eb75-4328-9712-2140716f3745} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.01.22 22:30:17.585462 [ 226 ] {} oximeter.fields_u32 (9b875f4d-bc47-4ff8-b972-57a170f82d39): Removing 6 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.01.22 22:30:17.585618 [ 277 ] {5e75ac6c-eb75-4328-9712-2140716f3745} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.585770 [ 277 ] {5e75ac6c-eb75-4328-9712-2140716f3745} executeQuery: Read 60 rows, 4.14 KiB in 0.001617 sec., 37105.75139146568 rows/sec., 2.50 MiB/sec. 2026.01.22 22:30:17.585807 [ 277 ] {5e75ac6c-eb75-4328-9712-2140716f3745} TCPHandler: Processed in 0.001839024 sec. 2026.01.22 22:30:17.591051 [ 192 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} MergeTask::MergeProjectionsStage: Merge sorted 49003 rows, containing 5 columns (5 merged, 0 gathered) in 0.009640601 sec., 5082981.859740902 rows/sec., 347.68 MiB/sec. 2026.01.22 22:30:17.591942 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} MergedBlockOutputStream: filled checksums all_1_164_40 (state Temporary) 2026.01.22 22:30:17.592408 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_merge_all_1_164_40 to all_1_164_40 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.592485 [ 187 ] {a9389977-7446-40f0-866a-5b18356d18c4::all_1_164_40} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4) (MergerMutator): Merged 6 parts: [all_1_159_39, all_164_164_0] -> all_1_164_40 2026.01.22 22:30:17.592586 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2026.01.22 22:30:17.597403 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 3356 rows, containing 19 columns (19 merged, 0 gathered) in 0.013539571 sec., 247866.05129512597 rows/sec., 443.96 MiB/sec. 2026.01.22 22:30:17.600254 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.01.22 22:30:17.600764 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_156_31} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.600836 [ 203 ] {1c42e9db-cf46-4a07-8004-c90704eef94b::all_1_156_31} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.01.22 22:30:17.600951 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 29.24 MiB. 2026.01.22 22:30:17.876582 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 836 2026.01.22 22:30:17.896927 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.896971 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.903855 [ 245 ] {} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.22 22:30:17.904928 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.905243 [ 106 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.22 22:30:17.905312 [ 106 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:17.905336 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:17.905426 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:30:17.908611 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:17.908888 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 836 2026.01.22 22:30:17.909545 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 799 rows starting from the beginning of the part 2026.01.22 22:30:17.913148 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 7 rows starting from the beginning of the part 2026.01.22 22:30:17.916729 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 8 rows starting from the beginning of the part 2026.01.22 22:30:17.920825 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 7 rows starting from the beginning of the part 2026.01.22 22:30:17.925592 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::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.01.22 22:30:17.930245 [ 199 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 7 rows starting from the beginning of the part 2026.01.22 22:30:17.990236 [ 192 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 836 rows, containing 679 columns (679 merged, 0 gathered) in 0.084846358 sec., 9853.1041249879 rows/sec., 50.95 MiB/sec. 2026.01.22 22:30:17.993019 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.22 22:30:17.995313 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_111_22} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:17.995410 [ 191 ] {8bd008ef-2534-462e-969c-afcb9bf98a5a::all_1_111_22} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.22 22:30:17.997115 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.01.22 22:30:18.000250 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 405.79 MiB, peak 433.91 MiB, free memory in arenas 0.00 B, will set to 409.20 MiB (RSS), difference: 3.41 MiB 2026.01.22 22:30:22.175774 [ 103 ] {} DNSResolver: Updating DNS cache 2026.01.22 22:30:22.175871 [ 103 ] {} DNSResolver: Updated DNS cache 2026.01.22 22:30:22.452096 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 53728 2026.01.22 22:30:22.452697 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:22.452741 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:22.453441 [ 244 ] {} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.22 22:30:22.453970 [ 244 ] {} system.asynchronous_metric_log (1fb28636-15bd-444f-bd04-c10715083021): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:22.454107 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 53728 2026.01.22 22:30:22.537844 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:22.538109 [ 277 ] {04eec09c-28fa-4711-bddb-b0b96b8b6a20} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:30:22.538211 [ 277 ] {04eec09c-28fa-4711-bddb-b0b96b8b6a20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:30:22.539020 [ 277 ] {04eec09c-28fa-4711-bddb-b0b96b8b6a20} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:22.539062 [ 277 ] {04eec09c-28fa-4711-bddb-b0b96b8b6a20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:22.539676 [ 277 ] {04eec09c-28fa-4711-bddb-b0b96b8b6a20} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.01.22 22:30:22.540107 [ 277 ] {04eec09c-28fa-4711-bddb-b0b96b8b6a20} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:22.540270 [ 277 ] {04eec09c-28fa-4711-bddb-b0b96b8b6a20} executeQuery: Read 166 rows, 14.85 KiB in 0.002236 sec., 74239.71377459749 rows/sec., 6.49 MiB/sec. 2026.01.22 22:30:22.540322 [ 277 ] {04eec09c-28fa-4711-bddb-b0b96b8b6a20} TCPHandler: Processed in 0.00265913 sec. 2026.01.22 22:30:22.540443 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:22.540546 [ 277 ] {cad91972-185e-4abf-b758-75c5de1c7286} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:30:22.540591 [ 277 ] {cad91972-185e-4abf-b758-75c5de1c7286} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:30:22.541027 [ 277 ] {cad91972-185e-4abf-b758-75c5de1c7286} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:22.541062 [ 277 ] {cad91972-185e-4abf-b758-75c5de1c7286} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:22.541447 [ 277 ] {cad91972-185e-4abf-b758-75c5de1c7286} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.01.22 22:30:22.541855 [ 277 ] {cad91972-185e-4abf-b758-75c5de1c7286} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:22.541992 [ 277 ] {cad91972-185e-4abf-b758-75c5de1c7286} executeQuery: Read 55 rows, 4.14 KiB in 0.00147 sec., 37414.965986394556 rows/sec., 2.75 MiB/sec. 2026.01.22 22:30:22.542029 [ 277 ] {cad91972-185e-4abf-b758-75c5de1c7286} TCPHandler: Processed in 0.001637782 sec. 2026.01.22 22:30:22.542129 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:22.542221 [ 277 ] {2e483675-55cd-490f-b0d7-14ad9d2c17c7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:30:22.542261 [ 277 ] {2e483675-55cd-490f-b0d7-14ad9d2c17c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:30:22.542725 [ 277 ] {2e483675-55cd-490f-b0d7-14ad9d2c17c7} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:22.542759 [ 277 ] {2e483675-55cd-490f-b0d7-14ad9d2c17c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:22.543183 [ 277 ] {2e483675-55cd-490f-b0d7-14ad9d2c17c7} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.01.22 22:30:22.543682 [ 277 ] {2e483675-55cd-490f-b0d7-14ad9d2c17c7} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:22.543810 [ 277 ] {2e483675-55cd-490f-b0d7-14ad9d2c17c7} executeQuery: Read 119 rows, 9.52 KiB in 0.001607 sec., 74051.02675793404 rows/sec., 5.78 MiB/sec. 2026.01.22 22:30:22.543848 [ 277 ] {2e483675-55cd-490f-b0d7-14ad9d2c17c7} TCPHandler: Processed in 0.001767133 sec. 2026.01.22 22:30:22.543959 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:22.544053 [ 277 ] {4129d5f1-f1d1-46a2-b81a-da9fa5e56008} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:22.544095 [ 277 ] {4129d5f1-f1d1-46a2-b81a-da9fa5e56008} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:30:22.544497 [ 277 ] {4129d5f1-f1d1-46a2-b81a-da9fa5e56008} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:22.544532 [ 277 ] {4129d5f1-f1d1-46a2-b81a-da9fa5e56008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:22.544983 [ 277 ] {4129d5f1-f1d1-46a2-b81a-da9fa5e56008} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.01.22 22:30:22.545390 [ 277 ] {4129d5f1-f1d1-46a2-b81a-da9fa5e56008} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:22.545521 [ 277 ] {4129d5f1-f1d1-46a2-b81a-da9fa5e56008} executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec. 2026.01.22 22:30:22.545562 [ 277 ] {4129d5f1-f1d1-46a2-b81a-da9fa5e56008} TCPHandler: Processed in 0.001651302 sec. 2026.01.22 22:30:22.545661 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:22.545753 [ 277 ] {37628a67-f9e9-426e-bad3-2da1bd9b826e} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:22.545807 [ 277 ] {37628a67-f9e9-426e-bad3-2da1bd9b826e} 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.01.22 22:30:22.546735 [ 277 ] {37628a67-f9e9-426e-bad3-2da1bd9b826e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:22.546769 [ 277 ] {37628a67-f9e9-426e-bad3-2da1bd9b826e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:22.547475 [ 277 ] {37628a67-f9e9-426e-bad3-2da1bd9b826e} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.01.22 22:30:22.547950 [ 277 ] {37628a67-f9e9-426e-bad3-2da1bd9b826e} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:22.548092 [ 277 ] {37628a67-f9e9-426e-bad3-2da1bd9b826e} executeQuery: Read 55 rows, 100.92 KiB in 0.002357 sec., 23334.747560458207 rows/sec., 41.81 MiB/sec. 2026.01.22 22:30:22.548163 [ 277 ] {37628a67-f9e9-426e-bad3-2da1bd9b826e} TCPHandler: Processed in 0.002549279 sec. 2026.01.22 22:30:22.548222 [ 221 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:30:22.548263 [ 221 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:30:22.548285 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:22.548385 [ 277 ] {65650e53-ff0b-4992-a1f8-faed1a3642d1} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:30:22.548427 [ 277 ] {65650e53-ff0b-4992-a1f8-faed1a3642d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:30:22.548793 [ 277 ] {65650e53-ff0b-4992-a1f8-faed1a3642d1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:22.548830 [ 277 ] {65650e53-ff0b-4992-a1f8-faed1a3642d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:22.549291 [ 277 ] {65650e53-ff0b-4992-a1f8-faed1a3642d1} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.01.22 22:30:22.549776 [ 277 ] {65650e53-ff0b-4992-a1f8-faed1a3642d1} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:22.549923 [ 277 ] {65650e53-ff0b-4992-a1f8-faed1a3642d1} executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec. 2026.01.22 22:30:22.549962 [ 277 ] {65650e53-ff0b-4992-a1f8-faed1a3642d1} TCPHandler: Processed in 0.001726133 sec. 2026.01.22 22:30:22.551629 [ 221 ] {} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): 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.01.22 22:30:22.621931 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2686 2026.01.22 22:30:22.624611 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:22.624666 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:22.626081 [ 243 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.22 22:30:22.626608 [ 243 ] {} system.query_log (7b0753d0-d697-461d-a77d-14ff90617906): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:22.626885 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2686 2026.01.22 22:30:23.007746 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.007198483 sec. 2026.01.22 22:30:24.014316 [ 223 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): 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.01.22 22:30:24.014368 [ 223 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): 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.01.22 22:30:24.017341 [ 223 ] {} oximeter.measurements_f64 (86067968-1b43-48b5-9b2c-b3179c4c2021): 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.01.22 22:30:25.408998 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 844 2026.01.22 22:30:25.427775 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:25.427838 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:25.434264 [ 245 ] {} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.22 22:30:25.435430 [ 245 ] {} system.metric_log (8bd008ef-2534-462e-969c-afcb9bf98a5a): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:25.439386 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 844 2026.01.22 22:30:27.535476 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:27.535713 [ 277 ] {3553e68b-1fe8-47a8-925f-bc5aaec4b0e6} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.22 22:30:27.535796 [ 277 ] {3553e68b-1fe8-47a8-925f-bc5aaec4b0e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.22 22:30:27.536549 [ 277 ] {3553e68b-1fe8-47a8-925f-bc5aaec4b0e6} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:27.536587 [ 277 ] {3553e68b-1fe8-47a8-925f-bc5aaec4b0e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:27.537113 [ 277 ] {3553e68b-1fe8-47a8-925f-bc5aaec4b0e6} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.01.22 22:30:27.537528 [ 277 ] {3553e68b-1fe8-47a8-925f-bc5aaec4b0e6} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:27.537671 [ 95 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2026.01.22 22:30:27.537680 [ 277 ] {3553e68b-1fe8-47a8-925f-bc5aaec4b0e6} executeQuery: Read 66 rows, 5.35 KiB in 0.002028 sec., 32544.378698224853 rows/sec., 2.58 MiB/sec. 2026.01.22 22:30:27.537709 [ 95 ] {} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:27.537731 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:27.537736 [ 277 ] {3553e68b-1fe8-47a8-925f-bc5aaec4b0e6} TCPHandler: Processed in 0.002407888 sec. 2026.01.22 22:30:27.537854 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:27.537912 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::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.01.22 22:30:27.537952 [ 277 ] {308b7e90-5107-4811-b615-31f61e26434d} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.22 22:30:27.538019 [ 277 ] {308b7e90-5107-4811-b615-31f61e26434d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.22 22:30:27.538126 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:27.538188 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 2647 rows starting from the beginning of the part 2026.01.22 22:30:27.538276 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 66 rows starting from the beginning of the part 2026.01.22 22:30:27.538322 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 166 rows starting from the beginning of the part 2026.01.22 22:30:27.538365 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 1327 rows starting from the beginning of the part 2026.01.22 22:30:27.538410 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 166 rows starting from the beginning of the part 2026.01.22 22:30:27.538425 [ 277 ] {308b7e90-5107-4811-b615-31f61e26434d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:27.538453 [ 193 ] {048797f8-2913-4120-8057-043480967ec1::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 66 rows starting from the beginning of the part 2026.01.22 22:30:27.538466 [ 277 ] {308b7e90-5107-4811-b615-31f61e26434d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:27.538889 [ 277 ] {308b7e90-5107-4811-b615-31f61e26434d} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.01.22 22:30:27.539299 [ 277 ] {308b7e90-5107-4811-b615-31f61e26434d} oximeter.fields_u16 (1300943d-9fd4-47f6-9844-87364234b6ab): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:27.539437 [ 277 ] {308b7e90-5107-4811-b615-31f61e26434d} executeQuery: Read 5 rows, 385.00 B in 0.001506 sec., 3320.0531208499337 rows/sec., 249.65 KiB/sec. 2026.01.22 22:30:27.539475 [ 277 ] {308b7e90-5107-4811-b615-31f61e26434d} TCPHandler: Processed in 0.001671523 sec. 2026.01.22 22:30:27.539585 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:27.539678 [ 277 ] {1b6b6fb0-aef1-4bd4-b58a-5d63324a2e9b} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.22 22:30:27.539718 [ 277 ] {1b6b6fb0-aef1-4bd4-b58a-5d63324a2e9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.22 22:30:27.540139 [ 277 ] {1b6b6fb0-aef1-4bd4-b58a-5d63324a2e9b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:27.540174 [ 277 ] {1b6b6fb0-aef1-4bd4-b58a-5d63324a2e9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:27.540418 [ 192 ] {048797f8-2913-4120-8057-043480967ec1::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 4438 rows, containing 5 columns (5 merged, 0 gathered) in 0.002588319 sec., 1714626.3656064032 rows/sec., 147.83 MiB/sec. 2026.01.22 22:30:27.540584 [ 277 ] {1b6b6fb0-aef1-4bd4-b58a-5d63324a2e9b} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.01.22 22:30:27.540942 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2026.01.22 22:30:27.541040 [ 277 ] {1b6b6fb0-aef1-4bd4-b58a-5d63324a2e9b} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:27.541157 [ 95 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2026.01.22 22:30:27.541182 [ 277 ] {1b6b6fb0-aef1-4bd4-b58a-5d63324a2e9b} executeQuery: Read 69 rows, 5.52 KiB in 0.001521 sec., 45364.89151873767 rows/sec., 3.54 MiB/sec. 2026.01.22 22:30:27.541188 [ 95 ] {} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:27.541215 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:27.541220 [ 277 ] {1b6b6fb0-aef1-4bd4-b58a-5d63324a2e9b} TCPHandler: Processed in 0.001683623 sec. 2026.01.22 22:30:27.541310 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::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.01.22 22:30:27.541344 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:27.541408 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:27.541438 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1491 rows starting from the beginning of the part 2026.01.22 22:30:27.541455 [ 277 ] {70b6baf5-6d81-4746-b0a9-6ffa51f671a7} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:27.541484 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 69 rows starting from the beginning of the part 2026.01.22 22:30:27.541505 [ 277 ] {70b6baf5-6d81-4746-b0a9-6ffa51f671a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.22 22:30:27.541529 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 119 rows starting from the beginning of the part 2026.01.22 22:30:27.541567 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 563 rows starting from the beginning of the part 2026.01.22 22:30:27.541603 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 119 rows starting from the beginning of the part 2026.01.22 22:30:27.541622 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_166_33} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:27.541635 [ 193 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 69 rows starting from the beginning of the part 2026.01.22 22:30:27.541726 [ 198 ] {048797f8-2913-4120-8057-043480967ec1::all_1_166_33} oximeter.fields_string (048797f8-2913-4120-8057-043480967ec1) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2026.01.22 22:30:27.541858 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.01.22 22:30:27.541930 [ 277 ] {70b6baf5-6d81-4746-b0a9-6ffa51f671a7} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:27.541971 [ 277 ] {70b6baf5-6d81-4746-b0a9-6ffa51f671a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:27.542419 [ 277 ] {70b6baf5-6d81-4746-b0a9-6ffa51f671a7} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.01.22 22:30:27.542772 [ 188 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 2430 rows, containing 5 columns (5 merged, 0 gathered) in 0.001497111 sec., 1623126.1409474649 rows/sec., 126.02 MiB/sec. 2026.01.22 22:30:27.542867 [ 277 ] {70b6baf5-6d81-4746-b0a9-6ffa51f671a7} oximeter.measurements_cumulativeu64 (a9389977-7446-40f0-866a-5b18356d18c4): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:27.543011 [ 277 ] {70b6baf5-6d81-4746-b0a9-6ffa51f671a7} executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. 2026.01.22 22:30:27.543050 [ 277 ] {70b6baf5-6d81-4746-b0a9-6ffa51f671a7} TCPHandler: Processed in 0.001755773 sec. 2026.01.22 22:30:27.543082 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2026.01.22 22:30:27.543160 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:27.543259 [ 277 ] {c3c2f45a-6819-45ef-8acf-a3e82c62cd33} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.22 22:30:27.543314 [ 277 ] {c3c2f45a-6819-45ef-8acf-a3e82c62cd33} 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.01.22 22:30:27.543605 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_166_33} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:27.543686 [ 198 ] {94686fe9-8f29-47df-b786-a03914968c62::all_1_166_33} oximeter.fields_uuid (94686fe9-8f29-47df-b786-a03914968c62) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2026.01.22 22:30:27.543778 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.01.22 22:30:27.544098 [ 277 ] {c3c2f45a-6819-45ef-8acf-a3e82c62cd33} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:27.544140 [ 277 ] {c3c2f45a-6819-45ef-8acf-a3e82c62cd33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:27.544755 [ 277 ] {c3c2f45a-6819-45ef-8acf-a3e82c62cd33} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.01.22 22:30:27.545161 [ 277 ] {c3c2f45a-6819-45ef-8acf-a3e82c62cd33} oximeter.measurements_histogramu64 (1c42e9db-cf46-4a07-8004-c90704eef94b): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:27.545306 [ 277 ] {c3c2f45a-6819-45ef-8acf-a3e82c62cd33} executeQuery: Read 5 rows, 9.17 KiB in 0.002066 sec., 2420.135527589545 rows/sec., 4.34 MiB/sec. 2026.01.22 22:30:27.545372 [ 277 ] {c3c2f45a-6819-45ef-8acf-a3e82c62cd33} TCPHandler: Processed in 0.002261426 sec. 2026.01.22 22:30:27.545481 [ 277 ] {} TCP-Session: 668323c7-82bb-40c5-91b2-9b42d83da16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.22 22:30:27.545576 [ 277 ] {bc3137bd-dfef-4579-a1c7-e8d6db3011ef} executeQuery: (from [fd00:1122:3344:101::d]:65417) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.22 22:30:27.545619 [ 277 ] {bc3137bd-dfef-4579-a1c7-e8d6db3011ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.22 22:30:27.545954 [ 277 ] {bc3137bd-dfef-4579-a1c7-e8d6db3011ef} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:27.545990 [ 277 ] {bc3137bd-dfef-4579-a1c7-e8d6db3011ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:27.546383 [ 277 ] {bc3137bd-dfef-4579-a1c7-e8d6db3011ef} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.01.22 22:30:27.546788 [ 277 ] {bc3137bd-dfef-4579-a1c7-e8d6db3011ef} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:27.546896 [ 95 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2026.01.22 22:30:27.546920 [ 95 ] {} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.22 22:30:27.546922 [ 277 ] {bc3137bd-dfef-4579-a1c7-e8d6db3011ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. 2026.01.22 22:30:27.546935 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2026.01.22 22:30:27.546961 [ 277 ] {bc3137bd-dfef-4579-a1c7-e8d6db3011ef} TCPHandler: Processed in 0.001529581 sec. 2026.01.22 22:30:27.547026 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:30:27.547151 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.22 22:30:27.547185 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_166_33} MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 10086 rows starting from the beginning of the part 2026.01.22 22:30:27.547253 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:30:27.547302 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 60 rows starting from the beginning of the part 2026.01.22 22:30:27.547349 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 60 rows starting from the beginning of the part 2026.01.22 22:30:27.547391 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:30:27.547434 [ 208 ] {fd476c2d-2225-4ed0-9baa-68895464a583::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.01.22 22:30:27.550034 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 10386 rows, containing 4 columns (4 merged, 0 gathered) in 0.003047973 sec., 3407510.4996008826 rows/sec., 226.94 MiB/sec. 2026.01.22 22:30:27.550421 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2026.01.22 22:30:27.551059 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_166_33} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.22 22:30:27.551152 [ 189 ] {fd476c2d-2225-4ed0-9baa-68895464a583::all_1_166_33} oximeter.measurements_u64 (fd476c2d-2225-4ed0-9baa-68895464a583) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2026.01.22 22:30:27.551258 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB.