[ Mar 24 20:56:49 Enabled. ] [ Mar 24 20:56:49 Rereading configuration. ] [ Mar 24 20:56:50 Rereading configuration. ] [ Mar 24 20:57:03 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Mar 24 20:57:03 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.03.24 20:57:05.758786 [ 1 ] {} Application: Will watch for the process with pid 24478 2026.03.24 20:57:05.759090 [ 1 ] {} Application: Forked a child process to watch 2026.03.24 20:57:06.432489 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24478 2026.03.24 20:57:06.435417 [ 1 ] {} Application: starting up 2026.03.24 20:57:06.435580 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.24 20:57:06.618876 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.24 20:57:06.655331 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.24 20:57:06.655419 [ 1 ] {} Application: Initializing DateLUT. 2026.03.24 20:57:06.655438 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.24 20:57:06.655501 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.24 20:57:06.656126 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.24 20:57:06.660555 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.24 20:57:06.661547 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.24 20:57:06.662461 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.03.24 20:57:06.662516 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.03.24 20:57:06.662561 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.24 20:57:06.663341 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.24 20:57:06.664519 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.24 20:57:06.671325 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.24 20:57:06.672076 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.24 20:57:06.673641 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.24 20:57:06.673748 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.24 20:57:06.674907 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.24 20:57:06.675395 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.24 20:57:06.680050 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.24 20:57:06.680813 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.24 20:57:06.686250 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.24 20:57:06.686780 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.24 20:57:06.687270 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.24 20:57:06.687664 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.24 20:57:06.689341 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.24 20:57:06.689370 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.24 20:57:06.689463 [ 130 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:57:06.689562 [ 130 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:57:06.699409 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.24 20:57:06.699437 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000174174 sec 2026.03.24 20:57:06.699493 [ 1 ] {} ReferentialDeps: No tables 2026.03.24 20:57:06.699543 [ 1 ] {} LoadingDeps: No tables 2026.03.24 20:57:06.700243 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.24 20:57:06.700919 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.24 20:57:06.720180 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.24 20:57:06.720233 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.24 20:57:06.720334 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.24 20:57:06.720348 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.24 20:57:06.720387 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.24 20:57:06.720468 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.24 20:57:06.724445 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.24 20:57:06.724493 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.24 20:57:06.724558 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.24 20:57:06.724751 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.24 20:57:06.724796 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.24 20:57:06.724809 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.24 20:57:06.724904 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.24 20:57:06.724918 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.24 20:57:06.724951 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.24 20:57:06.725031 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.24 20:57:06.753895 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.24 20:57:06.756419 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.24 20:57:06.756546 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151094 sec 2026.03.24 20:57:06.756561 [ 1 ] {} ReferentialDeps: No tables 2026.03.24 20:57:06.756572 [ 1 ] {} LoadingDeps: No tables 2026.03.24 20:57:06.756601 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.24 20:57:06.756829 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.24 20:57:06.756970 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.24 20:57:06.756985 [ 1 ] {} Application: Loaded metadata. 2026.03.24 20:57:06.756998 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.03.24 20:57:06.757008 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.24 20:57:06.761100 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.24 20:57:06.761281 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.77 MiB (RSS), difference: 91.99 MiB 2026.03.24 20:57:06.762798 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.3801e-05 sec. 2026.03.24 20:57:06.763252 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.24 20:57:06.764028 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.24 20:57:06.764048 [ 1 ] {} Application: Ready for connections. 2026.03.24 20:57:07.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.78 MiB, peak 116.78 MiB, free memory in arenas 0.00 B, will set to 118.31 MiB (RSS), difference: 1.53 MiB 2026.03.24 20:57:07.284583 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43313 2026.03.24 20:57:07.285879 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:07.285962 [ 4 ] {} TCP-Session: a8c73b4f-5a7b-433b-9c9c-a4246e0da742 Authenticating user 'default' from [fd00:1122:3344:101::a]:43313 2026.03.24 20:57:07.286080 [ 4 ] {} TCP-Session: a8c73b4f-5a7b-433b-9c9c-a4246e0da742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.286098 [ 4 ] {} TCP-Session: a8c73b4f-5a7b-433b-9c9c-a4246e0da742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.286208 [ 4 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.24 20:57:07.286320 [ 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.03.24 20:57:07.286340 [ 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.03.24 20:57:07.290067 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54179 2026.03.24 20:57:07.290078 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40678 2026.03.24 20:57:07.290248 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36741 2026.03.24 20:57:07.290278 [ 6 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47139 2026.03.24 20:57:07.290300 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:07.290369 [ 254 ] {} TCP-Session: 1f497ee6-eadb-4eee-878c-881d0ef6db6d Authenticating user 'default' from [fd00:1122:3344:101::a]:54179 2026.03.24 20:57:07.290387 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40785 2026.03.24 20:57:07.290517 [ 254 ] {} TCP-Session: 1f497ee6-eadb-4eee-878c-881d0ef6db6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.290541 [ 254 ] {} TCP-Session: 1f497ee6-eadb-4eee-878c-881d0ef6db6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.290614 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:07.290652 [ 6 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:07.290629 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51532 2026.03.24 20:57:07.290730 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:07.290799 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60457 2026.03.24 20:57:07.290771 [ 6 ] {} TCP-Session: be1c2379-d503-4042-83d7-ef9616327cf3 Authenticating user 'default' from [fd00:1122:3344:101::a]:47139 2026.03.24 20:57:07.290830 [ 5 ] {} TCP-Session: d75d7cea-9fcd-4be8-8de0-d9d19e842ad7 Authenticating user 'default' from [fd00:1122:3344:101::a]:40678 2026.03.24 20:57:07.290767 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:07.290900 [ 6 ] {} TCP-Session: be1c2379-d503-4042-83d7-ef9616327cf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.290889 [ 5 ] {} TCP-Session: d75d7cea-9fcd-4be8-8de0-d9d19e842ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.290862 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:07.291009 [ 6 ] {} TCP-Session: be1c2379-d503-4042-83d7-ef9616327cf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.290985 [ 5 ] {} TCP-Session: d75d7cea-9fcd-4be8-8de0-d9d19e842ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.291070 [ 257 ] {} TCP-Session: 771f86f2-70d7-450d-a514-57638d56341e Authenticating user 'default' from [fd00:1122:3344:101::a]:51532 2026.03.24 20:57:07.290978 [ 256 ] {} TCP-Session: 4254e02f-ae90-4ed1-bee2-45460683e3b5 Authenticating user 'default' from [fd00:1122:3344:101::a]:40785 2026.03.24 20:57:07.290967 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:07.290740 [ 255 ] {} TCP-Session: c09c69a9-3e86-43a6-88c8-b515681aa218 Authenticating user 'default' from [fd00:1122:3344:101::a]:36741 2026.03.24 20:57:07.291200 [ 257 ] {} TCP-Session: 771f86f2-70d7-450d-a514-57638d56341e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.291233 [ 255 ] {} TCP-Session: c09c69a9-3e86-43a6-88c8-b515681aa218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.291223 [ 256 ] {} TCP-Session: 4254e02f-ae90-4ed1-bee2-45460683e3b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.291319 [ 255 ] {} TCP-Session: c09c69a9-3e86-43a6-88c8-b515681aa218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.291354 [ 256 ] {} TCP-Session: 4254e02f-ae90-4ed1-bee2-45460683e3b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.291307 [ 257 ] {} TCP-Session: 771f86f2-70d7-450d-a514-57638d56341e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.291212 [ 258 ] {} TCP-Session: 5b85459f-80ee-4cde-a6be-c1f9b984f152 Authenticating user 'default' from [fd00:1122:3344:101::a]:60457 2026.03.24 20:57:07.291500 [ 258 ] {} TCP-Session: 5b85459f-80ee-4cde-a6be-c1f9b984f152 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:07.291520 [ 258 ] {} TCP-Session: 5b85459f-80ee-4cde-a6be-c1f9b984f152 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.065212 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36856 2026.03.24 20:57:08.065408 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.065455 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Authenticating user 'default' from [fd00:1122:3344:101::e]:36856 2026.03.24 20:57:08.065478 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.065556 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.065629 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.24 20:57:08.065655 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 20:57:08.065752 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 20:57:08.066209 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40108 2026.03.24 20:57:08.066314 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57658 2026.03.24 20:57:08.066407 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34492 2026.03.24 20:57:08.066417 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.066558 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45667 2026.03.24 20:57:08.066581 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.066569 [ 260 ] {} TCP-Session: 62764c37-3810-48d7-a5c4-1017c60b72ee Authenticating user 'default' from [fd00:1122:3344:101::e]:40108 2026.03.24 20:57:08.066649 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.066677 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55908 2026.03.24 20:57:08.066641 [ 261 ] {} TCP-Session: 88d2ca52-2904-4883-b3a1-f5c1f713bc50 Authenticating user 'default' from [fd00:1122:3344:101::e]:57658 2026.03.24 20:57:08.066734 [ 260 ] {} TCP-Session: 62764c37-3810-48d7-a5c4-1017c60b72ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.066788 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40874 2026.03.24 20:57:08.066791 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.066771 [ 261 ] {} TCP-Session: 88d2ca52-2904-4883-b3a1-f5c1f713bc50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.066891 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.066842 [ 260 ] {} TCP-Session: 62764c37-3810-48d7-a5c4-1017c60b72ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.066759 [ 262 ] {} TCP-Session: 7ef41141-2aba-436f-9b7b-9ba9dacf8182 Authenticating user 'default' from [fd00:1122:3344:101::e]:34492 2026.03.24 20:57:08.067041 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.067100 [ 262 ] {} TCP-Session: 7ef41141-2aba-436f-9b7b-9ba9dacf8182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.067027 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50133 2026.03.24 20:57:08.067022 [ 264 ] {} TCP-Session: bc0e5c53-f5bd-40d7-860d-b05b3672ff08 Authenticating user 'default' from [fd00:1122:3344:101::e]:55908 2026.03.24 20:57:08.067183 [ 262 ] {} TCP-Session: 7ef41141-2aba-436f-9b7b-9ba9dacf8182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.067168 [ 265 ] {} TCP-Session: 8f1a2186-52a4-4431-a33f-8f34947a8df0 Authenticating user 'default' from [fd00:1122:3344:101::e]:40874 2026.03.24 20:57:08.066940 [ 261 ] {} TCP-Session: 88d2ca52-2904-4883-b3a1-f5c1f713bc50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.067263 [ 265 ] {} TCP-Session: 8f1a2186-52a4-4431-a33f-8f34947a8df0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.067254 [ 264 ] {} TCP-Session: bc0e5c53-f5bd-40d7-860d-b05b3672ff08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.066922 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44414 2026.03.24 20:57:08.067348 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.067382 [ 265 ] {} TCP-Session: 8f1a2186-52a4-4431-a33f-8f34947a8df0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.067359 [ 264 ] {} TCP-Session: bc0e5c53-f5bd-40d7-860d-b05b3672ff08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.067487 [ 267 ] {} TCP-Session: e65e7782-2b96-473d-932b-f3b34d1c5a26 Authenticating user 'default' from [fd00:1122:3344:101::e]:50133 2026.03.24 20:57:08.066864 [ 263 ] {} TCP-Session: 81410b12-b234-48d3-b480-e66ea7f682d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:45667 2026.03.24 20:57:08.067573 [ 263 ] {} TCP-Session: 81410b12-b234-48d3-b480-e66ea7f682d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.067577 [ 267 ] {} TCP-Session: e65e7782-2b96-473d-932b-f3b34d1c5a26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.067638 [ 263 ] {} TCP-Session: 81410b12-b234-48d3-b480-e66ea7f682d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.067594 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.067692 [ 267 ] {} TCP-Session: e65e7782-2b96-473d-932b-f3b34d1c5a26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.067717 [ 266 ] {} TCP-Session: 52879822-d096-4210-baf8-83d5eb92742f Authenticating user 'default' from [fd00:1122:3344:101::e]:44414 2026.03.24 20:57:08.067801 [ 266 ] {} TCP-Session: 52879822-d096-4210-baf8-83d5eb92742f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.067814 [ 266 ] {} TCP-Session: 52879822-d096-4210-baf8-83d5eb92742f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.074597 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.077431 [ 259 ] {ab297284-9717-4f56-a5ff-b3941f72513f} executeQuery: (from [fd00:1122:3344:101::e]:36856) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 20:57:08.173251 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55981 2026.03.24 20:57:08.182645 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.182705 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Authenticating user 'default' from [fd00:1122:3344:101::d]:55981 2026.03.24 20:57:08.182728 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.182821 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.182900 [ 268 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.24 20:57:08.182954 [ 268 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 20:57:08.183057 [ 268 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 20:57:08.186668 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45066 2026.03.24 20:57:08.188410 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.188444 [ 259 ] {ab297284-9717-4f56-a5ff-b3941f72513f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::e]:36856) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 20:57:08.188497 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57635 2026.03.24 20:57:08.188563 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33386 2026.03.24 20:57:08.188464 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53913 2026.03.24 20:57:08.188469 [ 269 ] {} TCP-Session: b23638d3-9c89-4b27-a0aa-82c1e87feef9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45066 2026.03.24 20:57:08.188646 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34467 2026.03.24 20:57:08.188829 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38165 2026.03.24 20:57:08.188849 [ 269 ] {} TCP-Session: b23638d3-9c89-4b27-a0aa-82c1e87feef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.188925 [ 269 ] {} TCP-Session: b23638d3-9c89-4b27-a0aa-82c1e87feef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.188945 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56139 2026.03.24 20:57:08.189615 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37103 2026.03.24 20:57:08.189631 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.189701 [ 259 ] {ab297284-9717-4f56-a5ff-b3941f72513f} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 20:57:08.189773 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Authenticating user 'default' from [fd00:1122:3344:101::d]:57635 2026.03.24 20:57:08.189777 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.189803 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.189825 [ 275 ] {} TCP-Session: 2123f29c-a87e-4803-935f-ebe699f086d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56139 2026.03.24 20:57:08.189987 [ 259 ] {ab297284-9717-4f56-a5ff-b3941f72513f} TCPHandler: Processed in 0.121472146 sec. 2026.03.24 20:57:08.190001 [ 275 ] {} TCP-Session: 2123f29c-a87e-4803-935f-ebe699f086d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.190010 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.190066 [ 275 ] {} TCP-Session: 2123f29c-a87e-4803-935f-ebe699f086d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.190088 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.190093 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.190158 [ 276 ] {} TCP-Session: b69613b2-05d3-4141-a229-7c08c5ad45f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:37103 2026.03.24 20:57:08.190118 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.190123 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.190274 [ 261 ] {} TCP-Session: 88d2ca52-2904-4883-b3a1-f5c1f713bc50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.190266 [ 276 ] {} TCP-Session: b69613b2-05d3-4141-a229-7c08c5ad45f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.190226 [ 274 ] {} TCP-Session: 91f205d2-7f2d-419c-8415-f4c79f5a6c26 Authenticating user 'default' from [fd00:1122:3344:101::d]:38165 2026.03.24 20:57:08.190371 [ 276 ] {} TCP-Session: b69613b2-05d3-4141-a229-7c08c5ad45f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.190365 [ 272 ] {} TCP-Session: e86ccac9-e364-4674-b772-a919ebc70f2a Authenticating user 'default' from [fd00:1122:3344:101::d]:33386 2026.03.24 20:57:08.190435 [ 274 ] {} TCP-Session: 91f205d2-7f2d-419c-8415-f4c79f5a6c26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.190457 [ 272 ] {} TCP-Session: e86ccac9-e364-4674-b772-a919ebc70f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.190413 [ 268 ] {bb7d8a0a-575d-49f0-b364-a5546168348e} executeQuery: (from [fd00:1122:3344:101::d]:55981) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 20:57:08.190514 [ 274 ] {} TCP-Session: 91f205d2-7f2d-419c-8415-f4c79f5a6c26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.190534 [ 272 ] {} TCP-Session: e86ccac9-e364-4674-b772-a919ebc70f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.190483 [ 261 ] {5dc6f6ae-5ac5-46d3-8bc8-ef3c25a5ce44} executeQuery: (from [fd00:1122:3344:101::e]:57658) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 20:57:08.190716 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.190759 [ 273 ] {} TCP-Session: 13772c1f-18e4-49ee-bf4e-0af5cca8d864 Authenticating user 'default' from [fd00:1122:3344:101::d]:34467 2026.03.24 20:57:08.190776 [ 273 ] {} TCP-Session: 13772c1f-18e4-49ee-bf4e-0af5cca8d864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.190848 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:08.190910 [ 273 ] {} TCP-Session: 13772c1f-18e4-49ee-bf4e-0af5cca8d864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.190928 [ 271 ] {} TCP-Session: 69a431ac-4760-4b65-8a6e-f114174e5659 Authenticating user 'default' from [fd00:1122:3344:101::d]:53913 2026.03.24 20:57:08.190996 [ 271 ] {} TCP-Session: 69a431ac-4760-4b65-8a6e-f114174e5659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.191043 [ 271 ] {} TCP-Session: 69a431ac-4760-4b65-8a6e-f114174e5659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.191236 [ 261 ] {5dc6f6ae-5ac5-46d3-8bc8-ef3c25a5ce44} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::e]:57658) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 20:57:08.191253 [ 268 ] {bb7d8a0a-575d-49f0-b364-a5546168348e} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55981) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 20:57:08.191522 [ 261 ] {5dc6f6ae-5ac5-46d3-8bc8-ef3c25a5ce44} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 20:57:08.191602 [ 268 ] {bb7d8a0a-575d-49f0-b364-a5546168348e} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 20:57:08.191787 [ 261 ] {5dc6f6ae-5ac5-46d3-8bc8-ef3c25a5ce44} TCPHandler: Processed in 0.001625374 sec. 2026.03.24 20:57:08.191878 [ 268 ] {bb7d8a0a-575d-49f0-b364-a5546168348e} TCPHandler: Processed in 0.002057576 sec. 2026.03.24 20:57:08.192073 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.192226 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.192908 [ 259 ] {2e2cfb05-e986-4241-a8f1-d4bc0b3e914b} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.24 20:57:08.192915 [ 270 ] {631a86f9-60e6-4687-ad21-56c3264dc9fe} executeQuery: (from [fd00:1122:3344:101::d]:57635) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 20:57:08.193385 [ 270 ] {631a86f9-60e6-4687-ad21-56c3264dc9fe} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57635) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 20:57:08.193691 [ 259 ] {2e2cfb05-e986-4241-a8f1-d4bc0b3e914b} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.24 20:57:08.194140 [ 270 ] {631a86f9-60e6-4687-ad21-56c3264dc9fe} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 20:57:08.194464 [ 270 ] {631a86f9-60e6-4687-ad21-56c3264dc9fe} TCPHandler: Processed in 0.002396945 sec. 2026.03.24 20:57:08.194820 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.194942 [ 268 ] {7131ec96-4b69-4c47-9bf8-500094167f41} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.24 20:57:08.195075 [ 268 ] {7131ec96-4b69-4c47-9bf8-500094167f41} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.24 20:57:08.195970 [ 259 ] {2e2cfb05-e986-4241-a8f1-d4bc0b3e914b} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.24 20:57:08.196126 [ 259 ] {2e2cfb05-e986-4241-a8f1-d4bc0b3e914b} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000193685 sec 2026.03.24 20:57:08.196147 [ 259 ] {2e2cfb05-e986-4241-a8f1-d4bc0b3e914b} ReferentialDeps: No tables 2026.03.24 20:57:08.196162 [ 259 ] {2e2cfb05-e986-4241-a8f1-d4bc0b3e914b} LoadingDeps: No tables 2026.03.24 20:57:08.196189 [ 259 ] {2e2cfb05-e986-4241-a8f1-d4bc0b3e914b} DatabaseAtomic (oximeter): Starting up tables. 2026.03.24 20:57:08.197047 [ 259 ] {2e2cfb05-e986-4241-a8f1-d4bc0b3e914b} TCPHandler: Processed in 0.005081207 sec. 2026.03.24 20:57:08.197051 [ 268 ] {7131ec96-4b69-4c47-9bf8-500094167f41} TCPHandler: Processed in 0.002297112 sec. 2026.03.24 20:57:08.197189 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.197228 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.197346 [ 259 ] {a0009127-fac6-430b-b527-1fbba14d814c} executeQuery: (from [fd00:1122:3344:101::e]:36856) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.03.24 20:57:08.197485 [ 268 ] {c6737b04-a19d-4cde-89cd-32e26ec5c419} executeQuery: (from [fd00:1122:3344:101::d]:55981) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.03.24 20:57:08.197501 [ 259 ] {a0009127-fac6-430b-b527-1fbba14d814c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.24 20:57:08.197544 [ 268 ] {c6737b04-a19d-4cde-89cd-32e26ec5c419} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.24 20:57:08.202788 [ 259 ] {a0009127-fac6-430b-b527-1fbba14d814c} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.24 20:57:08.204301 [ 259 ] {a0009127-fac6-430b-b527-1fbba14d814c} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b): Loading data parts 2026.03.24 20:57:08.206758 [ 259 ] {a0009127-fac6-430b-b527-1fbba14d814c} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b): There are no data parts 2026.03.24 20:57:08.209818 [ 259 ] {a0009127-fac6-430b-b527-1fbba14d814c} TCPHandler: Processed in 0.012677551 sec. 2026.03.24 20:57:08.209830 [ 268 ] {c6737b04-a19d-4cde-89cd-32e26ec5c419} TCPHandler: Processed in 0.012650752 sec. 2026.03.24 20:57:08.209942 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.210007 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.210229 [ 259 ] {4925b45c-1640-46d7-829b-a0b600d79e44} executeQuery: (from [fd00:1122:3344:101::e]:36856) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.210242 [ 268 ] {d532b4d2-13cf-47ff-84d9-c4ebf034cfd6} executeQuery: (from [fd00:1122:3344:101::d]:55981) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.210371 [ 259 ] {4925b45c-1640-46d7-829b-a0b600d79e44} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.24 20:57:08.210442 [ 268 ] {d532b4d2-13cf-47ff-84d9-c4ebf034cfd6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.24 20:57:08.224451 [ 259 ] {4925b45c-1640-46d7-829b-a0b600d79e44} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Loading data parts 2026.03.24 20:57:08.224681 [ 259 ] {4925b45c-1640-46d7-829b-a0b600d79e44} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): There are no data parts 2026.03.24 20:57:08.226139 [ 259 ] {4925b45c-1640-46d7-829b-a0b600d79e44} TCPHandler: Processed in 0.016246728 sec. 2026.03.24 20:57:08.226171 [ 268 ] {d532b4d2-13cf-47ff-84d9-c4ebf034cfd6} TCPHandler: Processed in 0.016212967 sec. 2026.03.24 20:57:08.226259 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.226414 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.226431 [ 259 ] {5bf8f964-44bb-4522-a632-58625459f21a} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.226560 [ 259 ] {5bf8f964-44bb-4522-a632-58625459f21a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.24 20:57:08.226671 [ 268 ] {de9963bc-d7b7-462c-b314-59bd81570c4f} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.226774 [ 268 ] {de9963bc-d7b7-462c-b314-59bd81570c4f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.24 20:57:08.228586 [ 259 ] {5bf8f964-44bb-4522-a632-58625459f21a} oximeter.measurements_i8 (3d363701-c140-48a5-b322-ceda3ea39b4c): Loading data parts 2026.03.24 20:57:08.228750 [ 259 ] {5bf8f964-44bb-4522-a632-58625459f21a} oximeter.measurements_i8 (3d363701-c140-48a5-b322-ceda3ea39b4c): There are no data parts 2026.03.24 20:57:08.230093 [ 259 ] {5bf8f964-44bb-4522-a632-58625459f21a} TCPHandler: Processed in 0.003883285 sec. 2026.03.24 20:57:08.230110 [ 268 ] {de9963bc-d7b7-462c-b314-59bd81570c4f} TCPHandler: Processed in 0.003743761 sec. 2026.03.24 20:57:08.230263 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.230319 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.230429 [ 259 ] {d207fa26-6c85-4d14-930f-352e6900abae} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.230579 [ 259 ] {d207fa26-6c85-4d14-930f-352e6900abae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.24 20:57:08.230594 [ 268 ] {202030d3-da5e-4a5a-9365-f839ac9a9d08} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.230738 [ 268 ] {202030d3-da5e-4a5a-9365-f839ac9a9d08} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.24 20:57:08.233267 [ 259 ] {d207fa26-6c85-4d14-930f-352e6900abae} oximeter.measurements_u8 (01a9ccf1-c6f6-4caa-bd93-c64822135ad8): Loading data parts 2026.03.24 20:57:08.233424 [ 259 ] {d207fa26-6c85-4d14-930f-352e6900abae} oximeter.measurements_u8 (01a9ccf1-c6f6-4caa-bd93-c64822135ad8): There are no data parts 2026.03.24 20:57:08.234836 [ 259 ] {d207fa26-6c85-4d14-930f-352e6900abae} TCPHandler: Processed in 0.004622715 sec. 2026.03.24 20:57:08.234861 [ 268 ] {202030d3-da5e-4a5a-9365-f839ac9a9d08} TCPHandler: Processed in 0.004586884 sec. 2026.03.24 20:57:08.234941 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.235018 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.235206 [ 259 ] {9baa16a1-2417-484b-bc66-c78b1689f1ca} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.235222 [ 268 ] {f2c6840c-3670-48b9-8cfb-aad8bdb5a197} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.235352 [ 259 ] {9baa16a1-2417-484b-bc66-c78b1689f1ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.24 20:57:08.235420 [ 268 ] {f2c6840c-3670-48b9-8cfb-aad8bdb5a197} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.24 20:57:08.237544 [ 259 ] {9baa16a1-2417-484b-bc66-c78b1689f1ca} oximeter.measurements_i16 (1d220f22-de93-4dd2-817d-1571554bab44): Loading data parts 2026.03.24 20:57:08.237838 [ 259 ] {9baa16a1-2417-484b-bc66-c78b1689f1ca} oximeter.measurements_i16 (1d220f22-de93-4dd2-817d-1571554bab44): There are no data parts 2026.03.24 20:57:08.239918 [ 259 ] {9baa16a1-2417-484b-bc66-c78b1689f1ca} TCPHandler: Processed in 0.005024766 sec. 2026.03.24 20:57:08.239938 [ 268 ] {f2c6840c-3670-48b9-8cfb-aad8bdb5a197} TCPHandler: Processed in 0.004967514 sec. 2026.03.24 20:57:08.240026 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.240189 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.240200 [ 259 ] {0d9723bf-6620-40bf-85b1-8df4e6c1a8a2} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.240351 [ 259 ] {0d9723bf-6620-40bf-85b1-8df4e6c1a8a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.24 20:57:08.240357 [ 268 ] {06315f7c-909d-4a12-9cc6-9e86daeb480a} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.240501 [ 268 ] {06315f7c-909d-4a12-9cc6-9e86daeb480a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.24 20:57:08.242401 [ 259 ] {0d9723bf-6620-40bf-85b1-8df4e6c1a8a2} oximeter.measurements_u16 (c02be378-e974-4cc5-8ca5-bf7cc72f17f6): Loading data parts 2026.03.24 20:57:08.242549 [ 259 ] {0d9723bf-6620-40bf-85b1-8df4e6c1a8a2} oximeter.measurements_u16 (c02be378-e974-4cc5-8ca5-bf7cc72f17f6): There are no data parts 2026.03.24 20:57:08.244066 [ 259 ] {0d9723bf-6620-40bf-85b1-8df4e6c1a8a2} TCPHandler: Processed in 0.004091111 sec. 2026.03.24 20:57:08.244075 [ 268 ] {06315f7c-909d-4a12-9cc6-9e86daeb480a} TCPHandler: Processed in 0.003934576 sec. 2026.03.24 20:57:08.244293 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.244326 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.244454 [ 259 ] {13189d71-1478-4607-bcc8-a3ee65d0b166} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.244575 [ 268 ] {57730474-019f-4192-b9b5-5da3f72730b9} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.244610 [ 259 ] {13189d71-1478-4607-bcc8-a3ee65d0b166} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.24 20:57:08.244621 [ 268 ] {57730474-019f-4192-b9b5-5da3f72730b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.24 20:57:08.246786 [ 259 ] {13189d71-1478-4607-bcc8-a3ee65d0b166} oximeter.measurements_i32 (980f23cb-e68f-416d-bb1e-7ee04cf216b2): Loading data parts 2026.03.24 20:57:08.246951 [ 259 ] {13189d71-1478-4607-bcc8-a3ee65d0b166} oximeter.measurements_i32 (980f23cb-e68f-416d-bb1e-7ee04cf216b2): There are no data parts 2026.03.24 20:57:08.249052 [ 259 ] {13189d71-1478-4607-bcc8-a3ee65d0b166} TCPHandler: Processed in 0.004807959 sec. 2026.03.24 20:57:08.249066 [ 268 ] {57730474-019f-4192-b9b5-5da3f72730b9} TCPHandler: Processed in 0.004788209 sec. 2026.03.24 20:57:08.249154 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.249223 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.249482 [ 259 ] {0ae3529d-1963-45a7-8aa1-97ceec99a616} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.249503 [ 268 ] {11f33274-1248-4d1f-aa45-7d60e49614e7} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.249625 [ 259 ] {0ae3529d-1963-45a7-8aa1-97ceec99a616} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.24 20:57:08.249696 [ 268 ] {11f33274-1248-4d1f-aa45-7d60e49614e7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.24 20:57:08.251509 [ 259 ] {0ae3529d-1963-45a7-8aa1-97ceec99a616} oximeter.measurements_u32 (1c6a61c9-13ed-46f6-8c75-2888dd55e102): Loading data parts 2026.03.24 20:57:08.251776 [ 259 ] {0ae3529d-1963-45a7-8aa1-97ceec99a616} oximeter.measurements_u32 (1c6a61c9-13ed-46f6-8c75-2888dd55e102): There are no data parts 2026.03.24 20:57:08.253165 [ 259 ] {0ae3529d-1963-45a7-8aa1-97ceec99a616} TCPHandler: Processed in 0.004058219 sec. 2026.03.24 20:57:08.253187 [ 268 ] {11f33274-1248-4d1f-aa45-7d60e49614e7} TCPHandler: Processed in 0.004012098 sec. 2026.03.24 20:57:08.253271 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.253454 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.253481 [ 259 ] {916a1148-d6e3-4b9c-ae19-d3e920ce9bb6} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.253622 [ 268 ] {bbb30e72-9332-4bb9-ba37-fc17217f6957} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.253630 [ 259 ] {916a1148-d6e3-4b9c-ae19-d3e920ce9bb6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.24 20:57:08.253779 [ 268 ] {bbb30e72-9332-4bb9-ba37-fc17217f6957} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.24 20:57:08.256487 [ 259 ] {916a1148-d6e3-4b9c-ae19-d3e920ce9bb6} oximeter.measurements_i64 (842726d1-c198-4f7c-a078-3e89ffa717a4): Loading data parts 2026.03.24 20:57:08.256639 [ 259 ] {916a1148-d6e3-4b9c-ae19-d3e920ce9bb6} oximeter.measurements_i64 (842726d1-c198-4f7c-a078-3e89ffa717a4): There are no data parts 2026.03.24 20:57:08.258375 [ 259 ] {916a1148-d6e3-4b9c-ae19-d3e920ce9bb6} TCPHandler: Processed in 0.005153558 sec. 2026.03.24 20:57:08.258392 [ 268 ] {bbb30e72-9332-4bb9-ba37-fc17217f6957} TCPHandler: Processed in 0.004988425 sec. 2026.03.24 20:57:08.258584 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.258645 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.258757 [ 259 ] {ff8a4d50-7959-4e4e-a7e0-f02c0d6a62b5} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.258903 [ 259 ] {ff8a4d50-7959-4e4e-a7e0-f02c0d6a62b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.24 20:57:08.258912 [ 268 ] {8c35be05-0f67-4481-826b-010ac8704754} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.259061 [ 268 ] {8c35be05-0f67-4481-826b-010ac8704754} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.24 20:57:08.260806 [ 259 ] {ff8a4d50-7959-4e4e-a7e0-f02c0d6a62b5} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Loading data parts 2026.03.24 20:57:08.260971 [ 259 ] {ff8a4d50-7959-4e4e-a7e0-f02c0d6a62b5} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): There are no data parts 2026.03.24 20:57:08.262496 [ 259 ] {ff8a4d50-7959-4e4e-a7e0-f02c0d6a62b5} TCPHandler: Processed in 0.003961717 sec. 2026.03.24 20:57:08.262524 [ 268 ] {8c35be05-0f67-4481-826b-010ac8704754} TCPHandler: Processed in 0.003929506 sec. 2026.03.24 20:57:08.262598 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.262685 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.262942 [ 268 ] {5acd0a62-a90c-43e9-8736-5644dc2112fc} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.262976 [ 259 ] {db1a9392-3f47-41e2-a096-749676f8d876} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.263098 [ 268 ] {5acd0a62-a90c-43e9-8736-5644dc2112fc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.24 20:57:08.263175 [ 259 ] {db1a9392-3f47-41e2-a096-749676f8d876} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.24 20:57:08.265250 [ 268 ] {5acd0a62-a90c-43e9-8736-5644dc2112fc} oximeter.measurements_f32 (fa220926-0b8d-4f1a-81e8-e0f76a8cc806): Loading data parts 2026.03.24 20:57:08.265506 [ 268 ] {5acd0a62-a90c-43e9-8736-5644dc2112fc} oximeter.measurements_f32 (fa220926-0b8d-4f1a-81e8-e0f76a8cc806): There are no data parts 2026.03.24 20:57:08.266919 [ 268 ] {5acd0a62-a90c-43e9-8736-5644dc2112fc} TCPHandler: Processed in 0.004282175 sec. 2026.03.24 20:57:08.266929 [ 259 ] {db1a9392-3f47-41e2-a096-749676f8d876} TCPHandler: Processed in 0.004377698 sec. 2026.03.24 20:57:08.267072 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.267117 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.267273 [ 268 ] {c2540b4d-fcad-4b25-a1ca-8fa05d986e67} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.267284 [ 259 ] {b5cc3da7-9857-4110-9fbe-6ff2fb4f48a4} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.267419 [ 268 ] {c2540b4d-fcad-4b25-a1ca-8fa05d986e67} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.24 20:57:08.267507 [ 259 ] {b5cc3da7-9857-4110-9fbe-6ff2fb4f48a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.24 20:57:08.269362 [ 268 ] {c2540b4d-fcad-4b25-a1ca-8fa05d986e67} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Loading data parts 2026.03.24 20:57:08.269501 [ 268 ] {c2540b4d-fcad-4b25-a1ca-8fa05d986e67} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): There are no data parts 2026.03.24 20:57:08.270942 [ 268 ] {c2540b4d-fcad-4b25-a1ca-8fa05d986e67} TCPHandler: Processed in 0.003917336 sec. 2026.03.24 20:57:08.270952 [ 259 ] {b5cc3da7-9857-4110-9fbe-6ff2fb4f48a4} TCPHandler: Processed in 0.003885945 sec. 2026.03.24 20:57:08.271165 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.271193 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.271315 [ 259 ] {99834da4-ea1e-43ad-be7a-77157eb3ff8f} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.271431 [ 268 ] {971c72c3-8e63-40bf-914c-af78d56a7cba} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.271464 [ 259 ] {99834da4-ea1e-43ad-be7a-77157eb3ff8f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.24 20:57:08.271479 [ 268 ] {971c72c3-8e63-40bf-914c-af78d56a7cba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.24 20:57:08.273451 [ 259 ] {99834da4-ea1e-43ad-be7a-77157eb3ff8f} oximeter.measurements_string (e5f82e80-10e7-4d1e-8d77-6c9f84c411ca): Loading data parts 2026.03.24 20:57:08.273593 [ 259 ] {99834da4-ea1e-43ad-be7a-77157eb3ff8f} oximeter.measurements_string (e5f82e80-10e7-4d1e-8d77-6c9f84c411ca): There are no data parts 2026.03.24 20:57:08.275051 [ 259 ] {99834da4-ea1e-43ad-be7a-77157eb3ff8f} TCPHandler: Processed in 0.003931796 sec. 2026.03.24 20:57:08.275053 [ 268 ] {971c72c3-8e63-40bf-914c-af78d56a7cba} TCPHandler: Processed in 0.003908255 sec. 2026.03.24 20:57:08.275174 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.275229 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.275457 [ 259 ] {58439aca-cf43-4e6a-a88c-2752656c88de} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.275484 [ 268 ] {74358d81-74ca-4605-9666-cf97185bdb0e} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.275600 [ 259 ] {58439aca-cf43-4e6a-a88c-2752656c88de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.24 20:57:08.275678 [ 268 ] {74358d81-74ca-4605-9666-cf97185bdb0e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.24 20:57:08.277426 [ 259 ] {58439aca-cf43-4e6a-a88c-2752656c88de} oximeter.measurements_bytes (7dd85410-d31e-4d36-b0ec-e000c836d123): Loading data parts 2026.03.24 20:57:08.277567 [ 259 ] {58439aca-cf43-4e6a-a88c-2752656c88de} oximeter.measurements_bytes (7dd85410-d31e-4d36-b0ec-e000c836d123): There are no data parts 2026.03.24 20:57:08.279008 [ 259 ] {58439aca-cf43-4e6a-a88c-2752656c88de} TCPHandler: Processed in 0.003886595 sec. 2026.03.24 20:57:08.279036 [ 268 ] {74358d81-74ca-4605-9666-cf97185bdb0e} TCPHandler: Processed in 0.003853914 sec. 2026.03.24 20:57:08.279114 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.279275 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.279310 [ 259 ] {cd4df794-906d-4af8-91fb-4a06bd6360e8} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.279435 [ 259 ] {cd4df794-906d-4af8-91fb-4a06bd6360e8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.24 20:57:08.279529 [ 268 ] {cdc6e9d3-c751-4c17-8d71-4f9539553fc6} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.279688 [ 268 ] {cdc6e9d3-c751-4c17-8d71-4f9539553fc6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.24 20:57:08.281413 [ 259 ] {cd4df794-906d-4af8-91fb-4a06bd6360e8} oximeter.measurements_cumulativei64 (44a90f0b-c86f-409d-9a70-e11d5252edb0): Loading data parts 2026.03.24 20:57:08.281602 [ 259 ] {cd4df794-906d-4af8-91fb-4a06bd6360e8} oximeter.measurements_cumulativei64 (44a90f0b-c86f-409d-9a70-e11d5252edb0): There are no data parts 2026.03.24 20:57:08.283088 [ 259 ] {cd4df794-906d-4af8-91fb-4a06bd6360e8} TCPHandler: Processed in 0.004022299 sec. 2026.03.24 20:57:08.283104 [ 268 ] {cdc6e9d3-c751-4c17-8d71-4f9539553fc6} TCPHandler: Processed in 0.003879494 sec. 2026.03.24 20:57:08.283193 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.283249 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.283453 [ 259 ] {44c1bf1b-d992-4c47-b179-089944ffa115} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.283453 [ 268 ] {e27395fd-f9f3-41c5-afe0-28998bdcfc3f} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.283604 [ 259 ] {44c1bf1b-d992-4c47-b179-089944ffa115} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.24 20:57:08.283686 [ 268 ] {e27395fd-f9f3-41c5-afe0-28998bdcfc3f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.24 20:57:08.285604 [ 259 ] {44c1bf1b-d992-4c47-b179-089944ffa115} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Loading data parts 2026.03.24 20:57:08.285748 [ 259 ] {44c1bf1b-d992-4c47-b179-089944ffa115} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): There are no data parts 2026.03.24 20:57:08.287141 [ 259 ] {44c1bf1b-d992-4c47-b179-089944ffa115} TCPHandler: Processed in 0.004016459 sec. 2026.03.24 20:57:08.287164 [ 268 ] {e27395fd-f9f3-41c5-afe0-28998bdcfc3f} TCPHandler: Processed in 0.003984577 sec. 2026.03.24 20:57:08.287333 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.287380 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.287489 [ 259 ] {ac19da7c-351b-47fa-9ae8-880a93693a6c} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.287623 [ 268 ] {3a1e8bbe-86a1-45a5-b8fd-b01c16d97da1} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.287630 [ 259 ] {ac19da7c-351b-47fa-9ae8-880a93693a6c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.24 20:57:08.287766 [ 268 ] {3a1e8bbe-86a1-45a5-b8fd-b01c16d97da1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.24 20:57:08.289595 [ 259 ] {ac19da7c-351b-47fa-9ae8-880a93693a6c} oximeter.measurements_cumulativef32 (18e43b37-b792-4f39-9170-c7e85d3f56ab): Loading data parts 2026.03.24 20:57:08.289940 [ 259 ] {ac19da7c-351b-47fa-9ae8-880a93693a6c} oximeter.measurements_cumulativef32 (18e43b37-b792-4f39-9170-c7e85d3f56ab): There are no data parts 2026.03.24 20:57:08.291298 [ 259 ] {ac19da7c-351b-47fa-9ae8-880a93693a6c} TCPHandler: Processed in 0.003981847 sec. 2026.03.24 20:57:08.291319 [ 268 ] {3a1e8bbe-86a1-45a5-b8fd-b01c16d97da1} TCPHandler: Processed in 0.003950407 sec. 2026.03.24 20:57:08.291403 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.291548 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.291572 [ 259 ] {fa43a3fc-2cdb-457c-b3ca-fa2a1d0faa15} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.291705 [ 268 ] {98d579b1-4501-4b4a-988e-0dd8e0145291} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.291733 [ 259 ] {fa43a3fc-2cdb-457c-b3ca-fa2a1d0faa15} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.24 20:57:08.291839 [ 268 ] {98d579b1-4501-4b4a-988e-0dd8e0145291} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.24 20:57:08.294401 [ 259 ] {fa43a3fc-2cdb-457c-b3ca-fa2a1d0faa15} oximeter.measurements_cumulativef64 (6784e6e5-a68b-49be-bb34-46872589de21): Loading data parts 2026.03.24 20:57:08.294607 [ 259 ] {fa43a3fc-2cdb-457c-b3ca-fa2a1d0faa15} oximeter.measurements_cumulativef64 (6784e6e5-a68b-49be-bb34-46872589de21): There are no data parts 2026.03.24 20:57:08.296074 [ 259 ] {fa43a3fc-2cdb-457c-b3ca-fa2a1d0faa15} TCPHandler: Processed in 0.004719857 sec. 2026.03.24 20:57:08.296092 [ 268 ] {98d579b1-4501-4b4a-988e-0dd8e0145291} TCPHandler: Processed in 0.004590934 sec. 2026.03.24 20:57:08.296201 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.296244 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.296612 [ 259 ] {d33f905b-44c5-4387-944c-fba55c56eb9a} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.296657 [ 268 ] {54c09025-79ec-418a-a849-78434b30f16e} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.296770 [ 259 ] {d33f905b-44c5-4387-944c-fba55c56eb9a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.24 20:57:08.296858 [ 268 ] {54c09025-79ec-418a-a849-78434b30f16e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.24 20:57:08.299003 [ 259 ] {d33f905b-44c5-4387-944c-fba55c56eb9a} oximeter.measurements_histogrami8 (32bf9bce-615e-4877-ae4d-1c7c1df9378e): Loading data parts 2026.03.24 20:57:08.299154 [ 259 ] {d33f905b-44c5-4387-944c-fba55c56eb9a} oximeter.measurements_histogrami8 (32bf9bce-615e-4877-ae4d-1c7c1df9378e): There are no data parts 2026.03.24 20:57:08.300598 [ 259 ] {d33f905b-44c5-4387-944c-fba55c56eb9a} TCPHandler: Processed in 0.00444668 sec. 2026.03.24 20:57:08.300613 [ 268 ] {54c09025-79ec-418a-a849-78434b30f16e} TCPHandler: Processed in 0.00441975 sec. 2026.03.24 20:57:08.300722 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.300766 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.301047 [ 259 ] {223d8966-cc75-4978-942e-f978e872c4ec} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.301057 [ 268 ] {b5f4acc3-6b02-40bc-95c9-db80f9329a8f} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.301209 [ 259 ] {223d8966-cc75-4978-942e-f978e872c4ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.24 20:57:08.301294 [ 268 ] {b5f4acc3-6b02-40bc-95c9-db80f9329a8f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.24 20:57:08.303523 [ 259 ] {223d8966-cc75-4978-942e-f978e872c4ec} oximeter.measurements_histogramu8 (22e8ff00-5026-48f4-af7a-aaf783d68a3e): Loading data parts 2026.03.24 20:57:08.303766 [ 259 ] {223d8966-cc75-4978-942e-f978e872c4ec} oximeter.measurements_histogramu8 (22e8ff00-5026-48f4-af7a-aaf783d68a3e): There are no data parts 2026.03.24 20:57:08.305271 [ 259 ] {223d8966-cc75-4978-942e-f978e872c4ec} TCPHandler: Processed in 0.004596514 sec. 2026.03.24 20:57:08.305274 [ 268 ] {b5f4acc3-6b02-40bc-95c9-db80f9329a8f} TCPHandler: Processed in 0.004555873 sec. 2026.03.24 20:57:08.305393 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.305497 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.305674 [ 259 ] {cdc62770-389f-4e12-82a1-d28555e67ca0} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.305728 [ 268 ] {071d186e-9c1d-4327-b86e-f1d8204c79bf} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.305848 [ 259 ] {cdc62770-389f-4e12-82a1-d28555e67ca0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.24 20:57:08.305926 [ 268 ] {071d186e-9c1d-4327-b86e-f1d8204c79bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.24 20:57:08.308032 [ 259 ] {cdc62770-389f-4e12-82a1-d28555e67ca0} oximeter.measurements_histogrami16 (f55288ea-4524-4b5a-a024-81082f94ba10): Loading data parts 2026.03.24 20:57:08.308186 [ 259 ] {cdc62770-389f-4e12-82a1-d28555e67ca0} oximeter.measurements_histogrami16 (f55288ea-4524-4b5a-a024-81082f94ba10): There are no data parts 2026.03.24 20:57:08.309474 [ 259 ] {cdc62770-389f-4e12-82a1-d28555e67ca0} TCPHandler: Processed in 0.004133252 sec. 2026.03.24 20:57:08.309493 [ 268 ] {071d186e-9c1d-4327-b86e-f1d8204c79bf} TCPHandler: Processed in 0.004043779 sec. 2026.03.24 20:57:08.309759 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.309808 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.309976 [ 259 ] {1af98a84-cc70-4abd-9996-7aaadfa13326} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.310135 [ 268 ] {025d1167-71a0-4aec-a876-18154187da63} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.310146 [ 259 ] {1af98a84-cc70-4abd-9996-7aaadfa13326} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.24 20:57:08.310324 [ 268 ] {025d1167-71a0-4aec-a876-18154187da63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.24 20:57:08.312399 [ 259 ] {1af98a84-cc70-4abd-9996-7aaadfa13326} oximeter.measurements_histogramu16 (a4ff00d1-7c49-4108-b6cb-a096992155b3): Loading data parts 2026.03.24 20:57:08.312552 [ 259 ] {1af98a84-cc70-4abd-9996-7aaadfa13326} oximeter.measurements_histogramu16 (a4ff00d1-7c49-4108-b6cb-a096992155b3): There are no data parts 2026.03.24 20:57:08.314018 [ 259 ] {1af98a84-cc70-4abd-9996-7aaadfa13326} TCPHandler: Processed in 0.004307886 sec. 2026.03.24 20:57:08.314036 [ 268 ] {025d1167-71a0-4aec-a876-18154187da63} TCPHandler: Processed in 0.004277026 sec. 2026.03.24 20:57:08.314144 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.314192 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.314410 [ 259 ] {4d29ce42-5612-4d24-a18f-27403f224e34} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.314486 [ 268 ] {816e9379-a450-46a0-8288-2970d1059381} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.314538 [ 259 ] {4d29ce42-5612-4d24-a18f-27403f224e34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.24 20:57:08.314548 [ 268 ] {816e9379-a450-46a0-8288-2970d1059381} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.24 20:57:08.316729 [ 268 ] {816e9379-a450-46a0-8288-2970d1059381} oximeter.measurements_histogrami32 (2495ddb7-452a-4803-847b-b930986f5254): Loading data parts 2026.03.24 20:57:08.316869 [ 268 ] {816e9379-a450-46a0-8288-2970d1059381} oximeter.measurements_histogrami32 (2495ddb7-452a-4803-847b-b930986f5254): There are no data parts 2026.03.24 20:57:08.318399 [ 259 ] {4d29ce42-5612-4d24-a18f-27403f224e34} TCPHandler: Processed in 0.004310996 sec. 2026.03.24 20:57:08.318443 [ 268 ] {816e9379-a450-46a0-8288-2970d1059381} TCPHandler: Processed in 0.004299576 sec. 2026.03.24 20:57:08.318510 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.318613 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.318717 [ 259 ] {611d0e40-da68-4d2d-9cee-937a2bfd592e} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.318772 [ 259 ] {611d0e40-da68-4d2d-9cee-937a2bfd592e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.24 20:57:08.318887 [ 268 ] {a77c11b9-5b6a-4c11-819e-a221ee4873b8} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.318958 [ 268 ] {a77c11b9-5b6a-4c11-819e-a221ee4873b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.24 20:57:08.320775 [ 259 ] {611d0e40-da68-4d2d-9cee-937a2bfd592e} oximeter.measurements_histogramu32 (b68ae16c-2119-48df-a0db-e8c11578f491): Loading data parts 2026.03.24 20:57:08.320932 [ 259 ] {611d0e40-da68-4d2d-9cee-937a2bfd592e} oximeter.measurements_histogramu32 (b68ae16c-2119-48df-a0db-e8c11578f491): There are no data parts 2026.03.24 20:57:08.322421 [ 259 ] {611d0e40-da68-4d2d-9cee-937a2bfd592e} TCPHandler: Processed in 0.003958137 sec. 2026.03.24 20:57:08.322426 [ 268 ] {a77c11b9-5b6a-4c11-819e-a221ee4873b8} TCPHandler: Processed in 0.003873265 sec. 2026.03.24 20:57:08.322564 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.322586 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.322785 [ 259 ] {bd6ad389-12f6-4cb2-ab27-717001318dce} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.322816 [ 268 ] {13fec236-7e7a-46fd-9bfb-3d09ed20fe0b} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.322843 [ 259 ] {bd6ad389-12f6-4cb2-ab27-717001318dce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.24 20:57:08.322875 [ 268 ] {13fec236-7e7a-46fd-9bfb-3d09ed20fe0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.24 20:57:08.324960 [ 259 ] {bd6ad389-12f6-4cb2-ab27-717001318dce} oximeter.measurements_histogrami64 (11a40932-3eb7-4c00-81ab-7fb3b6f3cdda): Loading data parts 2026.03.24 20:57:08.325107 [ 259 ] {bd6ad389-12f6-4cb2-ab27-717001318dce} oximeter.measurements_histogrami64 (11a40932-3eb7-4c00-81ab-7fb3b6f3cdda): There are no data parts 2026.03.24 20:57:08.326531 [ 259 ] {bd6ad389-12f6-4cb2-ab27-717001318dce} TCPHandler: Processed in 0.004034318 sec. 2026.03.24 20:57:08.326533 [ 268 ] {13fec236-7e7a-46fd-9bfb-3d09ed20fe0b} TCPHandler: Processed in 0.003994557 sec. 2026.03.24 20:57:08.326642 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.326694 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.326852 [ 259 ] {7097ceea-bda3-4a79-8924-5c4ce6ac14f9} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.326907 [ 268 ] {65155266-fd27-4380-9451-f2c7f21861e8} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.326913 [ 259 ] {7097ceea-bda3-4a79-8924-5c4ce6ac14f9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.24 20:57:08.326970 [ 268 ] {65155266-fd27-4380-9451-f2c7f21861e8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.24 20:57:08.329126 [ 259 ] {7097ceea-bda3-4a79-8924-5c4ce6ac14f9} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Loading data parts 2026.03.24 20:57:08.329275 [ 259 ] {7097ceea-bda3-4a79-8924-5c4ce6ac14f9} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): There are no data parts 2026.03.24 20:57:08.330635 [ 259 ] {7097ceea-bda3-4a79-8924-5c4ce6ac14f9} TCPHandler: Processed in 0.004042089 sec. 2026.03.24 20:57:08.330636 [ 268 ] {65155266-fd27-4380-9451-f2c7f21861e8} TCPHandler: Processed in 0.003989217 sec. 2026.03.24 20:57:08.330766 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.330805 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.331023 [ 268 ] {89a31feb-7f15-47c1-9819-a7d54ac800f3} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.331029 [ 259 ] {7c4aff0f-7994-4ddd-bbd4-16a866d3e5f5} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.331079 [ 268 ] {89a31feb-7f15-47c1-9819-a7d54ac800f3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.24 20:57:08.331110 [ 259 ] {7c4aff0f-7994-4ddd-bbd4-16a866d3e5f5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.24 20:57:08.333178 [ 268 ] {89a31feb-7f15-47c1-9819-a7d54ac800f3} oximeter.measurements_histogramf32 (568996de-d3db-4c31-8aba-490ee784ac6b): Loading data parts 2026.03.24 20:57:08.333314 [ 268 ] {89a31feb-7f15-47c1-9819-a7d54ac800f3} oximeter.measurements_histogramf32 (568996de-d3db-4c31-8aba-490ee784ac6b): There are no data parts 2026.03.24 20:57:08.334920 [ 259 ] {7c4aff0f-7994-4ddd-bbd4-16a866d3e5f5} TCPHandler: Processed in 0.004211543 sec. 2026.03.24 20:57:08.334921 [ 268 ] {89a31feb-7f15-47c1-9819-a7d54ac800f3} TCPHandler: Processed in 0.004163933 sec. 2026.03.24 20:57:08.335034 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.335085 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.335247 [ 259 ] {533e83be-4836-43d2-b210-4c3be0f3ee46} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.335303 [ 259 ] {533e83be-4836-43d2-b210-4c3be0f3ee46} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.24 20:57:08.335306 [ 268 ] {8e8e29ed-b7e4-4ba8-98c4-5520b10a5082} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.335369 [ 268 ] {8e8e29ed-b7e4-4ba8-98c4-5520b10a5082} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.24 20:57:08.337410 [ 259 ] {533e83be-4836-43d2-b210-4c3be0f3ee46} oximeter.measurements_histogramf64 (ddab954e-de62-4636-8439-c97da3d55165): Loading data parts 2026.03.24 20:57:08.337554 [ 259 ] {533e83be-4836-43d2-b210-4c3be0f3ee46} oximeter.measurements_histogramf64 (ddab954e-de62-4636-8439-c97da3d55165): There are no data parts 2026.03.24 20:57:08.338966 [ 259 ] {533e83be-4836-43d2-b210-4c3be0f3ee46} TCPHandler: Processed in 0.003979038 sec. 2026.03.24 20:57:08.338976 [ 268 ] {8e8e29ed-b7e4-4ba8-98c4-5520b10a5082} TCPHandler: Processed in 0.003938496 sec. 2026.03.24 20:57:08.339074 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.339126 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.339259 [ 259 ] {b307cd45-aa51-43b2-9a13-466491dd4e81} executeQuery: (from [fd00:1122:3344:101::e]:36856) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.339308 [ 268 ] {16680cad-13e4-43a7-b4f6-e1b87a453392} executeQuery: (from [fd00:1122:3344:101::d]:55981) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.339320 [ 259 ] {b307cd45-aa51-43b2-9a13-466491dd4e81} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.24 20:57:08.339370 [ 268 ] {16680cad-13e4-43a7-b4f6-e1b87a453392} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.24 20:57:08.341623 [ 259 ] {b307cd45-aa51-43b2-9a13-466491dd4e81} oximeter.fields_bool (89457f60-9423-47c7-a0d3-272186b21bc6): Loading data parts 2026.03.24 20:57:08.341771 [ 259 ] {b307cd45-aa51-43b2-9a13-466491dd4e81} oximeter.fields_bool (89457f60-9423-47c7-a0d3-272186b21bc6): There are no data parts 2026.03.24 20:57:08.343044 [ 259 ] {b307cd45-aa51-43b2-9a13-466491dd4e81} TCPHandler: Processed in 0.004017529 sec. 2026.03.24 20:57:08.343050 [ 268 ] {16680cad-13e4-43a7-b4f6-e1b87a453392} TCPHandler: Processed in 0.003972247 sec. 2026.03.24 20:57:08.343188 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.343227 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.343359 [ 259 ] {a1215da5-099e-472e-a702-504c2a8b3150} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.343382 [ 268 ] {bd51c7ad-5f6e-42da-a382-fe596657991d} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.343408 [ 259 ] {a1215da5-099e-472e-a702-504c2a8b3150} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.24 20:57:08.343428 [ 268 ] {bd51c7ad-5f6e-42da-a382-fe596657991d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.24 20:57:08.345345 [ 259 ] {a1215da5-099e-472e-a702-504c2a8b3150} oximeter.fields_i8 (4af7a13e-4b57-45fc-8360-f3224e8c56c3): Loading data parts 2026.03.24 20:57:08.345481 [ 259 ] {a1215da5-099e-472e-a702-504c2a8b3150} oximeter.fields_i8 (4af7a13e-4b57-45fc-8360-f3224e8c56c3): There are no data parts 2026.03.24 20:57:08.347445 [ 259 ] {a1215da5-099e-472e-a702-504c2a8b3150} TCPHandler: Processed in 0.004321986 sec. 2026.03.24 20:57:08.347454 [ 268 ] {bd51c7ad-5f6e-42da-a382-fe596657991d} TCPHandler: Processed in 0.004290675 sec. 2026.03.24 20:57:08.347586 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.347638 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.347747 [ 259 ] {1df2ea91-3f39-42b7-9ded-de397bc0615e} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.347788 [ 268 ] {3a8f1d53-4dd9-405e-8109-9b6b9c1df7ff} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.347800 [ 259 ] {1df2ea91-3f39-42b7-9ded-de397bc0615e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.24 20:57:08.347841 [ 268 ] {3a8f1d53-4dd9-405e-8109-9b6b9c1df7ff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.24 20:57:08.349770 [ 259 ] {1df2ea91-3f39-42b7-9ded-de397bc0615e} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Loading data parts 2026.03.24 20:57:08.349919 [ 259 ] {1df2ea91-3f39-42b7-9ded-de397bc0615e} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): There are no data parts 2026.03.24 20:57:08.351952 [ 259 ] {1df2ea91-3f39-42b7-9ded-de397bc0615e} TCPHandler: Processed in 0.004415249 sec. 2026.03.24 20:57:08.351955 [ 268 ] {3a8f1d53-4dd9-405e-8109-9b6b9c1df7ff} TCPHandler: Processed in 0.004364458 sec. 2026.03.24 20:57:08.352059 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.352117 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.352214 [ 259 ] {5056c316-631d-49f1-8f49-6cc2aa8e724c} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.352261 [ 259 ] {5056c316-631d-49f1-8f49-6cc2aa8e724c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.24 20:57:08.352265 [ 268 ] {99fd4e19-e728-4f63-9345-d2e99aecb665} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.352314 [ 268 ] {99fd4e19-e728-4f63-9345-d2e99aecb665} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.24 20:57:08.354480 [ 259 ] {5056c316-631d-49f1-8f49-6cc2aa8e724c} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Loading data parts 2026.03.24 20:57:08.354625 [ 259 ] {5056c316-631d-49f1-8f49-6cc2aa8e724c} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): There are no data parts 2026.03.24 20:57:08.355993 [ 268 ] {99fd4e19-e728-4f63-9345-d2e99aecb665} TCPHandler: Processed in 0.003923446 sec. 2026.03.24 20:57:08.355996 [ 259 ] {5056c316-631d-49f1-8f49-6cc2aa8e724c} TCPHandler: Processed in 0.003986858 sec. 2026.03.24 20:57:08.356122 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.356146 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.356274 [ 259 ] {6fbf5473-18eb-4cfe-8c78-84597cd7494d} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.356301 [ 268 ] {691315dd-42b5-44d4-a5bf-6d48a50631f8} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.356322 [ 259 ] {6fbf5473-18eb-4cfe-8c78-84597cd7494d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.24 20:57:08.356347 [ 268 ] {691315dd-42b5-44d4-a5bf-6d48a50631f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.24 20:57:08.358329 [ 259 ] {6fbf5473-18eb-4cfe-8c78-84597cd7494d} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Loading data parts 2026.03.24 20:57:08.358509 [ 259 ] {6fbf5473-18eb-4cfe-8c78-84597cd7494d} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): There are no data parts 2026.03.24 20:57:08.359820 [ 259 ] {6fbf5473-18eb-4cfe-8c78-84597cd7494d} TCPHandler: Processed in 0.003745871 sec. 2026.03.24 20:57:08.359826 [ 268 ] {691315dd-42b5-44d4-a5bf-6d48a50631f8} TCPHandler: Processed in 0.00372748 sec. 2026.03.24 20:57:08.359923 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.359985 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.360079 [ 259 ] {0a74b8d9-1829-43e2-889d-8a5166048be8} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.360124 [ 259 ] {0a74b8d9-1829-43e2-889d-8a5166048be8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.24 20:57:08.360131 [ 268 ] {be7820dc-9801-48ef-bec9-b0cf541241b9} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.360177 [ 268 ] {be7820dc-9801-48ef-bec9-b0cf541241b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.24 20:57:08.362084 [ 259 ] {0a74b8d9-1829-43e2-889d-8a5166048be8} oximeter.fields_i32 (379b0992-d3fa-48d1-aad8-a493d7636641): Loading data parts 2026.03.24 20:57:08.362224 [ 259 ] {0a74b8d9-1829-43e2-889d-8a5166048be8} oximeter.fields_i32 (379b0992-d3fa-48d1-aad8-a493d7636641): There are no data parts 2026.03.24 20:57:08.363840 [ 259 ] {0a74b8d9-1829-43e2-889d-8a5166048be8} TCPHandler: Processed in 0.003963777 sec. 2026.03.24 20:57:08.363849 [ 268 ] {be7820dc-9801-48ef-bec9-b0cf541241b9} TCPHandler: Processed in 0.003911656 sec. 2026.03.24 20:57:08.363947 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.364019 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.364101 [ 259 ] {3204b7ff-d1fa-4c60-854f-f9d5c87504c7} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.364147 [ 259 ] {3204b7ff-d1fa-4c60-854f-f9d5c87504c7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.24 20:57:08.364166 [ 268 ] {c646edf6-659a-48ad-9058-2e1763ec5ece} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.364211 [ 268 ] {c646edf6-659a-48ad-9058-2e1763ec5ece} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.24 20:57:08.365961 [ 259 ] {3204b7ff-d1fa-4c60-854f-f9d5c87504c7} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Loading data parts 2026.03.24 20:57:08.366110 [ 259 ] {3204b7ff-d1fa-4c60-854f-f9d5c87504c7} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): There are no data parts 2026.03.24 20:57:08.367501 [ 259 ] {3204b7ff-d1fa-4c60-854f-f9d5c87504c7} TCPHandler: Processed in 0.003600787 sec. 2026.03.24 20:57:08.367537 [ 268 ] {c646edf6-659a-48ad-9058-2e1763ec5ece} TCPHandler: Processed in 0.003564906 sec. 2026.03.24 20:57:08.367603 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.367693 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.367758 [ 259 ] {abbcb6d4-7dd1-4ae2-bacb-d4c0ec5c6a5a} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.367805 [ 259 ] {abbcb6d4-7dd1-4ae2-bacb-d4c0ec5c6a5a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.24 20:57:08.367870 [ 268 ] {c2a4c917-3a4f-4477-b6a8-a1a27a6cccfb} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.367924 [ 268 ] {c2a4c917-3a4f-4477-b6a8-a1a27a6cccfb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.24 20:57:08.369656 [ 259 ] {abbcb6d4-7dd1-4ae2-bacb-d4c0ec5c6a5a} oximeter.fields_i64 (eb8fb523-0ee8-4251-8d86-27dc3e8d074d): Loading data parts 2026.03.24 20:57:08.369798 [ 259 ] {abbcb6d4-7dd1-4ae2-bacb-d4c0ec5c6a5a} oximeter.fields_i64 (eb8fb523-0ee8-4251-8d86-27dc3e8d074d): There are no data parts 2026.03.24 20:57:08.371486 [ 259 ] {abbcb6d4-7dd1-4ae2-bacb-d4c0ec5c6a5a} TCPHandler: Processed in 0.003930775 sec. 2026.03.24 20:57:08.371507 [ 268 ] {c2a4c917-3a4f-4477-b6a8-a1a27a6cccfb} TCPHandler: Processed in 0.003862754 sec. 2026.03.24 20:57:08.371588 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.371654 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.371739 [ 259 ] {9d04ef3a-6124-40e5-91ec-9396e9155be5} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.371786 [ 259 ] {9d04ef3a-6124-40e5-91ec-9396e9155be5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.24 20:57:08.371820 [ 268 ] {9d9d0482-49eb-451f-a0de-375d299ed1e6} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.371871 [ 268 ] {9d9d0482-49eb-451f-a0de-375d299ed1e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.24 20:57:08.373704 [ 259 ] {9d04ef3a-6124-40e5-91ec-9396e9155be5} oximeter.fields_u64 (d2650e1a-6959-45ef-8a00-5ba7e2ef00b5): Loading data parts 2026.03.24 20:57:08.373852 [ 259 ] {9d04ef3a-6124-40e5-91ec-9396e9155be5} oximeter.fields_u64 (d2650e1a-6959-45ef-8a00-5ba7e2ef00b5): There are no data parts 2026.03.24 20:57:08.375372 [ 259 ] {9d04ef3a-6124-40e5-91ec-9396e9155be5} TCPHandler: Processed in 0.003832503 sec. 2026.03.24 20:57:08.375387 [ 268 ] {9d9d0482-49eb-451f-a0de-375d299ed1e6} TCPHandler: Processed in 0.003781192 sec. 2026.03.24 20:57:08.375474 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.375532 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.375628 [ 259 ] {7bfae2bc-9de6-4d41-8108-7273980e2e32} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.375675 [ 259 ] {7bfae2bc-9de6-4d41-8108-7273980e2e32} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.24 20:57:08.375727 [ 268 ] {37eb744c-ffb2-4d53-aeef-b41408c6b1ba} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.375778 [ 268 ] {37eb744c-ffb2-4d53-aeef-b41408c6b1ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.24 20:57:08.377545 [ 259 ] {7bfae2bc-9de6-4d41-8108-7273980e2e32} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Loading data parts 2026.03.24 20:57:08.377697 [ 259 ] {7bfae2bc-9de6-4d41-8108-7273980e2e32} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): There are no data parts 2026.03.24 20:57:08.379231 [ 259 ] {7bfae2bc-9de6-4d41-8108-7273980e2e32} TCPHandler: Processed in 0.003804372 sec. 2026.03.24 20:57:08.379238 [ 268 ] {37eb744c-ffb2-4d53-aeef-b41408c6b1ba} TCPHandler: Processed in 0.003755701 sec. 2026.03.24 20:57:08.379355 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.379408 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.379517 [ 259 ] {7f65b49d-090f-469e-9e97-ee3ecd7aed84} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.379563 [ 259 ] {7f65b49d-090f-469e-9e97-ee3ecd7aed84} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.24 20:57:08.379575 [ 268 ] {800d7f1d-f705-49ae-bec3-d48712ab9342} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.379623 [ 268 ] {800d7f1d-f705-49ae-bec3-d48712ab9342} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.24 20:57:08.381874 [ 259 ] {7f65b49d-090f-469e-9e97-ee3ecd7aed84} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Loading data parts 2026.03.24 20:57:08.382031 [ 259 ] {7f65b49d-090f-469e-9e97-ee3ecd7aed84} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): There are no data parts 2026.03.24 20:57:08.383834 [ 268 ] {800d7f1d-f705-49ae-bec3-d48712ab9342} TCPHandler: Processed in 0.004475251 sec. 2026.03.24 20:57:08.383835 [ 259 ] {7f65b49d-090f-469e-9e97-ee3ecd7aed84} TCPHandler: Processed in 0.004528922 sec. 2026.03.24 20:57:08.383975 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.384001 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.384139 [ 259 ] {7ad3219e-0729-459e-86be-135561146e32} executeQuery: (from [fd00:1122:3344:101::e]:36856) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.384155 [ 268 ] {2ae3e957-913f-45bd-9c3d-6ef9b9bb621d} executeQuery: (from [fd00:1122:3344:101::d]:55981) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 20:57:08.384189 [ 259 ] {7ad3219e-0729-459e-86be-135561146e32} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.24 20:57:08.384203 [ 268 ] {2ae3e957-913f-45bd-9c3d-6ef9b9bb621d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.24 20:57:08.386159 [ 259 ] {7ad3219e-0729-459e-86be-135561146e32} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Loading data parts 2026.03.24 20:57:08.386312 [ 259 ] {7ad3219e-0729-459e-86be-135561146e32} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): There are no data parts 2026.03.24 20:57:08.387606 [ 259 ] {7ad3219e-0729-459e-86be-135561146e32} TCPHandler: Processed in 0.00368296 sec. 2026.03.24 20:57:08.387614 [ 268 ] {2ae3e957-913f-45bd-9c3d-6ef9b9bb621d} TCPHandler: Processed in 0.003661699 sec. 2026.03.24 20:57:08.387729 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.387786 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.388005 [ 259 ] {ea6a48cb-60b1-4f85-940d-d943ff635607} executeQuery: (from [fd00:1122:3344:101::e]:36856) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.03.24 20:57:08.388065 [ 268 ] {eaa8b0c0-aece-4500-bbe8-3960177fe4b9} executeQuery: (from [fd00:1122:3344:101::d]:55981) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.03.24 20:57:08.388069 [ 259 ] {ea6a48cb-60b1-4f85-940d-d943ff635607} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.24 20:57:08.388141 [ 268 ] {eaa8b0c0-aece-4500-bbe8-3960177fe4b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.24 20:57:08.390267 [ 259 ] {ea6a48cb-60b1-4f85-940d-d943ff635607} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8): Loading data parts 2026.03.24 20:57:08.390423 [ 259 ] {ea6a48cb-60b1-4f85-940d-d943ff635607} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8): There are no data parts 2026.03.24 20:57:08.392021 [ 259 ] {ea6a48cb-60b1-4f85-940d-d943ff635607} TCPHandler: Processed in 0.004342548 sec. 2026.03.24 20:57:08.392042 [ 268 ] {eaa8b0c0-aece-4500-bbe8-3960177fe4b9} TCPHandler: Processed in 0.004305006 sec. 2026.03.24 20:57:08.392173 [ 261 ] {} TCP-Session: 88d2ca52-2904-4883-b3a1-f5c1f713bc50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.392375 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:08.392405 [ 261 ] {f0d36d30-19e7-4af7-bbfd-b83913501cfa} executeQuery: (from [fd00:1122:3344:101::e]:57658) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.24 20:57:08.392576 [ 270 ] {926d0398-6f31-472f-8121-72bd5544901f} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.24 20:57:08.393725 [ 261 ] {f0d36d30-19e7-4af7-bbfd-b83913501cfa} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.24 20:57:08.393734 [ 270 ] {926d0398-6f31-472f-8121-72bd5544901f} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.24 20:57:08.412765 [ 278 ] {f0d36d30-19e7-4af7-bbfd-b83913501cfa} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:08.412767 [ 277 ] {926d0398-6f31-472f-8121-72bd5544901f} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:08.412822 [ 278 ] {f0d36d30-19e7-4af7-bbfd-b83913501cfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2026.03.24 20:57:08.412862 [ 277 ] {926d0398-6f31-472f-8121-72bd5544901f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2026.03.24 20:57:08.417962 [ 277 ] {926d0398-6f31-472f-8121-72bd5544901f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:08.418008 [ 278 ] {f0d36d30-19e7-4af7-bbfd-b83913501cfa} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:08.418665 [ 277 ] {926d0398-6f31-472f-8121-72bd5544901f} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:08.418865 [ 278 ] {f0d36d30-19e7-4af7-bbfd-b83913501cfa} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:08.418974 [ 270 ] {926d0398-6f31-472f-8121-72bd5544901f} executeQuery: Read 1 rows, 16.00 B in 0.026433 sec., 37.83149850565581 rows/sec., 605.30 B/sec. 2026.03.24 20:57:08.419070 [ 261 ] {f0d36d30-19e7-4af7-bbfd-b83913501cfa} executeQuery: Read 1 rows, 16.00 B in 0.026799 sec., 37.31482518004403 rows/sec., 597.04 B/sec. 2026.03.24 20:57:08.419242 [ 270 ] {926d0398-6f31-472f-8121-72bd5544901f} TCPHandler: Processed in 0.02705803 sec. 2026.03.24 20:57:08.419260 [ 261 ] {f0d36d30-19e7-4af7-bbfd-b83913501cfa} TCPHandler: Processed in 0.027143472 sec. 2026.03.24 20:57:08.423094 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:08.423173 [ 259 ] {} TCP-Session: 4a1f9579-459f-4d02-bb5f-6ca0f88f48ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.423328 [ 260 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:08.423355 [ 265 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:08.423383 [ 263 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:08.423402 [ 261 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:08.423416 [ 265 ] {} TCP-Session: 8f1a2186-52a4-4431-a33f-8f34947a8df0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.423435 [ 263 ] {} TCP-Session: 81410b12-b234-48d3-b480-e66ea7f682d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.423453 [ 261 ] {} TCP-Session: 88d2ca52-2904-4883-b3a1-f5c1f713bc50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.423477 [ 267 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:08.423504 [ 266 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:08.423442 [ 264 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:08.423587 [ 266 ] {} TCP-Session: 52879822-d096-4210-baf8-83d5eb92742f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.423553 [ 267 ] {} TCP-Session: e65e7782-2b96-473d-932b-f3b34d1c5a26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.423621 [ 264 ] {} TCP-Session: bc0e5c53-f5bd-40d7-860d-b05b3672ff08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.423424 [ 262 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:08.423386 [ 260 ] {} TCP-Session: 62764c37-3810-48d7-a5c4-1017c60b72ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:08.423718 [ 262 ] {} TCP-Session: 7ef41141-2aba-436f-9b7b-9ba9dacf8182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.000174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 127.21 MiB, peak 135.29 MiB, free memory in arenas 0.00 B, will set to 140.89 MiB (RSS), difference: 13.68 MiB 2026.03.24 20:57:09.429813 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56817 2026.03.24 20:57:09.434588 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:09.434636 [ 259 ] {} TCP-Session: 3f2dfa85-23bd-43ce-9abd-5df586632a5e Authenticating user 'default' from [fd00:1122:3344:101::b]:56817 2026.03.24 20:57:09.434657 [ 259 ] {} TCP-Session: 3f2dfa85-23bd-43ce-9abd-5df586632a5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.434670 [ 259 ] {} TCP-Session: 3f2dfa85-23bd-43ce-9abd-5df586632a5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.434719 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.24 20:57:09.434742 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 20:57:09.434757 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 20:57:09.437025 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38404 2026.03.24 20:57:09.437053 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39487 2026.03.24 20:57:09.437069 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50777 2026.03.24 20:57:09.437081 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47932 2026.03.24 20:57:09.437060 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57925 2026.03.24 20:57:09.437176 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:09.437197 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:09.437221 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:09.437224 [ 260 ] {} TCP-Session: 60d0ba21-7e2b-444d-8184-33e985f28112 Authenticating user 'default' from [fd00:1122:3344:101::b]:38404 2026.03.24 20:57:09.437245 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:09.437255 [ 266 ] {} TCP-Session: 092a3894-a57f-4d15-b927-a6e8fbd9fc92 Authenticating user 'default' from [fd00:1122:3344:101::b]:47932 2026.03.24 20:57:09.437268 [ 260 ] {} TCP-Session: 60d0ba21-7e2b-444d-8184-33e985f28112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437274 [ 264 ] {} TCP-Session: d4e1656e-72c7-47ec-8a46-41bf793269d3 Authenticating user 'default' from [fd00:1122:3344:101::b]:57925 2026.03.24 20:57:09.437286 [ 266 ] {} TCP-Session: 092a3894-a57f-4d15-b927-a6e8fbd9fc92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437301 [ 260 ] {} TCP-Session: 60d0ba21-7e2b-444d-8184-33e985f28112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437330 [ 266 ] {} TCP-Session: 092a3894-a57f-4d15-b927-a6e8fbd9fc92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437310 [ 264 ] {} TCP-Session: d4e1656e-72c7-47ec-8a46-41bf793269d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437169 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:09.437383 [ 264 ] {} TCP-Session: d4e1656e-72c7-47ec-8a46-41bf793269d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437034 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63410 2026.03.24 20:57:09.437412 [ 263 ] {} TCP-Session: 3f8218fa-3b7b-475e-bc09-66fc74e8edcf Authenticating user 'default' from [fd00:1122:3344:101::b]:39487 2026.03.24 20:57:09.437035 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61084 2026.03.24 20:57:09.437478 [ 263 ] {} TCP-Session: 3f8218fa-3b7b-475e-bc09-66fc74e8edcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437501 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:09.437508 [ 263 ] {} TCP-Session: 3f8218fa-3b7b-475e-bc09-66fc74e8edcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437532 [ 261 ] {} TCP-Session: a94172e9-678a-46b3-adfb-0c6ee88cf877 Authenticating user 'default' from [fd00:1122:3344:101::b]:63410 2026.03.24 20:57:09.437541 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:09.437237 [ 265 ] {} TCP-Session: bee847ee-39f0-4d70-8bbd-2d5331ee0680 Authenticating user 'default' from [fd00:1122:3344:101::b]:50777 2026.03.24 20:57:09.437565 [ 261 ] {} TCP-Session: a94172e9-678a-46b3-adfb-0c6ee88cf877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437576 [ 262 ] {} TCP-Session: 5ef8e74e-0e39-47b9-ab0f-cec1b6c10cdb Authenticating user 'default' from [fd00:1122:3344:101::b]:61084 2026.03.24 20:57:09.437595 [ 261 ] {} TCP-Session: a94172e9-678a-46b3-adfb-0c6ee88cf877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437591 [ 265 ] {} TCP-Session: bee847ee-39f0-4d70-8bbd-2d5331ee0680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437611 [ 262 ] {} TCP-Session: 5ef8e74e-0e39-47b9-ab0f-cec1b6c10cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437627 [ 265 ] {} TCP-Session: bee847ee-39f0-4d70-8bbd-2d5331ee0680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:09.437642 [ 262 ] {} TCP-Session: 5ef8e74e-0e39-47b9-ab0f-cec1b6c10cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.056222 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41709 2026.03.24 20:57:10.058175 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:10.058220 [ 267 ] {} TCP-Session: 26ed859c-2cbf-4b09-800b-c9e81324e174 Authenticating user 'default' from [fd00:1122:3344:101::c]:41709 2026.03.24 20:57:10.058240 [ 267 ] {} TCP-Session: 26ed859c-2cbf-4b09-800b-c9e81324e174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.058252 [ 267 ] {} TCP-Session: 26ed859c-2cbf-4b09-800b-c9e81324e174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.058302 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.24 20:57:10.058327 [ 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.03.24 20:57:10.058345 [ 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.03.24 20:57:10.060726 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46444 2026.03.24 20:57:10.060856 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36912 2026.03.24 20:57:10.060862 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:10.060974 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35084 2026.03.24 20:57:10.061008 [ 279 ] {} TCP-Session: 627fd7dc-ea7a-4bf7-bd2f-cc731bf222d4 Authenticating user 'default' from [fd00:1122:3344:101::c]:46444 2026.03.24 20:57:10.061036 [ 279 ] {} TCP-Session: 627fd7dc-ea7a-4bf7-bd2f-cc731bf222d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061048 [ 279 ] {} TCP-Session: 627fd7dc-ea7a-4bf7-bd2f-cc731bf222d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061084 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63668 2026.03.24 20:57:10.061099 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:10.061153 [ 280 ] {} TCP-Session: af0ccbae-a817-4079-ac1f-9df3e19055f7 Authenticating user 'default' from [fd00:1122:3344:101::c]:36912 2026.03.24 20:57:10.061172 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:10.061175 [ 280 ] {} TCP-Session: af0ccbae-a817-4079-ac1f-9df3e19055f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061199 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33911 2026.03.24 20:57:10.061208 [ 281 ] {} TCP-Session: 2154f0bf-b619-4aed-9449-d5248675c04a Authenticating user 'default' from [fd00:1122:3344:101::c]:35084 2026.03.24 20:57:10.061209 [ 280 ] {} TCP-Session: af0ccbae-a817-4079-ac1f-9df3e19055f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061246 [ 281 ] {} TCP-Session: 2154f0bf-b619-4aed-9449-d5248675c04a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061282 [ 281 ] {} TCP-Session: 2154f0bf-b619-4aed-9449-d5248675c04a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061325 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:10.061394 [ 282 ] {} TCP-Session: 4730f235-6c49-4bad-89c5-ac8d988da07e Authenticating user 'default' from [fd00:1122:3344:101::c]:63668 2026.03.24 20:57:10.061392 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57480 2026.03.24 20:57:10.061420 [ 282 ] {} TCP-Session: 4730f235-6c49-4bad-89c5-ac8d988da07e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061433 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:10.061440 [ 282 ] {} TCP-Session: 4730f235-6c49-4bad-89c5-ac8d988da07e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061467 [ 283 ] {} TCP-Session: 06293a65-a9a1-4d43-842e-b9013d840eee Authenticating user 'default' from [fd00:1122:3344:101::c]:33911 2026.03.24 20:57:10.061488 [ 283 ] {} TCP-Session: 06293a65-a9a1-4d43-842e-b9013d840eee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061501 [ 283 ] {} TCP-Session: 06293a65-a9a1-4d43-842e-b9013d840eee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061494 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36831 2026.03.24 20:57:10.061570 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:10.061628 [ 284 ] {} TCP-Session: f5dabc88-0320-489e-990b-51f703d73dd8 Authenticating user 'default' from [fd00:1122:3344:101::c]:57480 2026.03.24 20:57:10.061645 [ 284 ] {} TCP-Session: f5dabc88-0320-489e-990b-51f703d73dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061648 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:10.061658 [ 284 ] {} TCP-Session: f5dabc88-0320-489e-990b-51f703d73dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061684 [ 285 ] {} TCP-Session: 007e850d-1945-44b1-86b3-e97bded376ec Authenticating user 'default' from [fd00:1122:3344:101::c]:36831 2026.03.24 20:57:10.061705 [ 285 ] {} TCP-Session: 007e850d-1945-44b1-86b3-e97bded376ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:10.061717 [ 285 ] {} TCP-Session: 007e850d-1945-44b1-86b3-e97bded376ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:14.227387 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.24 20:57:14.227437 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.24 20:57:14.227503 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.24 20:57:14.227528 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.24 20:57:14.231101 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Loading data parts 2026.03.24 20:57:14.231270 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): There are no data parts 2026.03.24 20:57:14.236308 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:14.236353 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:14.242316 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:14.242941 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:14.243105 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.24 20:57:14.245826 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Loading data parts 2026.03.24 20:57:14.246003 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): There are no data parts 2026.03.24 20:57:14.270962 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:14.271010 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:14.277275 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:14.278439 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:14.281699 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.24 20:57:15.001114 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 146.46 MiB, peak 150.46 MiB, free memory in arenas 0.00 B, will set to 155.54 MiB (RSS), difference: 9.08 MiB 2026.03.24 20:57:16.059782 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35738 2026.03.24 20:57:16.059933 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.059970 [ 286 ] {} TCP-Session: e148e9e8-ee99-4f9a-9728-96e354bd198e Authenticating user 'default' from [fd00:1122:3344:101::e]:35738 2026.03.24 20:57:16.059996 [ 286 ] {} TCP-Session: e148e9e8-ee99-4f9a-9728-96e354bd198e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.060011 [ 286 ] {} TCP-Session: e148e9e8-ee99-4f9a-9728-96e354bd198e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.060397 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50851 2026.03.24 20:57:16.060463 [ 286 ] {} TCP-Session: e148e9e8-ee99-4f9a-9728-96e354bd198e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:16.060488 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35169 2026.03.24 20:57:16.060577 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34814 2026.03.24 20:57:16.060703 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33178 2026.03.24 20:57:16.060759 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.060771 [ 286 ] {936e2f3b-7654-4d6b-9900-e6450a9a14b1} executeQuery: (from [fd00:1122:3344:101::e]:35738) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 20:57:16.060829 [ 287 ] {} TCP-Session: ea1c4f15-b64a-41da-a0be-eaec7f9e0f12 Authenticating user 'default' from [fd00:1122:3344:101::e]:50851 2026.03.24 20:57:16.060833 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.060871 [ 287 ] {} TCP-Session: ea1c4f15-b64a-41da-a0be-eaec7f9e0f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.060889 [ 288 ] {} TCP-Session: 64fc2562-1142-4498-b21f-33e8d0d16177 Authenticating user 'default' from [fd00:1122:3344:101::e]:35169 2026.03.24 20:57:16.060895 [ 287 ] {} TCP-Session: ea1c4f15-b64a-41da-a0be-eaec7f9e0f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.060920 [ 288 ] {} TCP-Session: 64fc2562-1142-4498-b21f-33e8d0d16177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.060940 [ 288 ] {} TCP-Session: 64fc2562-1142-4498-b21f-33e8d0d16177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061065 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50041 2026.03.24 20:57:16.061092 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.061118 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.061155 [ 289 ] {} TCP-Session: 780042a5-1781-47d0-bd8d-08f2e43a80b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:34814 2026.03.24 20:57:16.061172 [ 290 ] {} TCP-Session: c0c8a2ba-ef19-497c-bb16-53a01cf7999f Authenticating user 'default' from [fd00:1122:3344:101::e]:33178 2026.03.24 20:57:16.061184 [ 289 ] {} TCP-Session: 780042a5-1781-47d0-bd8d-08f2e43a80b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061201 [ 290 ] {} TCP-Session: c0c8a2ba-ef19-497c-bb16-53a01cf7999f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061207 [ 289 ] {} TCP-Session: 780042a5-1781-47d0-bd8d-08f2e43a80b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061221 [ 290 ] {} TCP-Session: c0c8a2ba-ef19-497c-bb16-53a01cf7999f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061209 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52193 2026.03.24 20:57:16.061351 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59956 2026.03.24 20:57:16.061373 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.061417 [ 291 ] {} TCP-Session: 6f180836-0bd4-47d4-8c45-55618d54f73e Authenticating user 'default' from [fd00:1122:3344:101::e]:50041 2026.03.24 20:57:16.061436 [ 291 ] {} TCP-Session: 6f180836-0bd4-47d4-8c45-55618d54f73e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061450 [ 291 ] {} TCP-Session: 6f180836-0bd4-47d4-8c45-55618d54f73e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061511 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47866 2026.03.24 20:57:16.061629 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.061668 [ 292 ] {} TCP-Session: f8aa7a63-4aa5-4a96-b03e-f7e37f524420 Authenticating user 'default' from [fd00:1122:3344:101::e]:52193 2026.03.24 20:57:16.061686 [ 292 ] {} TCP-Session: f8aa7a63-4aa5-4a96-b03e-f7e37f524420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061705 [ 292 ] {} TCP-Session: f8aa7a63-4aa5-4a96-b03e-f7e37f524420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061743 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.061782 [ 293 ] {} TCP-Session: 46658903-36c0-48d2-b6dc-427d5466d360 Authenticating user 'default' from [fd00:1122:3344:101::e]:59956 2026.03.24 20:57:16.061799 [ 293 ] {} TCP-Session: 46658903-36c0-48d2-b6dc-427d5466d360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061816 [ 293 ] {} TCP-Session: 46658903-36c0-48d2-b6dc-427d5466d360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061863 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.061916 [ 294 ] {} TCP-Session: 0f0acee6-025f-4151-8372-641ea247e169 Authenticating user 'default' from [fd00:1122:3344:101::e]:47866 2026.03.24 20:57:16.061946 [ 294 ] {} TCP-Session: 0f0acee6-025f-4151-8372-641ea247e169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.061956 [ 286 ] {936e2f3b-7654-4d6b-9900-e6450a9a14b1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.24 20:57:16.061964 [ 294 ] {} TCP-Session: 0f0acee6-025f-4151-8372-641ea247e169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.062335 [ 286 ] {936e2f3b-7654-4d6b-9900-e6450a9a14b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:16.065238 [ 286 ] {936e2f3b-7654-4d6b-9900-e6450a9a14b1} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b) (SelectExecutor): Key condition: unknown 2026.03.24 20:57:16.080293 [ 295 ] {936e2f3b-7654-4d6b-9900-e6450a9a14b1} AggregatingTransform: Aggregating 2026.03.24 20:57:16.080402 [ 295 ] {936e2f3b-7654-4d6b-9900-e6450a9a14b1} Aggregator: Aggregation method: without_key 2026.03.24 20:57:16.081116 [ 295 ] {936e2f3b-7654-4d6b-9900-e6450a9a14b1} AggregatingTransform: Aggregated. 2 to 1 rows (from 80.00 B) in 0.006129095 sec. (326.312 rows/sec., 12.75 KiB/sec.) 2026.03.24 20:57:16.081158 [ 295 ] {936e2f3b-7654-4d6b-9900-e6450a9a14b1} Aggregator: Merging aggregated data 2026.03.24 20:57:16.081198 [ 295 ] {936e2f3b-7654-4d6b-9900-e6450a9a14b1} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.24 20:57:16.082357 [ 286 ] {936e2f3b-7654-4d6b-9900-e6450a9a14b1} executeQuery: Read 2 rows, 80.00 B in 0.021652 sec., 92.37021984112322 rows/sec., 3.61 KiB/sec. 2026.03.24 20:57:16.082525 [ 286 ] {936e2f3b-7654-4d6b-9900-e6450a9a14b1} TCPHandler: Processed in 0.02227053 sec. 2026.03.24 20:57:16.082628 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.082656 [ 286 ] {} TCP-Session: e148e9e8-ee99-4f9a-9728-96e354bd198e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.082666 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.082712 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.082726 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.082743 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.082760 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.082793 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.082818 [ 289 ] {} TCP-Session: 780042a5-1781-47d0-bd8d-08f2e43a80b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.082836 [ 290 ] {} TCP-Session: c0c8a2ba-ef19-497c-bb16-53a01cf7999f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.082859 [ 287 ] {} TCP-Session: ea1c4f15-b64a-41da-a0be-eaec7f9e0f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.082820 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.082805 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.082924 [ 292 ] {} TCP-Session: f8aa7a63-4aa5-4a96-b03e-f7e37f524420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.082771 [ 291 ] {} TCP-Session: 6f180836-0bd4-47d4-8c45-55618d54f73e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.082947 [ 294 ] {} TCP-Session: 0f0acee6-025f-4151-8372-641ea247e169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.082716 [ 293 ] {} TCP-Session: 46658903-36c0-48d2-b6dc-427d5466d360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.082813 [ 288 ] {} TCP-Session: 64fc2562-1142-4498-b21f-33e8d0d16177 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.297261 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60539 2026.03.24 20:57:16.297364 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.297389 [ 286 ] {} TCP-Session: e0518262-c173-40f7-a0fd-dab1c9ffb6a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:60539 2026.03.24 20:57:16.297410 [ 286 ] {} TCP-Session: e0518262-c173-40f7-a0fd-dab1c9ffb6a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.297423 [ 286 ] {} TCP-Session: e0518262-c173-40f7-a0fd-dab1c9ffb6a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.297638 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45994 2026.03.24 20:57:16.297657 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65404 2026.03.24 20:57:16.297690 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55529 2026.03.24 20:57:16.297710 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59008 2026.03.24 20:57:16.297732 [ 286 ] {} TCP-Session: e0518262-c173-40f7-a0fd-dab1c9ffb6a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:16.297765 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.297705 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34202 2026.03.24 20:57:16.297789 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.297815 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.297838 [ 289 ] {} TCP-Session: 92827d14-9703-470f-9b56-fcc9d7f3d1ab Authenticating user 'default' from [fd00:1122:3344:101::e]:65404 2026.03.24 20:57:16.297856 [ 294 ] {} TCP-Session: d4ad26b0-dcea-4c04-88b1-050f153a8272 Authenticating user 'default' from [fd00:1122:3344:101::e]:59008 2026.03.24 20:57:16.297861 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.297875 [ 289 ] {} TCP-Session: 92827d14-9703-470f-9b56-fcc9d7f3d1ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.297884 [ 294 ] {} TCP-Session: d4ad26b0-dcea-4c04-88b1-050f153a8272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.297898 [ 293 ] {} TCP-Session: f5c098e2-356c-4894-a870-bdd24ffb6fc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:34202 2026.03.24 20:57:16.297918 [ 294 ] {} TCP-Session: d4ad26b0-dcea-4c04-88b1-050f153a8272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.297923 [ 286 ] {95f7c209-a019-4f70-81e4-ea1f9d8205d7} executeQuery: (from [fd00:1122:3344:101::e]:60539) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 20:57:16.297942 [ 293 ] {} TCP-Session: f5c098e2-356c-4894-a870-bdd24ffb6fc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.297678 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35401 2026.03.24 20:57:16.297979 [ 293 ] {} TCP-Session: f5c098e2-356c-4894-a870-bdd24ffb6fc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.297654 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54822 2026.03.24 20:57:16.297811 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.298060 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.297902 [ 289 ] {} TCP-Session: 92827d14-9703-470f-9b56-fcc9d7f3d1ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.298099 [ 291 ] {} TCP-Session: 982692b6-f1a5-4f52-966c-7b09a9204e2f Authenticating user 'default' from [fd00:1122:3344:101::e]:35401 2026.03.24 20:57:16.298094 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.298133 [ 291 ] {} TCP-Session: 982692b6-f1a5-4f52-966c-7b09a9204e2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.298145 [ 290 ] {} TCP-Session: bcdcc41a-7ca5-4ae0-a4b0-a2f8536a6872 Authenticating user 'default' from [fd00:1122:3344:101::e]:54822 2026.03.24 20:57:16.298158 [ 291 ] {} TCP-Session: 982692b6-f1a5-4f52-966c-7b09a9204e2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.298173 [ 290 ] {} TCP-Session: bcdcc41a-7ca5-4ae0-a4b0-a2f8536a6872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.298096 [ 292 ] {} TCP-Session: 4fc59d08-f1f1-4250-93d1-b4d48611a1f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:55529 2026.03.24 20:57:16.298208 [ 286 ] {95f7c209-a019-4f70-81e4-ea1f9d8205d7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.24 20:57:16.298221 [ 290 ] {} TCP-Session: bcdcc41a-7ca5-4ae0-a4b0-a2f8536a6872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.298238 [ 292 ] {} TCP-Session: 4fc59d08-f1f1-4250-93d1-b4d48611a1f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.297806 [ 287 ] {} TCP-Session: ec290e77-5314-4951-9fe7-403b1d92b418 Authenticating user 'default' from [fd00:1122:3344:101::e]:45994 2026.03.24 20:57:16.298262 [ 292 ] {} TCP-Session: 4fc59d08-f1f1-4250-93d1-b4d48611a1f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.298276 [ 286 ] {95f7c209-a019-4f70-81e4-ea1f9d8205d7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:16.298296 [ 287 ] {} TCP-Session: ec290e77-5314-4951-9fe7-403b1d92b418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.297650 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41758 2026.03.24 20:57:16.298335 [ 287 ] {} TCP-Session: ec290e77-5314-4951-9fe7-403b1d92b418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.298400 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:57:16.298425 [ 288 ] {} TCP-Session: 6773632c-8ab6-4a99-900c-3f09eb8376e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:41758 2026.03.24 20:57:16.298442 [ 288 ] {} TCP-Session: 6773632c-8ab6-4a99-900c-3f09eb8376e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.298453 [ 288 ] {} TCP-Session: 6773632c-8ab6-4a99-900c-3f09eb8376e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.298608 [ 286 ] {95f7c209-a019-4f70-81e4-ea1f9d8205d7} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b) (SelectExecutor): Key condition: unknown 2026.03.24 20:57:16.299658 [ 324 ] {95f7c209-a019-4f70-81e4-ea1f9d8205d7} AggregatingTransform: Aggregating 2026.03.24 20:57:16.299706 [ 324 ] {95f7c209-a019-4f70-81e4-ea1f9d8205d7} Aggregator: Aggregation method: without_key 2026.03.24 20:57:16.299738 [ 324 ] {95f7c209-a019-4f70-81e4-ea1f9d8205d7} AggregatingTransform: Aggregated. 2 to 1 rows (from 80.00 B) in 0.000926965 sec. (2157.579 rows/sec., 84.28 KiB/sec.) 2026.03.24 20:57:16.299754 [ 324 ] {95f7c209-a019-4f70-81e4-ea1f9d8205d7} Aggregator: Merging aggregated data 2026.03.24 20:57:16.300901 [ 286 ] {95f7c209-a019-4f70-81e4-ea1f9d8205d7} executeQuery: Read 2 rows, 80.00 B in 0.003034 sec., 659.1957811470007 rows/sec., 25.75 KiB/sec. 2026.03.24 20:57:16.301087 [ 286 ] {95f7c209-a019-4f70-81e4-ea1f9d8205d7} TCPHandler: Processed in 0.003474334 sec. 2026.03.24 20:57:16.301191 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.301224 [ 286 ] {} TCP-Session: e0518262-c173-40f7-a0fd-dab1c9ffb6a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.301225 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.301252 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.301270 [ 288 ] {} TCP-Session: 6773632c-8ab6-4a99-900c-3f09eb8376e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.301291 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.301294 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.301321 [ 289 ] {} TCP-Session: 92827d14-9703-470f-9b56-fcc9d7f3d1ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.301345 [ 287 ] {} TCP-Session: ec290e77-5314-4951-9fe7-403b1d92b418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.301344 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.301378 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.301392 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.301414 [ 291 ] {} TCP-Session: 982692b6-f1a5-4f52-966c-7b09a9204e2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.301428 [ 292 ] {} TCP-Session: 4fc59d08-f1f1-4250-93d1-b4d48611a1f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.301445 [ 293 ] {} TCP-Session: f5c098e2-356c-4894-a870-bdd24ffb6fc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.301315 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.24 20:57:16.301364 [ 294 ] {} TCP-Session: d4ad26b0-dcea-4c04-88b1-050f153a8272 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.301523 [ 290 ] {} TCP-Session: bcdcc41a-7ca5-4ae0-a4b0-a2f8536a6872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:57:16.727147 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 180 entries to flush up to offset 180 2026.03.24 20:57:16.727235 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.24 20:57:16.731529 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Loading data parts 2026.03.24 20:57:16.731771 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): There are no data parts 2026.03.24 20:57:16.739214 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:16.739254 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:16.741216 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:16.741714 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:16.742029 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 180 2026.03.24 20:57:17.001192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 156.35 MiB, peak 165.94 MiB, free memory in arenas 0.00 B, will set to 160.04 MiB (RSS), difference: 3.68 MiB 2026.03.24 20:57:21.689819 [ 60 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:57:21.689881 [ 60 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:57:21.743789 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 442 entries to flush up to offset 991 2026.03.24 20:57:21.744541 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:21.744591 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:21.745267 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:21.745738 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:21.745882 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 991 2026.03.24 20:57:21.782382 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.24 20:57:21.802249 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:21.802310 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:21.808695 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:21.809820 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:21.813144 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.24 20:57:22.001232 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.70 MiB, peak 165.94 MiB, free memory in arenas 0.00 B, will set to 164.47 MiB (RSS), difference: 3.77 MiB 2026.03.24 20:57:28.441301 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.441501 [ 268 ] {cf14b0ba-302c-4694-9129-3f4c87844ca4} executeQuery: (from [fd00:1122:3344:101::d]:55981) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.441764 [ 268 ] {cf14b0ba-302c-4694-9129-3f4c87844ca4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.441824 [ 268 ] {cf14b0ba-302c-4694-9129-3f4c87844ca4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.442201 [ 268 ] {cf14b0ba-302c-4694-9129-3f4c87844ca4} TCPHandler: Processed in 0.001025427 sec. 2026.03.24 20:57:28.460881 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.461028 [ 268 ] {92ac6a62-4b9d-4f61-8c36-1597dc7c2f91} executeQuery: (from [fd00:1122:3344:101::d]:55981) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.467593 [ 268 ] {92ac6a62-4b9d-4f61-8c36-1597dc7c2f91} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.467648 [ 268 ] {92ac6a62-4b9d-4f61-8c36-1597dc7c2f91} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.468070 [ 268 ] {92ac6a62-4b9d-4f61-8c36-1597dc7c2f91} TCPHandler: Processed in 0.007248275 sec. 2026.03.24 20:57:28.468306 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.468430 [ 268 ] {58f1a708-af02-489d-9cb1-e82634c35f75} executeQuery: (from [fd00:1122:3344:101::d]:55981) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.468724 [ 268 ] {58f1a708-af02-489d-9cb1-e82634c35f75} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.468770 [ 268 ] {58f1a708-af02-489d-9cb1-e82634c35f75} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.469093 [ 268 ] {58f1a708-af02-489d-9cb1-e82634c35f75} TCPHandler: Processed in 0.000836242 sec. 2026.03.24 20:57:28.469297 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.469414 [ 268 ] {ed85d0bd-3edc-4863-9daf-94e0e8da1e1f} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.469656 [ 268 ] {ed85d0bd-3edc-4863-9daf-94e0e8da1e1f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.469700 [ 268 ] {ed85d0bd-3edc-4863-9daf-94e0e8da1e1f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.470045 [ 268 ] {ed85d0bd-3edc-4863-9daf-94e0e8da1e1f} TCPHandler: Processed in 0.000795331 sec. 2026.03.24 20:57:28.470247 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.470379 [ 268 ] {3e41fb7a-5d3d-455b-827b-c322c7a98f26} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.470619 [ 268 ] {3e41fb7a-5d3d-455b-827b-c322c7a98f26} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.470663 [ 268 ] {3e41fb7a-5d3d-455b-827b-c322c7a98f26} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.470971 [ 268 ] {3e41fb7a-5d3d-455b-827b-c322c7a98f26} TCPHandler: Processed in 0.000772881 sec. 2026.03.24 20:57:28.471186 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.471320 [ 268 ] {56216ca7-16ca-4af4-865c-5f3ac0c857ad} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.471623 [ 268 ] {56216ca7-16ca-4af4-865c-5f3ac0c857ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.471676 [ 268 ] {56216ca7-16ca-4af4-865c-5f3ac0c857ad} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.472038 [ 268 ] {56216ca7-16ca-4af4-865c-5f3ac0c857ad} TCPHandler: Processed in 0.000909045 sec. 2026.03.24 20:57:28.472233 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.472348 [ 268 ] {6c5ea3c2-11ed-4fe9-aedf-0d0f36cd0eb0} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.472584 [ 268 ] {6c5ea3c2-11ed-4fe9-aedf-0d0f36cd0eb0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.472627 [ 268 ] {6c5ea3c2-11ed-4fe9-aedf-0d0f36cd0eb0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.472920 [ 268 ] {6c5ea3c2-11ed-4fe9-aedf-0d0f36cd0eb0} TCPHandler: Processed in 0.00073457 sec. 2026.03.24 20:57:28.473139 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.473252 [ 268 ] {ee63a520-fa2d-4a9d-9436-d1e163d0d1f1} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.473491 [ 268 ] {ee63a520-fa2d-4a9d-9436-d1e163d0d1f1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.473534 [ 268 ] {ee63a520-fa2d-4a9d-9436-d1e163d0d1f1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.473815 [ 268 ] {ee63a520-fa2d-4a9d-9436-d1e163d0d1f1} TCPHandler: Processed in 0.00072496 sec. 2026.03.24 20:57:28.474023 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.474136 [ 268 ] {87b0c5a3-3ae2-46a7-b32e-644a93784c69} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.474375 [ 268 ] {87b0c5a3-3ae2-46a7-b32e-644a93784c69} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.474417 [ 268 ] {87b0c5a3-3ae2-46a7-b32e-644a93784c69} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.474702 [ 268 ] {87b0c5a3-3ae2-46a7-b32e-644a93784c69} TCPHandler: Processed in 0.00072536 sec. 2026.03.24 20:57:28.474903 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.475018 [ 268 ] {20982009-841c-4555-b0b0-c2d657ebd26e} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.475256 [ 268 ] {20982009-841c-4555-b0b0-c2d657ebd26e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.475298 [ 268 ] {20982009-841c-4555-b0b0-c2d657ebd26e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.475586 [ 268 ] {20982009-841c-4555-b0b0-c2d657ebd26e} TCPHandler: Processed in 0.00072979 sec. 2026.03.24 20:57:28.475783 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.475899 [ 268 ] {d8cde176-a82a-4730-9bb9-2aae2b44c8d0} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.476141 [ 268 ] {d8cde176-a82a-4730-9bb9-2aae2b44c8d0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.476183 [ 268 ] {d8cde176-a82a-4730-9bb9-2aae2b44c8d0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.476471 [ 268 ] {d8cde176-a82a-4730-9bb9-2aae2b44c8d0} TCPHandler: Processed in 0.000735039 sec. 2026.03.24 20:57:28.476671 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.476793 [ 268 ] {a30f1a8f-ac43-457c-9849-3c1d03d75d0b} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.477034 [ 268 ] {a30f1a8f-ac43-457c-9849-3c1d03d75d0b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.477077 [ 268 ] {a30f1a8f-ac43-457c-9849-3c1d03d75d0b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.477367 [ 268 ] {a30f1a8f-ac43-457c-9849-3c1d03d75d0b} TCPHandler: Processed in 0.00074258 sec. 2026.03.24 20:57:28.477562 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.477680 [ 268 ] {18c08d58-c434-4f5b-a399-ca80510391b2} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.477923 [ 268 ] {18c08d58-c434-4f5b-a399-ca80510391b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.477965 [ 268 ] {18c08d58-c434-4f5b-a399-ca80510391b2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.478263 [ 268 ] {18c08d58-c434-4f5b-a399-ca80510391b2} TCPHandler: Processed in 0.00074853 sec. 2026.03.24 20:57:28.478459 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.478575 [ 268 ] {03468ea3-ccfd-438a-b799-d28b55cef2bf} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.478821 [ 268 ] {03468ea3-ccfd-438a-b799-d28b55cef2bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.478864 [ 268 ] {03468ea3-ccfd-438a-b799-d28b55cef2bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.479156 [ 268 ] {03468ea3-ccfd-438a-b799-d28b55cef2bf} TCPHandler: Processed in 0.00074437 sec. 2026.03.24 20:57:28.479352 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.479467 [ 268 ] {f0523275-1b0f-4d64-8167-aca0449a9c66} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.479713 [ 268 ] {f0523275-1b0f-4d64-8167-aca0449a9c66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.479755 [ 268 ] {f0523275-1b0f-4d64-8167-aca0449a9c66} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.480043 [ 268 ] {f0523275-1b0f-4d64-8167-aca0449a9c66} TCPHandler: Processed in 0.00073822 sec. 2026.03.24 20:57:28.480682 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.480799 [ 268 ] {5c42d366-62f6-4ab6-8fb3-a92c2f29bc27} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.481048 [ 268 ] {5c42d366-62f6-4ab6-8fb3-a92c2f29bc27} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.481091 [ 268 ] {5c42d366-62f6-4ab6-8fb3-a92c2f29bc27} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.481483 [ 268 ] {5c42d366-62f6-4ab6-8fb3-a92c2f29bc27} TCPHandler: Processed in 0.000847273 sec. 2026.03.24 20:57:28.481677 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.481787 [ 268 ] {3836bb98-6e50-4f12-8902-6e4c8ae32340} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.482027 [ 268 ] {3836bb98-6e50-4f12-8902-6e4c8ae32340} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.482066 [ 268 ] {3836bb98-6e50-4f12-8902-6e4c8ae32340} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.482372 [ 268 ] {3836bb98-6e50-4f12-8902-6e4c8ae32340} TCPHandler: Processed in 0.000788461 sec. 2026.03.24 20:57:28.482621 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.482739 [ 268 ] {e87ad86f-76d1-4514-8aca-046508b098a3} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.483003 [ 268 ] {e87ad86f-76d1-4514-8aca-046508b098a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.483046 [ 268 ] {e87ad86f-76d1-4514-8aca-046508b098a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.483370 [ 268 ] {e87ad86f-76d1-4514-8aca-046508b098a3} TCPHandler: Processed in 0.000800202 sec. 2026.03.24 20:57:28.483563 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.483682 [ 268 ] {a6bf75bf-aa26-4710-a443-1347510d31fe} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.483940 [ 268 ] {a6bf75bf-aa26-4710-a443-1347510d31fe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.483983 [ 268 ] {a6bf75bf-aa26-4710-a443-1347510d31fe} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.484304 [ 268 ] {a6bf75bf-aa26-4710-a443-1347510d31fe} TCPHandler: Processed in 0.000788752 sec. 2026.03.24 20:57:28.484500 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.484619 [ 268 ] {8d919964-de5e-4f6b-8691-57feb81f42ae} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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.03.24 20:57:28.484880 [ 268 ] {8d919964-de5e-4f6b-8691-57feb81f42ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.484922 [ 268 ] {8d919964-de5e-4f6b-8691-57feb81f42ae} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.485282 [ 268 ] {8d919964-de5e-4f6b-8691-57feb81f42ae} TCPHandler: Processed in 0.000827882 sec. 2026.03.24 20:57:28.485563 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.485713 [ 268 ] {c73a543f-8bc5-4eea-a58c-5bd00fac9e5b} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.486044 [ 268 ] {c73a543f-8bc5-4eea-a58c-5bd00fac9e5b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.486087 [ 268 ] {c73a543f-8bc5-4eea-a58c-5bd00fac9e5b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.486481 [ 268 ] {c73a543f-8bc5-4eea-a58c-5bd00fac9e5b} TCPHandler: Processed in 0.000973287 sec. 2026.03.24 20:57:28.486738 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.486899 [ 268 ] {78446cf5-b087-46ed-9159-007c2bd06e1b} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.487257 [ 268 ] {78446cf5-b087-46ed-9159-007c2bd06e1b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.487313 [ 268 ] {78446cf5-b087-46ed-9159-007c2bd06e1b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.487848 [ 268 ] {78446cf5-b087-46ed-9159-007c2bd06e1b} TCPHandler: Processed in 0.001173771 sec. 2026.03.24 20:57:28.488084 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.488213 [ 268 ] {6a9f6b34-2087-4e9c-9939-3a62c7915902} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.488498 [ 268 ] {6a9f6b34-2087-4e9c-9939-3a62c7915902} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.488622 [ 268 ] {6a9f6b34-2087-4e9c-9939-3a62c7915902} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.488951 [ 268 ] {6a9f6b34-2087-4e9c-9939-3a62c7915902} TCPHandler: Processed in 0.000916295 sec. 2026.03.24 20:57:28.489176 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.489301 [ 268 ] {4b585192-026a-49d7-a8ce-0d828c98f3a7} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_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') FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.489584 [ 268 ] {4b585192-026a-49d7-a8ce-0d828c98f3a7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.489626 [ 268 ] {4b585192-026a-49d7-a8ce-0d828c98f3a7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.489977 [ 268 ] {4b585192-026a-49d7-a8ce-0d828c98f3a7} TCPHandler: Processed in 0.000849683 sec. 2026.03.24 20:57:28.490208 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.490348 [ 268 ] {62cc671c-dff3-4fa9-b3fc-4465dc1e7215} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link: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') FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.490654 [ 268 ] {62cc671c-dff3-4fa9-b3fc-4465dc1e7215} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.490698 [ 268 ] {62cc671c-dff3-4fa9-b3fc-4465dc1e7215} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.491070 [ 268 ] {62cc671c-dff3-4fa9-b3fc-4465dc1e7215} TCPHandler: Processed in 0.000920715 sec. 2026.03.24 20:57:28.499260 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.499416 [ 268 ] {f3601947-d168-47f2-aa39-59563b769f6c} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.499742 [ 268 ] {f3601947-d168-47f2-aa39-59563b769f6c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.499786 [ 268 ] {f3601947-d168-47f2-aa39-59563b769f6c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.500130 [ 268 ] {f3601947-d168-47f2-aa39-59563b769f6c} TCPHandler: Processed in 0.000931146 sec. 2026.03.24 20:57:28.501634 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.501774 [ 268 ] {6a7e8147-bde0-465e-850a-9db73aab6319} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.502092 [ 268 ] {6a7e8147-bde0-465e-850a-9db73aab6319} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.502142 [ 268 ] {6a7e8147-bde0-465e-850a-9db73aab6319} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.502569 [ 268 ] {6a7e8147-bde0-465e-850a-9db73aab6319} TCPHandler: Processed in 0.000977316 sec. 2026.03.24 20:57:28.502779 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.502904 [ 268 ] {998c6146-3262-4bfb-8c84-076fdb8d6f0b} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.503181 [ 268 ] {998c6146-3262-4bfb-8c84-076fdb8d6f0b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.503224 [ 268 ] {998c6146-3262-4bfb-8c84-076fdb8d6f0b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.503548 [ 268 ] {998c6146-3262-4bfb-8c84-076fdb8d6f0b} TCPHandler: Processed in 0.000817442 sec. 2026.03.24 20:57:28.503752 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.503876 [ 268 ] {01906472-beb3-461f-8f08-1d737fddb1f6} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.24 20:57:28.504151 [ 268 ] {01906472-beb3-461f-8f08-1d737fddb1f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.504193 [ 268 ] {01906472-beb3-461f-8f08-1d737fddb1f6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:28.504504 [ 268 ] {01906472-beb3-461f-8f08-1d737fddb1f6} TCPHandler: Processed in 0.000800971 sec. 2026.03.24 20:57:28.509409 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.509536 [ 268 ] {d5440af7-9256-4c85-ab8f-592cbbe9ae4e} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.24 20:57:28.509586 [ 268 ] {d5440af7-9256-4c85-ab8f-592cbbe9ae4e} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:28.512495 [ 268 ] {d5440af7-9256-4c85-ab8f-592cbbe9ae4e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.512547 [ 268 ] {d5440af7-9256-4c85-ab8f-592cbbe9ae4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.515139 [ 268 ] {d5440af7-9256-4c85-ab8f-592cbbe9ae4e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.515570 [ 268 ] {d5440af7-9256-4c85-ab8f-592cbbe9ae4e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.515785 [ 268 ] {d5440af7-9256-4c85-ab8f-592cbbe9ae4e} executeQuery: Read 29 rows, 6.01 KiB in 0.006282 sec., 4616.364215218083 rows/sec., 956.51 KiB/sec. 2026.03.24 20:57:28.515834 [ 268 ] {d5440af7-9256-4c85-ab8f-592cbbe9ae4e} TCPHandler: Processed in 0.006485705 sec. 2026.03.24 20:57:28.515991 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.516105 [ 268 ] {b95b2e1b-074a-4b40-b445-1463352181ce} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:57:28.516154 [ 268 ] {b95b2e1b-074a-4b40-b445-1463352181ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:57:28.518737 [ 268 ] {b95b2e1b-074a-4b40-b445-1463352181ce} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.518777 [ 268 ] {b95b2e1b-074a-4b40-b445-1463352181ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.521180 [ 268 ] {b95b2e1b-074a-4b40-b445-1463352181ce} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.521598 [ 268 ] {b95b2e1b-074a-4b40-b445-1463352181ce} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.521722 [ 268 ] {b95b2e1b-074a-4b40-b445-1463352181ce} executeQuery: Read 24 rows, 2.04 KiB in 0.00565 sec., 4247.787610619469 rows/sec., 360.90 KiB/sec. 2026.03.24 20:57:28.521766 [ 268 ] {b95b2e1b-074a-4b40-b445-1463352181ce} TCPHandler: Processed in 0.005849778 sec. 2026.03.24 20:57:28.521883 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.521996 [ 268 ] {40aef352-8135-40c4-b2da-567e0c007fe0} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.24 20:57:28.522039 [ 268 ] {40aef352-8135-40c4-b2da-567e0c007fe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.24 20:57:28.522408 [ 268 ] {40aef352-8135-40c4-b2da-567e0c007fe0} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.522441 [ 268 ] {40aef352-8135-40c4-b2da-567e0c007fe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.522887 [ 268 ] {40aef352-8135-40c4-b2da-567e0c007fe0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.523292 [ 268 ] {40aef352-8135-40c4-b2da-567e0c007fe0} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.523418 [ 268 ] {40aef352-8135-40c4-b2da-567e0c007fe0} executeQuery: Read 8 rows, 668.00 B in 0.001434 sec., 5578.800557880056 rows/sec., 454.91 KiB/sec. 2026.03.24 20:57:28.523453 [ 268 ] {40aef352-8135-40c4-b2da-567e0c007fe0} TCPHandler: Processed in 0.001598213 sec. 2026.03.24 20:57:28.523566 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.523661 [ 268 ] {f3e9fc53-f4eb-4251-802c-43a8b41cbe78} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:57:28.523700 [ 268 ] {f3e9fc53-f4eb-4251-802c-43a8b41cbe78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:57:28.524169 [ 268 ] {f3e9fc53-f4eb-4251-802c-43a8b41cbe78} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.524205 [ 268 ] {f3e9fc53-f4eb-4251-802c-43a8b41cbe78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.524662 [ 268 ] {f3e9fc53-f4eb-4251-802c-43a8b41cbe78} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.525098 [ 268 ] {f3e9fc53-f4eb-4251-802c-43a8b41cbe78} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.525226 [ 268 ] {f3e9fc53-f4eb-4251-802c-43a8b41cbe78} executeQuery: Read 194 rows, 17.88 KiB in 0.001583 sec., 122552.11623499684 rows/sec., 11.03 MiB/sec. 2026.03.24 20:57:28.525261 [ 268 ] {f3e9fc53-f4eb-4251-802c-43a8b41cbe78} TCPHandler: Processed in 0.001746357 sec. 2026.03.24 20:57:28.525375 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.525469 [ 268 ] {8e207fec-938a-4371-aaf2-df3a4aabf6d0} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:57:28.525509 [ 268 ] {8e207fec-938a-4371-aaf2-df3a4aabf6d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:57:28.525909 [ 268 ] {8e207fec-938a-4371-aaf2-df3a4aabf6d0} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.525944 [ 268 ] {8e207fec-938a-4371-aaf2-df3a4aabf6d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.526366 [ 268 ] {8e207fec-938a-4371-aaf2-df3a4aabf6d0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.526789 [ 268 ] {8e207fec-938a-4371-aaf2-df3a4aabf6d0} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.526914 [ 268 ] {8e207fec-938a-4371-aaf2-df3a4aabf6d0} executeQuery: Read 40 rows, 3.02 KiB in 0.001463 sec., 27341.079972658918 rows/sec., 2.02 MiB/sec. 2026.03.24 20:57:28.526950 [ 268 ] {8e207fec-938a-4371-aaf2-df3a4aabf6d0} TCPHandler: Processed in 0.001625264 sec. 2026.03.24 20:57:28.527049 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.527143 [ 268 ] {e9be4bd8-47c1-47d2-9020-9d65acce7896} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:57:28.527182 [ 268 ] {e9be4bd8-47c1-47d2-9020-9d65acce7896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:57:28.527600 [ 268 ] {e9be4bd8-47c1-47d2-9020-9d65acce7896} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.527632 [ 268 ] {e9be4bd8-47c1-47d2-9020-9d65acce7896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.528026 [ 268 ] {e9be4bd8-47c1-47d2-9020-9d65acce7896} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.528512 [ 268 ] {e9be4bd8-47c1-47d2-9020-9d65acce7896} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.528641 [ 268 ] {e9be4bd8-47c1-47d2-9020-9d65acce7896} executeQuery: Read 24 rows, 2.04 KiB in 0.001515 sec., 15841.58415841584 rows/sec., 1.31 MiB/sec. 2026.03.24 20:57:28.528677 [ 268 ] {e9be4bd8-47c1-47d2-9020-9d65acce7896} TCPHandler: Processed in 0.001676995 sec. 2026.03.24 20:57:28.528793 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.528887 [ 268 ] {00b6906f-cd0e-4948-879f-7933a5effc86} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:57:28.528927 [ 268 ] {00b6906f-cd0e-4948-879f-7933a5effc86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:57:28.529304 [ 268 ] {00b6906f-cd0e-4948-879f-7933a5effc86} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.529340 [ 268 ] {00b6906f-cd0e-4948-879f-7933a5effc86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.529748 [ 268 ] {00b6906f-cd0e-4948-879f-7933a5effc86} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.530166 [ 268 ] {00b6906f-cd0e-4948-879f-7933a5effc86} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.530290 [ 268 ] {00b6906f-cd0e-4948-879f-7933a5effc86} executeQuery: Read 12 rows, 960.00 B in 0.001419 sec., 8456.659619450318 rows/sec., 660.68 KiB/sec. 2026.03.24 20:57:28.530324 [ 268 ] {00b6906f-cd0e-4948-879f-7933a5effc86} TCPHandler: Processed in 0.001580543 sec. 2026.03.24 20:57:28.530432 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.530524 [ 268 ] {29165b7b-634a-46c1-82b6-0d24a25f9b80} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:57:28.530564 [ 268 ] {29165b7b-634a-46c1-82b6-0d24a25f9b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:57:28.530978 [ 268 ] {29165b7b-634a-46c1-82b6-0d24a25f9b80} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.531012 [ 268 ] {29165b7b-634a-46c1-82b6-0d24a25f9b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.531417 [ 268 ] {29165b7b-634a-46c1-82b6-0d24a25f9b80} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.531918 [ 268 ] {29165b7b-634a-46c1-82b6-0d24a25f9b80} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.532051 [ 268 ] {29165b7b-634a-46c1-82b6-0d24a25f9b80} executeQuery: Read 110 rows, 9.20 KiB in 0.001543 sec., 71289.6953985742 rows/sec., 5.83 MiB/sec. 2026.03.24 20:57:28.532089 [ 268 ] {29165b7b-634a-46c1-82b6-0d24a25f9b80} TCPHandler: Processed in 0.001706966 sec. 2026.03.24 20:57:28.532202 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.532299 [ 268 ] {6f7f15ee-9425-4e73-855a-670e7aa23480} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:28.532341 [ 268 ] {6f7f15ee-9425-4e73-855a-670e7aa23480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:57:28.532859 [ 268 ] {6f7f15ee-9425-4e73-855a-670e7aa23480} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.532894 [ 268 ] {6f7f15ee-9425-4e73-855a-670e7aa23480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.533388 [ 268 ] {6f7f15ee-9425-4e73-855a-670e7aa23480} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.533810 [ 268 ] {6f7f15ee-9425-4e73-855a-670e7aa23480} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.533936 [ 268 ] {6f7f15ee-9425-4e73-855a-670e7aa23480} executeQuery: Read 306 rows, 24.08 KiB in 0.001656 sec., 184782.6086956522 rows/sec., 14.20 MiB/sec. 2026.03.24 20:57:28.533973 [ 268 ] {6f7f15ee-9425-4e73-855a-670e7aa23480} TCPHandler: Processed in 0.001820739 sec. 2026.03.24 20:57:28.534086 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.534181 [ 268 ] {3dc10e2e-ac05-4e2d-af72-0be12740725a} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:28.534233 [ 268 ] {3dc10e2e-ac05-4e2d-af72-0be12740725a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:57:28.535138 [ 268 ] {3dc10e2e-ac05-4e2d-af72-0be12740725a} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.535175 [ 268 ] {3dc10e2e-ac05-4e2d-af72-0be12740725a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.545145 [ 268 ] {3dc10e2e-ac05-4e2d-af72-0be12740725a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.545650 [ 268 ] {3dc10e2e-ac05-4e2d-af72-0be12740725a} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.545785 [ 268 ] {3dc10e2e-ac05-4e2d-af72-0be12740725a} executeQuery: Read 20 rows, 36.70 KiB in 0.011622 sec., 1720.8742040956806 rows/sec., 3.08 MiB/sec. 2026.03.24 20:57:28.545843 [ 268 ] {3dc10e2e-ac05-4e2d-af72-0be12740725a} TCPHandler: Processed in 0.011805458 sec. 2026.03.24 20:57:28.545971 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.546064 [ 268 ] {484da6ea-804d-4c21-8bfd-892c3f17e209} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.24 20:57:28.546105 [ 268 ] {484da6ea-804d-4c21-8bfd-892c3f17e209} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.24 20:57:28.546435 [ 268 ] {484da6ea-804d-4c21-8bfd-892c3f17e209} oximeter.measurements_i64 (842726d1-c198-4f7c-a078-3e89ffa717a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.546469 [ 268 ] {484da6ea-804d-4c21-8bfd-892c3f17e209} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.546877 [ 268 ] {484da6ea-804d-4c21-8bfd-892c3f17e209} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.547311 [ 268 ] {484da6ea-804d-4c21-8bfd-892c3f17e209} oximeter.measurements_i64 (842726d1-c198-4f7c-a078-3e89ffa717a4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.547436 [ 268 ] {484da6ea-804d-4c21-8bfd-892c3f17e209} executeQuery: Read 15 rows, 1.12 KiB in 0.00139 sec., 10791.366906474821 rows/sec., 803.03 KiB/sec. 2026.03.24 20:57:28.547470 [ 268 ] {484da6ea-804d-4c21-8bfd-892c3f17e209} TCPHandler: Processed in 0.001546632 sec. 2026.03.24 20:57:28.547584 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:28.547679 [ 268 ] {5f0080f5-12e0-4c3e-a992-18376fff5181} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:57:28.547720 [ 268 ] {5f0080f5-12e0-4c3e-a992-18376fff5181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:57:28.548046 [ 268 ] {5f0080f5-12e0-4c3e-a992-18376fff5181} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:28.548079 [ 268 ] {5f0080f5-12e0-4c3e-a992-18376fff5181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:28.548515 [ 268 ] {5f0080f5-12e0-4c3e-a992-18376fff5181} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:28.548943 [ 268 ] {5f0080f5-12e0-4c3e-a992-18376fff5181} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:28.549071 [ 268 ] {5f0080f5-12e0-4c3e-a992-18376fff5181} executeQuery: Read 40 rows, 2.73 KiB in 0.001411 sec., 28348.688873139617 rows/sec., 1.89 MiB/sec. 2026.03.24 20:57:28.549107 [ 268 ] {5f0080f5-12e0-4c3e-a992-18376fff5181} TCPHandler: Processed in 0.001572392 sec. 2026.03.24 20:57:29.000249 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.42 MiB, peak 166.42 MiB, free memory in arenas 0.00 B, will set to 165.19 MiB (RSS), difference: -1.23 MiB 2026.03.24 20:57:29.246046 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1503 2026.03.24 20:57:29.246612 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:29.246659 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:29.247314 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:57:29.247868 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:29.248010 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1503 2026.03.24 20:57:29.313342 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.24 20:57:29.329540 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:29.329590 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:29.335969 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:57:29.337135 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:29.340029 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.24 20:57:30.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.73 MiB, peak 169.73 MiB, free memory in arenas 0.00 B, will set to 167.30 MiB (RSS), difference: 1.57 MiB 2026.03.24 20:57:33.447369 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:33.447672 [ 268 ] {913370f1-4312-4c0a-938d-68031e8450eb} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:57:33.447780 [ 268 ] {913370f1-4312-4c0a-938d-68031e8450eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:57:33.448466 [ 268 ] {913370f1-4312-4c0a-938d-68031e8450eb} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:33.448514 [ 268 ] {913370f1-4312-4c0a-938d-68031e8450eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:33.449027 [ 268 ] {913370f1-4312-4c0a-938d-68031e8450eb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:33.449520 [ 268 ] {913370f1-4312-4c0a-938d-68031e8450eb} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:33.449667 [ 268 ] {913370f1-4312-4c0a-938d-68031e8450eb} executeQuery: Read 30 rows, 2.34 KiB in 0.002071 sec., 14485.755673587639 rows/sec., 1.11 MiB/sec. 2026.03.24 20:57:33.449706 [ 268 ] {913370f1-4312-4c0a-938d-68031e8450eb} TCPHandler: Processed in 0.002518638 sec. 2026.03.24 20:57:33.449836 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:33.449930 [ 268 ] {818824c0-587d-43b4-97ff-38a241daf650} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:57:33.449971 [ 268 ] {818824c0-587d-43b4-97ff-38a241daf650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:57:33.450402 [ 268 ] {818824c0-587d-43b4-97ff-38a241daf650} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:33.450439 [ 268 ] {818824c0-587d-43b4-97ff-38a241daf650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:33.450988 [ 268 ] {818824c0-587d-43b4-97ff-38a241daf650} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:33.451418 [ 268 ] {818824c0-587d-43b4-97ff-38a241daf650} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:33.451544 [ 268 ] {818824c0-587d-43b4-97ff-38a241daf650} executeQuery: Read 36 rows, 2.88 KiB in 0.001633 sec., 22045.315370483775 rows/sec., 1.72 MiB/sec. 2026.03.24 20:57:33.451581 [ 268 ] {818824c0-587d-43b4-97ff-38a241daf650} TCPHandler: Processed in 0.001792448 sec. 2026.03.24 20:57:33.451690 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:33.451793 [ 268 ] {4b60b85b-d461-4ea7-8e08-0d4d432da1b2} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:33.451837 [ 268 ] {4b60b85b-d461-4ea7-8e08-0d4d432da1b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:57:33.452230 [ 268 ] {4b60b85b-d461-4ea7-8e08-0d4d432da1b2} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:33.452266 [ 268 ] {4b60b85b-d461-4ea7-8e08-0d4d432da1b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:33.452733 [ 268 ] {4b60b85b-d461-4ea7-8e08-0d4d432da1b2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:33.453160 [ 268 ] {4b60b85b-d461-4ea7-8e08-0d4d432da1b2} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:33.453286 [ 268 ] {4b60b85b-d461-4ea7-8e08-0d4d432da1b2} executeQuery: Read 110 rows, 7.86 KiB in 0.001511 sec., 72799.4705493051 rows/sec., 5.08 MiB/sec. 2026.03.24 20:57:33.453322 [ 268 ] {4b60b85b-d461-4ea7-8e08-0d4d432da1b2} TCPHandler: Processed in 0.001679705 sec. 2026.03.24 20:57:33.453433 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:33.453526 [ 268 ] {fe187b93-ba41-4fa9-a769-b8aaea9f6d2f} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:57:33.453568 [ 268 ] {fe187b93-ba41-4fa9-a769-b8aaea9f6d2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:57:33.453891 [ 268 ] {fe187b93-ba41-4fa9-a769-b8aaea9f6d2f} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:33.453927 [ 268 ] {fe187b93-ba41-4fa9-a769-b8aaea9f6d2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:33.454326 [ 268 ] {fe187b93-ba41-4fa9-a769-b8aaea9f6d2f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:33.454741 [ 268 ] {fe187b93-ba41-4fa9-a769-b8aaea9f6d2f} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:33.454864 [ 268 ] {fe187b93-ba41-4fa9-a769-b8aaea9f6d2f} executeQuery: Read 40 rows, 2.73 KiB in 0.001357 sec., 29476.78703021371 rows/sec., 1.97 MiB/sec. 2026.03.24 20:57:33.454900 [ 268 ] {fe187b93-ba41-4fa9-a769-b8aaea9f6d2f} TCPHandler: Processed in 0.001514391 sec. 2026.03.24 20:57:36.689921 [ 115 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:57:36.689973 [ 115 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:57:36.743373 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 270 2026.03.24 20:57:36.747192 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:36.747243 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:36.748095 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1951 2026.03.24 20:57:36.748555 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:36.748652 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:36.748700 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:36.749161 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:36.749397 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:57:36.749424 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 270 2026.03.24 20:57:36.749946 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:36.750094 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1951 2026.03.24 20:57:36.840099 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.24 20:57:36.856206 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:36.856253 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:36.862130 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:57:36.863253 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:36.866285 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.24 20:57:38.448256 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:38.448472 [ 268 ] {a6ec5859-4471-412b-b2ae-225a2757f044} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:57:38.448543 [ 268 ] {a6ec5859-4471-412b-b2ae-225a2757f044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:57:38.449351 [ 268 ] {a6ec5859-4471-412b-b2ae-225a2757f044} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:38.449398 [ 268 ] {a6ec5859-4471-412b-b2ae-225a2757f044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:38.449984 [ 268 ] {a6ec5859-4471-412b-b2ae-225a2757f044} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:57:38.450489 [ 268 ] {a6ec5859-4471-412b-b2ae-225a2757f044} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:38.450647 [ 268 ] {a6ec5859-4471-412b-b2ae-225a2757f044} executeQuery: Read 80 rows, 7.06 KiB in 0.002227 sec., 35922.76605298608 rows/sec., 3.10 MiB/sec. 2026.03.24 20:57:38.450688 [ 268 ] {a6ec5859-4471-412b-b2ae-225a2757f044} TCPHandler: Processed in 0.00259418 sec. 2026.03.24 20:57:38.450811 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:38.450908 [ 268 ] {544da2c4-8624-43b9-89da-7a406e30c535} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:57:38.450949 [ 268 ] {544da2c4-8624-43b9-89da-7a406e30c535} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:57:38.451375 [ 268 ] {544da2c4-8624-43b9-89da-7a406e30c535} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:38.451411 [ 268 ] {544da2c4-8624-43b9-89da-7a406e30c535} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:38.451879 [ 268 ] {544da2c4-8624-43b9-89da-7a406e30c535} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:38.452438 [ 268 ] {544da2c4-8624-43b9-89da-7a406e30c535} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:38.452619 [ 268 ] {544da2c4-8624-43b9-89da-7a406e30c535} executeQuery: Read 25 rows, 1.88 KiB in 0.001729 sec., 14459.224985540774 rows/sec., 1.06 MiB/sec. 2026.03.24 20:57:38.452666 [ 268 ] {544da2c4-8624-43b9-89da-7a406e30c535} TCPHandler: Processed in 0.001903862 sec. 2026.03.24 20:57:38.452791 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:38.452906 [ 268 ] {f2b6c5c9-5d5b-45e9-98d4-3946232bbe3b} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:57:38.452953 [ 268 ] {f2b6c5c9-5d5b-45e9-98d4-3946232bbe3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:57:38.453402 [ 268 ] {f2b6c5c9-5d5b-45e9-98d4-3946232bbe3b} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:38.453439 [ 268 ] {f2b6c5c9-5d5b-45e9-98d4-3946232bbe3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:38.453865 [ 268 ] {f2b6c5c9-5d5b-45e9-98d4-3946232bbe3b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:57:38.454276 [ 268 ] {f2b6c5c9-5d5b-45e9-98d4-3946232bbe3b} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:38.454411 [ 268 ] {f2b6c5c9-5d5b-45e9-98d4-3946232bbe3b} executeQuery: Read 64 rows, 5.15 KiB in 0.001529 sec., 41857.42315238718 rows/sec., 3.29 MiB/sec. 2026.03.24 20:57:38.454450 [ 268 ] {f2b6c5c9-5d5b-45e9-98d4-3946232bbe3b} TCPHandler: Processed in 0.001724647 sec. 2026.03.24 20:57:38.454626 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:38.454719 [ 268 ] {04d94e5d-7005-499c-91e6-73c7befe1b37} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:38.454762 [ 268 ] {04d94e5d-7005-499c-91e6-73c7befe1b37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:57:38.455183 [ 268 ] {04d94e5d-7005-499c-91e6-73c7befe1b37} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:38.455224 [ 268 ] {04d94e5d-7005-499c-91e6-73c7befe1b37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:38.455691 [ 268 ] {04d94e5d-7005-499c-91e6-73c7befe1b37} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:57:38.456199 [ 268 ] {04d94e5d-7005-499c-91e6-73c7befe1b37} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:38.456334 [ 268 ] {04d94e5d-7005-499c-91e6-73c7befe1b37} executeQuery: Read 110 rows, 7.86 KiB in 0.001633 sec., 67360.68585425598 rows/sec., 4.70 MiB/sec. 2026.03.24 20:57:38.456370 [ 268 ] {04d94e5d-7005-499c-91e6-73c7befe1b37} TCPHandler: Processed in 0.001795048 sec. 2026.03.24 20:57:38.456484 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:38.456577 [ 268 ] {74f7a5ce-927b-4d37-80cc-bdbde4f80723} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:38.456635 [ 268 ] {74f7a5ce-927b-4d37-80cc-bdbde4f80723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:57:38.457460 [ 268 ] {74f7a5ce-927b-4d37-80cc-bdbde4f80723} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:38.457497 [ 268 ] {74f7a5ce-927b-4d37-80cc-bdbde4f80723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:38.458115 [ 268 ] {74f7a5ce-927b-4d37-80cc-bdbde4f80723} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:38.458534 [ 268 ] {74f7a5ce-927b-4d37-80cc-bdbde4f80723} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:38.458679 [ 268 ] {74f7a5ce-927b-4d37-80cc-bdbde4f80723} executeQuery: Read 25 rows, 45.87 KiB in 0.00212 sec., 11792.45283018868 rows/sec., 21.13 MiB/sec. 2026.03.24 20:57:38.458727 [ 268 ] {74f7a5ce-927b-4d37-80cc-bdbde4f80723} TCPHandler: Processed in 0.002290102 sec. 2026.03.24 20:57:38.458838 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:38.458933 [ 268 ] {bbd4a733-b648-47a3-a3fd-fd0622a30f47} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.24 20:57:38.458974 [ 268 ] {bbd4a733-b648-47a3-a3fd-fd0622a30f47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.24 20:57:38.459301 [ 268 ] {bbd4a733-b648-47a3-a3fd-fd0622a30f47} oximeter.measurements_i64 (842726d1-c198-4f7c-a078-3e89ffa717a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:38.459337 [ 268 ] {bbd4a733-b648-47a3-a3fd-fd0622a30f47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:38.459762 [ 268 ] {bbd4a733-b648-47a3-a3fd-fd0622a30f47} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:38.460172 [ 268 ] {bbd4a733-b648-47a3-a3fd-fd0622a30f47} oximeter.measurements_i64 (842726d1-c198-4f7c-a078-3e89ffa717a4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:38.460298 [ 268 ] {bbd4a733-b648-47a3-a3fd-fd0622a30f47} executeQuery: Read 3 rows, 246.00 B in 0.001383 sec., 2169.197396963124 rows/sec., 173.71 KiB/sec. 2026.03.24 20:57:38.460333 [ 268 ] {bbd4a733-b648-47a3-a3fd-fd0622a30f47} TCPHandler: Processed in 0.001542621 sec. 2026.03.24 20:57:38.460440 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:38.460532 [ 268 ] {99c3b798-a2da-48cb-b695-80c9b8773ffa} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:57:38.460572 [ 268 ] {99c3b798-a2da-48cb-b695-80c9b8773ffa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:57:38.460898 [ 268 ] {99c3b798-a2da-48cb-b695-80c9b8773ffa} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:38.460935 [ 268 ] {99c3b798-a2da-48cb-b695-80c9b8773ffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:38.461336 [ 268 ] {99c3b798-a2da-48cb-b695-80c9b8773ffa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:57:38.461767 [ 268 ] {99c3b798-a2da-48cb-b695-80c9b8773ffa} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:38.461903 [ 268 ] {99c3b798-a2da-48cb-b695-80c9b8773ffa} executeQuery: Read 40 rows, 2.73 KiB in 0.001389 sec., 28797.696184305256 rows/sec., 1.92 MiB/sec. 2026.03.24 20:57:38.461949 [ 268 ] {99c3b798-a2da-48cb-b695-80c9b8773ffa} TCPHandler: Processed in 0.001555892 sec. 2026.03.24 20:57:43.449864 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:43.450136 [ 268 ] {dcf0ed5f-e302-439f-8ff0-0d684bd69d4b} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.24 20:57:43.450228 [ 268 ] {dcf0ed5f-e302-439f-8ff0-0d684bd69d4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.24 20:57:43.450983 [ 268 ] {dcf0ed5f-e302-439f-8ff0-0d684bd69d4b} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:43.451026 [ 268 ] {dcf0ed5f-e302-439f-8ff0-0d684bd69d4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:43.451585 [ 268 ] {dcf0ed5f-e302-439f-8ff0-0d684bd69d4b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:43.452080 [ 268 ] {dcf0ed5f-e302-439f-8ff0-0d684bd69d4b} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:43.452235 [ 268 ] {dcf0ed5f-e302-439f-8ff0-0d684bd69d4b} executeQuery: Read 4 rows, 334.00 B in 0.002167 sec., 1845.8698661744347 rows/sec., 150.52 KiB/sec. 2026.03.24 20:57:43.452279 [ 268 ] {dcf0ed5f-e302-439f-8ff0-0d684bd69d4b} TCPHandler: Processed in 0.002575989 sec. 2026.03.24 20:57:43.452429 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:43.452523 [ 268 ] {c05903bd-c050-441d-b19b-c3f674eccf03} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:57:43.452563 [ 268 ] {c05903bd-c050-441d-b19b-c3f674eccf03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:57:43.453129 [ 268 ] {c05903bd-c050-441d-b19b-c3f674eccf03} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:43.453170 [ 268 ] {c05903bd-c050-441d-b19b-c3f674eccf03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:43.453703 [ 268 ] {c05903bd-c050-441d-b19b-c3f674eccf03} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:57:43.454268 [ 268 ] {c05903bd-c050-441d-b19b-c3f674eccf03} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:43.454407 [ 268 ] {c05903bd-c050-441d-b19b-c3f674eccf03} executeQuery: Read 78 rows, 6.56 KiB in 0.001902 sec., 41009.46372239748 rows/sec., 3.37 MiB/sec. 2026.03.24 20:57:43.454443 [ 268 ] {c05903bd-c050-441d-b19b-c3f674eccf03} TCPHandler: Processed in 0.002065966 sec. 2026.03.24 20:57:43.454567 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:43.454661 [ 268 ] {957a3de7-e04e-45cf-bb68-ff1e6eacb002} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:57:43.454701 [ 268 ] {957a3de7-e04e-45cf-bb68-ff1e6eacb002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:57:43.455121 [ 268 ] {957a3de7-e04e-45cf-bb68-ff1e6eacb002} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:43.455157 [ 268 ] {957a3de7-e04e-45cf-bb68-ff1e6eacb002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:43.455580 [ 268 ] {957a3de7-e04e-45cf-bb68-ff1e6eacb002} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:57:43.456030 [ 268 ] {957a3de7-e04e-45cf-bb68-ff1e6eacb002} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:43.456168 [ 268 ] {957a3de7-e04e-45cf-bb68-ff1e6eacb002} executeQuery: Read 14 rows, 1.03 KiB in 0.001525 sec., 9180.327868852459 rows/sec., 676.23 KiB/sec. 2026.03.24 20:57:43.456205 [ 268 ] {957a3de7-e04e-45cf-bb68-ff1e6eacb002} TCPHandler: Processed in 0.001685755 sec. 2026.03.24 20:57:43.456314 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:43.456406 [ 268 ] {c7048d97-d223-42d8-8a49-7bb4c0ee6110} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:57:43.456446 [ 268 ] {c7048d97-d223-42d8-8a49-7bb4c0ee6110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:57:43.456881 [ 268 ] {c7048d97-d223-42d8-8a49-7bb4c0ee6110} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:43.456917 [ 268 ] {c7048d97-d223-42d8-8a49-7bb4c0ee6110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:43.457337 [ 268 ] {c7048d97-d223-42d8-8a49-7bb4c0ee6110} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:57:43.457803 [ 268 ] {c7048d97-d223-42d8-8a49-7bb4c0ee6110} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:43.457935 [ 268 ] {c7048d97-d223-42d8-8a49-7bb4c0ee6110} executeQuery: Read 78 rows, 6.24 KiB in 0.001546 sec., 50452.781371280726 rows/sec., 3.94 MiB/sec. 2026.03.24 20:57:43.457970 [ 268 ] {c7048d97-d223-42d8-8a49-7bb4c0ee6110} TCPHandler: Processed in 0.001704376 sec. 2026.03.24 20:57:43.458089 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:43.458182 [ 268 ] {21ae958e-b9bf-45ea-a9c4-210380e498c6} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:43.458224 [ 268 ] {21ae958e-b9bf-45ea-a9c4-210380e498c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:57:43.458659 [ 268 ] {21ae958e-b9bf-45ea-a9c4-210380e498c6} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:43.458695 [ 268 ] {21ae958e-b9bf-45ea-a9c4-210380e498c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:43.459210 [ 268 ] {21ae958e-b9bf-45ea-a9c4-210380e498c6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:57:43.459711 [ 268 ] {21ae958e-b9bf-45ea-a9c4-210380e498c6} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:43.459845 [ 268 ] {21ae958e-b9bf-45ea-a9c4-210380e498c6} executeQuery: Read 162 rows, 11.55 KiB in 0.001681 sec., 96371.20761451517 rows/sec., 6.71 MiB/sec. 2026.03.24 20:57:43.459880 [ 268 ] {21ae958e-b9bf-45ea-a9c4-210380e498c6} TCPHandler: Processed in 0.001838729 sec. 2026.03.24 20:57:43.459990 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:43.460090 [ 268 ] {4c560cd7-a078-4681-8610-cab6d0060cfc} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:43.460143 [ 268 ] {4c560cd7-a078-4681-8610-cab6d0060cfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:57:43.460883 [ 268 ] {4c560cd7-a078-4681-8610-cab6d0060cfc} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:43.460927 [ 268 ] {4c560cd7-a078-4681-8610-cab6d0060cfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:43.461589 [ 268 ] {4c560cd7-a078-4681-8610-cab6d0060cfc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:57:43.462073 [ 268 ] {4c560cd7-a078-4681-8610-cab6d0060cfc} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:43.462217 [ 268 ] {4c560cd7-a078-4681-8610-cab6d0060cfc} executeQuery: Read 10 rows, 18.35 KiB in 0.002145 sec., 4662.004662004661 rows/sec., 8.35 MiB/sec. 2026.03.24 20:57:43.462265 [ 268 ] {4c560cd7-a078-4681-8610-cab6d0060cfc} TCPHandler: Processed in 0.002322253 sec. 2026.03.24 20:57:43.462376 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:43.462467 [ 268 ] {79972439-496f-49c3-8fb0-1bb4b2c9a1de} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:57:43.462507 [ 268 ] {79972439-496f-49c3-8fb0-1bb4b2c9a1de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:57:43.462865 [ 268 ] {79972439-496f-49c3-8fb0-1bb4b2c9a1de} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:43.462902 [ 268 ] {79972439-496f-49c3-8fb0-1bb4b2c9a1de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:43.463426 [ 268 ] {79972439-496f-49c3-8fb0-1bb4b2c9a1de} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:57:43.463956 [ 268 ] {79972439-496f-49c3-8fb0-1bb4b2c9a1de} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:43.464081 [ 268 ] {79972439-496f-49c3-8fb0-1bb4b2c9a1de} executeQuery: Read 60 rows, 4.14 KiB in 0.001632 sec., 36764.705882352944 rows/sec., 2.48 MiB/sec. 2026.03.24 20:57:43.464115 [ 268 ] {79972439-496f-49c3-8fb0-1bb4b2c9a1de} TCPHandler: Processed in 0.001786408 sec. 2026.03.24 20:57:44.251145 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2463 2026.03.24 20:57:44.251745 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:44.251784 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:44.252333 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:57:44.252554 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:44.252678 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2463 2026.03.24 20:57:44.367305 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.24 20:57:44.383659 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:44.383726 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:44.389986 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:57:44.390688 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:44.393678 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.24 20:57:46.750691 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 298 2026.03.24 20:57:46.752742 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:46.752794 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:46.753929 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:57:46.754200 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:46.754509 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 298 2026.03.24 20:57:48.450789 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:48.451070 [ 268 ] {9593a3c0-368c-4b98-8e21-966cb6e15c9a} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:57:48.451164 [ 268 ] {9593a3c0-368c-4b98-8e21-966cb6e15c9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:57:48.451934 [ 268 ] {9593a3c0-368c-4b98-8e21-966cb6e15c9a} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:48.451983 [ 268 ] {9593a3c0-368c-4b98-8e21-966cb6e15c9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:48.452364 [ 268 ] {9593a3c0-368c-4b98-8e21-966cb6e15c9a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:57:48.452593 [ 268 ] {9593a3c0-368c-4b98-8e21-966cb6e15c9a} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:48.452738 [ 268 ] {9593a3c0-368c-4b98-8e21-966cb6e15c9a} executeQuery: Read 106 rows, 9.13 KiB in 0.001735 sec., 61095.100864553315 rows/sec., 5.14 MiB/sec. 2026.03.24 20:57:48.452780 [ 268 ] {9593a3c0-368c-4b98-8e21-966cb6e15c9a} TCPHandler: Processed in 0.002153508 sec. 2026.03.24 20:57:48.452903 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:48.452996 [ 268 ] {2ea926f1-79f1-4d39-b37d-65e9bba71217} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:57:48.453036 [ 268 ] {2ea926f1-79f1-4d39-b37d-65e9bba71217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:57:48.453433 [ 268 ] {2ea926f1-79f1-4d39-b37d-65e9bba71217} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:48.453468 [ 268 ] {2ea926f1-79f1-4d39-b37d-65e9bba71217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:48.453750 [ 268 ] {2ea926f1-79f1-4d39-b37d-65e9bba71217} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:57:48.453961 [ 268 ] {2ea926f1-79f1-4d39-b37d-65e9bba71217} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:48.454084 [ 268 ] {2ea926f1-79f1-4d39-b37d-65e9bba71217} executeQuery: Read 25 rows, 1.88 KiB in 0.001107 sec., 22583.559168925025 rows/sec., 1.66 MiB/sec. 2026.03.24 20:57:48.454123 [ 268 ] {2ea926f1-79f1-4d39-b37d-65e9bba71217} TCPHandler: Processed in 0.001267294 sec. 2026.03.24 20:57:48.454236 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:48.454327 [ 268 ] {fc37fb2b-5b24-4275-b4ac-ea9cd8dc2898} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:57:48.454367 [ 268 ] {fc37fb2b-5b24-4275-b4ac-ea9cd8dc2898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:57:48.454776 [ 268 ] {fc37fb2b-5b24-4275-b4ac-ea9cd8dc2898} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:48.454811 [ 268 ] {fc37fb2b-5b24-4275-b4ac-ea9cd8dc2898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:48.455093 [ 268 ] {fc37fb2b-5b24-4275-b4ac-ea9cd8dc2898} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:57:48.455292 [ 268 ] {fc37fb2b-5b24-4275-b4ac-ea9cd8dc2898} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:48.455415 [ 268 ] {fc37fb2b-5b24-4275-b4ac-ea9cd8dc2898} executeQuery: Read 89 rows, 7.12 KiB in 0.001105 sec., 80542.98642533936 rows/sec., 6.29 MiB/sec. 2026.03.24 20:57:48.455453 [ 268 ] {fc37fb2b-5b24-4275-b4ac-ea9cd8dc2898} TCPHandler: Processed in 0.001263194 sec. 2026.03.24 20:57:48.455563 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:48.455654 [ 268 ] {e7abbfb0-0921-44d5-aad1-02a7ed76d882} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:48.455696 [ 268 ] {e7abbfb0-0921-44d5-aad1-02a7ed76d882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:57:48.456084 [ 268 ] {e7abbfb0-0921-44d5-aad1-02a7ed76d882} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:48.456119 [ 268 ] {e7abbfb0-0921-44d5-aad1-02a7ed76d882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:48.456420 [ 268 ] {e7abbfb0-0921-44d5-aad1-02a7ed76d882} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:57:48.456620 [ 268 ] {e7abbfb0-0921-44d5-aad1-02a7ed76d882} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:48.456747 [ 268 ] {e7abbfb0-0921-44d5-aad1-02a7ed76d882} executeQuery: Read 160 rows, 11.41 KiB in 0.001111 sec., 144014.40144014402 rows/sec., 10.03 MiB/sec. 2026.03.24 20:57:48.456786 [ 268 ] {e7abbfb0-0921-44d5-aad1-02a7ed76d882} TCPHandler: Processed in 0.001270124 sec. 2026.03.24 20:57:48.456895 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:48.456986 [ 268 ] {5d7adabe-b02a-4117-b8c4-4d064020ccce} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:48.457038 [ 268 ] {5d7adabe-b02a-4117-b8c4-4d064020ccce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:57:48.457792 [ 268 ] {5d7adabe-b02a-4117-b8c4-4d064020ccce} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:48.457828 [ 268 ] {5d7adabe-b02a-4117-b8c4-4d064020ccce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:48.458332 [ 268 ] {5d7adabe-b02a-4117-b8c4-4d064020ccce} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:57:48.458556 [ 268 ] {5d7adabe-b02a-4117-b8c4-4d064020ccce} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:48.458684 [ 268 ] {5d7adabe-b02a-4117-b8c4-4d064020ccce} executeQuery: Read 25 rows, 45.87 KiB in 0.001715 sec., 14577.25947521866 rows/sec., 26.12 MiB/sec. 2026.03.24 20:57:48.458735 [ 268 ] {5d7adabe-b02a-4117-b8c4-4d064020ccce} TCPHandler: Processed in 0.001886501 sec. 2026.03.24 20:57:48.458844 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:48.458938 [ 268 ] {12413a63-937b-45f9-979e-1b1462451405} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:57:48.458978 [ 268 ] {12413a63-937b-45f9-979e-1b1462451405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:57:48.459300 [ 268 ] {12413a63-937b-45f9-979e-1b1462451405} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:48.459336 [ 268 ] {12413a63-937b-45f9-979e-1b1462451405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:48.459624 [ 268 ] {12413a63-937b-45f9-979e-1b1462451405} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:57:48.459824 [ 268 ] {12413a63-937b-45f9-979e-1b1462451405} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:48.459947 [ 268 ] {12413a63-937b-45f9-979e-1b1462451405} executeQuery: Read 60 rows, 4.14 KiB in 0.001027 sec., 58422.59006815969 rows/sec., 3.94 MiB/sec. 2026.03.24 20:57:48.459980 [ 268 ] {12413a63-937b-45f9-979e-1b1462451405} TCPHandler: Processed in 0.001183512 sec. 2026.03.24 20:57:51.690026 [ 91 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:57:51.690100 [ 91 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:57:51.753704 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2911 2026.03.24 20:57:51.754196 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:51.754239 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:51.754741 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:57:51.754977 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:51.755105 [ 91 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:57:51.755118 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2911 2026.03.24 20:57:51.755161 [ 91 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:51.755186 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:51.755432 [ 188 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:57:51.757502 [ 188 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:57:51.759865 [ 188 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.03.24 20:57:51.763936 [ 188 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 442 rows starting from the beginning of the part 2026.03.24 20:57:51.764010 [ 188 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 512 rows starting from the beginning of the part 2026.03.24 20:57:51.764067 [ 188 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2026.03.24 20:57:51.764123 [ 188 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.03.24 20:57:51.764181 [ 188 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.03.24 20:57:51.789898 [ 195 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2911 rows, containing 4 columns (4 merged, 0 gathered) in 0.034595753 sec., 84143.27619924909 rows/sec., 1.20 MiB/sec. 2026.03.24 20:57:51.790600 [ 188 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:57:51.790867 [ 188 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:51.790941 [ 188 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_6_1} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:57:51.791043 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.03.24 20:57:51.894694 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.24 20:57:51.911734 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:51.911779 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:51.917789 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:57:51.918448 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:51.918763 [ 89 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:57:51.918835 [ 89 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:51.918859 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:51.918956 [ 188 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:57:51.921700 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.24 20:57:51.921928 [ 188 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:57:51.922664 [ 188 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.03.24 20:57:51.926106 [ 188 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.03.24 20:57:51.929544 [ 188 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.03.24 20:57:51.933165 [ 188 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.03.24 20:57:51.940251 [ 188 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.03.24 20:57:51.944505 [ 188 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.03.24 20:57:52.000133 [ 191 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.08120938 sec., 566.4370298110883 rows/sec., 2.93 MiB/sec. 2026.03.24 20:57:52.000247 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 175.92 MiB, peak 181.24 MiB, free memory in arenas 0.00 B, will set to 180.64 MiB (RSS), difference: 4.72 MiB 2026.03.24 20:57:52.002506 [ 191 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:57:52.004625 [ 191 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:52.004731 [ 191 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_6_1} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:57:52.006655 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.24 20:57:53.000226 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 176.42 MiB, peak 181.24 MiB, free memory in arenas 0.00 B, will set to 181.13 MiB (RSS), difference: 4.70 MiB 2026.03.24 20:57:53.450003 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:53.450287 [ 268 ] {51747fe4-24cb-47d8-ac05-51eff50b1b83} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:57:53.450393 [ 268 ] {51747fe4-24cb-47d8-ac05-51eff50b1b83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:57:53.451083 [ 268 ] {51747fe4-24cb-47d8-ac05-51eff50b1b83} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:53.451133 [ 268 ] {51747fe4-24cb-47d8-ac05-51eff50b1b83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:53.451612 [ 268 ] {51747fe4-24cb-47d8-ac05-51eff50b1b83} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:57:53.451842 [ 268 ] {51747fe4-24cb-47d8-ac05-51eff50b1b83} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:53.451975 [ 88 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:57:53.451991 [ 268 ] {51747fe4-24cb-47d8-ac05-51eff50b1b83} executeQuery: Read 76 rows, 6.41 KiB in 0.001778 sec., 42744.656917885266 rows/sec., 3.52 MiB/sec. 2026.03.24 20:57:53.452045 [ 88 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:53.452057 [ 268 ] {51747fe4-24cb-47d8-ac05-51eff50b1b83} TCPHandler: Processed in 0.002242271 sec. 2026.03.24 20:57:53.452076 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:53.452193 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:53.452227 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:57:53.452321 [ 268 ] {de7db390-646d-49e2-9ad0-fb52c463d34d} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:57:53.452339 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:57:53.452374 [ 268 ] {de7db390-646d-49e2-9ad0-fb52c463d34d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:57:53.452383 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 194 rows starting from the beginning of the part 2026.03.24 20:57:53.452493 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.03.24 20:57:53.452570 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 80 rows starting from the beginning of the part 2026.03.24 20:57:53.452639 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 78 rows starting from the beginning of the part 2026.03.24 20:57:53.452705 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 106 rows starting from the beginning of the part 2026.03.24 20:57:53.452773 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part 2026.03.24 20:57:53.452870 [ 268 ] {de7db390-646d-49e2-9ad0-fb52c463d34d} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:53.452910 [ 268 ] {de7db390-646d-49e2-9ad0-fb52c463d34d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:53.453369 [ 268 ] {de7db390-646d-49e2-9ad0-fb52c463d34d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:57:53.453685 [ 268 ] {de7db390-646d-49e2-9ad0-fb52c463d34d} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:53.453859 [ 268 ] {de7db390-646d-49e2-9ad0-fb52c463d34d} executeQuery: Read 10 rows, 770.00 B in 0.001564 sec., 6393.86189258312 rows/sec., 480.79 KiB/sec. 2026.03.24 20:57:53.453911 [ 268 ] {de7db390-646d-49e2-9ad0-fb52c463d34d} TCPHandler: Processed in 0.001775018 sec. 2026.03.24 20:57:53.454025 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:53.454100 [ 195 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 5 columns (5 merged, 0 gathered) in 0.001923301 sec., 293245.8309957724 rows/sec., 26.19 MiB/sec. 2026.03.24 20:57:53.454127 [ 268 ] {bc4da2f5-99aa-4d3e-a037-87422467f498} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:57:53.454183 [ 268 ] {bc4da2f5-99aa-4d3e-a037-87422467f498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:57:53.454355 [ 190 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:57:53.454604 [ 268 ] {bc4da2f5-99aa-4d3e-a037-87422467f498} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:53.454647 [ 268 ] {bc4da2f5-99aa-4d3e-a037-87422467f498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:53.454694 [ 190 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:53.454780 [ 190 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_6_1} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:57:53.454867 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.24 20:57:53.454985 [ 268 ] {bc4da2f5-99aa-4d3e-a037-87422467f498} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:57:53.455207 [ 268 ] {bc4da2f5-99aa-4d3e-a037-87422467f498} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:53.455344 [ 268 ] {bc4da2f5-99aa-4d3e-a037-87422467f498} executeQuery: Read 74 rows, 5.92 KiB in 0.001237 sec., 59822.150363783345 rows/sec., 4.67 MiB/sec. 2026.03.24 20:57:53.455346 [ 86 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:57:53.455384 [ 268 ] {bc4da2f5-99aa-4d3e-a037-87422467f498} TCPHandler: Processed in 0.001408748 sec. 2026.03.24 20:57:53.455410 [ 86 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:53.455440 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:53.455512 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:53.455542 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:57:53.455614 [ 268 ] {6e4e39c7-6ab5-4fbe-82af-020245604d66} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:53.455626 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:57:53.455649 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 110 rows starting from the beginning of the part 2026.03.24 20:57:53.455658 [ 268 ] {6e4e39c7-6ab5-4fbe-82af-020245604d66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:57:53.455693 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2026.03.24 20:57:53.455730 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part 2026.03.24 20:57:53.455770 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 78 rows starting from the beginning of the part 2026.03.24 20:57:53.455807 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 89 rows starting from the beginning of the part 2026.03.24 20:57:53.455841 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 74 rows starting from the beginning of the part 2026.03.24 20:57:53.456051 [ 268 ] {6e4e39c7-6ab5-4fbe-82af-020245604d66} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:53.456086 [ 268 ] {6e4e39c7-6ab5-4fbe-82af-020245604d66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:53.456444 [ 268 ] {6e4e39c7-6ab5-4fbe-82af-020245604d66} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:57:53.456596 [ 201 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 451 rows, containing 5 columns (5 merged, 0 gathered) in 0.001083859 sec., 416105.7849775663 rows/sec., 34.48 MiB/sec. 2026.03.24 20:57:53.456713 [ 268 ] {6e4e39c7-6ab5-4fbe-82af-020245604d66} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:53.456726 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:57:53.456817 [ 86 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:57:53.456851 [ 86 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:53.456855 [ 268 ] {6e4e39c7-6ab5-4fbe-82af-020245604d66} executeQuery: Read 160 rows, 11.41 KiB in 0.001263 sec., 126682.5019794141 rows/sec., 8.82 MiB/sec. 2026.03.24 20:57:53.456873 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:53.456906 [ 268 ] {6e4e39c7-6ab5-4fbe-82af-020245604d66} TCPHandler: Processed in 0.001450259 sec. 2026.03.24 20:57:53.456975 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:53.456996 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:57:53.457034 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:53.457035 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_6_1} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:57:53.457107 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.24 20:57:53.457133 [ 268 ] {5ff8da94-246c-4b83-be52-c2e06f427fac} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:53.457137 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:57:53.457190 [ 268 ] {5ff8da94-246c-4b83-be52-c2e06f427fac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:57:53.457193 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 306 rows starting from the beginning of the part 2026.03.24 20:57:53.457301 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part 2026.03.24 20:57:53.457347 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part 2026.03.24 20:57:53.457388 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 162 rows starting from the beginning of the part 2026.03.24 20:57:53.457433 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2026.03.24 20:57:53.457472 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.03.24 20:57:53.457910 [ 268 ] {5ff8da94-246c-4b83-be52-c2e06f427fac} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:53.457953 [ 268 ] {5ff8da94-246c-4b83-be52-c2e06f427fac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:53.458567 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1008 rows, containing 5 columns (5 merged, 0 gathered) in 0.001617184 sec., 623305.6968161941 rows/sec., 44.79 MiB/sec. 2026.03.24 20:57:53.458589 [ 268 ] {5ff8da94-246c-4b83-be52-c2e06f427fac} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:57:53.458802 [ 201 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:57:53.458875 [ 268 ] {5ff8da94-246c-4b83-be52-c2e06f427fac} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:53.459050 [ 268 ] {5ff8da94-246c-4b83-be52-c2e06f427fac} executeQuery: Read 10 rows, 18.35 KiB in 0.001936 sec., 5165.289256198347 rows/sec., 9.26 MiB/sec. 2026.03.24 20:57:53.459105 [ 268 ] {5ff8da94-246c-4b83-be52-c2e06f427fac} TCPHandler: Processed in 0.002119678 sec. 2026.03.24 20:57:53.459122 [ 201 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:53.459195 [ 201 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_6_1} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:57:53.459218 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:53.459281 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.03.24 20:57:53.459318 [ 268 ] {f8be9110-227e-4f28-a0d1-c71a95eb3a63} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:57:53.459364 [ 268 ] {f8be9110-227e-4f28-a0d1-c71a95eb3a63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:57:53.459707 [ 268 ] {f8be9110-227e-4f28-a0d1-c71a95eb3a63} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:53.459743 [ 268 ] {f8be9110-227e-4f28-a0d1-c71a95eb3a63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:53.460061 [ 268 ] {f8be9110-227e-4f28-a0d1-c71a95eb3a63} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:57:53.460265 [ 268 ] {f8be9110-227e-4f28-a0d1-c71a95eb3a63} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:53.460365 [ 86 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:57:53.460389 [ 268 ] {f8be9110-227e-4f28-a0d1-c71a95eb3a63} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.03.24 20:57:53.460400 [ 86 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:53.460428 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:53.460429 [ 268 ] {f8be9110-227e-4f28-a0d1-c71a95eb3a63} TCPHandler: Processed in 0.001259674 sec. 2026.03.24 20:57:53.460598 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:57:53.460752 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:57:53.460795 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part 2026.03.24 20:57:53.460883 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part 2026.03.24 20:57:53.460934 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2026.03.24 20:57:53.460990 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.03.24 20:57:53.461034 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.03.24 20:57:53.461082 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.03.24 20:57:53.462004 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.00147372 sec., 203566.48481394025 rows/sec., 13.67 MiB/sec. 2026.03.24 20:57:53.462171 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:57:53.462433 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:53.462502 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_6_1} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:57:53.462580 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.24 20:57:56.755586 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 322 2026.03.24 20:57:56.757655 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:56.757708 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:56.758881 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:57:56.759154 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:56.759474 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 322 2026.03.24 20:57:58.442009 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.442289 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.442661 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.444805 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.24 20:57:58.445100 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.445178 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.445382 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.03.24 20:57:58.447328 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.449267 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.449289 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.449372 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.03.24 20:57:58.449396 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.460660 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} executeQuery: Read 29 rows, 1.26 KiB in 0.018487 sec., 1568.6698761291718 rows/sec., 68.35 KiB/sec. 2026.03.24 20:57:58.460764 [ 268 ] {10b70358-1a64-4dcc-9060-a2271e2aff43} TCPHandler: Processed in 0.018908739 sec. 2026.03.24 20:57:58.461037 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.461190 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.461432 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.461536 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.24 20:57:58.461767 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.461822 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.461924 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.03.24 20:57:58.461952 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.461971 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.461984 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.462019 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.03.24 20:57:58.462036 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.462568 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} executeQuery: Read 29 rows, 1.26 KiB in 0.001402 sec., 20684.736091298146 rows/sec., 901.34 KiB/sec. 2026.03.24 20:57:58.462655 [ 268 ] {227a19ed-cd4c-4120-a329-cfc7efad68f0} TCPHandler: Processed in 0.001641144 sec. 2026.03.24 20:57:58.463156 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.463288 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.463518 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.463578 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.24 20:57:58.463772 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.463825 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.463924 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.03.24 20:57:58.463952 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.463970 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.463984 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.464017 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.03.24 20:57:58.464035 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.464557 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} executeQuery: Read 29 rows, 1.26 KiB in 0.001323 sec., 21919.879062736207 rows/sec., 955.16 KiB/sec. 2026.03.24 20:57:58.464643 [ 268 ] {1752c3c0-b198-4384-80d1-affe20b38ac9} TCPHandler: Processed in 0.001535532 sec. 2026.03.24 20:57:58.464852 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.464983 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.465203 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.465237 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2026.03.24 20:57:58.465430 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.465482 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.465582 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.24 20:57:58.465609 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.465626 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.465640 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.465673 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.03.24 20:57:58.465691 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.466103 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} executeQuery: Read 29 rows, 1.26 KiB in 0.001172 sec., 24744.027303754265 rows/sec., 1.05 MiB/sec. 2026.03.24 20:57:58.466186 [ 268 ] {3f95a7c4-8d6a-46c6-b252-8f6a6e7306ac} TCPHandler: Processed in 0.001382697 sec. 2026.03.24 20:57:58.466391 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.466523 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.466735 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.466770 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.03.24 20:57:58.466962 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.467013 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.467109 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.24 20:57:58.467136 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.467154 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.467168 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.467201 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.03.24 20:57:58.467218 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.467632 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} executeQuery: Read 29 rows, 1.26 KiB in 0.001164 sec., 24914.089347079036 rows/sec., 1.06 MiB/sec. 2026.03.24 20:57:58.467714 [ 268 ] {d7a0808d-62a8-4ec9-9f38-4eac5cd4cc16} TCPHandler: Processed in 0.001370947 sec. 2026.03.24 20:57:58.467916 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.468049 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.468259 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.468293 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.03.24 20:57:58.468484 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.468541 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.468638 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.24 20:57:58.468666 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.468684 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.468698 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.468731 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.24 20:57:58.468748 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.469419 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} executeQuery: Read 29 rows, 1.26 KiB in 0.001425 sec., 20350.877192982454 rows/sec., 886.79 KiB/sec. 2026.03.24 20:57:58.469500 [ 268 ] {d1b0c866-ae54-47b4-baf2-90b0def332ad} TCPHandler: Processed in 0.001631735 sec. 2026.03.24 20:57:58.469704 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.469836 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.470044 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.470077 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.03.24 20:57:58.470283 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.470334 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.470431 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.24 20:57:58.470459 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.470476 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.470489 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.470522 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.24 20:57:58.470540 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.470974 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} executeQuery: Read 29 rows, 1.26 KiB in 0.001193 sec., 24308.466051969823 rows/sec., 1.03 MiB/sec. 2026.03.24 20:57:58.471055 [ 268 ] {32d0cda1-4629-461b-8692-003ac0e8b58d} TCPHandler: Processed in 0.001399227 sec. 2026.03.24 20:57:58.471260 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.471392 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.471601 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.471636 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:57:58.471831 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.471882 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.471978 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.24 20:57:58.472005 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.472023 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.472037 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.472069 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.24 20:57:58.472087 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.472481 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} executeQuery: Read 29 rows, 1.26 KiB in 0.001144 sec., 25349.65034965035 rows/sec., 1.08 MiB/sec. 2026.03.24 20:57:58.472561 [ 268 ] {5cd8c691-47ab-455e-852f-d588d3317eee} TCPHandler: Processed in 0.001349526 sec. 2026.03.24 20:57:58.472773 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.472907 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.473116 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.473150 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:57:58.473347 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.473399 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.473495 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.24 20:57:58.473522 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.473540 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.473554 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.473587 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.24 20:57:58.473604 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.474048 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} executeQuery: Read 29 rows, 1.26 KiB in 0.001198 sec., 24207.01168614357 rows/sec., 1.03 MiB/sec. 2026.03.24 20:57:58.474127 [ 268 ] {17d1eb27-a098-4b43-8ff3-c2bb39e66851} TCPHandler: Processed in 0.001402838 sec. 2026.03.24 20:57:58.474336 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.474469 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.474682 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.474718 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:57:58.474917 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.474968 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.475064 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.24 20:57:58.475091 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.475108 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.475122 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.475155 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:57:58.475172 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.475631 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} executeQuery: Read 29 rows, 1.26 KiB in 0.001216 sec., 23848.684210526313 rows/sec., 1.01 MiB/sec. 2026.03.24 20:57:58.475717 [ 268 ] {59ec5d85-f5d1-4721-8c9d-fe07ba4719b0} TCPHandler: Processed in 0.001429618 sec. 2026.03.24 20:57:58.475924 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.476062 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.476290 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.476327 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:57:58.476534 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.476589 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.476691 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.24 20:57:58.476719 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.476737 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.476751 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.476784 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:57:58.476802 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.477436 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} executeQuery: Read 29 rows, 1.26 KiB in 0.00143 sec., 20279.720279720277 rows/sec., 883.69 KiB/sec. 2026.03.24 20:57:58.477548 [ 268 ] {382188b4-75cc-4dc7-81fc-78f4c249a49f} TCPHandler: Processed in 0.001672375 sec. 2026.03.24 20:57:58.484449 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.484593 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} executeQuery: (from [fd00:1122:3344:101::d]:55981) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:57:58.484822 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:57:58.484858 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:57:58.485067 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.485121 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:57:58.485226 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.24 20:57:58.485254 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:57:58.485272 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.24 20:57:58.485286 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:57:58.485319 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:57:58.485337 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2026.03.24 20:57:58.485834 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} executeQuery: Read 29 rows, 1.26 KiB in 0.001301 sec., 22290.545734050727 rows/sec., 971.31 KiB/sec. 2026.03.24 20:57:58.485917 [ 268 ] {8cc797a1-c265-41a5-b3c6-2d1ce210b49b} TCPHandler: Processed in 0.001522531 sec. 2026.03.24 20:57:58.494738 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.494873 [ 268 ] {37b63d34-07b5-4c81-afca-93c02bfd0c67} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.24 20:57:58.494923 [ 268 ] {37b63d34-07b5-4c81-afca-93c02bfd0c67} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:57:58.495546 [ 268 ] {37b63d34-07b5-4c81-afca-93c02bfd0c67} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.495600 [ 268 ] {37b63d34-07b5-4c81-afca-93c02bfd0c67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.496057 [ 268 ] {37b63d34-07b5-4c81-afca-93c02bfd0c67} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:58.496256 [ 268 ] {37b63d34-07b5-4c81-afca-93c02bfd0c67} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.496405 [ 268 ] {37b63d34-07b5-4c81-afca-93c02bfd0c67} executeQuery: Read 12 rows, 4.37 KiB in 0.001571 sec., 7638.446849140675 rows/sec., 2.72 MiB/sec. 2026.03.24 20:57:58.496444 [ 268 ] {37b63d34-07b5-4c81-afca-93c02bfd0c67} TCPHandler: Processed in 0.001770238 sec. 2026.03.24 20:57:58.496573 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.496668 [ 268 ] {38c09be7-3293-416e-a604-bdbfa76b2d5a} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:57:58.496707 [ 268 ] {38c09be7-3293-416e-a604-bdbfa76b2d5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:57:58.497202 [ 268 ] {38c09be7-3293-416e-a604-bdbfa76b2d5a} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.497237 [ 268 ] {38c09be7-3293-416e-a604-bdbfa76b2d5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.497540 [ 268 ] {38c09be7-3293-416e-a604-bdbfa76b2d5a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:58.497746 [ 268 ] {38c09be7-3293-416e-a604-bdbfa76b2d5a} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.497868 [ 268 ] {38c09be7-3293-416e-a604-bdbfa76b2d5a} executeQuery: Read 284 rows, 18.47 KiB in 0.001219 sec., 232977.85069729286 rows/sec., 14.80 MiB/sec. 2026.03.24 20:57:58.497905 [ 268 ] {38c09be7-3293-416e-a604-bdbfa76b2d5a} TCPHandler: Processed in 0.001382077 sec. 2026.03.24 20:57:58.498023 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.498142 [ 268 ] {27f4fac0-d219-4d7f-85a8-5416d3cda64f} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:57:58.498186 [ 268 ] {27f4fac0-d219-4d7f-85a8-5416d3cda64f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:57:58.498966 [ 268 ] {27f4fac0-d219-4d7f-85a8-5416d3cda64f} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.499003 [ 268 ] {27f4fac0-d219-4d7f-85a8-5416d3cda64f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.499344 [ 268 ] {27f4fac0-d219-4d7f-85a8-5416d3cda64f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:57:58.499551 [ 268 ] {27f4fac0-d219-4d7f-85a8-5416d3cda64f} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.499673 [ 268 ] {27f4fac0-d219-4d7f-85a8-5416d3cda64f} executeQuery: Read 847 rows, 68.22 KiB in 0.001573 sec., 538461.5384615385 rows/sec., 42.35 MiB/sec. 2026.03.24 20:57:58.499709 [ 268 ] {27f4fac0-d219-4d7f-85a8-5416d3cda64f} TCPHandler: Processed in 0.001736077 sec. 2026.03.24 20:57:58.499820 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.499918 [ 268 ] {79148653-0163-48ad-a22b-035ecfb9665b} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:57:58.499959 [ 268 ] {79148653-0163-48ad-a22b-035ecfb9665b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:57:58.500398 [ 268 ] {79148653-0163-48ad-a22b-035ecfb9665b} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.500435 [ 268 ] {79148653-0163-48ad-a22b-035ecfb9665b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.500741 [ 268 ] {79148653-0163-48ad-a22b-035ecfb9665b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:57:58.500959 [ 268 ] {79148653-0163-48ad-a22b-035ecfb9665b} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.501070 [ 76 ] {} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:57:58.501081 [ 268 ] {79148653-0163-48ad-a22b-035ecfb9665b} executeQuery: Read 167 rows, 10.42 KiB in 0.001182 sec., 141285.9560067682 rows/sec., 8.61 MiB/sec. 2026.03.24 20:57:58.501144 [ 76 ] {} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.501161 [ 268 ] {79148653-0163-48ad-a22b-035ecfb9665b} TCPHandler: Processed in 0.001387417 sec. 2026.03.24 20:57:58.501172 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.501283 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:57:58.501284 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.501402 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:57:58.501414 [ 268 ] {5a1392f3-f55a-438c-aef2-a574541c594c} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:57:58.501437 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part 2026.03.24 20:57:58.501459 [ 268 ] {5a1392f3-f55a-438c-aef2-a574541c594c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:57:58.501526 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part 2026.03.24 20:57:58.501585 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2026.03.24 20:57:58.501630 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part 2026.03.24 20:57:58.501671 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2026.03.24 20:57:58.501719 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 167 rows starting from the beginning of the part 2026.03.24 20:57:58.502108 [ 268 ] {5a1392f3-f55a-438c-aef2-a574541c594c} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.502149 [ 268 ] {5a1392f3-f55a-438c-aef2-a574541c594c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.502482 [ 268 ] {5a1392f3-f55a-438c-aef2-a574541c594c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:58.502569 [ 187 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 5 columns (5 merged, 0 gathered) in 0.001330326 sec., 211226.42119300083 rows/sec., 14.74 MiB/sec. 2026.03.24 20:57:58.502698 [ 268 ] {5a1392f3-f55a-438c-aef2-a574541c594c} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.502796 [ 193 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:57:58.502833 [ 268 ] {5a1392f3-f55a-438c-aef2-a574541c594c} executeQuery: Read 149 rows, 9.86 KiB in 0.001437 sec., 103688.2393876131 rows/sec., 6.70 MiB/sec. 2026.03.24 20:57:58.502876 [ 268 ] {5a1392f3-f55a-438c-aef2-a574541c594c} TCPHandler: Processed in 0.001638795 sec. 2026.03.24 20:57:58.502987 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.503082 [ 268 ] {421ddb3c-5b0b-4827-8c60-4c784b88d543} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:57:58.503124 [ 268 ] {421ddb3c-5b0b-4827-8c60-4c784b88d543} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:57:58.503152 [ 193 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.503240 [ 193 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_6_1} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:57:58.503342 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.24 20:57:58.503560 [ 268 ] {421ddb3c-5b0b-4827-8c60-4c784b88d543} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.503601 [ 268 ] {421ddb3c-5b0b-4827-8c60-4c784b88d543} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.503899 [ 268 ] {421ddb3c-5b0b-4827-8c60-4c784b88d543} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:57:58.504112 [ 268 ] {421ddb3c-5b0b-4827-8c60-4c784b88d543} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.504234 [ 268 ] {421ddb3c-5b0b-4827-8c60-4c784b88d543} executeQuery: Read 148 rows, 8.62 KiB in 0.00117 sec., 126495.72649572649 rows/sec., 7.19 MiB/sec. 2026.03.24 20:57:58.504269 [ 268 ] {421ddb3c-5b0b-4827-8c60-4c784b88d543} TCPHandler: Processed in 0.001329806 sec. 2026.03.24 20:57:58.504381 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.504474 [ 268 ] {f87adfb1-18e4-4bd4-b020-a75126e1a29e} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:57:58.504513 [ 268 ] {f87adfb1-18e4-4bd4-b020-a75126e1a29e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:57:58.505107 [ 268 ] {f87adfb1-18e4-4bd4-b020-a75126e1a29e} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.505142 [ 268 ] {f87adfb1-18e4-4bd4-b020-a75126e1a29e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.505454 [ 268 ] {f87adfb1-18e4-4bd4-b020-a75126e1a29e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:57:58.505679 [ 268 ] {f87adfb1-18e4-4bd4-b020-a75126e1a29e} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.505813 [ 268 ] {f87adfb1-18e4-4bd4-b020-a75126e1a29e} executeQuery: Read 515 rows, 37.18 KiB in 0.001358 sec., 379234.1678939617 rows/sec., 26.74 MiB/sec. 2026.03.24 20:57:58.505849 [ 268 ] {f87adfb1-18e4-4bd4-b020-a75126e1a29e} TCPHandler: Processed in 0.001514941 sec. 2026.03.24 20:57:58.505958 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.506051 [ 268 ] {a78ef231-ec7e-4d5b-bdc8-7b61a255165a} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:57:58.506091 [ 268 ] {a78ef231-ec7e-4d5b-bdc8-7b61a255165a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:57:58.506408 [ 268 ] {a78ef231-ec7e-4d5b-bdc8-7b61a255165a} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.506444 [ 268 ] {a78ef231-ec7e-4d5b-bdc8-7b61a255165a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.506742 [ 268 ] {a78ef231-ec7e-4d5b-bdc8-7b61a255165a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:58.506952 [ 268 ] {a78ef231-ec7e-4d5b-bdc8-7b61a255165a} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.507074 [ 268 ] {a78ef231-ec7e-4d5b-bdc8-7b61a255165a} executeQuery: Read 6 rows, 321.00 B in 0.001041 sec., 5763.688760806916 rows/sec., 301.13 KiB/sec. 2026.03.24 20:57:58.507116 [ 268 ] {a78ef231-ec7e-4d5b-bdc8-7b61a255165a} TCPHandler: Processed in 0.001206193 sec. 2026.03.24 20:57:58.507229 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.507322 [ 268 ] {5a488c3c-9d70-4c0b-a2ee-081b66af4bbb} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:58.507363 [ 268 ] {5a488c3c-9d70-4c0b-a2ee-081b66af4bbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:57:58.507757 [ 268 ] {5a488c3c-9d70-4c0b-a2ee-081b66af4bbb} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.507792 [ 268 ] {5a488c3c-9d70-4c0b-a2ee-081b66af4bbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.508109 [ 268 ] {5a488c3c-9d70-4c0b-a2ee-081b66af4bbb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:57:58.508319 [ 268 ] {5a488c3c-9d70-4c0b-a2ee-081b66af4bbb} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.508444 [ 268 ] {5a488c3c-9d70-4c0b-a2ee-081b66af4bbb} executeQuery: Read 265 rows, 18.03 KiB in 0.001141 sec., 232252.41016652057 rows/sec., 15.43 MiB/sec. 2026.03.24 20:57:58.508487 [ 268 ] {5a488c3c-9d70-4c0b-a2ee-081b66af4bbb} TCPHandler: Processed in 0.001305605 sec. 2026.03.24 20:57:58.508600 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.508691 [ 268 ] {90bf8961-5630-4bc8-96e5-aa19f8c55d49} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:57:58.508733 [ 268 ] {90bf8961-5630-4bc8-96e5-aa19f8c55d49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:57:58.509039 [ 268 ] {90bf8961-5630-4bc8-96e5-aa19f8c55d49} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.509075 [ 268 ] {90bf8961-5630-4bc8-96e5-aa19f8c55d49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.509449 [ 268 ] {90bf8961-5630-4bc8-96e5-aa19f8c55d49} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:57:58.509653 [ 268 ] {90bf8961-5630-4bc8-96e5-aa19f8c55d49} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.509781 [ 268 ] {90bf8961-5630-4bc8-96e5-aa19f8c55d49} executeQuery: Read 1 rows, 69.00 B in 0.001107 sec., 903.342366757001 rows/sec., 60.87 KiB/sec. 2026.03.24 20:57:58.509824 [ 268 ] {90bf8961-5630-4bc8-96e5-aa19f8c55d49} TCPHandler: Processed in 0.001272305 sec. 2026.03.24 20:57:58.509933 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.510025 [ 268 ] {b74741cb-2a11-4296-aecc-49e334e73d95} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:57:58.510077 [ 268 ] {b74741cb-2a11-4296-aecc-49e334e73d95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:57:58.510814 [ 268 ] {b74741cb-2a11-4296-aecc-49e334e73d95} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.510852 [ 268 ] {b74741cb-2a11-4296-aecc-49e334e73d95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.511368 [ 268 ] {b74741cb-2a11-4296-aecc-49e334e73d95} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:57:58.511593 [ 268 ] {b74741cb-2a11-4296-aecc-49e334e73d95} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.511703 [ 75 ] {} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:57:58.511728 [ 268 ] {b74741cb-2a11-4296-aecc-49e334e73d95} executeQuery: Read 25 rows, 45.87 KiB in 0.00172 sec., 14534.883720930233 rows/sec., 26.05 MiB/sec. 2026.03.24 20:57:58.511749 [ 75 ] {} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.511778 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.511788 [ 268 ] {b74741cb-2a11-4296-aecc-49e334e73d95} TCPHandler: Processed in 0.001903341 sec. 2026.03.24 20:57:58.511868 [ 201 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:57:58.511909 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:57:58.512008 [ 268 ] {8b779d90-85ef-4733-82d3-d2904c355c5d} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:57:58.512049 [ 268 ] {8b779d90-85ef-4733-82d3-d2904c355c5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:57:58.512068 [ 201 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:57:58.512129 [ 201 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part 2026.03.24 20:57:58.512244 [ 201 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part 2026.03.24 20:57:58.512358 [ 201 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2026.03.24 20:57:58.512380 [ 268 ] {8b779d90-85ef-4733-82d3-d2904c355c5d} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:58.512420 [ 268 ] {8b779d90-85ef-4733-82d3-d2904c355c5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:58.512460 [ 201 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part 2026.03.24 20:57:58.512565 [ 201 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2026.03.24 20:57:58.512666 [ 201 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part 2026.03.24 20:57:58.512758 [ 268 ] {8b779d90-85ef-4733-82d3-d2904c355c5d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:57:58.512995 [ 268 ] {8b779d90-85ef-4733-82d3-d2904c355c5d} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.513132 [ 268 ] {8b779d90-85ef-4733-82d3-d2904c355c5d} executeQuery: Read 90 rows, 5.77 KiB in 0.001142 sec., 78809.10683012259 rows/sec., 4.93 MiB/sec. 2026.03.24 20:57:58.513176 [ 268 ] {8b779d90-85ef-4733-82d3-d2904c355c5d} TCPHandler: Processed in 0.001317615 sec. 2026.03.24 20:57:58.514790 [ 187 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 115 rows, containing 19 columns (19 merged, 0 gathered) in 0.00295355 sec., 38936.19542584348 rows/sec., 69.77 MiB/sec. 2026.03.24 20:57:58.515193 [ 196 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:57:58.515578 [ 196 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:58.515653 [ 196 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_6_1} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:57:58.515779 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2026.03.24 20:57:59.255207 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3423 2026.03.24 20:57:59.255945 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:59.255981 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:59.256463 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:57:59.256698 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:59.256837 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3423 2026.03.24 20:57:59.421752 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.24 20:57:59.438318 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:57:59.438373 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:57:59.444280 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:57:59.444943 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:57:59.447564 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.24 20:58:03.450054 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:03.450352 [ 268 ] {7ee7b9c0-b9d8-42b7-9563-926ce41af2f5} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:03.450455 [ 268 ] {7ee7b9c0-b9d8-42b7-9563-926ce41af2f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:03.451307 [ 268 ] {7ee7b9c0-b9d8-42b7-9563-926ce41af2f5} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:03.451349 [ 268 ] {7ee7b9c0-b9d8-42b7-9563-926ce41af2f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:03.451737 [ 268 ] {7ee7b9c0-b9d8-42b7-9563-926ce41af2f5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:03.451987 [ 268 ] {7ee7b9c0-b9d8-42b7-9563-926ce41af2f5} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:03.452142 [ 268 ] {7ee7b9c0-b9d8-42b7-9563-926ce41af2f5} executeQuery: Read 76 rows, 6.41 KiB in 0.001864 sec., 40772.5321888412 rows/sec., 3.36 MiB/sec. 2026.03.24 20:58:03.452196 [ 268 ] {7ee7b9c0-b9d8-42b7-9563-926ce41af2f5} TCPHandler: Processed in 0.002317953 sec. 2026.03.24 20:58:03.452319 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:03.452413 [ 268 ] {629cbc87-19e6-4396-be23-120430280e3d} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:03.452454 [ 268 ] {629cbc87-19e6-4396-be23-120430280e3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:03.452848 [ 268 ] {629cbc87-19e6-4396-be23-120430280e3d} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:03.452883 [ 268 ] {629cbc87-19e6-4396-be23-120430280e3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:03.453183 [ 268 ] {629cbc87-19e6-4396-be23-120430280e3d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:58:03.453406 [ 268 ] {629cbc87-19e6-4396-be23-120430280e3d} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:03.453531 [ 268 ] {629cbc87-19e6-4396-be23-120430280e3d} executeQuery: Read 10 rows, 770.00 B in 0.001137 sec., 8795.074758135444 rows/sec., 661.35 KiB/sec. 2026.03.24 20:58:03.453569 [ 268 ] {629cbc87-19e6-4396-be23-120430280e3d} TCPHandler: Processed in 0.001298225 sec. 2026.03.24 20:58:03.453678 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:03.453771 [ 268 ] {420951a4-9b3b-4522-9980-7f6cd3c5aab8} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:03.453811 [ 268 ] {420951a4-9b3b-4522-9980-7f6cd3c5aab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:03.454230 [ 268 ] {420951a4-9b3b-4522-9980-7f6cd3c5aab8} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:03.454266 [ 268 ] {420951a4-9b3b-4522-9980-7f6cd3c5aab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:03.454558 [ 268 ] {420951a4-9b3b-4522-9980-7f6cd3c5aab8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:03.454772 [ 268 ] {420951a4-9b3b-4522-9980-7f6cd3c5aab8} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:03.454899 [ 268 ] {420951a4-9b3b-4522-9980-7f6cd3c5aab8} executeQuery: Read 74 rows, 5.92 KiB in 0.001146 sec., 64572.42582897033 rows/sec., 5.04 MiB/sec. 2026.03.24 20:58:03.454935 [ 268 ] {420951a4-9b3b-4522-9980-7f6cd3c5aab8} TCPHandler: Processed in 0.001305355 sec. 2026.03.24 20:58:03.455047 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:03.455140 [ 268 ] {e2f73a8b-0bab-487b-9e9a-b8a8d44c4e4b} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:03.455183 [ 268 ] {e2f73a8b-0bab-487b-9e9a-b8a8d44c4e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:03.455589 [ 268 ] {e2f73a8b-0bab-487b-9e9a-b8a8d44c4e4b} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:03.455624 [ 268 ] {e2f73a8b-0bab-487b-9e9a-b8a8d44c4e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:03.455944 [ 268 ] {e2f73a8b-0bab-487b-9e9a-b8a8d44c4e4b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:03.456153 [ 268 ] {e2f73a8b-0bab-487b-9e9a-b8a8d44c4e4b} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:03.456278 [ 268 ] {e2f73a8b-0bab-487b-9e9a-b8a8d44c4e4b} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2026.03.24 20:58:03.456314 [ 268 ] {e2f73a8b-0bab-487b-9e9a-b8a8d44c4e4b} TCPHandler: Processed in 0.001315395 sec. 2026.03.24 20:58:03.456413 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:03.456506 [ 268 ] {5971d453-1a56-4777-87a3-fa40394e6521} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:03.456559 [ 268 ] {5971d453-1a56-4777-87a3-fa40394e6521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:03.457319 [ 268 ] {5971d453-1a56-4777-87a3-fa40394e6521} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:03.457354 [ 268 ] {5971d453-1a56-4777-87a3-fa40394e6521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:03.457840 [ 268 ] {5971d453-1a56-4777-87a3-fa40394e6521} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:58:03.458071 [ 268 ] {5971d453-1a56-4777-87a3-fa40394e6521} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:03.458207 [ 268 ] {5971d453-1a56-4777-87a3-fa40394e6521} executeQuery: Read 10 rows, 18.35 KiB in 0.001719 sec., 5817.335660267598 rows/sec., 10.42 MiB/sec. 2026.03.24 20:58:03.458255 [ 268 ] {5971d453-1a56-4777-87a3-fa40394e6521} TCPHandler: Processed in 0.001889411 sec. 2026.03.24 20:58:03.458389 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:03.458513 [ 268 ] {1c91529c-f0cf-494b-8b3a-dc043e2decf3} executeQuery: (from [fd00:1122:3344:101::d]:55981) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:03.458564 [ 268 ] {1c91529c-f0cf-494b-8b3a-dc043e2decf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:03.459012 [ 268 ] {1c91529c-f0cf-494b-8b3a-dc043e2decf3} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:03.459062 [ 268 ] {1c91529c-f0cf-494b-8b3a-dc043e2decf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:03.459378 [ 268 ] {1c91529c-f0cf-494b-8b3a-dc043e2decf3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:03.459586 [ 268 ] {1c91529c-f0cf-494b-8b3a-dc043e2decf3} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:03.459711 [ 268 ] {1c91529c-f0cf-494b-8b3a-dc043e2decf3} executeQuery: Read 60 rows, 4.14 KiB in 0.001225 sec., 48979.5918367347 rows/sec., 3.30 MiB/sec. 2026.03.24 20:58:03.459745 [ 268 ] {1c91529c-f0cf-494b-8b3a-dc043e2decf3} TCPHandler: Processed in 0.001423179 sec. 2026.03.24 20:58:06.288000 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48232 2026.03.24 20:58:06.288144 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.288190 [ 286 ] {} TCP-Session: 09db1355-0cdf-4a93-bee1-5b66622b4a39 Authenticating user 'default' from [fd00:1122:3344:101::e]:48232 2026.03.24 20:58:06.288221 [ 286 ] {} TCP-Session: 09db1355-0cdf-4a93-bee1-5b66622b4a39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.288243 [ 286 ] {} TCP-Session: 09db1355-0cdf-4a93-bee1-5b66622b4a39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.288464 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37446 2026.03.24 20:58:06.288487 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65345 2026.03.24 20:58:06.288532 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59312 2026.03.24 20:58:06.288555 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44709 2026.03.24 20:58:06.288580 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52559 2026.03.24 20:58:06.288612 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.288593 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52456 2026.03.24 20:58:06.288660 [ 287 ] {} TCP-Session: f44d2fd7-9a44-434a-8046-f7c5cb70ac8f Authenticating user 'default' from [fd00:1122:3344:101::e]:37446 2026.03.24 20:58:06.288682 [ 286 ] {} TCP-Session: 09db1355-0cdf-4a93-bee1-5b66622b4a39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:06.288705 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.288707 [ 287 ] {} TCP-Session: f44d2fd7-9a44-434a-8046-f7c5cb70ac8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.288573 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51879 2026.03.24 20:58:06.288744 [ 288 ] {} TCP-Session: 3571df6b-138f-433d-b04d-2b153f14feb2 Authenticating user 'default' from [fd00:1122:3344:101::e]:65345 2026.03.24 20:58:06.288746 [ 287 ] {} TCP-Session: f44d2fd7-9a44-434a-8046-f7c5cb70ac8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.288787 [ 288 ] {} TCP-Session: 3571df6b-138f-433d-b04d-2b153f14feb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.288533 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54674 2026.03.24 20:58:06.288825 [ 288 ] {} TCP-Session: 3571df6b-138f-433d-b04d-2b153f14feb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.288878 [ 286 ] {3697e020-c6f8-41e0-b7d3-30b70f0a3737} executeQuery: (from [fd00:1122:3344:101::e]:48232) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 20:58:06.289109 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.289135 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.289109 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.289184 [ 289 ] {} TCP-Session: f065be07-8adb-4c35-908c-590ec0d1b67f Authenticating user 'default' from [fd00:1122:3344:101::e]:54674 2026.03.24 20:58:06.289200 [ 286 ] {3697e020-c6f8-41e0-b7d3-30b70f0a3737} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.24 20:58:06.289211 [ 294 ] {} TCP-Session: 7ccb8211-c43c-4090-842e-299909a5d96a Authenticating user 'default' from [fd00:1122:3344:101::e]:52456 2026.03.24 20:58:06.289239 [ 289 ] {} TCP-Session: f065be07-8adb-4c35-908c-590ec0d1b67f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289257 [ 294 ] {} TCP-Session: 7ccb8211-c43c-4090-842e-299909a5d96a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289275 [ 289 ] {} TCP-Session: f065be07-8adb-4c35-908c-590ec0d1b67f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289293 [ 294 ] {} TCP-Session: 7ccb8211-c43c-4090-842e-299909a5d96a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289306 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.289279 [ 286 ] {3697e020-c6f8-41e0-b7d3-30b70f0a3737} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:58:06.289345 [ 290 ] {} TCP-Session: 068e7057-af54-437e-988a-b9f04f691f28 Authenticating user 'default' from [fd00:1122:3344:101::e]:59312 2026.03.24 20:58:06.289341 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.289364 [ 290 ] {} TCP-Session: 068e7057-af54-437e-988a-b9f04f691f28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289394 [ 291 ] {} TCP-Session: 9a95646b-9b1b-45ce-af5a-ddda363554a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:44709 2026.03.24 20:58:06.289398 [ 290 ] {} TCP-Session: 068e7057-af54-437e-988a-b9f04f691f28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289420 [ 291 ] {} TCP-Session: 9a95646b-9b1b-45ce-af5a-ddda363554a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289433 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.289447 [ 291 ] {} TCP-Session: 9a95646b-9b1b-45ce-af5a-ddda363554a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289182 [ 293 ] {} TCP-Session: 224c48c0-88ef-404b-b015-b9f67c2c7c88 Authenticating user 'default' from [fd00:1122:3344:101::e]:52559 2026.03.24 20:58:06.289473 [ 292 ] {} TCP-Session: 63ee604b-b708-40c8-96cb-4ab5c48a7ffa Authenticating user 'default' from [fd00:1122:3344:101::e]:51879 2026.03.24 20:58:06.289510 [ 293 ] {} TCP-Session: 224c48c0-88ef-404b-b015-b9f67c2c7c88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289516 [ 292 ] {} TCP-Session: 63ee604b-b708-40c8-96cb-4ab5c48a7ffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289540 [ 293 ] {} TCP-Session: 224c48c0-88ef-404b-b015-b9f67c2c7c88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289548 [ 292 ] {} TCP-Session: 63ee604b-b708-40c8-96cb-4ab5c48a7ffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.289646 [ 286 ] {3697e020-c6f8-41e0-b7d3-30b70f0a3737} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b) (SelectExecutor): Key condition: unknown 2026.03.24 20:58:06.291482 [ 325 ] {3697e020-c6f8-41e0-b7d3-30b70f0a3737} AggregatingTransform: Aggregating 2026.03.24 20:58:06.291534 [ 325 ] {3697e020-c6f8-41e0-b7d3-30b70f0a3737} Aggregator: Aggregation method: without_key 2026.03.24 20:58:06.291576 [ 325 ] {3697e020-c6f8-41e0-b7d3-30b70f0a3737} AggregatingTransform: Aggregated. 2 to 1 rows (from 80.00 B) in 0.001712126 sec. (1168.138 rows/sec., 45.63 KiB/sec.) 2026.03.24 20:58:06.291597 [ 325 ] {3697e020-c6f8-41e0-b7d3-30b70f0a3737} Aggregator: Merging aggregated data 2026.03.24 20:58:06.293221 [ 286 ] {3697e020-c6f8-41e0-b7d3-30b70f0a3737} executeQuery: Read 2 rows, 80.00 B in 0.004402 sec., 454.3389368468878 rows/sec., 17.75 KiB/sec. 2026.03.24 20:58:06.293408 [ 286 ] {3697e020-c6f8-41e0-b7d3-30b70f0a3737} TCPHandler: Processed in 0.004855911 sec. 2026.03.24 20:58:06.293516 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.293547 [ 286 ] {} TCP-Session: 09db1355-0cdf-4a93-bee1-5b66622b4a39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.293550 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.293574 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.293591 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.293610 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.293622 [ 294 ] {} TCP-Session: 7ccb8211-c43c-4090-842e-299909a5d96a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.293641 [ 288 ] {} TCP-Session: 3571df6b-138f-433d-b04d-2b153f14feb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.293632 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.293664 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.293680 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.293708 [ 291 ] {} TCP-Session: 9a95646b-9b1b-45ce-af5a-ddda363554a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.293724 [ 289 ] {} TCP-Session: f065be07-8adb-4c35-908c-590ec0d1b67f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.293745 [ 293 ] {} TCP-Session: 224c48c0-88ef-404b-b015-b9f67c2c7c88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.293616 [ 287 ] {} TCP-Session: f44d2fd7-9a44-434a-8046-f7c5cb70ac8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.293650 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.293672 [ 292 ] {} TCP-Session: 63ee604b-b708-40c8-96cb-4ab5c48a7ffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.293849 [ 290 ] {} TCP-Session: 068e7057-af54-437e-988a-b9f04f691f28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.355697 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33437 2026.03.24 20:58:06.355831 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.355878 [ 289 ] {} TCP-Session: ce8aa2d1-df91-42dd-9bc0-ea0270b32f4b Authenticating user 'default' from [fd00:1122:3344:101::e]:33437 2026.03.24 20:58:06.355913 [ 289 ] {} TCP-Session: ce8aa2d1-df91-42dd-9bc0-ea0270b32f4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.355936 [ 289 ] {} TCP-Session: ce8aa2d1-df91-42dd-9bc0-ea0270b32f4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356228 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50845 2026.03.24 20:58:06.356249 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43276 2026.03.24 20:58:06.356267 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37793 2026.03.24 20:58:06.356298 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57577 2026.03.24 20:58:06.356320 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53215 2026.03.24 20:58:06.356351 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.356374 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.356383 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.356404 [ 290 ] {} TCP-Session: e7757ff0-42a1-4167-a158-13e997546dd9 Authenticating user 'default' from [fd00:1122:3344:101::e]:50845 2026.03.24 20:58:06.356432 [ 293 ] {} TCP-Session: e9b88fc3-5251-49f0-a55c-0bda275c7b66 Authenticating user 'default' from [fd00:1122:3344:101::e]:37793 2026.03.24 20:58:06.356416 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.356472 [ 293 ] {} TCP-Session: e9b88fc3-5251-49f0-a55c-0bda275c7b66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356498 [ 287 ] {} TCP-Session: b829431e-3de4-49f5-8b00-b688fa607268 Authenticating user 'default' from [fd00:1122:3344:101::e]:53215 2026.03.24 20:58:06.356507 [ 293 ] {} TCP-Session: e9b88fc3-5251-49f0-a55c-0bda275c7b66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356533 [ 287 ] {} TCP-Session: b829431e-3de4-49f5-8b00-b688fa607268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356393 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.356568 [ 287 ] {} TCP-Session: b829431e-3de4-49f5-8b00-b688fa607268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356596 [ 286 ] {} TCP-Session: aa1f63a1-7e65-4bae-aaa3-9226b75569ca Authenticating user 'default' from [fd00:1122:3344:101::e]:57577 2026.03.24 20:58:06.356355 [ 289 ] {} TCP-Session: ce8aa2d1-df91-42dd-9bc0-ea0270b32f4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:06.356624 [ 286 ] {} TCP-Session: aa1f63a1-7e65-4bae-aaa3-9226b75569ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356328 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46554 2026.03.24 20:58:06.356653 [ 286 ] {} TCP-Session: aa1f63a1-7e65-4bae-aaa3-9226b75569ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356284 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56047 2026.03.24 20:58:06.356468 [ 290 ] {} TCP-Session: e7757ff0-42a1-4167-a158-13e997546dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356415 [ 291 ] {} TCP-Session: 661c0cb8-01a7-40c0-8338-eaa482b3278f Authenticating user 'default' from [fd00:1122:3344:101::e]:43276 2026.03.24 20:58:06.356788 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.356805 [ 289 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} executeQuery: (from [fd00:1122:3344:101::e]:33437) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 20:58:06.356812 [ 291 ] {} TCP-Session: 661c0cb8-01a7-40c0-8338-eaa482b3278f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356844 [ 288 ] {} TCP-Session: 7e3a9952-4089-4efc-be99-eeb5a1125b18 Authenticating user 'default' from [fd00:1122:3344:101::e]:46554 2026.03.24 20:58:06.356869 [ 291 ] {} TCP-Session: 661c0cb8-01a7-40c0-8338-eaa482b3278f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356792 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.356897 [ 288 ] {} TCP-Session: 7e3a9952-4089-4efc-be99-eeb5a1125b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356933 [ 294 ] {} TCP-Session: 42f02a3a-4ffb-4124-8290-a0b2a4618a3f Authenticating user 'default' from [fd00:1122:3344:101::e]:56047 2026.03.24 20:58:06.356941 [ 288 ] {} TCP-Session: 7e3a9952-4089-4efc-be99-eeb5a1125b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356959 [ 294 ] {} TCP-Session: 42f02a3a-4ffb-4124-8290-a0b2a4618a3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356761 [ 290 ] {} TCP-Session: e7757ff0-42a1-4167-a158-13e997546dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356982 [ 294 ] {} TCP-Session: 42f02a3a-4ffb-4124-8290-a0b2a4618a3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.356260 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36860 2026.03.24 20:58:06.357075 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:58:06.357096 [ 292 ] {} TCP-Session: 47cd13a2-e476-47d0-91d4-287d6e945e06 Authenticating user 'default' from [fd00:1122:3344:101::e]:36860 2026.03.24 20:58:06.357112 [ 292 ] {} TCP-Session: 47cd13a2-e476-47d0-91d4-287d6e945e06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.357124 [ 292 ] {} TCP-Session: 47cd13a2-e476-47d0-91d4-287d6e945e06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.357165 [ 289 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.24 20:58:06.357242 [ 289 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:58:06.357583 [ 289 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b) (SelectExecutor): Key condition: unknown 2026.03.24 20:58:06.357772 [ 289 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} Aggregator: Compile expression max()(UInt64) 0 2026.03.24 20:58:06.690349 [ 64 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:58:06.690398 [ 64 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:58:06.730156 [ 296 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} AggregatingTransform: Aggregating 2026.03.24 20:58:06.730231 [ 296 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} Aggregator: Aggregation method: without_key 2026.03.24 20:58:06.730274 [ 296 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} AggregatingTransform: Aggregated. 2 to 1 rows (from 80.00 B) in 0.001052028 sec. (1901.090 rows/sec., 74.26 KiB/sec.) 2026.03.24 20:58:06.730295 [ 296 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} Aggregator: Merging aggregated data 2026.03.24 20:58:06.731538 [ 289 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} executeQuery: Read 2 rows, 80.00 B in 0.374794 sec., 5.3362647214203 rows/sec., 213.45 B/sec. 2026.03.24 20:58:06.731704 [ 289 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.24 20:58:06.731721 [ 289 ] {3a64fad5-6aaa-4de5-b955-68f069b21795} TCPHandler: Processed in 0.375523325 sec. 2026.03.24 20:58:06.731877 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.731895 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.731916 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.731947 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.731962 [ 287 ] {} TCP-Session: b829431e-3de4-49f5-8b00-b688fa607268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.731988 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.732002 [ 290 ] {} TCP-Session: e7757ff0-42a1-4167-a158-13e997546dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.732007 [ 293 ] {} TCP-Session: e9b88fc3-5251-49f0-a55c-0bda275c7b66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.732029 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.732045 [ 286 ] {} TCP-Session: aa1f63a1-7e65-4bae-aaa3-9226b75569ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.732081 [ 289 ] {} TCP-Session: ce8aa2d1-df91-42dd-9bc0-ea0270b32f4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.732007 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.731932 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.731969 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:06.732158 [ 288 ] {} TCP-Session: 7e3a9952-4089-4efc-be99-eeb5a1125b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.732173 [ 294 ] {} TCP-Session: 42f02a3a-4ffb-4124-8290-a0b2a4618a3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.731950 [ 291 ] {} TCP-Session: 661c0cb8-01a7-40c0-8338-eaa482b3278f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.732204 [ 292 ] {} TCP-Session: 47cd13a2-e476-47d0-91d4-287d6e945e06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:06.757105 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3871 2026.03.24 20:58:06.757592 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:06.757644 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:06.758154 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:06.758401 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:06.758550 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3871 2026.03.24 20:58:06.759797 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 386 2026.03.24 20:58:06.762717 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:06.762761 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:06.764111 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:58:06.764397 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:06.764722 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 386 2026.03.24 20:58:06.947821 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.24 20:58:06.965845 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:06.965917 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:06.972184 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:06.972915 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:06.976090 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.24 20:58:07.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 186.44 MiB, peak 198.05 MiB, free memory in arenas 0.00 B, will set to 206.00 MiB (RSS), difference: 19.56 MiB 2026.03.24 20:58:08.193635 [ 268 ] {} TCPHandler: Done processing connection. 2026.03.24 20:58:08.193760 [ 268 ] {} TCP-Session: 0ec2b0f6-762c-433e-95ad-4185ce22d80c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:58:08.458257 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:08.458456 [ 270 ] {ce83e459-1537-439b-8a58-f205fbf197f7} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:58:08.458519 [ 270 ] {ce83e459-1537-439b-8a58-f205fbf197f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:58:08.459319 [ 270 ] {ce83e459-1537-439b-8a58-f205fbf197f7} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:08.459358 [ 270 ] {ce83e459-1537-439b-8a58-f205fbf197f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:08.459773 [ 270 ] {ce83e459-1537-439b-8a58-f205fbf197f7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:58:08.460020 [ 270 ] {ce83e459-1537-439b-8a58-f205fbf197f7} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:08.460189 [ 270 ] {ce83e459-1537-439b-8a58-f205fbf197f7} executeQuery: Read 284 rows, 18.47 KiB in 0.001786 sec., 159014.5576707727 rows/sec., 10.10 MiB/sec. 2026.03.24 20:58:08.460235 [ 270 ] {ce83e459-1537-439b-8a58-f205fbf197f7} TCPHandler: Processed in 0.002104717 sec. 2026.03.24 20:58:08.460359 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:08.460477 [ 270 ] {5fe85c58-1feb-4a76-b41e-b095830086d2} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:08.460524 [ 270 ] {5fe85c58-1feb-4a76-b41e-b095830086d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:08.461352 [ 270 ] {5fe85c58-1feb-4a76-b41e-b095830086d2} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:08.461387 [ 270 ] {5fe85c58-1feb-4a76-b41e-b095830086d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:08.461771 [ 270 ] {5fe85c58-1feb-4a76-b41e-b095830086d2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:58:08.462005 [ 270 ] {5fe85c58-1feb-4a76-b41e-b095830086d2} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:08.462134 [ 270 ] {5fe85c58-1feb-4a76-b41e-b095830086d2} executeQuery: Read 847 rows, 68.22 KiB in 0.001688 sec., 501777.2511848341 rows/sec., 39.47 MiB/sec. 2026.03.24 20:58:08.462169 [ 270 ] {5fe85c58-1feb-4a76-b41e-b095830086d2} TCPHandler: Processed in 0.00186013 sec. 2026.03.24 20:58:08.462290 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:08.462390 [ 270 ] {2c9bc916-e2bf-4cb5-915c-d0a43e341001} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:08.462430 [ 270 ] {2c9bc916-e2bf-4cb5-915c-d0a43e341001} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:08.462888 [ 270 ] {2c9bc916-e2bf-4cb5-915c-d0a43e341001} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:08.462923 [ 270 ] {2c9bc916-e2bf-4cb5-915c-d0a43e341001} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:08.463229 [ 270 ] {2c9bc916-e2bf-4cb5-915c-d0a43e341001} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:08.463443 [ 270 ] {2c9bc916-e2bf-4cb5-915c-d0a43e341001} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:08.463579 [ 270 ] {2c9bc916-e2bf-4cb5-915c-d0a43e341001} executeQuery: Read 167 rows, 10.42 KiB in 0.001209 sec., 138130.6865177833 rows/sec., 8.42 MiB/sec. 2026.03.24 20:58:08.463613 [ 270 ] {2c9bc916-e2bf-4cb5-915c-d0a43e341001} TCPHandler: Processed in 0.001375087 sec. 2026.03.24 20:58:08.463733 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:08.463835 [ 270 ] {d3bc3cb5-10bc-4417-9405-dc06ab43d1a0} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:58:08.463874 [ 270 ] {d3bc3cb5-10bc-4417-9405-dc06ab43d1a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:58:08.464301 [ 270 ] {d3bc3cb5-10bc-4417-9405-dc06ab43d1a0} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:08.464334 [ 270 ] {d3bc3cb5-10bc-4417-9405-dc06ab43d1a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:08.464638 [ 270 ] {d3bc3cb5-10bc-4417-9405-dc06ab43d1a0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:58:08.464843 [ 270 ] {d3bc3cb5-10bc-4417-9405-dc06ab43d1a0} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:08.464970 [ 270 ] {d3bc3cb5-10bc-4417-9405-dc06ab43d1a0} executeQuery: Read 149 rows, 9.86 KiB in 0.001153 sec., 129228.10060711189 rows/sec., 8.35 MiB/sec. 2026.03.24 20:58:08.465006 [ 270 ] {d3bc3cb5-10bc-4417-9405-dc06ab43d1a0} TCPHandler: Processed in 0.001329906 sec. 2026.03.24 20:58:08.465117 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:08.465214 [ 270 ] {dabf1cd6-3bdc-4b5a-bf84-9a983caaaeb7} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:58:08.465252 [ 270 ] {dabf1cd6-3bdc-4b5a-bf84-9a983caaaeb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:58:08.465666 [ 270 ] {dabf1cd6-3bdc-4b5a-bf84-9a983caaaeb7} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:08.465700 [ 270 ] {dabf1cd6-3bdc-4b5a-bf84-9a983caaaeb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:08.466011 [ 270 ] {dabf1cd6-3bdc-4b5a-bf84-9a983caaaeb7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:58:08.466233 [ 270 ] {dabf1cd6-3bdc-4b5a-bf84-9a983caaaeb7} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:08.466361 [ 270 ] {dabf1cd6-3bdc-4b5a-bf84-9a983caaaeb7} executeQuery: Read 148 rows, 8.62 KiB in 0.001164 sec., 127147.76632302404 rows/sec., 7.23 MiB/sec. 2026.03.24 20:58:08.466395 [ 270 ] {dabf1cd6-3bdc-4b5a-bf84-9a983caaaeb7} TCPHandler: Processed in 0.001326756 sec. 2026.03.24 20:58:08.466514 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:08.466604 [ 270 ] {a4c5daf6-032d-48d7-8a0a-00d2d9254604} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:08.466641 [ 270 ] {a4c5daf6-032d-48d7-8a0a-00d2d9254604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:08.467184 [ 270 ] {a4c5daf6-032d-48d7-8a0a-00d2d9254604} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:08.467217 [ 270 ] {a4c5daf6-032d-48d7-8a0a-00d2d9254604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:08.467537 [ 270 ] {a4c5daf6-032d-48d7-8a0a-00d2d9254604} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:58:08.467743 [ 270 ] {a4c5daf6-032d-48d7-8a0a-00d2d9254604} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:08.467872 [ 270 ] {a4c5daf6-032d-48d7-8a0a-00d2d9254604} executeQuery: Read 515 rows, 37.18 KiB in 0.001286 sec., 400466.5629860031 rows/sec., 28.23 MiB/sec. 2026.03.24 20:58:08.467907 [ 270 ] {a4c5daf6-032d-48d7-8a0a-00d2d9254604} TCPHandler: Processed in 0.001449569 sec. 2026.03.24 20:58:08.468014 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:08.468112 [ 270 ] {a902b02b-9dae-4e2d-8373-1cedf4224d37} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:58:08.468151 [ 270 ] {a902b02b-9dae-4e2d-8373-1cedf4224d37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:58:08.468486 [ 270 ] {a902b02b-9dae-4e2d-8373-1cedf4224d37} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:08.468520 [ 270 ] {a902b02b-9dae-4e2d-8373-1cedf4224d37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:08.468803 [ 270 ] {a902b02b-9dae-4e2d-8373-1cedf4224d37} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:58:08.469016 [ 270 ] {a902b02b-9dae-4e2d-8373-1cedf4224d37} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:08.469152 [ 270 ] {a902b02b-9dae-4e2d-8373-1cedf4224d37} executeQuery: Read 6 rows, 321.00 B in 0.001065 sec., 5633.802816901409 rows/sec., 294.34 KiB/sec. 2026.03.24 20:58:08.469186 [ 270 ] {a902b02b-9dae-4e2d-8373-1cedf4224d37} TCPHandler: Processed in 0.001218533 sec. 2026.03.24 20:58:08.469305 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:08.469401 [ 270 ] {42b5563e-ad93-409c-8210-438d56717cb7} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:08.469440 [ 270 ] {42b5563e-ad93-409c-8210-438d56717cb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:08.469843 [ 270 ] {42b5563e-ad93-409c-8210-438d56717cb7} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:08.469876 [ 270 ] {42b5563e-ad93-409c-8210-438d56717cb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:08.470206 [ 270 ] {42b5563e-ad93-409c-8210-438d56717cb7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:58:08.470412 [ 270 ] {42b5563e-ad93-409c-8210-438d56717cb7} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:08.470538 [ 270 ] {42b5563e-ad93-409c-8210-438d56717cb7} executeQuery: Read 265 rows, 18.03 KiB in 0.001155 sec., 229437.22943722943 rows/sec., 15.25 MiB/sec. 2026.03.24 20:58:08.470572 [ 270 ] {42b5563e-ad93-409c-8210-438d56717cb7} TCPHandler: Processed in 0.001324826 sec. 2026.03.24 20:58:08.470683 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:08.470781 [ 270 ] {7759f75e-33b8-4169-b765-32d5ba4982c4} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:58:08.470823 [ 270 ] {7759f75e-33b8-4169-b765-32d5ba4982c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:58:08.471126 [ 270 ] {7759f75e-33b8-4169-b765-32d5ba4982c4} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:08.471159 [ 270 ] {7759f75e-33b8-4169-b765-32d5ba4982c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:08.471467 [ 270 ] {7759f75e-33b8-4169-b765-32d5ba4982c4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.24 20:58:08.471667 [ 270 ] {7759f75e-33b8-4169-b765-32d5ba4982c4} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:08.471794 [ 270 ] {7759f75e-33b8-4169-b765-32d5ba4982c4} executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. 2026.03.24 20:58:08.471827 [ 270 ] {7759f75e-33b8-4169-b765-32d5ba4982c4} TCPHandler: Processed in 0.001191032 sec. 2026.03.24 20:58:08.471946 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:08.472036 [ 270 ] {9be8eb19-c615-4aa0-93b3-691c75a3799b} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:08.472086 [ 270 ] {9be8eb19-c615-4aa0-93b3-691c75a3799b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:08.472879 [ 270 ] {9be8eb19-c615-4aa0-93b3-691c75a3799b} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:08.472913 [ 270 ] {9be8eb19-c615-4aa0-93b3-691c75a3799b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:08.473405 [ 270 ] {9be8eb19-c615-4aa0-93b3-691c75a3799b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:08.473630 [ 270 ] {9be8eb19-c615-4aa0-93b3-691c75a3799b} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:08.473768 [ 270 ] {9be8eb19-c615-4aa0-93b3-691c75a3799b} executeQuery: Read 25 rows, 45.87 KiB in 0.001749 sec., 14293.882218410521 rows/sec., 25.61 MiB/sec. 2026.03.24 20:58:08.473822 [ 270 ] {9be8eb19-c615-4aa0-93b3-691c75a3799b} TCPHandler: Processed in 0.001932902 sec. 2026.03.24 20:58:08.473934 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:08.474025 [ 270 ] {84ccebcf-c712-4e8c-9d7d-7bd43768ac39} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:08.474064 [ 270 ] {84ccebcf-c712-4e8c-9d7d-7bd43768ac39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:08.474380 [ 270 ] {84ccebcf-c712-4e8c-9d7d-7bd43768ac39} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:08.474414 [ 270 ] {84ccebcf-c712-4e8c-9d7d-7bd43768ac39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 20:58:08.474715 [ 270 ] {84ccebcf-c712-4e8c-9d7d-7bd43768ac39} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:58:08.474913 [ 270 ] {84ccebcf-c712-4e8c-9d7d-7bd43768ac39} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:08.475032 [ 270 ] {84ccebcf-c712-4e8c-9d7d-7bd43768ac39} executeQuery: Read 90 rows, 5.77 KiB in 0.001025 sec., 87804.87804878048 rows/sec., 5.49 MiB/sec. 2026.03.24 20:58:08.475065 [ 270 ] {84ccebcf-c712-4e8c-9d7d-7bd43768ac39} TCPHandler: Processed in 0.001177822 sec. 2026.03.24 20:58:09.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 204.75 MiB, peak 206.00 MiB, free memory in arenas 0.00 B, will set to 206.22 MiB (RSS), difference: 1.47 MiB 2026.03.24 20:58:13.442991 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.443238 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} executeQuery: (from [fd00:1122:3344:101::d]:57635) 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.03.24 20:58:13.443633 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:58:13.443679 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} 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.03.24 20:58:13.443965 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:58:13.444037 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:58:13.444182 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.24 20:58:13.444323 [ 330 ] {03cf6778-d383-409e-b219-9a7d9b31458a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:58:13.444334 [ 317 ] {03cf6778-d383-409e-b219-9a7d9b31458a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.24 20:58:13.444467 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.24 20:58:13.444498 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:58:13.446593 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.24 20:58:13.446626 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.03.24 20:58:13.446687 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} 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.03.24 20:58:13.446729 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} 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.03.24 20:58:13.447788 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} executeQuery: Read 41 rows, 1.65 KiB in 0.004653 sec., 8811.519449817322 rows/sec., 354.90 KiB/sec. 2026.03.24 20:58:13.447903 [ 270 ] {03cf6778-d383-409e-b219-9a7d9b31458a} TCPHandler: Processed in 0.005043296 sec. 2026.03.24 20:58:13.456151 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.456278 [ 270 ] {043b2c0c-9af4-427b-9deb-2176b5d32a3d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.24 20:58:13.456329 [ 270 ] {043b2c0c-9af4-427b-9deb-2176b5d32a3d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:58:13.456943 [ 270 ] {043b2c0c-9af4-427b-9deb-2176b5d32a3d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:13.456985 [ 270 ] {043b2c0c-9af4-427b-9deb-2176b5d32a3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:13.457430 [ 270 ] {043b2c0c-9af4-427b-9deb-2176b5d32a3d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:58:13.457631 [ 270 ] {043b2c0c-9af4-427b-9deb-2176b5d32a3d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:13.457788 [ 270 ] {043b2c0c-9af4-427b-9deb-2176b5d32a3d} executeQuery: Read 1 rows, 106.00 B in 0.001551 sec., 644.7453255963894 rows/sec., 66.74 KiB/sec. 2026.03.24 20:58:13.457829 [ 270 ] {043b2c0c-9af4-427b-9deb-2176b5d32a3d} TCPHandler: Processed in 0.001736926 sec. 2026.03.24 20:58:13.457948 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.458048 [ 270 ] {b438b90c-88dd-4b89-979d-5adb5988be2d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.24 20:58:13.458090 [ 270 ] {b438b90c-88dd-4b89-979d-5adb5988be2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.24 20:58:13.458489 [ 270 ] {b438b90c-88dd-4b89-979d-5adb5988be2d} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:13.458526 [ 270 ] {b438b90c-88dd-4b89-979d-5adb5988be2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:13.458833 [ 270 ] {b438b90c-88dd-4b89-979d-5adb5988be2d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:58:13.459042 [ 270 ] {b438b90c-88dd-4b89-979d-5adb5988be2d} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:13.459183 [ 270 ] {b438b90c-88dd-4b89-979d-5adb5988be2d} executeQuery: Read 4 rows, 334.00 B in 0.001158 sec., 3454.231433506045 rows/sec., 281.67 KiB/sec. 2026.03.24 20:58:13.459222 [ 270 ] {b438b90c-88dd-4b89-979d-5adb5988be2d} TCPHandler: Processed in 0.001324726 sec. 2026.03.24 20:58:13.459355 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.459474 [ 270 ] {21b91293-a420-478e-92b9-3b8af3e5bc5e} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:13.459531 [ 270 ] {21b91293-a420-478e-92b9-3b8af3e5bc5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:13.460170 [ 270 ] {21b91293-a420-478e-92b9-3b8af3e5bc5e} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:13.460213 [ 270 ] {21b91293-a420-478e-92b9-3b8af3e5bc5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:13.460623 [ 270 ] {21b91293-a420-478e-92b9-3b8af3e5bc5e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:58:13.460856 [ 270 ] {21b91293-a420-478e-92b9-3b8af3e5bc5e} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:13.460997 [ 270 ] {21b91293-a420-478e-92b9-3b8af3e5bc5e} executeQuery: Read 89 rows, 7.61 KiB in 0.001548 sec., 57493.54005167959 rows/sec., 4.80 MiB/sec. 2026.03.24 20:58:13.461036 [ 270 ] {21b91293-a420-478e-92b9-3b8af3e5bc5e} TCPHandler: Processed in 0.001744077 sec. 2026.03.24 20:58:13.461154 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.461251 [ 270 ] {1a56874a-0ae8-4d65-a49f-7c310c73212b} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:13.461292 [ 270 ] {1a56874a-0ae8-4d65-a49f-7c310c73212b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:13.461702 [ 270 ] {1a56874a-0ae8-4d65-a49f-7c310c73212b} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:13.461738 [ 270 ] {1a56874a-0ae8-4d65-a49f-7c310c73212b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:13.462027 [ 270 ] {1a56874a-0ae8-4d65-a49f-7c310c73212b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:58:13.462230 [ 270 ] {1a56874a-0ae8-4d65-a49f-7c310c73212b} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:13.462372 [ 270 ] {1a56874a-0ae8-4d65-a49f-7c310c73212b} executeQuery: Read 19 rows, 1.41 KiB in 0.00114 sec., 16666.666666666668 rows/sec., 1.21 MiB/sec. 2026.03.24 20:58:13.462411 [ 270 ] {1a56874a-0ae8-4d65-a49f-7c310c73212b} TCPHandler: Processed in 0.001311216 sec. 2026.03.24 20:58:13.462522 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.462616 [ 270 ] {4264986d-b2af-4959-ac7a-7e86211e9a4b} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:58:13.462655 [ 270 ] {4264986d-b2af-4959-ac7a-7e86211e9a4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:58:13.463039 [ 270 ] {4264986d-b2af-4959-ac7a-7e86211e9a4b} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:13.463078 [ 270 ] {4264986d-b2af-4959-ac7a-7e86211e9a4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:13.463378 [ 270 ] {4264986d-b2af-4959-ac7a-7e86211e9a4b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:58:13.463585 [ 270 ] {4264986d-b2af-4959-ac7a-7e86211e9a4b} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:13.463723 [ 270 ] {4264986d-b2af-4959-ac7a-7e86211e9a4b} executeQuery: Read 1 rows, 68.00 B in 0.001125 sec., 888.8888888888889 rows/sec., 59.03 KiB/sec. 2026.03.24 20:58:13.463761 [ 270 ] {4264986d-b2af-4959-ac7a-7e86211e9a4b} TCPHandler: Processed in 0.001288484 sec. 2026.03.24 20:58:13.463869 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.463963 [ 270 ] {bc7830a9-5c78-4984-8d9d-8119df9a5af2} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:13.464002 [ 270 ] {bc7830a9-5c78-4984-8d9d-8119df9a5af2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:13.464430 [ 270 ] {bc7830a9-5c78-4984-8d9d-8119df9a5af2} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:13.464467 [ 270 ] {bc7830a9-5c78-4984-8d9d-8119df9a5af2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:13.464777 [ 270 ] {bc7830a9-5c78-4984-8d9d-8119df9a5af2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:58:13.465017 [ 270 ] {bc7830a9-5c78-4984-8d9d-8119df9a5af2} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:13.465157 [ 270 ] {bc7830a9-5c78-4984-8d9d-8119df9a5af2} executeQuery: Read 92 rows, 7.37 KiB in 0.001212 sec., 75907.59075907592 rows/sec., 5.94 MiB/sec. 2026.03.24 20:58:13.465194 [ 270 ] {bc7830a9-5c78-4984-8d9d-8119df9a5af2} TCPHandler: Processed in 0.001374477 sec. 2026.03.24 20:58:13.465309 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.465403 [ 270 ] {76cde3f6-fdab-429c-b00c-eaf77cb91e46} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:13.465446 [ 270 ] {76cde3f6-fdab-429c-b00c-eaf77cb91e46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:13.465863 [ 270 ] {76cde3f6-fdab-429c-b00c-eaf77cb91e46} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:13.465901 [ 270 ] {76cde3f6-fdab-429c-b00c-eaf77cb91e46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:13.466257 [ 270 ] {76cde3f6-fdab-429c-b00c-eaf77cb91e46} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:58:13.466478 [ 270 ] {76cde3f6-fdab-429c-b00c-eaf77cb91e46} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:13.466617 [ 270 ] {76cde3f6-fdab-429c-b00c-eaf77cb91e46} executeQuery: Read 162 rows, 11.55 KiB in 0.001233 sec., 131386.86131386863 rows/sec., 9.15 MiB/sec. 2026.03.24 20:58:13.466654 [ 270 ] {76cde3f6-fdab-429c-b00c-eaf77cb91e46} TCPHandler: Processed in 0.001395197 sec. 2026.03.24 20:58:13.466774 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.466870 [ 270 ] {677941a7-2fd1-457f-9492-bcd6533adae4} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:58:13.466912 [ 270 ] {677941a7-2fd1-457f-9492-bcd6533adae4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:58:13.467262 [ 270 ] {677941a7-2fd1-457f-9492-bcd6533adae4} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:13.467299 [ 270 ] {677941a7-2fd1-457f-9492-bcd6533adae4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:13.467638 [ 270 ] {677941a7-2fd1-457f-9492-bcd6533adae4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:58:13.467991 [ 270 ] {677941a7-2fd1-457f-9492-bcd6533adae4} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:13.468149 [ 270 ] {677941a7-2fd1-457f-9492-bcd6533adae4} executeQuery: Read 1 rows, 65.00 B in 0.001296 sec., 771.6049382716049 rows/sec., 48.98 KiB/sec. 2026.03.24 20:58:13.468188 [ 270 ] {677941a7-2fd1-457f-9492-bcd6533adae4} TCPHandler: Processed in 0.0014642 sec. 2026.03.24 20:58:13.468328 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.468431 [ 270 ] {7749c45c-1c2e-47fe-98e6-7d7f375ca8b3} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:13.468486 [ 270 ] {7749c45c-1c2e-47fe-98e6-7d7f375ca8b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:13.469285 [ 270 ] {7749c45c-1c2e-47fe-98e6-7d7f375ca8b3} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:13.469322 [ 270 ] {7749c45c-1c2e-47fe-98e6-7d7f375ca8b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:13.469919 [ 270 ] {7749c45c-1c2e-47fe-98e6-7d7f375ca8b3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:58:13.470152 [ 270 ] {7749c45c-1c2e-47fe-98e6-7d7f375ca8b3} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:13.470300 [ 270 ] {7749c45c-1c2e-47fe-98e6-7d7f375ca8b3} executeQuery: Read 15 rows, 27.52 KiB in 0.001888 sec., 7944.9152542372885 rows/sec., 14.24 MiB/sec. 2026.03.24 20:58:13.470356 [ 270 ] {7749c45c-1c2e-47fe-98e6-7d7f375ca8b3} TCPHandler: Processed in 0.002096896 sec. 2026.03.24 20:58:13.470477 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.470575 [ 270 ] {58845e05-dcf1-4aa3-bc29-81f2c5dc8330} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.24 20:58:13.470622 [ 270 ] {58845e05-dcf1-4aa3-bc29-81f2c5dc8330} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.24 20:58:13.470947 [ 270 ] {58845e05-dcf1-4aa3-bc29-81f2c5dc8330} oximeter.measurements_i64 (842726d1-c198-4f7c-a078-3e89ffa717a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:13.470983 [ 270 ] {58845e05-dcf1-4aa3-bc29-81f2c5dc8330} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:13.471312 [ 270 ] {58845e05-dcf1-4aa3-bc29-81f2c5dc8330} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:58:13.471547 [ 270 ] {58845e05-dcf1-4aa3-bc29-81f2c5dc8330} oximeter.measurements_i64 (842726d1-c198-4f7c-a078-3e89ffa717a4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:13.471678 [ 270 ] {58845e05-dcf1-4aa3-bc29-81f2c5dc8330} executeQuery: Read 9 rows, 651.00 B in 0.001125 sec., 8000.000000000001 rows/sec., 565.10 KiB/sec. 2026.03.24 20:58:13.471714 [ 270 ] {58845e05-dcf1-4aa3-bc29-81f2c5dc8330} TCPHandler: Processed in 0.001286775 sec. 2026.03.24 20:58:13.471826 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:13.471924 [ 270 ] {7a5b9ce0-3898-4847-a19b-313e80a5acce} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:13.471966 [ 270 ] {7a5b9ce0-3898-4847-a19b-313e80a5acce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:13.472293 [ 270 ] {7a5b9ce0-3898-4847-a19b-313e80a5acce} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:13.472330 [ 270 ] {7a5b9ce0-3898-4847-a19b-313e80a5acce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:13.472634 [ 270 ] {7a5b9ce0-3898-4847-a19b-313e80a5acce} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:58:13.472845 [ 270 ] {7a5b9ce0-3898-4847-a19b-313e80a5acce} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:13.472982 [ 270 ] {7a5b9ce0-3898-4847-a19b-313e80a5acce} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.03.24 20:58:13.473018 [ 270 ] {7a5b9ce0-3898-4847-a19b-313e80a5acce} TCPHandler: Processed in 0.001241173 sec. 2026.03.24 20:58:14.259619 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4383 2026.03.24 20:58:14.260171 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:14.260210 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:14.260746 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:58:14.260971 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:14.261094 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4383 2026.03.24 20:58:14.477137 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.24 20:58:14.492683 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:14.492751 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:14.498909 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:58:14.499654 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:14.502494 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.24 20:58:15.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 207.27 MiB, peak 211.27 MiB, free memory in arenas 0.00 B, will set to 208.68 MiB (RSS), difference: 1.40 MiB 2026.03.24 20:58:16.765930 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 432 2026.03.24 20:58:16.768391 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:16.768442 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:16.769675 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:58:16.769959 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:16.770099 [ 29 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:58:16.770162 [ 29 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:16.770182 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:16.770283 [ 201 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:58:16.770289 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 432 2026.03.24 20:58:16.770790 [ 201 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:16.770920 [ 201 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 180 rows starting from the beginning of the part 2026.03.24 20:58:16.771278 [ 201 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 90 rows starting from the beginning of the part 2026.03.24 20:58:16.771682 [ 201 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::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.03.24 20:58:16.772091 [ 201 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.03.24 20:58:16.772453 [ 201 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::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.03.24 20:58:16.772787 [ 201 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 46 rows starting from the beginning of the part 2026.03.24 20:58:16.779653 [ 187 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 432 rows, containing 72 columns (72 merged, 0 gathered) in 0.009406993 sec., 45923.282817367886 rows/sec., 47.92 MiB/sec. 2026.03.24 20:58:16.780405 [ 194 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:58:16.780937 [ 194 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_6_1} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:16.781003 [ 194 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_6_1} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:58:16.781123 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB. 2026.03.24 20:58:17.000278 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.80 MiB, peak 213.58 MiB, free memory in arenas 0.00 B, will set to 210.37 MiB (RSS), difference: 1.58 MiB 2026.03.24 20:58:18.458493 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:18.458774 [ 270 ] {cb7a3db3-b772-42d9-a7c8-d8693580652d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:58:18.458845 [ 270 ] {cb7a3db3-b772-42d9-a7c8-d8693580652d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:58:18.459599 [ 270 ] {cb7a3db3-b772-42d9-a7c8-d8693580652d} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.459647 [ 270 ] {cb7a3db3-b772-42d9-a7c8-d8693580652d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.460058 [ 270 ] {cb7a3db3-b772-42d9-a7c8-d8693580652d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:58:18.460284 [ 270 ] {cb7a3db3-b772-42d9-a7c8-d8693580652d} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.460457 [ 270 ] {cb7a3db3-b772-42d9-a7c8-d8693580652d} executeQuery: Read 284 rows, 18.47 KiB in 0.001735 sec., 163688.76080691643 rows/sec., 10.40 MiB/sec. 2026.03.24 20:58:18.460506 [ 270 ] {cb7a3db3-b772-42d9-a7c8-d8693580652d} TCPHandler: Processed in 0.002193609 sec. 2026.03.24 20:58:18.460641 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:18.460746 [ 270 ] {6b7f35a8-f8f5-4a96-a3af-c2b21f8e126c} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:18.460791 [ 270 ] {6b7f35a8-f8f5-4a96-a3af-c2b21f8e126c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:18.461600 [ 270 ] {6b7f35a8-f8f5-4a96-a3af-c2b21f8e126c} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.461639 [ 270 ] {6b7f35a8-f8f5-4a96-a3af-c2b21f8e126c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.462039 [ 270 ] {6b7f35a8-f8f5-4a96-a3af-c2b21f8e126c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:58:18.462255 [ 270 ] {6b7f35a8-f8f5-4a96-a3af-c2b21f8e126c} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.462368 [ 33 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:58:18.462390 [ 270 ] {6b7f35a8-f8f5-4a96-a3af-c2b21f8e126c} executeQuery: Read 847 rows, 68.22 KiB in 0.00167 sec., 507185.62874251493 rows/sec., 39.89 MiB/sec. 2026.03.24 20:58:18.462434 [ 33 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.462444 [ 270 ] {6b7f35a8-f8f5-4a96-a3af-c2b21f8e126c} TCPHandler: Processed in 0.00186415 sec. 2026.03.24 20:58:18.462463 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.462595 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:18.462602 [ 201 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:58:18.462699 [ 270 ] {b86911fb-651c-469d-a254-8d22ea1ab42c} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:18.462745 [ 270 ] {b86911fb-651c-469d-a254-8d22ea1ab42c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:18.462771 [ 201 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:18.462814 [ 201 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 252 rows starting from the beginning of the part 2026.03.24 20:58:18.462886 [ 201 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 847 rows starting from the beginning of the part 2026.03.24 20:58:18.462941 [ 201 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 76 rows starting from the beginning of the part 2026.03.24 20:58:18.462991 [ 201 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 847 rows starting from the beginning of the part 2026.03.24 20:58:18.463042 [ 201 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 89 rows starting from the beginning of the part 2026.03.24 20:58:18.463090 [ 201 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 847 rows starting from the beginning of the part 2026.03.24 20:58:18.463201 [ 270 ] {b86911fb-651c-469d-a254-8d22ea1ab42c} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.463246 [ 270 ] {b86911fb-651c-469d-a254-8d22ea1ab42c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.463616 [ 270 ] {b86911fb-651c-469d-a254-8d22ea1ab42c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:58:18.463860 [ 270 ] {b86911fb-651c-469d-a254-8d22ea1ab42c} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.464006 [ 270 ] {b86911fb-651c-469d-a254-8d22ea1ab42c} executeQuery: Read 167 rows, 10.42 KiB in 0.001328 sec., 125753.01204819277 rows/sec., 7.66 MiB/sec. 2026.03.24 20:58:18.464044 [ 270 ] {b86911fb-651c-469d-a254-8d22ea1ab42c} TCPHandler: Processed in 0.001498401 sec. 2026.03.24 20:58:18.464155 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:18.464249 [ 270 ] {4e4c9cbe-cdd3-42b9-9bd6-0c79f023ca85} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:58:18.464289 [ 270 ] {4e4c9cbe-cdd3-42b9-9bd6-0c79f023ca85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:58:18.464605 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2958 rows, containing 5 columns (5 merged, 0 gathered) in 0.002070206 sec., 1428843.313177529 rows/sec., 119.47 MiB/sec. 2026.03.24 20:58:18.464722 [ 270 ] {4e4c9cbe-cdd3-42b9-9bd6-0c79f023ca85} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.464765 [ 270 ] {4e4c9cbe-cdd3-42b9-9bd6-0c79f023ca85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.464837 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:58:18.465127 [ 270 ] {4e4c9cbe-cdd3-42b9-9bd6-0c79f023ca85} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:58:18.465161 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.465250 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_11_2} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:58:18.465327 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.24 20:58:18.465381 [ 270 ] {4e4c9cbe-cdd3-42b9-9bd6-0c79f023ca85} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.465522 [ 270 ] {4e4c9cbe-cdd3-42b9-9bd6-0c79f023ca85} executeQuery: Read 149 rows, 9.86 KiB in 0.001291 sec., 115414.40743609605 rows/sec., 7.46 MiB/sec. 2026.03.24 20:58:18.465560 [ 270 ] {4e4c9cbe-cdd3-42b9-9bd6-0c79f023ca85} TCPHandler: Processed in 0.00145429 sec. 2026.03.24 20:58:18.465667 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:18.465762 [ 270 ] {c6fcd98a-25c7-404a-ba78-1857779827e9} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:58:18.465802 [ 270 ] {c6fcd98a-25c7-404a-ba78-1857779827e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:58:18.466223 [ 270 ] {c6fcd98a-25c7-404a-ba78-1857779827e9} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.466260 [ 270 ] {c6fcd98a-25c7-404a-ba78-1857779827e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.466561 [ 270 ] {c6fcd98a-25c7-404a-ba78-1857779827e9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:58:18.466768 [ 270 ] {c6fcd98a-25c7-404a-ba78-1857779827e9} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.466892 [ 270 ] {c6fcd98a-25c7-404a-ba78-1857779827e9} executeQuery: Read 148 rows, 8.62 KiB in 0.001149 sec., 128807.65883376848 rows/sec., 7.33 MiB/sec. 2026.03.24 20:58:18.466929 [ 270 ] {c6fcd98a-25c7-404a-ba78-1857779827e9} TCPHandler: Processed in 0.001311645 sec. 2026.03.24 20:58:18.467036 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:18.467129 [ 270 ] {817ee835-667d-4b22-b477-68cac33563ef} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:18.467169 [ 270 ] {817ee835-667d-4b22-b477-68cac33563ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:18.467758 [ 270 ] {817ee835-667d-4b22-b477-68cac33563ef} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.467795 [ 270 ] {817ee835-667d-4b22-b477-68cac33563ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.468114 [ 270 ] {817ee835-667d-4b22-b477-68cac33563ef} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:58:18.468320 [ 270 ] {817ee835-667d-4b22-b477-68cac33563ef} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.468442 [ 32 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:58:18.468449 [ 270 ] {817ee835-667d-4b22-b477-68cac33563ef} executeQuery: Read 515 rows, 37.18 KiB in 0.001338 sec., 384902.84005979076 rows/sec., 27.14 MiB/sec. 2026.03.24 20:58:18.468487 [ 32 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.468507 [ 270 ] {817ee835-667d-4b22-b477-68cac33563ef} TCPHandler: Processed in 0.001518921 sec. 2026.03.24 20:58:18.468512 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.468619 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:18.468633 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:58:18.468717 [ 270 ] {dbabd8e6-708e-46b2-ada6-dc890e63426a} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:58:18.468763 [ 270 ] {dbabd8e6-708e-46b2-ada6-dc890e63426a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:58:18.468779 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:18.468829 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 157 rows starting from the beginning of the part 2026.03.24 20:58:18.468917 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 515 rows starting from the beginning of the part 2026.03.24 20:58:18.468966 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 74 rows starting from the beginning of the part 2026.03.24 20:58:18.469009 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 515 rows starting from the beginning of the part 2026.03.24 20:58:18.469054 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 92 rows starting from the beginning of the part 2026.03.24 20:58:18.469095 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 515 rows starting from the beginning of the part 2026.03.24 20:58:18.469098 [ 270 ] {dbabd8e6-708e-46b2-ada6-dc890e63426a} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.469143 [ 270 ] {dbabd8e6-708e-46b2-ada6-dc890e63426a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.469486 [ 270 ] {dbabd8e6-708e-46b2-ada6-dc890e63426a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.24 20:58:18.469737 [ 270 ] {dbabd8e6-708e-46b2-ada6-dc890e63426a} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.469874 [ 270 ] {dbabd8e6-708e-46b2-ada6-dc890e63426a} executeQuery: Read 6 rows, 321.00 B in 0.001175 sec., 5106.382978723404 rows/sec., 266.79 KiB/sec. 2026.03.24 20:58:18.469912 [ 270 ] {dbabd8e6-708e-46b2-ada6-dc890e63426a} TCPHandler: Processed in 0.001341656 sec. 2026.03.24 20:58:18.470015 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:18.470109 [ 270 ] {8a330d64-0288-41dc-a64c-e197f30962ca} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:18.470150 [ 270 ] {8a330d64-0288-41dc-a64c-e197f30962ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:18.470257 [ 194 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1868 rows, containing 5 columns (5 merged, 0 gathered) in 0.001673405 sec., 1116286.8522563276 rows/sec., 84.67 MiB/sec. 2026.03.24 20:58:18.470469 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:58:18.470553 [ 270 ] {8a330d64-0288-41dc-a64c-e197f30962ca} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.470598 [ 270 ] {8a330d64-0288-41dc-a64c-e197f30962ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.470807 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.470900 [ 187 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_11_2} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:58:18.470989 [ 270 ] {8a330d64-0288-41dc-a64c-e197f30962ca} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:58:18.470991 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.24 20:58:18.471215 [ 270 ] {8a330d64-0288-41dc-a64c-e197f30962ca} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.471342 [ 32 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:58:18.471352 [ 270 ] {8a330d64-0288-41dc-a64c-e197f30962ca} executeQuery: Read 265 rows, 18.03 KiB in 0.001262 sec., 209984.15213946116 rows/sec., 13.95 MiB/sec. 2026.03.24 20:58:18.471383 [ 32 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.471405 [ 270 ] {8a330d64-0288-41dc-a64c-e197f30962ca} TCPHandler: Processed in 0.001438029 sec. 2026.03.24 20:58:18.471407 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.471490 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:58:18.471520 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:18.471576 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:18.471615 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1008 rows starting from the beginning of the part 2026.03.24 20:58:18.471619 [ 270 ] {bfee4a6e-9aa1-4b15-aebb-93ef4a953d90} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:58:18.471673 [ 270 ] {bfee4a6e-9aa1-4b15-aebb-93ef4a953d90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:58:18.471688 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 265 rows starting from the beginning of the part 2026.03.24 20:58:18.471738 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.03.24 20:58:18.471779 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 265 rows starting from the beginning of the part 2026.03.24 20:58:18.471819 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 162 rows starting from the beginning of the part 2026.03.24 20:58:18.471859 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 265 rows starting from the beginning of the part 2026.03.24 20:58:18.471979 [ 270 ] {bfee4a6e-9aa1-4b15-aebb-93ef4a953d90} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.472021 [ 270 ] {bfee4a6e-9aa1-4b15-aebb-93ef4a953d90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.472339 [ 270 ] {bfee4a6e-9aa1-4b15-aebb-93ef4a953d90} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:58:18.472576 [ 270 ] {bfee4a6e-9aa1-4b15-aebb-93ef4a953d90} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.472708 [ 270 ] {bfee4a6e-9aa1-4b15-aebb-93ef4a953d90} executeQuery: Read 1 rows, 69.00 B in 0.001108 sec., 902.5270758122743 rows/sec., 60.81 KiB/sec. 2026.03.24 20:58:18.472744 [ 270 ] {bfee4a6e-9aa1-4b15-aebb-93ef4a953d90} TCPHandler: Processed in 0.001273464 sec. 2026.03.24 20:58:18.472850 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:18.472944 [ 270 ] {51fa058e-7742-4693-b9f4-5f0f7c155d62} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:18.472997 [ 270 ] {51fa058e-7742-4693-b9f4-5f0f7c155d62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:18.473026 [ 200 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2125 rows, containing 5 columns (5 merged, 0 gathered) in 0.001559972 sec., 1362203.936993741 rows/sec., 94.68 MiB/sec. 2026.03.24 20:58:18.473220 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:58:18.473459 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.473519 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_11_2} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:58:18.473572 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.24 20:58:18.473796 [ 270 ] {51fa058e-7742-4693-b9f4-5f0f7c155d62} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.473838 [ 270 ] {51fa058e-7742-4693-b9f4-5f0f7c155d62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.474378 [ 270 ] {51fa058e-7742-4693-b9f4-5f0f7c155d62} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:58:18.474622 [ 270 ] {51fa058e-7742-4693-b9f4-5f0f7c155d62} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.474765 [ 270 ] {51fa058e-7742-4693-b9f4-5f0f7c155d62} executeQuery: Read 25 rows, 45.87 KiB in 0.001839 sec., 13594.344752582927 rows/sec., 24.36 MiB/sec. 2026.03.24 20:58:18.474823 [ 270 ] {51fa058e-7742-4693-b9f4-5f0f7c155d62} TCPHandler: Processed in 0.002021314 sec. 2026.03.24 20:58:18.474927 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:18.475021 [ 270 ] {8d72350e-1321-4389-8ba0-b2e7aca2cc2e} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:18.475062 [ 270 ] {8d72350e-1321-4389-8ba0-b2e7aca2cc2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:18.475382 [ 270 ] {8d72350e-1321-4389-8ba0-b2e7aca2cc2e} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.475418 [ 270 ] {8d72350e-1321-4389-8ba0-b2e7aca2cc2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.475726 [ 270 ] {8d72350e-1321-4389-8ba0-b2e7aca2cc2e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:58:18.475932 [ 270 ] {8d72350e-1321-4389-8ba0-b2e7aca2cc2e} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.476052 [ 32 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:58:18.476058 [ 270 ] {8d72350e-1321-4389-8ba0-b2e7aca2cc2e} executeQuery: Read 90 rows, 5.77 KiB in 0.001056 sec., 85227.27272727272 rows/sec., 5.33 MiB/sec. 2026.03.24 20:58:18.476093 [ 32 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:18.476114 [ 270 ] {8d72350e-1321-4389-8ba0-b2e7aca2cc2e} TCPHandler: Processed in 0.001235803 sec. 2026.03.24 20:58:18.476118 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:18.476212 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:58:18.476309 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:18.476348 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 300 rows starting from the beginning of the part 2026.03.24 20:58:18.476401 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 90 rows starting from the beginning of the part 2026.03.24 20:58:18.476442 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.03.24 20:58:18.476479 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 90 rows starting from the beginning of the part 2026.03.24 20:58:18.476522 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.03.24 20:58:18.476561 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 90 rows starting from the beginning of the part 2026.03.24 20:58:18.477353 [ 200 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 690 rows, containing 4 columns (4 merged, 0 gathered) in 0.001173041 sec., 588214.7341823516 rows/sec., 38.47 MiB/sec. 2026.03.24 20:58:18.477525 [ 200 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:58:18.477785 [ 200 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:18.477851 [ 200 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_11_2} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:58:18.477923 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.03.24 20:58:21.690986 [ 28 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:58:21.691034 [ 28 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:58:21.762074 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4831 2026.03.24 20:58:21.762571 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:21.762619 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:21.763155 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:58:21.763401 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:21.763550 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4831 2026.03.24 20:58:22.003466 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.24 20:58:22.021703 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:22.021783 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:22.028213 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:58:22.028944 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:22.031989 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.24 20:58:23.001142 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 211.21 MiB, peak 215.21 MiB, free memory in arenas 0.00 B, will set to 213.50 MiB (RSS), difference: 2.28 MiB 2026.03.24 20:58:23.449934 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:23.450110 [ 270 ] {82a5455e-7b98-47de-9a3c-566d65cf30fa} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:23.450177 [ 270 ] {82a5455e-7b98-47de-9a3c-566d65cf30fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:23.450893 [ 270 ] {82a5455e-7b98-47de-9a3c-566d65cf30fa} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:23.450942 [ 270 ] {82a5455e-7b98-47de-9a3c-566d65cf30fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:23.451334 [ 270 ] {82a5455e-7b98-47de-9a3c-566d65cf30fa} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:58:23.451563 [ 270 ] {82a5455e-7b98-47de-9a3c-566d65cf30fa} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:23.451730 [ 270 ] {82a5455e-7b98-47de-9a3c-566d65cf30fa} executeQuery: Read 86 rows, 7.37 KiB in 0.001671 sec., 51466.18791143028 rows/sec., 4.31 MiB/sec. 2026.03.24 20:58:23.451780 [ 270 ] {82a5455e-7b98-47de-9a3c-566d65cf30fa} TCPHandler: Processed in 0.001976063 sec. 2026.03.24 20:58:23.451904 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:23.452007 [ 270 ] {a5d51d07-0cdb-4048-bcde-4b0f97a8fc46} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:23.452051 [ 270 ] {a5d51d07-0cdb-4048-bcde-4b0f97a8fc46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:23.452509 [ 270 ] {a5d51d07-0cdb-4048-bcde-4b0f97a8fc46} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:23.452547 [ 270 ] {a5d51d07-0cdb-4048-bcde-4b0f97a8fc46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:23.452851 [ 270 ] {a5d51d07-0cdb-4048-bcde-4b0f97a8fc46} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:58:23.453060 [ 270 ] {a5d51d07-0cdb-4048-bcde-4b0f97a8fc46} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:23.453171 [ 80 ] {} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:58:23.453196 [ 270 ] {a5d51d07-0cdb-4048-bcde-4b0f97a8fc46} executeQuery: Read 15 rows, 1.13 KiB in 0.001214 sec., 12355.848434925865 rows/sec., 929.10 KiB/sec. 2026.03.24 20:58:23.453241 [ 80 ] {} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:23.453249 [ 270 ] {a5d51d07-0cdb-4048-bcde-4b0f97a8fc46} TCPHandler: Processed in 0.001398388 sec. 2026.03.24 20:58:23.453270 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:23.453370 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:23.453400 [ 187 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:58:23.453472 [ 270 ] {b4814326-8a08-4765-ac23-99dae9d32578} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:23.453518 [ 270 ] {b4814326-8a08-4765-ac23-99dae9d32578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:23.453547 [ 187 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:23.453589 [ 187 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 201 rows starting from the beginning of the part 2026.03.24 20:58:23.453661 [ 187 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.03.24 20:58:23.453711 [ 187 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 167 rows starting from the beginning of the part 2026.03.24 20:58:23.453751 [ 187 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 19 rows starting from the beginning of the part 2026.03.24 20:58:23.453790 [ 187 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 167 rows starting from the beginning of the part 2026.03.24 20:58:23.453825 [ 187 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 15 rows starting from the beginning of the part 2026.03.24 20:58:23.453983 [ 270 ] {b4814326-8a08-4765-ac23-99dae9d32578} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:23.454031 [ 270 ] {b4814326-8a08-4765-ac23-99dae9d32578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:23.454414 [ 270 ] {b4814326-8a08-4765-ac23-99dae9d32578} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:58:23.454648 [ 270 ] {b4814326-8a08-4765-ac23-99dae9d32578} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:23.454782 [ 270 ] {b4814326-8a08-4765-ac23-99dae9d32578} executeQuery: Read 79 rows, 6.32 KiB in 0.00133 sec., 59398.496240601504 rows/sec., 4.64 MiB/sec. 2026.03.24 20:58:23.454801 [ 200 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 5 columns (5 merged, 0 gathered) in 0.00146149 sec., 396171.0309341836 rows/sec., 26.30 MiB/sec. 2026.03.24 20:58:23.454819 [ 270 ] {b4814326-8a08-4765-ac23-99dae9d32578} TCPHandler: Processed in 0.00149881 sec. 2026.03.24 20:58:23.454939 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:23.455016 [ 198 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:58:23.455037 [ 270 ] {904740b9-e3d1-49b7-b211-92bce02d8167} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:23.455090 [ 270 ] {904740b9-e3d1-49b7-b211-92bce02d8167} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:23.455349 [ 198 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:23.455438 [ 198 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_11_2} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:58:23.455491 [ 270 ] {904740b9-e3d1-49b7-b211-92bce02d8167} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:23.455520 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.24 20:58:23.455533 [ 270 ] {904740b9-e3d1-49b7-b211-92bce02d8167} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:23.455883 [ 270 ] {904740b9-e3d1-49b7-b211-92bce02d8167} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:58:23.456090 [ 270 ] {904740b9-e3d1-49b7-b211-92bce02d8167} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:23.456219 [ 270 ] {904740b9-e3d1-49b7-b211-92bce02d8167} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2026.03.24 20:58:23.456257 [ 270 ] {904740b9-e3d1-49b7-b211-92bce02d8167} TCPHandler: Processed in 0.001367217 sec. 2026.03.24 20:58:23.456364 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:23.456457 [ 270 ] {6753e6d9-518d-4d7d-bc6b-34b0496aef65} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:23.456510 [ 270 ] {6753e6d9-518d-4d7d-bc6b-34b0496aef65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:23.457245 [ 270 ] {6753e6d9-518d-4d7d-bc6b-34b0496aef65} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:23.457281 [ 270 ] {6753e6d9-518d-4d7d-bc6b-34b0496aef65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:23.457790 [ 270 ] {6753e6d9-518d-4d7d-bc6b-34b0496aef65} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:58:23.458007 [ 270 ] {6753e6d9-518d-4d7d-bc6b-34b0496aef65} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:23.458117 [ 80 ] {} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:58:23.458145 [ 270 ] {6753e6d9-518d-4d7d-bc6b-34b0496aef65} executeQuery: Read 15 rows, 27.52 KiB in 0.001705 sec., 8797.653958944282 rows/sec., 15.76 MiB/sec. 2026.03.24 20:58:23.458156 [ 80 ] {} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:23.458188 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:23.458203 [ 270 ] {6753e6d9-518d-4d7d-bc6b-34b0496aef65} TCPHandler: Processed in 0.001888 sec. 2026.03.24 20:58:23.458321 [ 192 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:58:23.458330 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:23.458470 [ 270 ] {0e25bf65-0490-496b-b383-1bd732ee0125} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:23.458512 [ 270 ] {0e25bf65-0490-496b-b383-1bd732ee0125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:23.458598 [ 192 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:23.458672 [ 192 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 115 rows starting from the beginning of the part 2026.03.24 20:58:23.458830 [ 192 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.03.24 20:58:23.458840 [ 270 ] {0e25bf65-0490-496b-b383-1bd732ee0125} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:23.458880 [ 270 ] {0e25bf65-0490-496b-b383-1bd732ee0125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:23.458944 [ 192 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 25 rows starting from the beginning of the part 2026.03.24 20:58:23.459063 [ 192 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 15 rows starting from the beginning of the part 2026.03.24 20:58:23.459172 [ 192 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 25 rows starting from the beginning of the part 2026.03.24 20:58:23.459206 [ 270 ] {0e25bf65-0490-496b-b383-1bd732ee0125} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:58:23.459276 [ 192 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 15 rows starting from the beginning of the part 2026.03.24 20:58:23.459422 [ 270 ] {0e25bf65-0490-496b-b383-1bd732ee0125} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:23.459556 [ 270 ] {0e25bf65-0490-496b-b383-1bd732ee0125} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.03.24 20:58:23.459594 [ 270 ] {0e25bf65-0490-496b-b383-1bd732ee0125} TCPHandler: Processed in 0.001312465 sec. 2026.03.24 20:58:23.462420 [ 198 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 19 columns (19 merged, 0 gathered) in 0.004154072 sec., 49349.16871927112 rows/sec., 88.43 MiB/sec. 2026.03.24 20:58:23.462850 [ 198 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:58:23.463173 [ 198 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:23.463247 [ 198 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_11_2} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:58:23.463355 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2026.03.24 20:58:26.771268 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 466 2026.03.24 20:58:26.773481 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:26.773535 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:26.774709 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:58:26.774982 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:26.775228 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 466 2026.03.24 20:58:28.458936 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.459157 [ 270 ] {0b3c8344-7fc0-4fd9-b6ef-2a9e2801bf79} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:58:28.459231 [ 270 ] {0b3c8344-7fc0-4fd9-b6ef-2a9e2801bf79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:58:28.460095 [ 270 ] {0b3c8344-7fc0-4fd9-b6ef-2a9e2801bf79} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.460146 [ 270 ] {0b3c8344-7fc0-4fd9-b6ef-2a9e2801bf79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.460552 [ 270 ] {0b3c8344-7fc0-4fd9-b6ef-2a9e2801bf79} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:58:28.460782 [ 270 ] {0b3c8344-7fc0-4fd9-b6ef-2a9e2801bf79} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.460946 [ 270 ] {0b3c8344-7fc0-4fd9-b6ef-2a9e2801bf79} executeQuery: Read 284 rows, 18.47 KiB in 0.001845 sec., 153929.53929539295 rows/sec., 9.78 MiB/sec. 2026.03.24 20:58:28.460995 [ 270 ] {0b3c8344-7fc0-4fd9-b6ef-2a9e2801bf79} TCPHandler: Processed in 0.00219262 sec. 2026.03.24 20:58:28.461146 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.461259 [ 270 ] {0a3255a5-053f-4635-99ec-1bfb59423c41} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.24 20:58:28.461303 [ 270 ] {0a3255a5-053f-4635-99ec-1bfb59423c41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.24 20:58:28.461787 [ 270 ] {0a3255a5-053f-4635-99ec-1bfb59423c41} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.461825 [ 270 ] {0a3255a5-053f-4635-99ec-1bfb59423c41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.462122 [ 270 ] {0a3255a5-053f-4635-99ec-1bfb59423c41} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:58:28.462332 [ 270 ] {0a3255a5-053f-4635-99ec-1bfb59423c41} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.462463 [ 270 ] {0a3255a5-053f-4635-99ec-1bfb59423c41} executeQuery: Read 8 rows, 668.00 B in 0.001229 sec., 6509.357200976403 rows/sec., 530.79 KiB/sec. 2026.03.24 20:58:28.462501 [ 270 ] {0a3255a5-053f-4635-99ec-1bfb59423c41} TCPHandler: Processed in 0.001406978 sec. 2026.03.24 20:58:28.462635 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.462730 [ 270 ] {9cd05cd1-6f32-4c84-8abc-527eaf6360e2} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:28.462770 [ 270 ] {9cd05cd1-6f32-4c84-8abc-527eaf6360e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:28.463543 [ 270 ] {9cd05cd1-6f32-4c84-8abc-527eaf6360e2} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.463579 [ 270 ] {9cd05cd1-6f32-4c84-8abc-527eaf6360e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.463962 [ 270 ] {9cd05cd1-6f32-4c84-8abc-527eaf6360e2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:58:28.464181 [ 270 ] {9cd05cd1-6f32-4c84-8abc-527eaf6360e2} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.464311 [ 270 ] {9cd05cd1-6f32-4c84-8abc-527eaf6360e2} executeQuery: Read 851 rows, 68.51 KiB in 0.0016 sec., 531875 rows/sec., 41.82 MiB/sec. 2026.03.24 20:58:28.464348 [ 270 ] {9cd05cd1-6f32-4c84-8abc-527eaf6360e2} TCPHandler: Processed in 0.001769358 sec. 2026.03.24 20:58:28.464470 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.464571 [ 270 ] {9e51b06a-a7df-45c0-9a66-be37c490fa60} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:28.464612 [ 270 ] {9e51b06a-a7df-45c0-9a66-be37c490fa60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:28.465063 [ 270 ] {9e51b06a-a7df-45c0-9a66-be37c490fa60} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.465097 [ 270 ] {9e51b06a-a7df-45c0-9a66-be37c490fa60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.465373 [ 270 ] {9e51b06a-a7df-45c0-9a66-be37c490fa60} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:58:28.465635 [ 270 ] {9e51b06a-a7df-45c0-9a66-be37c490fa60} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.465765 [ 270 ] {9e51b06a-a7df-45c0-9a66-be37c490fa60} executeQuery: Read 175 rows, 10.98 KiB in 0.001212 sec., 144389.4389438944 rows/sec., 8.85 MiB/sec. 2026.03.24 20:58:28.465802 [ 270 ] {9e51b06a-a7df-45c0-9a66-be37c490fa60} TCPHandler: Processed in 0.001379517 sec. 2026.03.24 20:58:28.465923 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.466026 [ 270 ] {cf6b18d8-c8ad-4807-b673-855d06e5f43c} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:58:28.466066 [ 270 ] {cf6b18d8-c8ad-4807-b673-855d06e5f43c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:58:28.466502 [ 270 ] {cf6b18d8-c8ad-4807-b673-855d06e5f43c} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.466538 [ 270 ] {cf6b18d8-c8ad-4807-b673-855d06e5f43c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.466842 [ 270 ] {cf6b18d8-c8ad-4807-b673-855d06e5f43c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:58:28.467046 [ 270 ] {cf6b18d8-c8ad-4807-b673-855d06e5f43c} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.467171 [ 270 ] {cf6b18d8-c8ad-4807-b673-855d06e5f43c} executeQuery: Read 149 rows, 9.86 KiB in 0.001173 sec., 127024.72293265132 rows/sec., 8.21 MiB/sec. 2026.03.24 20:58:28.467171 [ 141 ] {} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:58:28.467209 [ 270 ] {cf6b18d8-c8ad-4807-b673-855d06e5f43c} TCPHandler: Processed in 0.001335226 sec. 2026.03.24 20:58:28.467251 [ 141 ] {} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.467275 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.467344 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.467384 [ 200 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:58:28.467441 [ 270 ] {baf47b18-2ad1-4018-a7fa-6d2bf885e42a} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:58:28.467472 [ 200 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:28.467485 [ 270 ] {baf47b18-2ad1-4018-a7fa-6d2bf885e42a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:58:28.467501 [ 200 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.03.24 20:58:28.467585 [ 200 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.03.24 20:58:28.467657 [ 200 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.03.24 20:58:28.467730 [ 200 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.03.24 20:58:28.467796 [ 200 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part 2026.03.24 20:58:28.467843 [ 200 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 149 rows starting from the beginning of the part 2026.03.24 20:58:28.467922 [ 270 ] {baf47b18-2ad1-4018-a7fa-6d2bf885e42a} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.467959 [ 270 ] {baf47b18-2ad1-4018-a7fa-6d2bf885e42a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.468272 [ 270 ] {baf47b18-2ad1-4018-a7fa-6d2bf885e42a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:58:28.468485 [ 270 ] {baf47b18-2ad1-4018-a7fa-6d2bf885e42a} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.468618 [ 198 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 621 rows, containing 5 columns (5 merged, 0 gathered) in 0.001264714 sec., 491020.1041500292 rows/sec., 33.94 MiB/sec. 2026.03.24 20:58:28.468623 [ 270 ] {baf47b18-2ad1-4018-a7fa-6d2bf885e42a} executeQuery: Read 148 rows, 8.62 KiB in 0.0012 sec., 123333.33333333334 rows/sec., 7.01 MiB/sec. 2026.03.24 20:58:28.468712 [ 270 ] {baf47b18-2ad1-4018-a7fa-6d2bf885e42a} TCPHandler: Processed in 0.001422338 sec. 2026.03.24 20:58:28.468826 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.468877 [ 197 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:58:28.468921 [ 270 ] {5f02c2e2-10a9-4d06-b86c-14b41e909fd0} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:28.468966 [ 270 ] {5f02c2e2-10a9-4d06-b86c-14b41e909fd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:28.469241 [ 197 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.469325 [ 197 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_6_1} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:58:28.469419 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.24 20:58:28.469528 [ 270 ] {5f02c2e2-10a9-4d06-b86c-14b41e909fd0} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.469569 [ 270 ] {5f02c2e2-10a9-4d06-b86c-14b41e909fd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.469905 [ 270 ] {5f02c2e2-10a9-4d06-b86c-14b41e909fd0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:58:28.470112 [ 270 ] {5f02c2e2-10a9-4d06-b86c-14b41e909fd0} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.470249 [ 270 ] {5f02c2e2-10a9-4d06-b86c-14b41e909fd0} executeQuery: Read 523 rows, 37.83 KiB in 0.001346 sec., 388558.6924219911 rows/sec., 27.45 MiB/sec. 2026.03.24 20:58:28.470286 [ 270 ] {5f02c2e2-10a9-4d06-b86c-14b41e909fd0} TCPHandler: Processed in 0.001509041 sec. 2026.03.24 20:58:28.470395 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.470489 [ 270 ] {9eab5472-3c88-4f21-8e32-33c8771bf933} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:58:28.470531 [ 270 ] {9eab5472-3c88-4f21-8e32-33c8771bf933} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:58:28.470855 [ 270 ] {9eab5472-3c88-4f21-8e32-33c8771bf933} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.470891 [ 270 ] {9eab5472-3c88-4f21-8e32-33c8771bf933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.471195 [ 270 ] {9eab5472-3c88-4f21-8e32-33c8771bf933} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:58:28.471401 [ 270 ] {9eab5472-3c88-4f21-8e32-33c8771bf933} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.471533 [ 270 ] {9eab5472-3c88-4f21-8e32-33c8771bf933} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2026.03.24 20:58:28.471569 [ 270 ] {9eab5472-3c88-4f21-8e32-33c8771bf933} TCPHandler: Processed in 0.001222242 sec. 2026.03.24 20:58:28.471675 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.471769 [ 270 ] {1960a1d0-f26c-43d2-ad19-49513fb12d5a} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:28.471811 [ 270 ] {1960a1d0-f26c-43d2-ad19-49513fb12d5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:28.472202 [ 270 ] {1960a1d0-f26c-43d2-ad19-49513fb12d5a} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.472236 [ 270 ] {1960a1d0-f26c-43d2-ad19-49513fb12d5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.472571 [ 270 ] {1960a1d0-f26c-43d2-ad19-49513fb12d5a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:58:28.472791 [ 270 ] {1960a1d0-f26c-43d2-ad19-49513fb12d5a} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.472923 [ 270 ] {1960a1d0-f26c-43d2-ad19-49513fb12d5a} executeQuery: Read 269 rows, 18.31 KiB in 0.001173 sec., 229326.51321398123 rows/sec., 15.25 MiB/sec. 2026.03.24 20:58:28.472960 [ 270 ] {1960a1d0-f26c-43d2-ad19-49513fb12d5a} TCPHandler: Processed in 0.001332446 sec. 2026.03.24 20:58:28.473068 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.473161 [ 270 ] {116b230d-3559-4ade-97cb-d4a8f1a9e3ea} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:58:28.473203 [ 270 ] {116b230d-3559-4ade-97cb-d4a8f1a9e3ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:58:28.473505 [ 270 ] {116b230d-3559-4ade-97cb-d4a8f1a9e3ea} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.473538 [ 270 ] {116b230d-3559-4ade-97cb-d4a8f1a9e3ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.473844 [ 270 ] {116b230d-3559-4ade-97cb-d4a8f1a9e3ea} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:58:28.474045 [ 270 ] {116b230d-3559-4ade-97cb-d4a8f1a9e3ea} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.474172 [ 270 ] {116b230d-3559-4ade-97cb-d4a8f1a9e3ea} executeQuery: Read 1 rows, 69.00 B in 0.001029 sec., 971.8172983479107 rows/sec., 65.48 KiB/sec. 2026.03.24 20:58:28.474208 [ 270 ] {116b230d-3559-4ade-97cb-d4a8f1a9e3ea} TCPHandler: Processed in 0.001187912 sec. 2026.03.24 20:58:28.474316 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.474407 [ 270 ] {0e1e1efb-8512-42a0-9728-70ca2b67fff1} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:28.474459 [ 270 ] {0e1e1efb-8512-42a0-9728-70ca2b67fff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:28.475203 [ 270 ] {0e1e1efb-8512-42a0-9728-70ca2b67fff1} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.475239 [ 270 ] {0e1e1efb-8512-42a0-9728-70ca2b67fff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.475754 [ 270 ] {0e1e1efb-8512-42a0-9728-70ca2b67fff1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:58:28.475966 [ 270 ] {0e1e1efb-8512-42a0-9728-70ca2b67fff1} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.476101 [ 270 ] {0e1e1efb-8512-42a0-9728-70ca2b67fff1} executeQuery: Read 25 rows, 45.87 KiB in 0.001712 sec., 14602.803738317758 rows/sec., 26.17 MiB/sec. 2026.03.24 20:58:28.476182 [ 270 ] {0e1e1efb-8512-42a0-9728-70ca2b67fff1} TCPHandler: Processed in 0.001914062 sec. 2026.03.24 20:58:28.476292 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:28.476386 [ 270 ] {80016db4-3165-4b36-9e22-0a2da39174dd} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:28.476428 [ 270 ] {80016db4-3165-4b36-9e22-0a2da39174dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:28.476764 [ 270 ] {80016db4-3165-4b36-9e22-0a2da39174dd} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:28.476798 [ 270 ] {80016db4-3165-4b36-9e22-0a2da39174dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:28.477095 [ 270 ] {80016db4-3165-4b36-9e22-0a2da39174dd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:58:28.477305 [ 270 ] {80016db4-3165-4b36-9e22-0a2da39174dd} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:28.477452 [ 270 ] {80016db4-3165-4b36-9e22-0a2da39174dd} executeQuery: Read 90 rows, 5.77 KiB in 0.001085 sec., 82949.30875576037 rows/sec., 5.19 MiB/sec. 2026.03.24 20:58:28.477488 [ 270 ] {80016db4-3165-4b36-9e22-0a2da39174dd} TCPHandler: Processed in 0.001245293 sec. 2026.03.24 20:58:29.263652 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5343 2026.03.24 20:58:29.264216 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:29.264261 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:29.264770 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:58:29.265023 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:29.265152 [ 130 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:58:29.265169 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5343 2026.03.24 20:58:29.265195 [ 130 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:29.265216 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:29.265306 [ 200 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:58:29.265396 [ 200 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:29.265427 [ 200 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2911 rows starting from the beginning of the part 2026.03.24 20:58:29.265480 [ 200 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.03.24 20:58:29.265520 [ 200 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.03.24 20:58:29.265559 [ 200 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.03.24 20:58:29.265595 [ 200 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.03.24 20:58:29.265635 [ 200 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.03.24 20:58:29.267021 [ 198 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5343 rows, containing 4 columns (4 merged, 0 gathered) in 0.001747647 sec., 3057253.552920012 rows/sec., 43.73 MiB/sec. 2026.03.24 20:58:29.267903 [ 198 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:58:29.268222 [ 198 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:29.268306 [ 198 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_11_2} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:58:29.268404 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.24 20:58:29.532118 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.24 20:58:29.547332 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:29.547383 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:29.553857 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:58:29.554512 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:29.554863 [ 172 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:58:29.554919 [ 172 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:29.554942 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:29.555043 [ 202 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:58:29.557582 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.24 20:58:29.559156 [ 202 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:29.560492 [ 202 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.03.24 20:58:29.564856 [ 202 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.03.24 20:58:29.568913 [ 202 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.03.24 20:58:29.573278 [ 202 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.03.24 20:58:29.578021 [ 202 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.03.24 20:58:29.582230 [ 202 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.03.24 20:58:29.643150 [ 200 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.088136586 sec., 941.7201614775503 rows/sec., 4.87 MiB/sec. 2026.03.24 20:58:29.645219 [ 191 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:58:29.647175 [ 191 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:29.647296 [ 191 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_11_2} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:58:29.649039 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.24 20:58:30.000399 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 216.16 MiB, peak 226.06 MiB, free memory in arenas 0.00 B, will set to 225.78 MiB (RSS), difference: 9.61 MiB 2026.03.24 20:58:33.450074 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:33.450294 [ 270 ] {e55cb16e-9e44-49a0-80e1-7be20fbe71a6} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:33.450371 [ 270 ] {e55cb16e-9e44-49a0-80e1-7be20fbe71a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:33.451036 [ 270 ] {e55cb16e-9e44-49a0-80e1-7be20fbe71a6} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:33.451090 [ 270 ] {e55cb16e-9e44-49a0-80e1-7be20fbe71a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:33.451520 [ 270 ] {e55cb16e-9e44-49a0-80e1-7be20fbe71a6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:58:33.451748 [ 270 ] {e55cb16e-9e44-49a0-80e1-7be20fbe71a6} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:33.451913 [ 270 ] {e55cb16e-9e44-49a0-80e1-7be20fbe71a6} executeQuery: Read 86 rows, 7.37 KiB in 0.001675 sec., 51343.28358208955 rows/sec., 4.30 MiB/sec. 2026.03.24 20:58:33.451965 [ 270 ] {e55cb16e-9e44-49a0-80e1-7be20fbe71a6} TCPHandler: Processed in 0.002026905 sec. 2026.03.24 20:58:33.452086 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:33.452189 [ 270 ] {4cee769b-63fc-4f0a-bed9-0477a1a22d90} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:33.452233 [ 270 ] {4cee769b-63fc-4f0a-bed9-0477a1a22d90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:33.452639 [ 270 ] {4cee769b-63fc-4f0a-bed9-0477a1a22d90} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:33.452677 [ 270 ] {4cee769b-63fc-4f0a-bed9-0477a1a22d90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:33.452987 [ 270 ] {4cee769b-63fc-4f0a-bed9-0477a1a22d90} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:58:33.453198 [ 270 ] {4cee769b-63fc-4f0a-bed9-0477a1a22d90} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:33.453334 [ 270 ] {4cee769b-63fc-4f0a-bed9-0477a1a22d90} executeQuery: Read 15 rows, 1.13 KiB in 0.001171 sec., 12809.564474807858 rows/sec., 963.22 KiB/sec. 2026.03.24 20:58:33.453374 [ 270 ] {4cee769b-63fc-4f0a-bed9-0477a1a22d90} TCPHandler: Processed in 0.001339266 sec. 2026.03.24 20:58:33.453482 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:33.453579 [ 270 ] {2999dcdc-0424-4608-bc08-ed3b92b9c1bc} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:33.453620 [ 270 ] {2999dcdc-0424-4608-bc08-ed3b92b9c1bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:33.454024 [ 270 ] {2999dcdc-0424-4608-bc08-ed3b92b9c1bc} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:33.454061 [ 270 ] {2999dcdc-0424-4608-bc08-ed3b92b9c1bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:33.454374 [ 270 ] {2999dcdc-0424-4608-bc08-ed3b92b9c1bc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:58:33.454586 [ 270 ] {2999dcdc-0424-4608-bc08-ed3b92b9c1bc} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:33.454717 [ 270 ] {2999dcdc-0424-4608-bc08-ed3b92b9c1bc} executeQuery: Read 79 rows, 6.32 KiB in 0.001158 sec., 68221.07081174439 rows/sec., 5.33 MiB/sec. 2026.03.24 20:58:33.454754 [ 270 ] {2999dcdc-0424-4608-bc08-ed3b92b9c1bc} TCPHandler: Processed in 0.001320525 sec. 2026.03.24 20:58:33.454865 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:33.454959 [ 270 ] {8502097a-6a4a-4bd5-9043-aacc9c667561} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:33.455003 [ 270 ] {8502097a-6a4a-4bd5-9043-aacc9c667561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:33.455403 [ 270 ] {8502097a-6a4a-4bd5-9043-aacc9c667561} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:33.455438 [ 270 ] {8502097a-6a4a-4bd5-9043-aacc9c667561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:33.455804 [ 270 ] {8502097a-6a4a-4bd5-9043-aacc9c667561} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:58:33.456021 [ 270 ] {8502097a-6a4a-4bd5-9043-aacc9c667561} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:33.456149 [ 270 ] {8502097a-6a4a-4bd5-9043-aacc9c667561} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2026.03.24 20:58:33.456185 [ 270 ] {8502097a-6a4a-4bd5-9043-aacc9c667561} TCPHandler: Processed in 0.001369147 sec. 2026.03.24 20:58:33.456300 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:33.456393 [ 270 ] {2008074b-0073-4890-befd-f1fdc42cb66f} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:33.456447 [ 270 ] {2008074b-0073-4890-befd-f1fdc42cb66f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:33.457184 [ 270 ] {2008074b-0073-4890-befd-f1fdc42cb66f} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:33.457218 [ 270 ] {2008074b-0073-4890-befd-f1fdc42cb66f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:33.457759 [ 270 ] {2008074b-0073-4890-befd-f1fdc42cb66f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:58:33.457990 [ 270 ] {2008074b-0073-4890-befd-f1fdc42cb66f} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:33.458128 [ 270 ] {2008074b-0073-4890-befd-f1fdc42cb66f} executeQuery: Read 15 rows, 27.52 KiB in 0.001754 sec., 8551.88141391106 rows/sec., 15.32 MiB/sec. 2026.03.24 20:58:33.458187 [ 270 ] {2008074b-0073-4890-befd-f1fdc42cb66f} TCPHandler: Processed in 0.001935152 sec. 2026.03.24 20:58:33.458323 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:33.458419 [ 270 ] {5a5072b9-a959-4dda-9d8f-79106932060d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:33.458460 [ 270 ] {5a5072b9-a959-4dda-9d8f-79106932060d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:33.458819 [ 270 ] {5a5072b9-a959-4dda-9d8f-79106932060d} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:33.458855 [ 270 ] {5a5072b9-a959-4dda-9d8f-79106932060d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:33.459163 [ 270 ] {5a5072b9-a959-4dda-9d8f-79106932060d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:58:33.459371 [ 270 ] {5a5072b9-a959-4dda-9d8f-79106932060d} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:33.459499 [ 270 ] {5a5072b9-a959-4dda-9d8f-79106932060d} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.03.24 20:58:33.459536 [ 270 ] {5a5072b9-a959-4dda-9d8f-79106932060d} TCPHandler: Processed in 0.001263974 sec. 2026.03.24 20:58:36.691078 [ 148 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:58:36.691149 [ 148 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:58:36.765516 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5791 2026.03.24 20:58:36.766387 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:36.766471 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:36.767279 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:58:36.767511 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:36.767651 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5791 2026.03.24 20:58:36.775769 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 502 2026.03.24 20:58:36.778155 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:36.778208 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:36.779430 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:36.779708 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:36.780061 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 502 2026.03.24 20:58:37.057892 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.24 20:58:37.073181 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:37.073234 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:37.079100 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:58:37.079838 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:37.082289 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.24 20:58:38.458780 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:38.458996 [ 270 ] {a371d87a-9206-42df-b10c-0f68147b5d50} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:58:38.459070 [ 270 ] {a371d87a-9206-42df-b10c-0f68147b5d50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:58:38.459857 [ 270 ] {a371d87a-9206-42df-b10c-0f68147b5d50} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.459901 [ 270 ] {a371d87a-9206-42df-b10c-0f68147b5d50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.460307 [ 270 ] {a371d87a-9206-42df-b10c-0f68147b5d50} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:58:38.460544 [ 270 ] {a371d87a-9206-42df-b10c-0f68147b5d50} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.460671 [ 145 ] {} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:58:38.460698 [ 270 ] {a371d87a-9206-42df-b10c-0f68147b5d50} executeQuery: Read 284 rows, 18.47 KiB in 0.001757 sec., 161639.1576550939 rows/sec., 10.27 MiB/sec. 2026.03.24 20:58:38.460748 [ 145 ] {} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.460758 [ 270 ] {a371d87a-9206-42df-b10c-0f68147b5d50} TCPHandler: Processed in 0.002118387 sec. 2026.03.24 20:58:38.460783 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.460892 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:38.460926 [ 191 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:58:38.460994 [ 270 ] {dafab4ab-f901-453d-9a28-da31e460164a} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:38.461039 [ 270 ] {dafab4ab-f901-453d-9a28-da31e460164a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:38.461061 [ 191 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:38.461098 [ 191 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.03.24 20:58:38.461189 [ 191 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.03.24 20:58:38.461238 [ 191 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.03.24 20:58:38.461285 [ 191 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.03.24 20:58:38.461334 [ 191 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.03.24 20:58:38.461377 [ 191 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 284 rows starting from the beginning of the part 2026.03.24 20:58:38.461805 [ 270 ] {dafab4ab-f901-453d-9a28-da31e460164a} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.461847 [ 270 ] {dafab4ab-f901-453d-9a28-da31e460164a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.462316 [ 270 ] {dafab4ab-f901-453d-9a28-da31e460164a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.24 20:58:38.462482 [ 191 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1444 rows, containing 5 columns (5 merged, 0 gathered) in 0.001611344 sec., 896146.3225729577 rows/sec., 60.63 MiB/sec. 2026.03.24 20:58:38.462538 [ 270 ] {dafab4ab-f901-453d-9a28-da31e460164a} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.462676 [ 270 ] {dafab4ab-f901-453d-9a28-da31e460164a} executeQuery: Read 847 rows, 68.22 KiB in 0.001702 sec., 497649.82373678026 rows/sec., 39.14 MiB/sec. 2026.03.24 20:58:38.462684 [ 195 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:58:38.462715 [ 270 ] {dafab4ab-f901-453d-9a28-da31e460164a} TCPHandler: Processed in 0.00187275 sec. 2026.03.24 20:58:38.462839 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:38.462935 [ 270 ] {a8187897-1c94-4fda-8087-21e57220c448} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:38.462978 [ 270 ] {a8187897-1c94-4fda-8087-21e57220c448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:38.463002 [ 195 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.463083 [ 195 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_6_1} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:58:38.463175 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.24 20:58:38.463425 [ 270 ] {a8187897-1c94-4fda-8087-21e57220c448} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.463466 [ 270 ] {a8187897-1c94-4fda-8087-21e57220c448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.463791 [ 270 ] {a8187897-1c94-4fda-8087-21e57220c448} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:58:38.464006 [ 270 ] {a8187897-1c94-4fda-8087-21e57220c448} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.464132 [ 270 ] {a8187897-1c94-4fda-8087-21e57220c448} executeQuery: Read 167 rows, 10.42 KiB in 0.001216 sec., 137335.52631578947 rows/sec., 8.37 MiB/sec. 2026.03.24 20:58:38.464169 [ 270 ] {a8187897-1c94-4fda-8087-21e57220c448} TCPHandler: Processed in 0.001379227 sec. 2026.03.24 20:58:38.464279 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:38.464372 [ 270 ] {e3af8825-f46e-41dd-bcd6-1bbce2071da6} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:58:38.464410 [ 270 ] {e3af8825-f46e-41dd-bcd6-1bbce2071da6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:58:38.464834 [ 270 ] {e3af8825-f46e-41dd-bcd6-1bbce2071da6} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.464871 [ 270 ] {e3af8825-f46e-41dd-bcd6-1bbce2071da6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.465173 [ 270 ] {e3af8825-f46e-41dd-bcd6-1bbce2071da6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:58:38.465388 [ 270 ] {e3af8825-f46e-41dd-bcd6-1bbce2071da6} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.465512 [ 270 ] {e3af8825-f46e-41dd-bcd6-1bbce2071da6} executeQuery: Read 149 rows, 9.86 KiB in 0.001159 sec., 128559.10267471957 rows/sec., 8.31 MiB/sec. 2026.03.24 20:58:38.465548 [ 270 ] {e3af8825-f46e-41dd-bcd6-1bbce2071da6} TCPHandler: Processed in 0.001317786 sec. 2026.03.24 20:58:38.465655 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:38.465748 [ 270 ] {f2fa12ac-b18c-46a1-a9fb-cc9f8f197073} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:58:38.465787 [ 270 ] {f2fa12ac-b18c-46a1-a9fb-cc9f8f197073} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:58:38.466207 [ 270 ] {f2fa12ac-b18c-46a1-a9fb-cc9f8f197073} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.466243 [ 270 ] {f2fa12ac-b18c-46a1-a9fb-cc9f8f197073} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.466544 [ 270 ] {f2fa12ac-b18c-46a1-a9fb-cc9f8f197073} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:58:38.466749 [ 270 ] {f2fa12ac-b18c-46a1-a9fb-cc9f8f197073} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.466855 [ 145 ] {} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:58:38.466870 [ 270 ] {f2fa12ac-b18c-46a1-a9fb-cc9f8f197073} executeQuery: Read 148 rows, 8.62 KiB in 0.001141 sec., 129710.78001752848 rows/sec., 7.38 MiB/sec. 2026.03.24 20:58:38.466900 [ 145 ] {} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.466920 [ 270 ] {f2fa12ac-b18c-46a1-a9fb-cc9f8f197073} TCPHandler: Processed in 0.001313366 sec. 2026.03.24 20:58:38.466926 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.467027 [ 200 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:58:38.467038 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:38.467118 [ 200 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:38.467141 [ 270 ] {693c6963-7cfd-44ab-8465-b6e00a0b0129} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:38.467146 [ 200 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.03.24 20:58:38.467182 [ 270 ] {693c6963-7cfd-44ab-8465-b6e00a0b0129} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:38.467211 [ 200 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.03.24 20:58:38.467252 [ 200 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.03.24 20:58:38.467304 [ 200 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.03.24 20:58:38.467346 [ 200 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.03.24 20:58:38.467384 [ 200 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 148 rows starting from the beginning of the part 2026.03.24 20:58:38.467759 [ 270 ] {693c6963-7cfd-44ab-8465-b6e00a0b0129} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.467793 [ 270 ] {693c6963-7cfd-44ab-8465-b6e00a0b0129} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.468118 [ 270 ] {693c6963-7cfd-44ab-8465-b6e00a0b0129} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.24 20:58:38.468224 [ 195 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 5 columns (5 merged, 0 gathered) in 0.001230283 sec., 611241.4785866342 rows/sec., 37.28 MiB/sec. 2026.03.24 20:58:38.468332 [ 270 ] {693c6963-7cfd-44ab-8465-b6e00a0b0129} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.468406 [ 191 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:58:38.468472 [ 270 ] {693c6963-7cfd-44ab-8465-b6e00a0b0129} executeQuery: Read 515 rows, 37.18 KiB in 0.001349 sec., 381764.2698295034 rows/sec., 26.92 MiB/sec. 2026.03.24 20:58:38.468519 [ 270 ] {693c6963-7cfd-44ab-8465-b6e00a0b0129} TCPHandler: Processed in 0.001530012 sec. 2026.03.24 20:58:38.468630 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:38.468716 [ 191 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.468727 [ 270 ] {e0f7aa13-a00a-48c9-9d6f-d249bef9b2b5} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:58:38.468777 [ 270 ] {e0f7aa13-a00a-48c9-9d6f-d249bef9b2b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:58:38.468798 [ 191 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_6_1} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:58:38.468900 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.24 20:58:38.469107 [ 270 ] {e0f7aa13-a00a-48c9-9d6f-d249bef9b2b5} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.469148 [ 270 ] {e0f7aa13-a00a-48c9-9d6f-d249bef9b2b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.469452 [ 270 ] {e0f7aa13-a00a-48c9-9d6f-d249bef9b2b5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:58:38.469665 [ 270 ] {e0f7aa13-a00a-48c9-9d6f-d249bef9b2b5} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.469797 [ 270 ] {e0f7aa13-a00a-48c9-9d6f-d249bef9b2b5} executeQuery: Read 6 rows, 321.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 288.12 KiB/sec. 2026.03.24 20:58:38.469832 [ 270 ] {e0f7aa13-a00a-48c9-9d6f-d249bef9b2b5} TCPHandler: Processed in 0.001250074 sec. 2026.03.24 20:58:38.469943 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:38.470037 [ 270 ] {dd1e84df-bd42-4984-b619-bbbec6c06cd3} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:38.470078 [ 270 ] {dd1e84df-bd42-4984-b619-bbbec6c06cd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:38.470467 [ 270 ] {dd1e84df-bd42-4984-b619-bbbec6c06cd3} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.470503 [ 270 ] {dd1e84df-bd42-4984-b619-bbbec6c06cd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.470847 [ 270 ] {dd1e84df-bd42-4984-b619-bbbec6c06cd3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.24 20:58:38.471059 [ 270 ] {dd1e84df-bd42-4984-b619-bbbec6c06cd3} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.471191 [ 270 ] {dd1e84df-bd42-4984-b619-bbbec6c06cd3} executeQuery: Read 265 rows, 18.03 KiB in 0.001171 sec., 226302.3057216055 rows/sec., 15.04 MiB/sec. 2026.03.24 20:58:38.471227 [ 270 ] {dd1e84df-bd42-4984-b619-bbbec6c06cd3} TCPHandler: Processed in 0.001331466 sec. 2026.03.24 20:58:38.471337 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:38.471430 [ 270 ] {2c1c89e7-7756-49ac-a213-17c4630faece} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:58:38.471471 [ 270 ] {2c1c89e7-7756-49ac-a213-17c4630faece} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:58:38.471772 [ 270 ] {2c1c89e7-7756-49ac-a213-17c4630faece} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.471808 [ 270 ] {2c1c89e7-7756-49ac-a213-17c4630faece} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.472113 [ 270 ] {2c1c89e7-7756-49ac-a213-17c4630faece} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:58:38.472324 [ 270 ] {2c1c89e7-7756-49ac-a213-17c4630faece} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.472420 [ 145 ] {} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:58:38.472452 [ 270 ] {2c1c89e7-7756-49ac-a213-17c4630faece} executeQuery: Read 1 rows, 69.00 B in 0.001041 sec., 960.6147934678194 rows/sec., 64.73 KiB/sec. 2026.03.24 20:58:38.472454 [ 145 ] {} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.472491 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.472494 [ 270 ] {2c1c89e7-7756-49ac-a213-17c4630faece} TCPHandler: Processed in 0.001206233 sec. 2026.03.24 20:58:38.472584 [ 189 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:58:38.472609 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:38.472679 [ 189 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:38.472703 [ 270 ] {668853d7-ee56-49fa-9d02-418daccceede} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:38.472706 [ 189 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.03.24 20:58:38.472757 [ 270 ] {668853d7-ee56-49fa-9d02-418daccceede} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:38.472762 [ 189 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.03.24 20:58:38.472805 [ 189 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.03.24 20:58:38.472841 [ 189 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.03.24 20:58:38.472876 [ 189 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.03.24 20:58:38.472911 [ 189 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.03.24 20:58:38.473547 [ 270 ] {668853d7-ee56-49fa-9d02-418daccceede} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.473582 [ 270 ] {668853d7-ee56-49fa-9d02-418daccceede} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.473604 [ 188 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.001057159 sec., 5675.589007897582 rows/sec., 378.74 KiB/sec. 2026.03.24 20:58:38.473724 [ 189 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:58:38.473975 [ 189 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.474033 [ 189 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_6_1} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:58:38.474098 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.24 20:58:38.474141 [ 270 ] {668853d7-ee56-49fa-9d02-418daccceede} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:58:38.474376 [ 270 ] {668853d7-ee56-49fa-9d02-418daccceede} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.474511 [ 270 ] {668853d7-ee56-49fa-9d02-418daccceede} executeQuery: Read 25 rows, 45.87 KiB in 0.001826 sec., 13691.128148959475 rows/sec., 24.53 MiB/sec. 2026.03.24 20:58:38.474570 [ 270 ] {668853d7-ee56-49fa-9d02-418daccceede} TCPHandler: Processed in 0.002009654 sec. 2026.03.24 20:58:38.474675 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:38.474768 [ 270 ] {c35a3a38-2536-4775-a4ee-26d137845c90} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:38.474808 [ 270 ] {c35a3a38-2536-4775-a4ee-26d137845c90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:38.475149 [ 270 ] {c35a3a38-2536-4775-a4ee-26d137845c90} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:38.475185 [ 270 ] {c35a3a38-2536-4775-a4ee-26d137845c90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:38.475496 [ 270 ] {c35a3a38-2536-4775-a4ee-26d137845c90} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.24 20:58:38.475706 [ 270 ] {c35a3a38-2536-4775-a4ee-26d137845c90} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:38.475829 [ 270 ] {c35a3a38-2536-4775-a4ee-26d137845c90} executeQuery: Read 90 rows, 5.77 KiB in 0.001079 sec., 83410.56533827618 rows/sec., 5.22 MiB/sec. 2026.03.24 20:58:38.475865 [ 270 ] {c35a3a38-2536-4775-a4ee-26d137845c90} TCPHandler: Processed in 0.001238973 sec. 2026.03.24 20:58:43.450260 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:43.450475 [ 270 ] {c181be09-5f3c-45af-ab3f-08ef8b5b481a} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.24 20:58:43.450546 [ 270 ] {c181be09-5f3c-45af-ab3f-08ef8b5b481a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.24 20:58:43.451331 [ 270 ] {c181be09-5f3c-45af-ab3f-08ef8b5b481a} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:43.451374 [ 270 ] {c181be09-5f3c-45af-ab3f-08ef8b5b481a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:43.451798 [ 270 ] {c181be09-5f3c-45af-ab3f-08ef8b5b481a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.24 20:58:43.452032 [ 270 ] {c181be09-5f3c-45af-ab3f-08ef8b5b481a} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:43.452187 [ 270 ] {c181be09-5f3c-45af-ab3f-08ef8b5b481a} executeQuery: Read 4 rows, 334.00 B in 0.001768 sec., 2262.443438914027 rows/sec., 184.49 KiB/sec. 2026.03.24 20:58:43.452228 [ 270 ] {c181be09-5f3c-45af-ab3f-08ef8b5b481a} TCPHandler: Processed in 0.002104257 sec. 2026.03.24 20:58:43.452432 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:43.452536 [ 270 ] {daa0137e-f350-414f-892b-b549ea8f8a7e} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:43.452575 [ 270 ] {daa0137e-f350-414f-892b-b549ea8f8a7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:43.453118 [ 270 ] {daa0137e-f350-414f-892b-b549ea8f8a7e} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:43.453154 [ 270 ] {daa0137e-f350-414f-892b-b549ea8f8a7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:43.453488 [ 270 ] {daa0137e-f350-414f-892b-b549ea8f8a7e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.24 20:58:43.453700 [ 270 ] {daa0137e-f350-414f-892b-b549ea8f8a7e} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:43.453827 [ 270 ] {daa0137e-f350-414f-892b-b549ea8f8a7e} executeQuery: Read 88 rows, 7.51 KiB in 0.00131 sec., 67175.57251908397 rows/sec., 5.60 MiB/sec. 2026.03.24 20:58:43.453865 [ 270 ] {daa0137e-f350-414f-892b-b549ea8f8a7e} TCPHandler: Processed in 0.00149369 sec. 2026.03.24 20:58:43.453867 [ 136 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.24 20:58:43.453968 [ 136 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:43.453987 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:43.454008 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:43.454097 [ 270 ] {c76eca41-b0f9-45b7-999e-09415caccb45} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:43.454144 [ 270 ] {c76eca41-b0f9-45b7-999e-09415caccb45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:43.454204 [ 195 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.24 20:58:43.454367 [ 195 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:43.454405 [ 195 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1006 rows starting from the beginning of the part 2026.03.24 20:58:43.454481 [ 195 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 86 rows starting from the beginning of the part 2026.03.24 20:58:43.454534 [ 195 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 851 rows starting from the beginning of the part 2026.03.24 20:58:43.454578 [ 195 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 86 rows starting from the beginning of the part 2026.03.24 20:58:43.454621 [ 195 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 847 rows starting from the beginning of the part 2026.03.24 20:58:43.454635 [ 270 ] {c76eca41-b0f9-45b7-999e-09415caccb45} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:43.454659 [ 195 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 88 rows starting from the beginning of the part 2026.03.24 20:58:43.454677 [ 270 ] {c76eca41-b0f9-45b7-999e-09415caccb45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:43.455093 [ 270 ] {c76eca41-b0f9-45b7-999e-09415caccb45} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.24 20:58:43.455335 [ 270 ] {c76eca41-b0f9-45b7-999e-09415caccb45} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:43.455482 [ 270 ] {c76eca41-b0f9-45b7-999e-09415caccb45} executeQuery: Read 19 rows, 1.41 KiB in 0.001403 sec., 13542.4091233072 rows/sec., 1003.01 KiB/sec. 2026.03.24 20:58:43.455518 [ 270 ] {c76eca41-b0f9-45b7-999e-09415caccb45} TCPHandler: Processed in 0.001578193 sec. 2026.03.24 20:58:43.455637 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:43.455742 [ 270 ] {b7430770-2f5a-4a28-bbcf-b3dd019f5969} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:43.455786 [ 270 ] {b7430770-2f5a-4a28-bbcf-b3dd019f5969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:43.456053 [ 189 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2964 rows, containing 5 columns (5 merged, 0 gathered) in 0.001917452 sec., 1545801.40728425 rows/sec., 129.30 MiB/sec. 2026.03.24 20:58:43.456228 [ 270 ] {b7430770-2f5a-4a28-bbcf-b3dd019f5969} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:43.456250 [ 189 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.24 20:58:43.456265 [ 270 ] {b7430770-2f5a-4a28-bbcf-b3dd019f5969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:43.456506 [ 189 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:43.456568 [ 189 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_16_3} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.24 20:58:43.456574 [ 270 ] {b7430770-2f5a-4a28-bbcf-b3dd019f5969} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.24 20:58:43.456640 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.03.24 20:58:43.456799 [ 270 ] {b7430770-2f5a-4a28-bbcf-b3dd019f5969} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:43.456922 [ 270 ] {b7430770-2f5a-4a28-bbcf-b3dd019f5969} executeQuery: Read 83 rows, 6.64 KiB in 0.001198 sec., 69282.13689482471 rows/sec., 5.41 MiB/sec. 2026.03.24 20:58:43.456931 [ 136 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.24 20:58:43.456959 [ 270 ] {b7430770-2f5a-4a28-bbcf-b3dd019f5969} TCPHandler: Processed in 0.001369196 sec. 2026.03.24 20:58:43.456974 [ 136 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:43.457000 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:43.457076 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:43.457103 [ 193 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.24 20:58:43.457175 [ 270 ] {df32cfad-6cfa-463b-b2e5-45c096ca5630} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:43.457189 [ 193 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:43.457217 [ 270 ] {df32cfad-6cfa-463b-b2e5-45c096ca5630} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:43.457217 [ 193 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 600 rows starting from the beginning of the part 2026.03.24 20:58:43.457306 [ 193 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 79 rows starting from the beginning of the part 2026.03.24 20:58:43.457352 [ 193 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 523 rows starting from the beginning of the part 2026.03.24 20:58:43.457406 [ 193 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 79 rows starting from the beginning of the part 2026.03.24 20:58:43.457465 [ 193 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 515 rows starting from the beginning of the part 2026.03.24 20:58:43.457513 [ 193 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 83 rows starting from the beginning of the part 2026.03.24 20:58:43.457620 [ 270 ] {df32cfad-6cfa-463b-b2e5-45c096ca5630} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:43.457656 [ 270 ] {df32cfad-6cfa-463b-b2e5-45c096ca5630} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:43.458001 [ 270 ] {df32cfad-6cfa-463b-b2e5-45c096ca5630} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.24 20:58:43.458224 [ 270 ] {df32cfad-6cfa-463b-b2e5-45c096ca5630} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:43.458351 [ 270 ] {df32cfad-6cfa-463b-b2e5-45c096ca5630} executeQuery: Read 162 rows, 11.55 KiB in 0.001197 sec., 135338.34586466165 rows/sec., 9.42 MiB/sec. 2026.03.24 20:58:43.458362 [ 137 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.24 20:58:43.458386 [ 270 ] {df32cfad-6cfa-463b-b2e5-45c096ca5630} TCPHandler: Processed in 0.001356316 sec. 2026.03.24 20:58:43.458411 [ 137 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:43.458437 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:43.458501 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:43.458526 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.24 20:58:43.458557 [ 193 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1879 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014889 sec., 1262005.5074215864 rows/sec., 95.77 MiB/sec. 2026.03.24 20:58:43.458595 [ 270 ] {6bacde00-a14c-41c5-8b00-f640a013ab05} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:43.458626 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:43.458649 [ 270 ] {6bacde00-a14c-41c5-8b00-f640a013ab05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:43.458664 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2125 rows starting from the beginning of the part 2026.03.24 20:58:43.458711 [ 196 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.24 20:58:43.458735 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.03.24 20:58:43.458785 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 269 rows starting from the beginning of the part 2026.03.24 20:58:43.458827 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.03.24 20:58:43.458885 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 265 rows starting from the beginning of the part 2026.03.24 20:58:43.458929 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 162 rows starting from the beginning of the part 2026.03.24 20:58:43.458991 [ 196 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:43.459085 [ 196 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_16_3} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.24 20:58:43.459155 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.24 20:58:43.459443 [ 270 ] {6bacde00-a14c-41c5-8b00-f640a013ab05} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:43.459480 [ 270 ] {6bacde00-a14c-41c5-8b00-f640a013ab05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:43.460071 [ 270 ] {6bacde00-a14c-41c5-8b00-f640a013ab05} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.24 20:58:43.460316 [ 270 ] {6bacde00-a14c-41c5-8b00-f640a013ab05} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:43.460450 [ 270 ] {6bacde00-a14c-41c5-8b00-f640a013ab05} executeQuery: Read 15 rows, 27.52 KiB in 0.001873 sec., 8008.542445274959 rows/sec., 14.35 MiB/sec. 2026.03.24 20:58:43.460501 [ 270 ] {6bacde00-a14c-41c5-8b00-f640a013ab05} TCPHandler: Processed in 0.002047495 sec. 2026.03.24 20:58:43.460560 [ 193 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3141 rows, containing 5 columns (5 merged, 0 gathered) in 0.002065855 sec., 1520435.8485953757 rows/sec., 104.92 MiB/sec. 2026.03.24 20:58:43.460610 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:43.460703 [ 270 ] {33becc0f-b4e6-4c2b-a0d6-fd08d83adb32} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:43.460742 [ 270 ] {33becc0f-b4e6-4c2b-a0d6-fd08d83adb32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:43.460861 [ 193 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.24 20:58:43.461081 [ 270 ] {33becc0f-b4e6-4c2b-a0d6-fd08d83adb32} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:43.461109 [ 193 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:43.461118 [ 270 ] {33becc0f-b4e6-4c2b-a0d6-fd08d83adb32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:43.461169 [ 193 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_16_3} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.24 20:58:43.461232 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2026.03.24 20:58:43.461431 [ 270 ] {33becc0f-b4e6-4c2b-a0d6-fd08d83adb32} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.24 20:58:43.461634 [ 270 ] {33becc0f-b4e6-4c2b-a0d6-fd08d83adb32} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:43.461753 [ 137 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.24 20:58:43.461756 [ 270 ] {33becc0f-b4e6-4c2b-a0d6-fd08d83adb32} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.03.24 20:58:43.461794 [ 137 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:43.461812 [ 270 ] {33becc0f-b4e6-4c2b-a0d6-fd08d83adb32} TCPHandler: Processed in 0.001249404 sec. 2026.03.24 20:58:43.461820 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:43.461907 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.24 20:58:43.461999 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:43.462025 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 690 rows starting from the beginning of the part 2026.03.24 20:58:43.462084 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.03.24 20:58:43.462125 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part 2026.03.24 20:58:43.462161 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.03.24 20:58:43.462198 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part 2026.03.24 20:58:43.462245 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::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.03.24 20:58:43.463024 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1050 rows, containing 4 columns (4 merged, 0 gathered) in 0.001144941 sec., 917077.8232240787 rows/sec., 59.84 MiB/sec. 2026.03.24 20:58:43.463149 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.24 20:58:43.463360 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_16_3} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:43.463414 [ 196 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_16_3} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.24 20:58:43.463462 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.03.24 20:58:44.268517 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6303 2026.03.24 20:58:44.269030 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:44.269077 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:44.269566 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:58:44.269804 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:44.269947 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6303 2026.03.24 20:58:44.583146 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.24 20:58:44.598763 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:44.598810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:44.604677 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:58:44.605390 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:44.608243 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.24 20:58:46.781038 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 538 2026.03.24 20:58:46.783400 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:46.783455 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:46.784629 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:58:46.784923 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:46.785284 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 538 2026.03.24 20:58:48.458325 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:48.458541 [ 270 ] {fe4de9d8-1dc4-4261-9758-89677a536de8} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:58:48.458614 [ 270 ] {fe4de9d8-1dc4-4261-9758-89677a536de8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:58:48.459404 [ 270 ] {fe4de9d8-1dc4-4261-9758-89677a536de8} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.459463 [ 270 ] {fe4de9d8-1dc4-4261-9758-89677a536de8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.459903 [ 270 ] {fe4de9d8-1dc4-4261-9758-89677a536de8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:58:48.460146 [ 270 ] {fe4de9d8-1dc4-4261-9758-89677a536de8} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.460310 [ 270 ] {fe4de9d8-1dc4-4261-9758-89677a536de8} executeQuery: Read 284 rows, 18.47 KiB in 0.00182 sec., 156043.95604395604 rows/sec., 9.91 MiB/sec. 2026.03.24 20:58:48.460360 [ 270 ] {fe4de9d8-1dc4-4261-9758-89677a536de8} TCPHandler: Processed in 0.002170409 sec. 2026.03.24 20:58:48.460496 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:48.460609 [ 270 ] {bf603b13-8e1a-4984-a3ba-7a2e0b10b128} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:48.460653 [ 270 ] {bf603b13-8e1a-4984-a3ba-7a2e0b10b128} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:48.461483 [ 270 ] {bf603b13-8e1a-4984-a3ba-7a2e0b10b128} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.461524 [ 270 ] {bf603b13-8e1a-4984-a3ba-7a2e0b10b128} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.461909 [ 270 ] {bf603b13-8e1a-4984-a3ba-7a2e0b10b128} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.24 20:58:48.462140 [ 270 ] {bf603b13-8e1a-4984-a3ba-7a2e0b10b128} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.462277 [ 270 ] {bf603b13-8e1a-4984-a3ba-7a2e0b10b128} executeQuery: Read 847 rows, 68.22 KiB in 0.001691 sec., 500887.0490833826 rows/sec., 39.40 MiB/sec. 2026.03.24 20:58:48.462316 [ 270 ] {bf603b13-8e1a-4984-a3ba-7a2e0b10b128} TCPHandler: Processed in 0.00187129 sec. 2026.03.24 20:58:48.462434 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:48.462531 [ 270 ] {64058bcb-84a4-4a68-ae5f-3d5ec833f807} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:48.462574 [ 270 ] {64058bcb-84a4-4a68-ae5f-3d5ec833f807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:48.463018 [ 270 ] {64058bcb-84a4-4a68-ae5f-3d5ec833f807} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.463055 [ 270 ] {64058bcb-84a4-4a68-ae5f-3d5ec833f807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.463391 [ 270 ] {64058bcb-84a4-4a68-ae5f-3d5ec833f807} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.24 20:58:48.463604 [ 270 ] {64058bcb-84a4-4a68-ae5f-3d5ec833f807} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.463715 [ 129 ] {} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.24 20:58:48.463733 [ 270 ] {64058bcb-84a4-4a68-ae5f-3d5ec833f807} executeQuery: Read 167 rows, 10.42 KiB in 0.001222 sec., 136661.21112929622 rows/sec., 8.33 MiB/sec. 2026.03.24 20:58:48.463784 [ 129 ] {} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.463792 [ 270 ] {64058bcb-84a4-4a68-ae5f-3d5ec833f807} TCPHandler: Processed in 0.001408018 sec. 2026.03.24 20:58:48.463812 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.463922 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:48.463958 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.24 20:58:48.464024 [ 270 ] {3aeed317-ea4c-4cb7-824e-99c12f9c3fe3} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:58:48.464069 [ 270 ] {3aeed317-ea4c-4cb7-824e-99c12f9c3fe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:58:48.464140 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:48.464185 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 210 rows starting from the beginning of the part 2026.03.24 20:58:48.464261 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 175 rows starting from the beginning of the part 2026.03.24 20:58:48.464314 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 15 rows starting from the beginning of the part 2026.03.24 20:58:48.464363 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 167 rows starting from the beginning of the part 2026.03.24 20:58:48.464407 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 19 rows starting from the beginning of the part 2026.03.24 20:58:48.464455 [ 201 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 167 rows starting from the beginning of the part 2026.03.24 20:58:48.464507 [ 270 ] {3aeed317-ea4c-4cb7-824e-99c12f9c3fe3} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.464549 [ 270 ] {3aeed317-ea4c-4cb7-824e-99c12f9c3fe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.464922 [ 270 ] {3aeed317-ea4c-4cb7-824e-99c12f9c3fe3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:48.465170 [ 270 ] {3aeed317-ea4c-4cb7-824e-99c12f9c3fe3} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.465305 [ 270 ] {3aeed317-ea4c-4cb7-824e-99c12f9c3fe3} executeQuery: Read 149 rows, 9.86 KiB in 0.001302 sec., 114439.32411674348 rows/sec., 7.39 MiB/sec. 2026.03.24 20:58:48.465343 [ 270 ] {3aeed317-ea4c-4cb7-824e-99c12f9c3fe3} TCPHandler: Processed in 0.0014697 sec. 2026.03.24 20:58:48.465440 [ 196 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 753 rows, containing 5 columns (5 merged, 0 gathered) in 0.001547061 sec., 486729.3532704916 rows/sec., 32.15 MiB/sec. 2026.03.24 20:58:48.465457 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:48.465564 [ 270 ] {f8b4a288-727e-43ab-8969-836034fc3db6} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:58:48.465596 [ 194 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.24 20:58:48.465605 [ 270 ] {f8b4a288-727e-43ab-8969-836034fc3db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:58:48.465866 [ 194 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.465938 [ 194 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_16_3} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.24 20:58:48.466007 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.24 20:58:48.466052 [ 270 ] {f8b4a288-727e-43ab-8969-836034fc3db6} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.466094 [ 270 ] {f8b4a288-727e-43ab-8969-836034fc3db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.466435 [ 270 ] {f8b4a288-727e-43ab-8969-836034fc3db6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:58:48.466661 [ 270 ] {f8b4a288-727e-43ab-8969-836034fc3db6} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.466793 [ 270 ] {f8b4a288-727e-43ab-8969-836034fc3db6} executeQuery: Read 148 rows, 8.62 KiB in 0.001247 sec., 118684.84362469928 rows/sec., 6.75 MiB/sec. 2026.03.24 20:58:48.466829 [ 270 ] {f8b4a288-727e-43ab-8969-836034fc3db6} TCPHandler: Processed in 0.001420938 sec. 2026.03.24 20:58:48.466942 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:48.467039 [ 270 ] {13d58ada-7202-4f62-afd6-3d8afd916e11} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:48.467080 [ 270 ] {13d58ada-7202-4f62-afd6-3d8afd916e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:48.467662 [ 270 ] {13d58ada-7202-4f62-afd6-3d8afd916e11} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.467697 [ 270 ] {13d58ada-7202-4f62-afd6-3d8afd916e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.468017 [ 270 ] {13d58ada-7202-4f62-afd6-3d8afd916e11} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.24 20:58:48.468225 [ 270 ] {13d58ada-7202-4f62-afd6-3d8afd916e11} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.468353 [ 270 ] {13d58ada-7202-4f62-afd6-3d8afd916e11} executeQuery: Read 515 rows, 37.18 KiB in 0.001331 sec., 386927.1224643126 rows/sec., 27.28 MiB/sec. 2026.03.24 20:58:48.468391 [ 270 ] {13d58ada-7202-4f62-afd6-3d8afd916e11} TCPHandler: Processed in 0.00149763 sec. 2026.03.24 20:58:48.468499 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:48.468594 [ 270 ] {db7f0c62-7739-44b6-9e7f-ab3f4929a8c2} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:58:48.468636 [ 270 ] {db7f0c62-7739-44b6-9e7f-ab3f4929a8c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:58:48.468959 [ 270 ] {db7f0c62-7739-44b6-9e7f-ab3f4929a8c2} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.468994 [ 270 ] {db7f0c62-7739-44b6-9e7f-ab3f4929a8c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.469315 [ 270 ] {db7f0c62-7739-44b6-9e7f-ab3f4929a8c2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:58:48.469525 [ 270 ] {db7f0c62-7739-44b6-9e7f-ab3f4929a8c2} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.469627 [ 128 ] {} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.24 20:58:48.469652 [ 270 ] {db7f0c62-7739-44b6-9e7f-ab3f4929a8c2} executeQuery: Read 6 rows, 321.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 291.34 KiB/sec. 2026.03.24 20:58:48.469691 [ 128 ] {} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.469699 [ 270 ] {db7f0c62-7739-44b6-9e7f-ab3f4929a8c2} TCPHandler: Processed in 0.001248663 sec. 2026.03.24 20:58:48.469722 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.469838 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:48.469886 [ 199 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.24 20:58:48.469938 [ 270 ] {30222b15-8e6c-4054-93be-fddac2a85b5e} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:48.469984 [ 270 ] {30222b15-8e6c-4054-93be-fddac2a85b5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:48.470021 [ 199 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:48.470063 [ 199 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.03.24 20:58:48.470129 [ 199 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.03.24 20:58:48.470175 [ 199 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.03.24 20:58:48.470216 [ 199 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.03.24 20:58:48.470258 [ 199 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.03.24 20:58:48.470321 [ 199 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.03.24 20:58:48.470382 [ 270 ] {30222b15-8e6c-4054-93be-fddac2a85b5e} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.470422 [ 270 ] {30222b15-8e6c-4054-93be-fddac2a85b5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.470794 [ 270 ] {30222b15-8e6c-4054-93be-fddac2a85b5e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.24 20:58:48.471030 [ 270 ] {30222b15-8e6c-4054-93be-fddac2a85b5e} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.471150 [ 194 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001311375 sec., 27452.10180154418 rows/sec., 1.40 MiB/sec. 2026.03.24 20:58:48.471161 [ 270 ] {30222b15-8e6c-4054-93be-fddac2a85b5e} executeQuery: Read 265 rows, 18.03 KiB in 0.00124 sec., 213709.67741935485 rows/sec., 14.20 MiB/sec. 2026.03.24 20:58:48.471215 [ 270 ] {30222b15-8e6c-4054-93be-fddac2a85b5e} TCPHandler: Processed in 0.001435869 sec. 2026.03.24 20:58:48.471279 [ 194 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.24 20:58:48.471332 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:48.471431 [ 270 ] {35711b4c-3377-4e06-b0db-270c6f14af81} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:58:48.471475 [ 270 ] {35711b4c-3377-4e06-b0db-270c6f14af81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:58:48.471551 [ 194 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.471622 [ 194 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_6_1} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.24 20:58:48.471691 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.24 20:58:48.471789 [ 270 ] {35711b4c-3377-4e06-b0db-270c6f14af81} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.471834 [ 270 ] {35711b4c-3377-4e06-b0db-270c6f14af81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.472146 [ 270 ] {35711b4c-3377-4e06-b0db-270c6f14af81} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:58:48.472352 [ 270 ] {35711b4c-3377-4e06-b0db-270c6f14af81} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.472481 [ 270 ] {35711b4c-3377-4e06-b0db-270c6f14af81} executeQuery: Read 1 rows, 69.00 B in 0.001068 sec., 936.3295880149814 rows/sec., 63.09 KiB/sec. 2026.03.24 20:58:48.472517 [ 270 ] {35711b4c-3377-4e06-b0db-270c6f14af81} TCPHandler: Processed in 0.001233243 sec. 2026.03.24 20:58:48.472624 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:48.472717 [ 270 ] {fe344e0b-8d33-4bfa-a790-1bdfaa2f44b8} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:48.472771 [ 270 ] {fe344e0b-8d33-4bfa-a790-1bdfaa2f44b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:48.473557 [ 270 ] {fe344e0b-8d33-4bfa-a790-1bdfaa2f44b8} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.473594 [ 270 ] {fe344e0b-8d33-4bfa-a790-1bdfaa2f44b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.474136 [ 270 ] {fe344e0b-8d33-4bfa-a790-1bdfaa2f44b8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.24 20:58:48.474362 [ 270 ] {fe344e0b-8d33-4bfa-a790-1bdfaa2f44b8} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.474482 [ 128 ] {} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.24 20:58:48.474503 [ 270 ] {fe344e0b-8d33-4bfa-a790-1bdfaa2f44b8} executeQuery: Read 25 rows, 45.87 KiB in 0.001803 sec., 13865.779256794232 rows/sec., 24.85 MiB/sec. 2026.03.24 20:58:48.474540 [ 128 ] {} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.474576 [ 270 ] {fe344e0b-8d33-4bfa-a790-1bdfaa2f44b8} TCPHandler: Processed in 0.002000384 sec. 2026.03.24 20:58:48.474580 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.474694 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:48.474725 [ 196 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.24 20:58:48.474794 [ 270 ] {480c591b-cec4-48e1-b48a-c7771b04757d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:48.474835 [ 270 ] {480c591b-cec4-48e1-b48a-c7771b04757d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:48.474953 [ 196 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:48.475008 [ 196 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 205 rows starting from the beginning of the part 2026.03.24 20:58:48.475138 [ 196 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 25 rows starting from the beginning of the part 2026.03.24 20:58:48.475157 [ 270 ] {480c591b-cec4-48e1-b48a-c7771b04757d} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:48.475193 [ 270 ] {480c591b-cec4-48e1-b48a-c7771b04757d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:48.475250 [ 196 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 15 rows starting from the beginning of the part 2026.03.24 20:58:48.475368 [ 196 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 25 rows starting from the beginning of the part 2026.03.24 20:58:48.475476 [ 196 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 15 rows starting from the beginning of the part 2026.03.24 20:58:48.475521 [ 270 ] {480c591b-cec4-48e1-b48a-c7771b04757d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.24 20:58:48.475579 [ 196 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 25 rows starting from the beginning of the part 2026.03.24 20:58:48.475735 [ 270 ] {480c591b-cec4-48e1-b48a-c7771b04757d} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.475862 [ 270 ] {480c591b-cec4-48e1-b48a-c7771b04757d} executeQuery: Read 90 rows, 5.77 KiB in 0.001087 sec., 82796.6881324747 rows/sec., 5.18 MiB/sec. 2026.03.24 20:58:48.475897 [ 270 ] {480c591b-cec4-48e1-b48a-c7771b04757d} TCPHandler: Processed in 0.001251294 sec. 2026.03.24 20:58:48.478659 [ 195 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 19 columns (19 merged, 0 gathered) in 0.003972607 sec., 78034.39907345478 rows/sec., 139.83 MiB/sec. 2026.03.24 20:58:48.479289 [ 195 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.24 20:58:48.479676 [ 195 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:48.479763 [ 195 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_16_3} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.24 20:58:48.479887 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. 2026.03.24 20:58:51.691207 [ 46 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:58:51.691260 [ 46 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:58:51.770032 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6751 2026.03.24 20:58:51.770593 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:51.770647 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:51.771233 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:58:51.771485 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:51.771641 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6751 2026.03.24 20:58:52.108313 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.24 20:58:52.124979 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:52.125034 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:52.131173 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:58:52.131866 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:52.134974 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.24 20:58:53.450535 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:53.450833 [ 270 ] {0dd0cfa8-2580-4321-a938-438417250b6f} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:53.450939 [ 270 ] {0dd0cfa8-2580-4321-a938-438417250b6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:53.451808 [ 270 ] {0dd0cfa8-2580-4321-a938-438417250b6f} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:53.451848 [ 270 ] {0dd0cfa8-2580-4321-a938-438417250b6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:53.452271 [ 270 ] {0dd0cfa8-2580-4321-a938-438417250b6f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.24 20:58:53.452510 [ 270 ] {0dd0cfa8-2580-4321-a938-438417250b6f} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:53.452672 [ 270 ] {0dd0cfa8-2580-4321-a938-438417250b6f} executeQuery: Read 86 rows, 7.37 KiB in 0.001916 sec., 44885.17745302714 rows/sec., 3.75 MiB/sec. 2026.03.24 20:58:53.452720 [ 270 ] {0dd0cfa8-2580-4321-a938-438417250b6f} TCPHandler: Processed in 0.002380994 sec. 2026.03.24 20:58:53.452927 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:53.453056 [ 270 ] {899e163a-0c30-42d8-b29e-ec493bf472b8} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:53.453106 [ 270 ] {899e163a-0c30-42d8-b29e-ec493bf472b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:53.453694 [ 270 ] {899e163a-0c30-42d8-b29e-ec493bf472b8} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:53.453734 [ 270 ] {899e163a-0c30-42d8-b29e-ec493bf472b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:53.454101 [ 270 ] {899e163a-0c30-42d8-b29e-ec493bf472b8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.24 20:58:53.454316 [ 270 ] {899e163a-0c30-42d8-b29e-ec493bf472b8} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:53.454441 [ 270 ] {899e163a-0c30-42d8-b29e-ec493bf472b8} executeQuery: Read 15 rows, 1.13 KiB in 0.001416 sec., 10593.220338983052 rows/sec., 796.56 KiB/sec. 2026.03.24 20:58:53.454478 [ 270 ] {899e163a-0c30-42d8-b29e-ec493bf472b8} TCPHandler: Processed in 0.001618313 sec. 2026.03.24 20:58:53.454601 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:53.454698 [ 270 ] {5a30b67b-321d-4d31-bb16-0368a5f87393} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:53.454737 [ 270 ] {5a30b67b-321d-4d31-bb16-0368a5f87393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:53.455258 [ 270 ] {5a30b67b-321d-4d31-bb16-0368a5f87393} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:53.455292 [ 270 ] {5a30b67b-321d-4d31-bb16-0368a5f87393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:53.455594 [ 270 ] {5a30b67b-321d-4d31-bb16-0368a5f87393} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.24 20:58:53.455804 [ 270 ] {5a30b67b-321d-4d31-bb16-0368a5f87393} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:53.455934 [ 270 ] {5a30b67b-321d-4d31-bb16-0368a5f87393} executeQuery: Read 79 rows, 6.32 KiB in 0.001254 sec., 62998.405103668265 rows/sec., 4.92 MiB/sec. 2026.03.24 20:58:53.455970 [ 270 ] {5a30b67b-321d-4d31-bb16-0368a5f87393} TCPHandler: Processed in 0.001424219 sec. 2026.03.24 20:58:53.456097 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:53.456190 [ 270 ] {b1e4d37d-9063-4634-b945-d4911560f758} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:53.456232 [ 270 ] {b1e4d37d-9063-4634-b945-d4911560f758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:53.456673 [ 270 ] {b1e4d37d-9063-4634-b945-d4911560f758} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:53.456707 [ 270 ] {b1e4d37d-9063-4634-b945-d4911560f758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:53.457047 [ 270 ] {b1e4d37d-9063-4634-b945-d4911560f758} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.24 20:58:53.457256 [ 270 ] {b1e4d37d-9063-4634-b945-d4911560f758} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:53.457383 [ 270 ] {b1e4d37d-9063-4634-b945-d4911560f758} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2026.03.24 20:58:53.457419 [ 270 ] {b1e4d37d-9063-4634-b945-d4911560f758} TCPHandler: Processed in 0.001378737 sec. 2026.03.24 20:58:53.457535 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:53.457630 [ 270 ] {6cc17eba-a310-4d77-8025-86242bbc34a8} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:53.457683 [ 270 ] {6cc17eba-a310-4d77-8025-86242bbc34a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:53.458472 [ 270 ] {6cc17eba-a310-4d77-8025-86242bbc34a8} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:53.458508 [ 270 ] {6cc17eba-a310-4d77-8025-86242bbc34a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:53.459047 [ 270 ] {6cc17eba-a310-4d77-8025-86242bbc34a8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.24 20:58:53.459270 [ 270 ] {6cc17eba-a310-4d77-8025-86242bbc34a8} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:53.459404 [ 270 ] {6cc17eba-a310-4d77-8025-86242bbc34a8} executeQuery: Read 15 rows, 27.52 KiB in 0.001792 sec., 8370.535714285714 rows/sec., 15.00 MiB/sec. 2026.03.24 20:58:53.459461 [ 270 ] {6cc17eba-a310-4d77-8025-86242bbc34a8} TCPHandler: Processed in 0.001981354 sec. 2026.03.24 20:58:53.459576 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:53.459669 [ 270 ] {e546a744-463a-444e-a00b-3920fbf07fa3} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:53.459709 [ 270 ] {e546a744-463a-444e-a00b-3920fbf07fa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:53.460029 [ 270 ] {e546a744-463a-444e-a00b-3920fbf07fa3} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:53.460062 [ 270 ] {e546a744-463a-444e-a00b-3920fbf07fa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:53.460363 [ 270 ] {e546a744-463a-444e-a00b-3920fbf07fa3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.24 20:58:53.460570 [ 270 ] {e546a744-463a-444e-a00b-3920fbf07fa3} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:53.460697 [ 270 ] {e546a744-463a-444e-a00b-3920fbf07fa3} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2026.03.24 20:58:53.460731 [ 270 ] {e546a744-463a-444e-a00b-3920fbf07fa3} TCPHandler: Processed in 0.001202612 sec. 2026.03.24 20:58:55.360412 [ 47 ] {} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.24 20:58:55.360531 [ 47 ] {} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:55.360572 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:55.360740 [ 192 ] {4745da96-e672-4311-a88e-2e7bcc7ae56d::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.24 20:58:55.360957 [ 192 ] {4745da96-e672-4311-a88e-2e7bcc7ae56d::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:58:55.361004 [ 192 ] {4745da96-e672-4311-a88e-2e7bcc7ae56d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.03.24 20:58:55.361090 [ 192 ] {4745da96-e672-4311-a88e-2e7bcc7ae56d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.03.24 20:58:55.361149 [ 192 ] {4745da96-e672-4311-a88e-2e7bcc7ae56d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.03.24 20:58:55.361189 [ 192 ] {4745da96-e672-4311-a88e-2e7bcc7ae56d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.03.24 20:58:55.361231 [ 192 ] {4745da96-e672-4311-a88e-2e7bcc7ae56d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2026.03.24 20:58:55.361970 [ 199 ] {4745da96-e672-4311-a88e-2e7bcc7ae56d::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.001308135 sec., 21404.518646775752 rows/sec., 1.79 MiB/sec. 2026.03.24 20:58:55.362109 [ 199 ] {4745da96-e672-4311-a88e-2e7bcc7ae56d::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.24 20:58:55.362409 [ 199 ] {4745da96-e672-4311-a88e-2e7bcc7ae56d::all_1_5_1} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:55.362489 [ 199 ] {4745da96-e672-4311-a88e-2e7bcc7ae56d::all_1_5_1} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.24 20:58:55.362568 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.24 20:58:56.785516 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 572 2026.03.24 20:58:56.787894 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:56.787951 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:56.789143 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:58:56.789427 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:56.789795 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 572 2026.03.24 20:58:58.458743 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:58.458940 [ 270 ] {0da83759-53bb-49ec-b419-e67fd6ef78fe} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:58:58.459007 [ 270 ] {0da83759-53bb-49ec-b419-e67fd6ef78fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:58:58.459790 [ 270 ] {0da83759-53bb-49ec-b419-e67fd6ef78fe} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:58.459838 [ 270 ] {0da83759-53bb-49ec-b419-e67fd6ef78fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:58.460241 [ 270 ] {0da83759-53bb-49ec-b419-e67fd6ef78fe} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:58.460461 [ 270 ] {0da83759-53bb-49ec-b419-e67fd6ef78fe} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:58.460615 [ 270 ] {0da83759-53bb-49ec-b419-e67fd6ef78fe} executeQuery: Read 284 rows, 18.47 KiB in 0.001725 sec., 164637.6811594203 rows/sec., 10.46 MiB/sec. 2026.03.24 20:58:58.460656 [ 270 ] {0da83759-53bb-49ec-b419-e67fd6ef78fe} TCPHandler: Processed in 0.002044475 sec. 2026.03.24 20:58:58.460781 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:58.460890 [ 270 ] {687c48aa-b6eb-4cb5-8180-ddc7e7d0ec20} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:58:58.460929 [ 270 ] {687c48aa-b6eb-4cb5-8180-ddc7e7d0ec20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:58:58.461729 [ 270 ] {687c48aa-b6eb-4cb5-8180-ddc7e7d0ec20} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:58.461765 [ 270 ] {687c48aa-b6eb-4cb5-8180-ddc7e7d0ec20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:58.462155 [ 270 ] {687c48aa-b6eb-4cb5-8180-ddc7e7d0ec20} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.24 20:58:58.462368 [ 270 ] {687c48aa-b6eb-4cb5-8180-ddc7e7d0ec20} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:58.462492 [ 270 ] {687c48aa-b6eb-4cb5-8180-ddc7e7d0ec20} executeQuery: Read 847 rows, 68.22 KiB in 0.001621 sec., 522516.96483652067 rows/sec., 41.10 MiB/sec. 2026.03.24 20:58:58.462528 [ 270 ] {687c48aa-b6eb-4cb5-8180-ddc7e7d0ec20} TCPHandler: Processed in 0.001794829 sec. 2026.03.24 20:58:58.462660 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:58.462766 [ 270 ] {3f5bfa29-20df-47e3-a3d7-4bc398d482ca} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:58:58.462806 [ 270 ] {3f5bfa29-20df-47e3-a3d7-4bc398d482ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:58:58.463261 [ 270 ] {3f5bfa29-20df-47e3-a3d7-4bc398d482ca} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:58.463297 [ 270 ] {3f5bfa29-20df-47e3-a3d7-4bc398d482ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:58.463594 [ 270 ] {3f5bfa29-20df-47e3-a3d7-4bc398d482ca} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.24 20:58:58.463795 [ 270 ] {3f5bfa29-20df-47e3-a3d7-4bc398d482ca} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:58.463952 [ 270 ] {3f5bfa29-20df-47e3-a3d7-4bc398d482ca} executeQuery: Read 167 rows, 10.42 KiB in 0.001204 sec., 138704.31893687707 rows/sec., 8.45 MiB/sec. 2026.03.24 20:58:58.463988 [ 270 ] {3f5bfa29-20df-47e3-a3d7-4bc398d482ca} TCPHandler: Processed in 0.001376367 sec. 2026.03.24 20:58:58.464099 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:58.464199 [ 270 ] {c4d19629-f240-4189-9368-83b650ec2909} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:58:58.464237 [ 270 ] {c4d19629-f240-4189-9368-83b650ec2909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:58:58.464686 [ 270 ] {c4d19629-f240-4189-9368-83b650ec2909} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:58.464721 [ 270 ] {c4d19629-f240-4189-9368-83b650ec2909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:58.465007 [ 270 ] {c4d19629-f240-4189-9368-83b650ec2909} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:58:58.465230 [ 270 ] {c4d19629-f240-4189-9368-83b650ec2909} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:58.465352 [ 270 ] {c4d19629-f240-4189-9368-83b650ec2909} executeQuery: Read 149 rows, 9.86 KiB in 0.001171 sec., 127241.67378309138 rows/sec., 8.22 MiB/sec. 2026.03.24 20:58:58.465396 [ 270 ] {c4d19629-f240-4189-9368-83b650ec2909} TCPHandler: Processed in 0.001341836 sec. 2026.03.24 20:58:58.465514 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:58.465612 [ 270 ] {60ffe33c-c8eb-4953-9380-cf7a3b2d37fc} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:58:58.465650 [ 270 ] {60ffe33c-c8eb-4953-9380-cf7a3b2d37fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:58:58.466116 [ 270 ] {60ffe33c-c8eb-4953-9380-cf7a3b2d37fc} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:58.466151 [ 270 ] {60ffe33c-c8eb-4953-9380-cf7a3b2d37fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:58.466440 [ 270 ] {60ffe33c-c8eb-4953-9380-cf7a3b2d37fc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:58.466646 [ 270 ] {60ffe33c-c8eb-4953-9380-cf7a3b2d37fc} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:58.466767 [ 270 ] {60ffe33c-c8eb-4953-9380-cf7a3b2d37fc} executeQuery: Read 148 rows, 8.62 KiB in 0.001173 sec., 126172.20801364024 rows/sec., 7.18 MiB/sec. 2026.03.24 20:58:58.466803 [ 270 ] {60ffe33c-c8eb-4953-9380-cf7a3b2d37fc} TCPHandler: Processed in 0.001335656 sec. 2026.03.24 20:58:58.466910 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:58.467010 [ 270 ] {f9430ff4-0350-4cfb-8b67-803d11ab615b} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:58:58.467048 [ 270 ] {f9430ff4-0350-4cfb-8b67-803d11ab615b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:58:58.467698 [ 270 ] {f9430ff4-0350-4cfb-8b67-803d11ab615b} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:58.467733 [ 270 ] {f9430ff4-0350-4cfb-8b67-803d11ab615b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:58.468044 [ 270 ] {f9430ff4-0350-4cfb-8b67-803d11ab615b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.24 20:58:58.468248 [ 270 ] {f9430ff4-0350-4cfb-8b67-803d11ab615b} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:58.468370 [ 270 ] {f9430ff4-0350-4cfb-8b67-803d11ab615b} executeQuery: Read 515 rows, 37.18 KiB in 0.001377 sec., 374001.452432825 rows/sec., 26.37 MiB/sec. 2026.03.24 20:58:58.468405 [ 270 ] {f9430ff4-0350-4cfb-8b67-803d11ab615b} TCPHandler: Processed in 0.001542191 sec. 2026.03.24 20:58:58.468515 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:58.468614 [ 270 ] {a92813c7-8fb0-4e8e-8a4e-585c7b9dd078} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:58:58.468654 [ 270 ] {a92813c7-8fb0-4e8e-8a4e-585c7b9dd078} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:58:58.468976 [ 270 ] {a92813c7-8fb0-4e8e-8a4e-585c7b9dd078} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:58.469011 [ 270 ] {a92813c7-8fb0-4e8e-8a4e-585c7b9dd078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:58.469296 [ 270 ] {a92813c7-8fb0-4e8e-8a4e-585c7b9dd078} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:58:58.469496 [ 270 ] {a92813c7-8fb0-4e8e-8a4e-585c7b9dd078} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:58.469620 [ 270 ] {a92813c7-8fb0-4e8e-8a4e-585c7b9dd078} executeQuery: Read 6 rows, 321.00 B in 0.001023 sec., 5865.102639296188 rows/sec., 306.43 KiB/sec. 2026.03.24 20:58:58.469654 [ 270 ] {a92813c7-8fb0-4e8e-8a4e-585c7b9dd078} TCPHandler: Processed in 0.001186602 sec. 2026.03.24 20:58:58.469760 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:58.469859 [ 270 ] {aa4cf0a1-68de-4eb4-8d42-ada20975bfd0} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:58.469900 [ 270 ] {aa4cf0a1-68de-4eb4-8d42-ada20975bfd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:58:58.470330 [ 270 ] {aa4cf0a1-68de-4eb4-8d42-ada20975bfd0} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:58.470366 [ 270 ] {aa4cf0a1-68de-4eb4-8d42-ada20975bfd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:58.470680 [ 270 ] {aa4cf0a1-68de-4eb4-8d42-ada20975bfd0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.24 20:58:58.470892 [ 270 ] {aa4cf0a1-68de-4eb4-8d42-ada20975bfd0} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:58.471017 [ 270 ] {aa4cf0a1-68de-4eb4-8d42-ada20975bfd0} executeQuery: Read 265 rows, 18.03 KiB in 0.001176 sec., 225340.13605442178 rows/sec., 14.97 MiB/sec. 2026.03.24 20:58:58.471053 [ 270 ] {aa4cf0a1-68de-4eb4-8d42-ada20975bfd0} TCPHandler: Processed in 0.001339296 sec. 2026.03.24 20:58:58.471160 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:58.471260 [ 270 ] {d6a4b2dd-31fd-430b-9e55-d18fd8ada4c1} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:58:58.471301 [ 270 ] {d6a4b2dd-31fd-430b-9e55-d18fd8ada4c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:58:58.471599 [ 270 ] {d6a4b2dd-31fd-430b-9e55-d18fd8ada4c1} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:58.471634 [ 270 ] {d6a4b2dd-31fd-430b-9e55-d18fd8ada4c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:58.471919 [ 270 ] {d6a4b2dd-31fd-430b-9e55-d18fd8ada4c1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:58:58.472118 [ 270 ] {d6a4b2dd-31fd-430b-9e55-d18fd8ada4c1} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:58.472241 [ 270 ] {d6a4b2dd-31fd-430b-9e55-d18fd8ada4c1} executeQuery: Read 1 rows, 69.00 B in 0.000999 sec., 1001.0010010010009 rows/sec., 67.45 KiB/sec. 2026.03.24 20:58:58.472276 [ 270 ] {d6a4b2dd-31fd-430b-9e55-d18fd8ada4c1} TCPHandler: Processed in 0.001162252 sec. 2026.03.24 20:58:58.472382 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:58.472479 [ 270 ] {1362f148-02c5-45f6-a95e-b4465b306571} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:58:58.472531 [ 270 ] {1362f148-02c5-45f6-a95e-b4465b306571} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:58:58.473339 [ 270 ] {1362f148-02c5-45f6-a95e-b4465b306571} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:58.473374 [ 270 ] {1362f148-02c5-45f6-a95e-b4465b306571} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:58.473886 [ 270 ] {1362f148-02c5-45f6-a95e-b4465b306571} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.24 20:58:58.474110 [ 270 ] {1362f148-02c5-45f6-a95e-b4465b306571} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:58.474247 [ 270 ] {1362f148-02c5-45f6-a95e-b4465b306571} executeQuery: Read 25 rows, 45.87 KiB in 0.001785 sec., 14005.60224089636 rows/sec., 25.10 MiB/sec. 2026.03.24 20:58:58.474310 [ 270 ] {1362f148-02c5-45f6-a95e-b4465b306571} TCPHandler: Processed in 0.001970673 sec. 2026.03.24 20:58:58.474444 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:58:58.474535 [ 270 ] {3337005d-943e-4dd5-8b94-96846e9e9969} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:58:58.474574 [ 270 ] {3337005d-943e-4dd5-8b94-96846e9e9969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:58:58.474919 [ 270 ] {3337005d-943e-4dd5-8b94-96846e9e9969} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:58.474954 [ 270 ] {3337005d-943e-4dd5-8b94-96846e9e9969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:58.475249 [ 270 ] {3337005d-943e-4dd5-8b94-96846e9e9969} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.24 20:58:58.475460 [ 270 ] {3337005d-943e-4dd5-8b94-96846e9e9969} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:58.475582 [ 270 ] {3337005d-943e-4dd5-8b94-96846e9e9969} executeQuery: Read 90 rows, 5.77 KiB in 0.001065 sec., 84507.04225352113 rows/sec., 5.29 MiB/sec. 2026.03.24 20:58:58.475616 [ 270 ] {3337005d-943e-4dd5-8b94-96846e9e9969} TCPHandler: Processed in 0.001237324 sec. 2026.03.24 20:58:59.271781 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7263 2026.03.24 20:58:59.272296 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:59.272340 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:59.272879 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.24 20:58:59.273115 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:59.273262 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7263 2026.03.24 20:58:59.635107 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.24 20:58:59.653166 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:58:59.653237 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:58:59.659542 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.24 20:58:59.660237 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:58:59.663550 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.24 20:59:03.450064 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:03.450379 [ 270 ] {31e666bf-e9ef-4e13-a114-1105483e181a} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:03.450487 [ 270 ] {31e666bf-e9ef-4e13-a114-1105483e181a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:03.451232 [ 270 ] {31e666bf-e9ef-4e13-a114-1105483e181a} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:03.451277 [ 270 ] {31e666bf-e9ef-4e13-a114-1105483e181a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:03.451685 [ 270 ] {31e666bf-e9ef-4e13-a114-1105483e181a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.24 20:59:03.451920 [ 270 ] {31e666bf-e9ef-4e13-a114-1105483e181a} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:03.452087 [ 270 ] {31e666bf-e9ef-4e13-a114-1105483e181a} executeQuery: Read 86 rows, 7.37 KiB in 0.001794 sec., 47937.56967670011 rows/sec., 4.01 MiB/sec. 2026.03.24 20:59:03.452136 [ 270 ] {31e666bf-e9ef-4e13-a114-1105483e181a} TCPHandler: Processed in 0.002261211 sec. 2026.03.24 20:59:03.452274 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:03.452378 [ 270 ] {b192e101-a37a-47a2-95d0-ae00da25ee18} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:03.452422 [ 270 ] {b192e101-a37a-47a2-95d0-ae00da25ee18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:03.452915 [ 270 ] {b192e101-a37a-47a2-95d0-ae00da25ee18} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:03.452955 [ 270 ] {b192e101-a37a-47a2-95d0-ae00da25ee18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:03.453266 [ 270 ] {b192e101-a37a-47a2-95d0-ae00da25ee18} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.24 20:59:03.453480 [ 270 ] {b192e101-a37a-47a2-95d0-ae00da25ee18} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:03.453613 [ 270 ] {b192e101-a37a-47a2-95d0-ae00da25ee18} executeQuery: Read 15 rows, 1.13 KiB in 0.00126 sec., 11904.761904761905 rows/sec., 895.18 KiB/sec. 2026.03.24 20:59:03.453652 [ 270 ] {b192e101-a37a-47a2-95d0-ae00da25ee18} TCPHandler: Processed in 0.001439389 sec. 2026.03.24 20:59:03.453793 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:03.453903 [ 270 ] {7efe8dfc-e446-487a-8bbd-c809e13c3942} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:03.453944 [ 270 ] {7efe8dfc-e446-487a-8bbd-c809e13c3942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:03.454425 [ 270 ] {7efe8dfc-e446-487a-8bbd-c809e13c3942} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:03.454462 [ 270 ] {7efe8dfc-e446-487a-8bbd-c809e13c3942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:03.454765 [ 270 ] {7efe8dfc-e446-487a-8bbd-c809e13c3942} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.24 20:59:03.454984 [ 270 ] {7efe8dfc-e446-487a-8bbd-c809e13c3942} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:03.455112 [ 270 ] {7efe8dfc-e446-487a-8bbd-c809e13c3942} executeQuery: Read 79 rows, 6.32 KiB in 0.001228 sec., 64332.24755700326 rows/sec., 5.02 MiB/sec. 2026.03.24 20:59:03.455150 [ 270 ] {7efe8dfc-e446-487a-8bbd-c809e13c3942} TCPHandler: Processed in 0.001408198 sec. 2026.03.24 20:59:03.455276 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:03.455372 [ 270 ] {fa132dce-2802-45b1-8352-127620d6982d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:03.455415 [ 270 ] {fa132dce-2802-45b1-8352-127620d6982d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:03.455855 [ 270 ] {fa132dce-2802-45b1-8352-127620d6982d} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:03.455892 [ 270 ] {fa132dce-2802-45b1-8352-127620d6982d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:03.456234 [ 270 ] {fa132dce-2802-45b1-8352-127620d6982d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.24 20:59:03.456447 [ 270 ] {fa132dce-2802-45b1-8352-127620d6982d} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:03.456578 [ 270 ] {fa132dce-2802-45b1-8352-127620d6982d} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2026.03.24 20:59:03.456615 [ 270 ] {fa132dce-2802-45b1-8352-127620d6982d} TCPHandler: Processed in 0.001398478 sec. 2026.03.24 20:59:03.456728 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:03.456831 [ 270 ] {61be4334-a017-4297-9c21-37751793686c} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:03.456884 [ 270 ] {61be4334-a017-4297-9c21-37751793686c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:03.457734 [ 270 ] {61be4334-a017-4297-9c21-37751793686c} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:03.457815 [ 270 ] {61be4334-a017-4297-9c21-37751793686c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:03.458368 [ 270 ] {61be4334-a017-4297-9c21-37751793686c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.24 20:59:03.458592 [ 270 ] {61be4334-a017-4297-9c21-37751793686c} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:03.458726 [ 270 ] {61be4334-a017-4297-9c21-37751793686c} executeQuery: Read 15 rows, 27.52 KiB in 0.001914 sec., 7836.990595611285 rows/sec., 14.04 MiB/sec. 2026.03.24 20:59:03.458789 [ 270 ] {61be4334-a017-4297-9c21-37751793686c} TCPHandler: Processed in 0.002111108 sec. 2026.03.24 20:59:03.458990 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:03.459098 [ 270 ] {aea622f0-e450-419e-be9c-5256f2c76dd4} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:03.459141 [ 270 ] {aea622f0-e450-419e-be9c-5256f2c76dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:03.459516 [ 270 ] {aea622f0-e450-419e-be9c-5256f2c76dd4} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:03.459553 [ 270 ] {aea622f0-e450-419e-be9c-5256f2c76dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:03.459866 [ 270 ] {aea622f0-e450-419e-be9c-5256f2c76dd4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.24 20:59:03.460080 [ 270 ] {aea622f0-e450-419e-be9c-5256f2c76dd4} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:03.460213 [ 270 ] {aea622f0-e450-419e-be9c-5256f2c76dd4} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.03.24 20:59:03.460250 [ 270 ] {aea622f0-e450-419e-be9c-5256f2c76dd4} TCPHandler: Processed in 0.001376337 sec. 2026.03.24 20:59:06.092420 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50772 2026.03.24 20:59:06.092534 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.092562 [ 289 ] {} TCP-Session: 93f080f6-21cf-4686-b839-958c56b4b718 Authenticating user 'default' from [fd00:1122:3344:101::e]:50772 2026.03.24 20:59:06.092582 [ 289 ] {} TCP-Session: 93f080f6-21cf-4686-b839-958c56b4b718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.092594 [ 289 ] {} TCP-Session: 93f080f6-21cf-4686-b839-958c56b4b718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.092769 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39878 2026.03.24 20:59:06.092810 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59279 2026.03.24 20:59:06.092837 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59519 2026.03.24 20:59:06.092851 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48358 2026.03.24 20:59:06.092860 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40974 2026.03.24 20:59:06.092919 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.092934 [ 289 ] {} TCP-Session: 93f080f6-21cf-4686-b839-958c56b4b718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:06.092964 [ 293 ] {} TCP-Session: 8e03fae9-50a0-47e7-8e02-99e7304a8f80 Authenticating user 'default' from [fd00:1122:3344:101::e]:59279 2026.03.24 20:59:06.092824 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62518 2026.03.24 20:59:06.092992 [ 293 ] {} TCP-Session: 8e03fae9-50a0-47e7-8e02-99e7304a8f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.092813 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49787 2026.03.24 20:59:06.093021 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.093025 [ 293 ] {} TCP-Session: 8e03fae9-50a0-47e7-8e02-99e7304a8f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093092 [ 290 ] {} TCP-Session: e781ed62-695f-423f-b6b3-7aed144bbd6c Authenticating user 'default' from [fd00:1122:3344:101::e]:39878 2026.03.24 20:59:06.092786 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32846 2026.03.24 20:59:06.093134 [ 290 ] {} TCP-Session: e781ed62-695f-423f-b6b3-7aed144bbd6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093137 [ 289 ] {e5263073-9ca0-4d8c-b6d5-bc93ab0d311b} executeQuery: (from [fd00:1122:3344:101::e]:50772) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 20:59:06.093164 [ 290 ] {} TCP-Session: e781ed62-695f-423f-b6b3-7aed144bbd6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093340 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.093347 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.093382 [ 292 ] {} TCP-Session: c1ee6aff-a5b3-4275-ae8e-951b2ed72a8c Authenticating user 'default' from [fd00:1122:3344:101::e]:49787 2026.03.24 20:59:06.093407 [ 291 ] {} TCP-Session: d6f2c503-abfc-4c8a-9157-382eba6d1a7b Authenticating user 'default' from [fd00:1122:3344:101::e]:32846 2026.03.24 20:59:06.093414 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.093421 [ 292 ] {} TCP-Session: c1ee6aff-a5b3-4275-ae8e-951b2ed72a8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093439 [ 291 ] {} TCP-Session: d6f2c503-abfc-4c8a-9157-382eba6d1a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093461 [ 292 ] {} TCP-Session: c1ee6aff-a5b3-4275-ae8e-951b2ed72a8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093458 [ 294 ] {} TCP-Session: 3086146e-a503-4fa7-ae7c-dbbba604ba04 Authenticating user 'default' from [fd00:1122:3344:101::e]:62518 2026.03.24 20:59:06.093481 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.093501 [ 294 ] {} TCP-Session: 3086146e-a503-4fa7-ae7c-dbbba604ba04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093518 [ 286 ] {} TCP-Session: 96e46d1a-c320-4f44-9a2b-2255043738c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:48358 2026.03.24 20:59:06.093521 [ 294 ] {} TCP-Session: 3086146e-a503-4fa7-ae7c-dbbba604ba04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093536 [ 286 ] {} TCP-Session: 96e46d1a-c320-4f44-9a2b-2255043738c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093474 [ 289 ] {e5263073-9ca0-4d8c-b6d5-bc93ab0d311b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.24 20:59:06.093555 [ 286 ] {} TCP-Session: 96e46d1a-c320-4f44-9a2b-2255043738c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093473 [ 291 ] {} TCP-Session: d6f2c503-abfc-4c8a-9157-382eba6d1a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093630 [ 289 ] {e5263073-9ca0-4d8c-b6d5-bc93ab0d311b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:06.093657 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.093684 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.093686 [ 268 ] {} TCP-Session: a5e8dbf7-f55c-4a19-a0a3-280b3ca0bc3f Authenticating user 'default' from [fd00:1122:3344:101::e]:59519 2026.03.24 20:59:06.093721 [ 287 ] {} TCP-Session: 227b8609-5b32-46be-bc8e-dc3b43f0ff6c Authenticating user 'default' from [fd00:1122:3344:101::e]:40974 2026.03.24 20:59:06.093728 [ 268 ] {} TCP-Session: a5e8dbf7-f55c-4a19-a0a3-280b3ca0bc3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093747 [ 287 ] {} TCP-Session: 227b8609-5b32-46be-bc8e-dc3b43f0ff6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093753 [ 268 ] {} TCP-Session: a5e8dbf7-f55c-4a19-a0a3-280b3ca0bc3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093771 [ 287 ] {} TCP-Session: 227b8609-5b32-46be-bc8e-dc3b43f0ff6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.093919 [ 289 ] {e5263073-9ca0-4d8c-b6d5-bc93ab0d311b} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b) (SelectExecutor): Key condition: unknown 2026.03.24 20:59:06.094996 [ 317 ] {e5263073-9ca0-4d8c-b6d5-bc93ab0d311b} AggregatingTransform: Aggregating 2026.03.24 20:59:06.095053 [ 317 ] {e5263073-9ca0-4d8c-b6d5-bc93ab0d311b} Aggregator: Aggregation method: without_key 2026.03.24 20:59:06.095094 [ 317 ] {e5263073-9ca0-4d8c-b6d5-bc93ab0d311b} AggregatingTransform: Aggregated. 2 to 1 rows (from 80.00 B) in 0.000980756 sec. (2039.243 rows/sec., 79.66 KiB/sec.) 2026.03.24 20:59:06.095116 [ 317 ] {e5263073-9ca0-4d8c-b6d5-bc93ab0d311b} Aggregator: Merging aggregated data 2026.03.24 20:59:06.096391 [ 289 ] {e5263073-9ca0-4d8c-b6d5-bc93ab0d311b} executeQuery: Read 2 rows, 80.00 B in 0.003313 sec., 603.6824630244491 rows/sec., 23.58 KiB/sec. 2026.03.24 20:59:06.096544 [ 289 ] {e5263073-9ca0-4d8c-b6d5-bc93ab0d311b} TCPHandler: Processed in 0.003788432 sec. 2026.03.24 20:59:06.096660 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.096688 [ 289 ] {} TCP-Session: 93f080f6-21cf-4686-b839-958c56b4b718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.096692 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.096719 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.096737 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.096758 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.096776 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.096785 [ 293 ] {} TCP-Session: 8e03fae9-50a0-47e7-8e02-99e7304a8f80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.096805 [ 290 ] {} TCP-Session: e781ed62-695f-423f-b6b3-7aed144bbd6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.096828 [ 291 ] {} TCP-Session: d6f2c503-abfc-4c8a-9157-382eba6d1a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.096833 [ 268 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.096816 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.096888 [ 268 ] {} TCP-Session: a5e8dbf7-f55c-4a19-a0a3-280b3ca0bc3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.096797 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.096920 [ 292 ] {} TCP-Session: c1ee6aff-a5b3-4275-ae8e-951b2ed72a8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.096768 [ 287 ] {} TCP-Session: 227b8609-5b32-46be-bc8e-dc3b43f0ff6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.096958 [ 294 ] {} TCP-Session: 3086146e-a503-4fa7-ae7c-dbbba604ba04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.096741 [ 286 ] {} TCP-Session: 96e46d1a-c320-4f44-9a2b-2255043738c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.393471 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61804 2026.03.24 20:59:06.393583 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.393609 [ 289 ] {} TCP-Session: 396770b1-262b-4ce5-aa3b-718c6a2d551a Authenticating user 'default' from [fd00:1122:3344:101::e]:61804 2026.03.24 20:59:06.393630 [ 289 ] {} TCP-Session: 396770b1-262b-4ce5-aa3b-718c6a2d551a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.393642 [ 289 ] {} TCP-Session: 396770b1-262b-4ce5-aa3b-718c6a2d551a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.393842 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42008 2026.03.24 20:59:06.393870 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57739 2026.03.24 20:59:06.393896 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44611 2026.03.24 20:59:06.393882 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42306 2026.03.24 20:59:06.393965 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.393971 [ 289 ] {} TCP-Session: 396770b1-262b-4ce5-aa3b-718c6a2d551a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:06.393995 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.394009 [ 290 ] {} TCP-Session: 6fc1345f-e1da-41de-9097-94935307413d Authenticating user 'default' from [fd00:1122:3344:101::e]:42008 2026.03.24 20:59:06.394042 [ 268 ] {} TCP-Session: 3c764cf9-8240-4a85-b88d-07fb5d371a09 Authenticating user 'default' from [fd00:1122:3344:101::e]:44611 2026.03.24 20:59:06.394049 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.394070 [ 290 ] {} TCP-Session: 6fc1345f-e1da-41de-9097-94935307413d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.394074 [ 268 ] {} TCP-Session: 3c764cf9-8240-4a85-b88d-07fb5d371a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.394099 [ 290 ] {} TCP-Session: 6fc1345f-e1da-41de-9097-94935307413d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.394095 [ 292 ] {} TCP-Session: 3373e691-d8fe-4294-a692-60c0d795ac64 Authenticating user 'default' from [fd00:1122:3344:101::e]:42306 2026.03.24 20:59:06.394115 [ 268 ] {} TCP-Session: 3c764cf9-8240-4a85-b88d-07fb5d371a09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.394153 [ 292 ] {} TCP-Session: 3373e691-d8fe-4294-a692-60c0d795ac64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.394154 [ 289 ] {21538614-568f-49dc-a9b2-0920e3bde642} executeQuery: (from [fd00:1122:3344:101::e]:61804) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 20:59:06.394177 [ 292 ] {} TCP-Session: 3373e691-d8fe-4294-a692-60c0d795ac64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.393968 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.393862 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61119 2026.03.24 20:59:06.394236 [ 293 ] {} TCP-Session: 5e8d32cc-ab4b-4ed3-bf96-e8864c5449e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:57739 2026.03.24 20:59:06.393881 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44185 2026.03.24 20:59:06.394286 [ 293 ] {} TCP-Session: 5e8d32cc-ab4b-4ed3-bf96-e8864c5449e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.394320 [ 293 ] {} TCP-Session: 5e8d32cc-ab4b-4ed3-bf96-e8864c5449e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.394339 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.394354 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.394373 [ 291 ] {} TCP-Session: 369fc4e4-370e-4514-9310-add341adae58 Authenticating user 'default' from [fd00:1122:3344:101::e]:61119 2026.03.24 20:59:06.394381 [ 294 ] {} TCP-Session: 8c364b78-79eb-4abd-8fe3-f74368c3e8ae Authenticating user 'default' from [fd00:1122:3344:101::e]:44185 2026.03.24 20:59:06.394405 [ 291 ] {} TCP-Session: 369fc4e4-370e-4514-9310-add341adae58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.394411 [ 294 ] {} TCP-Session: 8c364b78-79eb-4abd-8fe3-f74368c3e8ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.394424 [ 289 ] {21538614-568f-49dc-a9b2-0920e3bde642} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.24 20:59:06.394439 [ 294 ] {} TCP-Session: 8c364b78-79eb-4abd-8fe3-f74368c3e8ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.394427 [ 291 ] {} TCP-Session: 369fc4e4-370e-4514-9310-add341adae58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.394488 [ 289 ] {21538614-568f-49dc-a9b2-0920e3bde642} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:06.394764 [ 289 ] {21538614-568f-49dc-a9b2-0920e3bde642} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b) (SelectExecutor): Key condition: unknown 2026.03.24 20:59:06.395846 [ 343 ] {21538614-568f-49dc-a9b2-0920e3bde642} AggregatingTransform: Aggregating 2026.03.24 20:59:06.395897 [ 343 ] {21538614-568f-49dc-a9b2-0920e3bde642} Aggregator: Aggregation method: without_key 2026.03.24 20:59:06.395932 [ 343 ] {21538614-568f-49dc-a9b2-0920e3bde642} AggregatingTransform: Aggregated. 2 to 1 rows (from 80.00 B) in 0.000962086 sec. (2078.816 rows/sec., 81.20 KiB/sec.) 2026.03.24 20:59:06.395953 [ 343 ] {21538614-568f-49dc-a9b2-0920e3bde642} Aggregator: Merging aggregated data 2026.03.24 20:59:06.397365 [ 289 ] {21538614-568f-49dc-a9b2-0920e3bde642} executeQuery: Read 2 rows, 80.00 B in 0.003263 sec., 612.9328838492186 rows/sec., 23.94 KiB/sec. 2026.03.24 20:59:06.397539 [ 289 ] {21538614-568f-49dc-a9b2-0920e3bde642} TCPHandler: Processed in 0.00368148 sec. 2026.03.24 20:59:06.397673 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.397703 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.397719 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.397738 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.397754 [ 294 ] {} TCP-Session: 8c364b78-79eb-4abd-8fe3-f74368c3e8ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.397765 [ 268 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.397784 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.397801 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.397815 [ 268 ] {} TCP-Session: 3c764cf9-8240-4a85-b88d-07fb5d371a09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.397829 [ 293 ] {} TCP-Session: 5e8d32cc-ab4b-4ed3-bf96-e8864c5449e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.397799 [ 291 ] {} TCP-Session: 369fc4e4-370e-4514-9310-add341adae58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.397859 [ 292 ] {} TCP-Session: 3373e691-d8fe-4294-a692-60c0d795ac64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.397746 [ 290 ] {} TCP-Session: 6fc1345f-e1da-41de-9097-94935307413d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.397703 [ 289 ] {} TCP-Session: 396770b1-262b-4ce5-aa3b-718c6a2d551a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.410794 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50013 2026.03.24 20:59:06.410806 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39614 2026.03.24 20:59:06.410836 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36432 2026.03.24 20:59:06.410881 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.410893 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.410915 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.410915 [ 287 ] {} TCP-Session: 6cd56d98-c2d9-40a1-830b-0367fb4fcc06 Authenticating user 'default' from [fd00:1122:3344:101::e]:50013 2026.03.24 20:59:06.410935 [ 289 ] {} TCP-Session: e3265c32-5e23-499f-9e24-1f4651a5cb14 Authenticating user 'default' from [fd00:1122:3344:101::e]:39614 2026.03.24 20:59:06.410948 [ 286 ] {} TCP-Session: f0b0996b-96db-4920-af1d-8d563e9c6dea Authenticating user 'default' from [fd00:1122:3344:101::e]:36432 2026.03.24 20:59:06.410967 [ 287 ] {} TCP-Session: 6cd56d98-c2d9-40a1-830b-0367fb4fcc06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.410974 [ 289 ] {} TCP-Session: e3265c32-5e23-499f-9e24-1f4651a5cb14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.410987 [ 286 ] {} TCP-Session: f0b0996b-96db-4920-af1d-8d563e9c6dea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411009 [ 289 ] {} TCP-Session: e3265c32-5e23-499f-9e24-1f4651a5cb14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411023 [ 286 ] {} TCP-Session: f0b0996b-96db-4920-af1d-8d563e9c6dea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.410997 [ 287 ] {} TCP-Session: 6cd56d98-c2d9-40a1-830b-0367fb4fcc06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411181 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54057 2026.03.24 20:59:06.411208 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60662 2026.03.24 20:59:06.411223 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41780 2026.03.24 20:59:06.411246 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.411230 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62383 2026.03.24 20:59:06.411285 [ 290 ] {} TCP-Session: fd650547-41fb-48c8-b797-426bf6d728d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:54057 2026.03.24 20:59:06.411295 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.411305 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.411310 [ 290 ] {} TCP-Session: fd650547-41fb-48c8-b797-426bf6d728d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411334 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.411344 [ 293 ] {} TCP-Session: 801df2b2-eecd-45db-b38f-e2e1d221d809 Authenticating user 'default' from [fd00:1122:3344:101::e]:41780 2026.03.24 20:59:06.411367 [ 290 ] {} TCP-Session: fd650547-41fb-48c8-b797-426bf6d728d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411376 [ 294 ] {} TCP-Session: c05cab60-d844-4dad-8fc4-91c5a49ba0a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:62383 2026.03.24 20:59:06.411390 [ 293 ] {} TCP-Session: 801df2b2-eecd-45db-b38f-e2e1d221d809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411407 [ 294 ] {} TCP-Session: c05cab60-d844-4dad-8fc4-91c5a49ba0a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411420 [ 293 ] {} TCP-Session: 801df2b2-eecd-45db-b38f-e2e1d221d809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411432 [ 294 ] {} TCP-Session: c05cab60-d844-4dad-8fc4-91c5a49ba0a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411330 [ 291 ] {} TCP-Session: efc82f18-1702-454a-b6b2-43fa30c7fd3d Authenticating user 'default' from [fd00:1122:3344:101::e]:60662 2026.03.24 20:59:06.411490 [ 291 ] {} TCP-Session: efc82f18-1702-454a-b6b2-43fa30c7fd3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411305 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38994 2026.03.24 20:59:06.411515 [ 291 ] {} TCP-Session: efc82f18-1702-454a-b6b2-43fa30c7fd3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411304 [ 289 ] {} TCP-Session: e3265c32-5e23-499f-9e24-1f4651a5cb14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:06.411220 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37562 2026.03.24 20:59:06.411302 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62039 2026.03.24 20:59:06.411592 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.411640 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.411651 [ 350 ] {} TCP-Session: 4879e8d9-b1de-43a8-9a21-0e29ee555002 Authenticating user 'default' from [fd00:1122:3344:101::e]:38994 2026.03.24 20:59:06.411660 [ 292 ] {} TCP-Session: ac0e6d4d-a244-4a61-b5bf-227be5147e76 Authenticating user 'default' from [fd00:1122:3344:101::e]:37562 2026.03.24 20:59:06.411670 [ 350 ] {} TCP-Session: 4879e8d9-b1de-43a8-9a21-0e29ee555002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411677 [ 292 ] {} TCP-Session: ac0e6d4d-a244-4a61-b5bf-227be5147e76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411684 [ 350 ] {} TCP-Session: 4879e8d9-b1de-43a8-9a21-0e29ee555002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411691 [ 292 ] {} TCP-Session: ac0e6d4d-a244-4a61-b5bf-227be5147e76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.411697 [ 289 ] {5f1d74cf-de8e-4e7b-8df7-13d13b470e05} executeQuery: (from [fd00:1122:3344:101::e]:39614) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 20:59:06.411899 [ 289 ] {5f1d74cf-de8e-4e7b-8df7-13d13b470e05} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.24 20:59:06.411950 [ 289 ] {5f1d74cf-de8e-4e7b-8df7-13d13b470e05} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:06.412188 [ 289 ] {5f1d74cf-de8e-4e7b-8df7-13d13b470e05} oximeter.version (d728f335-e28c-4e93-ae2a-f843f34eec2b) (SelectExecutor): Key condition: unknown 2026.03.24 20:59:06.413018 [ 313 ] {5f1d74cf-de8e-4e7b-8df7-13d13b470e05} AggregatingTransform: Aggregating 2026.03.24 20:59:06.413154 [ 313 ] {5f1d74cf-de8e-4e7b-8df7-13d13b470e05} Aggregator: Aggregation method: without_key 2026.03.24 20:59:06.413187 [ 313 ] {5f1d74cf-de8e-4e7b-8df7-13d13b470e05} AggregatingTransform: Aggregated. 2 to 1 rows (from 80.00 B) in 0.000842662 sec. (2373.431 rows/sec., 92.71 KiB/sec.) 2026.03.24 20:59:06.413206 [ 313 ] {5f1d74cf-de8e-4e7b-8df7-13d13b470e05} Aggregator: Merging aggregated data 2026.03.24 20:59:06.414748 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46477 2026.03.24 20:59:06.416492 [ 289 ] {5f1d74cf-de8e-4e7b-8df7-13d13b470e05} executeQuery: Read 2 rows, 80.00 B in 0.00483 sec., 414.0786749482402 rows/sec., 16.17 KiB/sec. 2026.03.24 20:59:06.416629 [ 289 ] {5f1d74cf-de8e-4e7b-8df7-13d13b470e05} TCPHandler: Processed in 0.005385665 sec. 2026.03.24 20:59:06.416758 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.416795 [ 289 ] {} TCP-Session: e3265c32-5e23-499f-9e24-1f4651a5cb14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.416804 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.416836 [ 293 ] {} TCP-Session: 801df2b2-eecd-45db-b38f-e2e1d221d809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.416863 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.416895 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.416909 [ 291 ] {} TCP-Session: efc82f18-1702-454a-b6b2-43fa30c7fd3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.416911 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.416936 [ 292 ] {} TCP-Session: ac0e6d4d-a244-4a61-b5bf-227be5147e76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.416951 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.416976 [ 290 ] {} TCP-Session: fd650547-41fb-48c8-b797-426bf6d728d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.416966 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.417007 [ 268 ] {} TCP-Session: 9e8aeb10-2856-458c-b2e3-f525bb5d1448 Authenticating user 'default' from [fd00:1122:3344:101::e]:62039 2026.03.24 20:59:06.417040 [ 294 ] {} TCP-Session: c05cab60-d844-4dad-8fc4-91c5a49ba0a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.417050 [ 268 ] {} TCP-Session: 9e8aeb10-2856-458c-b2e3-f525bb5d1448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.417041 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 20:59:06.417074 [ 268 ] {} TCP-Session: 9e8aeb10-2856-458c-b2e3-f525bb5d1448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.416939 [ 350 ] {} TCPHandler: Done processing connection. 2026.03.24 20:59:06.417107 [ 351 ] {} TCP-Session: 44a298e4-760c-4f05-9a53-b6d5518e991d Authenticating user 'default' from [fd00:1122:3344:101::e]:46477 2026.03.24 20:59:06.417144 [ 350 ] {} TCP-Session: 4879e8d9-b1de-43a8-9a21-0e29ee555002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.417148 [ 351 ] {} TCP-Session: 44a298e4-760c-4f05-9a53-b6d5518e991d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.417176 [ 351 ] {} TCP-Session: 44a298e4-760c-4f05-9a53-b6d5518e991d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.426662 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:50013). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.24 20:59:06.426922 [ 287 ] {} TCP-Session: 6cd56d98-c2d9-40a1-830b-0367fb4fcc06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.426939 [ 351 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:46477). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.24 20:59:06.427005 [ 351 ] {} TCP-Session: 44a298e4-760c-4f05-9a53-b6d5518e991d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.427034 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:36432). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.24 20:59:06.427118 [ 286 ] {} TCP-Session: f0b0996b-96db-4920-af1d-8d563e9c6dea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.427139 [ 268 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:62039). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.24 20:59:06.427216 [ 268 ] {} TCP-Session: 9e8aeb10-2856-458c-b2e3-f525bb5d1448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 20:59:06.691514 [ 48 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:59:06.691565 [ 48 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:59:06.773438 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7711 2026.03.24 20:59:06.774112 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:06.774186 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:06.774844 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.24 20:59:06.775103 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:06.775259 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7711 2026.03.24 20:59:06.775276 [ 50 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.24 20:59:06.775343 [ 50 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:06.775363 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:06.775468 [ 192 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.24 20:59:06.775589 [ 192 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:06.775627 [ 192 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5343 rows starting from the beginning of the part 2026.03.24 20:59:06.775690 [ 192 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.03.24 20:59:06.775737 [ 192 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.03.24 20:59:06.775776 [ 192 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.03.24 20:59:06.775815 [ 192 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.03.24 20:59:06.775853 [ 192 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.03.24 20:59:06.777311 [ 187 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7711 rows, containing 4 columns (4 merged, 0 gathered) in 0.001882521 sec., 4096103.0448000315 rows/sec., 58.60 MiB/sec. 2026.03.24 20:59:06.778047 [ 196 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.24 20:59:06.778336 [ 196 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:06.778404 [ 196 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_16_3} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.24 20:59:06.778497 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.03.24 20:59:06.790078 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 612 2026.03.24 20:59:06.792601 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:06.792650 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:06.793910 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:59:06.794210 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:06.794364 [ 50 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:59:06.794410 [ 50 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:06.794433 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:06.794518 [ 192 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:59:06.794605 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 612 2026.03.24 20:59:06.795024 [ 192 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:06.795151 [ 192 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 432 rows starting from the beginning of the part 2026.03.24 20:59:06.795497 [ 192 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part 2026.03.24 20:59:06.795855 [ 192 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2026.03.24 20:59:06.796228 [ 192 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::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.03.24 20:59:06.796563 [ 192 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2026.03.24 20:59:06.796899 [ 192 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2026.03.24 20:59:06.803216 [ 187 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 612 rows, containing 72 columns (72 merged, 0 gathered) in 0.008730745 sec., 70097.1108422019 rows/sec., 66.30 MiB/sec. 2026.03.24 20:59:06.804235 [ 197 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:59:06.804818 [ 197 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_11_2} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:06.804891 [ 197 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_11_2} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:59:06.805106 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. 2026.03.24 20:59:07.001219 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000841163 sec. 2026.03.24 20:59:07.163696 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.24 20:59:07.181739 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:07.181799 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:07.188161 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.24 20:59:07.188900 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:07.189191 [ 50 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.24 20:59:07.189228 [ 50 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:07.189246 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:07.189329 [ 192 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.24 20:59:07.192179 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.24 20:59:07.192594 [ 192 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:07.193399 [ 192 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.03.24 20:59:07.196696 [ 192 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.03.24 20:59:07.199959 [ 192 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.03.24 20:59:07.203727 [ 192 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.03.24 20:59:07.207818 [ 192 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.03.24 20:59:07.211614 [ 192 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.03.24 20:59:07.265091 [ 187 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.075793134 sec., 1596.4506758620114 rows/sec., 8.25 MiB/sec. 2026.03.24 20:59:07.267644 [ 198 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.24 20:59:07.269838 [ 198 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:07.269955 [ 198 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_16_3} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.24 20:59:07.272100 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.03.24 20:59:08.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 234.57 MiB, peak 244.54 MiB, free memory in arenas 0.00 B, will set to 242.27 MiB (RSS), difference: 7.70 MiB 2026.03.24 20:59:08.460005 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:08.460191 [ 270 ] {8d79180b-82ef-4eff-8a64-14325644dbcb} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:59:08.460259 [ 270 ] {8d79180b-82ef-4eff-8a64-14325644dbcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:59:08.461014 [ 270 ] {8d79180b-82ef-4eff-8a64-14325644dbcb} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.461061 [ 270 ] {8d79180b-82ef-4eff-8a64-14325644dbcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:08.461492 [ 270 ] {8d79180b-82ef-4eff-8a64-14325644dbcb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:59:08.461724 [ 270 ] {8d79180b-82ef-4eff-8a64-14325644dbcb} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.461877 [ 270 ] {8d79180b-82ef-4eff-8a64-14325644dbcb} executeQuery: Read 284 rows, 18.47 KiB in 0.001739 sec., 163312.24841863138 rows/sec., 10.37 MiB/sec. 2026.03.24 20:59:08.461928 [ 270 ] {8d79180b-82ef-4eff-8a64-14325644dbcb} TCPHandler: Processed in 0.002055916 sec. 2026.03.24 20:59:08.462059 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:08.462165 [ 270 ] {5abb8a5e-3bf8-4024-91ac-d81c21c14c8b} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:08.462209 [ 270 ] {5abb8a5e-3bf8-4024-91ac-d81c21c14c8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:08.462977 [ 270 ] {5abb8a5e-3bf8-4024-91ac-d81c21c14c8b} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.463015 [ 270 ] {5abb8a5e-3bf8-4024-91ac-d81c21c14c8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:08.463387 [ 270 ] {5abb8a5e-3bf8-4024-91ac-d81c21c14c8b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.24 20:59:08.463613 [ 270 ] {5abb8a5e-3bf8-4024-91ac-d81c21c14c8b} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.463728 [ 50 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.24 20:59:08.463751 [ 270 ] {5abb8a5e-3bf8-4024-91ac-d81c21c14c8b} executeQuery: Read 847 rows, 68.22 KiB in 0.001611 sec., 525760.3972687771 rows/sec., 41.35 MiB/sec. 2026.03.24 20:59:08.463792 [ 50 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.463802 [ 270 ] {5abb8a5e-3bf8-4024-91ac-d81c21c14c8b} TCPHandler: Processed in 0.001797148 sec. 2026.03.24 20:59:08.463822 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:08.463935 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:08.463966 [ 190 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.24 20:59:08.464037 [ 270 ] {53aaf7ac-72fb-45c3-96bc-58c2eeddeb8f} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:08.464085 [ 270 ] {53aaf7ac-72fb-45c3-96bc-58c2eeddeb8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:08.464123 [ 190 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:08.464168 [ 190 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1007 rows starting from the beginning of the part 2026.03.24 20:59:08.464275 [ 190 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 847 rows starting from the beginning of the part 2026.03.24 20:59:08.464334 [ 190 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 86 rows starting from the beginning of the part 2026.03.24 20:59:08.464385 [ 190 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 847 rows starting from the beginning of the part 2026.03.24 20:59:08.464448 [ 190 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 86 rows starting from the beginning of the part 2026.03.24 20:59:08.464504 [ 190 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 847 rows starting from the beginning of the part 2026.03.24 20:59:08.464534 [ 270 ] {53aaf7ac-72fb-45c3-96bc-58c2eeddeb8f} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.464579 [ 270 ] {53aaf7ac-72fb-45c3-96bc-58c2eeddeb8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:08.464970 [ 270 ] {53aaf7ac-72fb-45c3-96bc-58c2eeddeb8f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.24 20:59:08.465202 [ 270 ] {53aaf7ac-72fb-45c3-96bc-58c2eeddeb8f} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.465341 [ 270 ] {53aaf7ac-72fb-45c3-96bc-58c2eeddeb8f} executeQuery: Read 167 rows, 10.42 KiB in 0.001324 sec., 126132.93051359516 rows/sec., 7.69 MiB/sec. 2026.03.24 20:59:08.465381 [ 270 ] {53aaf7ac-72fb-45c3-96bc-58c2eeddeb8f} TCPHandler: Processed in 0.0014979 sec. 2026.03.24 20:59:08.465493 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:08.465589 [ 270 ] {44ec376e-4e66-4c34-8dee-839389fc368d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:59:08.465629 [ 270 ] {44ec376e-4e66-4c34-8dee-839389fc368d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:59:08.466059 [ 270 ] {44ec376e-4e66-4c34-8dee-839389fc368d} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.466096 [ 270 ] {44ec376e-4e66-4c34-8dee-839389fc368d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:08.466117 [ 198 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3720 rows, containing 5 columns (5 merged, 0 gathered) in 0.00222012 sec., 1675585.1035079185 rows/sec., 139.57 MiB/sec. 2026.03.24 20:59:08.466406 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.24 20:59:08.466428 [ 270 ] {44ec376e-4e66-4c34-8dee-839389fc368d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:59:08.466707 [ 270 ] {44ec376e-4e66-4c34-8dee-839389fc368d} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.466774 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.466843 [ 270 ] {44ec376e-4e66-4c34-8dee-839389fc368d} executeQuery: Read 149 rows, 9.86 KiB in 0.001272 sec., 117138.36477987422 rows/sec., 7.57 MiB/sec. 2026.03.24 20:59:08.466862 [ 187 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_21_4} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.24 20:59:08.466887 [ 270 ] {44ec376e-4e66-4c34-8dee-839389fc368d} TCPHandler: Processed in 0.001443939 sec. 2026.03.24 20:59:08.466958 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.03.24 20:59:08.467007 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:08.467108 [ 270 ] {9ce9302d-52b8-4ddf-866d-2723996f6ad1} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:59:08.467147 [ 270 ] {9ce9302d-52b8-4ddf-866d-2723996f6ad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:59:08.467569 [ 270 ] {9ce9302d-52b8-4ddf-866d-2723996f6ad1} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.467607 [ 270 ] {9ce9302d-52b8-4ddf-866d-2723996f6ad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:08.467914 [ 270 ] {9ce9302d-52b8-4ddf-866d-2723996f6ad1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:59:08.468140 [ 270 ] {9ce9302d-52b8-4ddf-866d-2723996f6ad1} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.468269 [ 270 ] {9ce9302d-52b8-4ddf-866d-2723996f6ad1} executeQuery: Read 148 rows, 8.62 KiB in 0.001179 sec., 125530.1102629347 rows/sec., 7.14 MiB/sec. 2026.03.24 20:59:08.468307 [ 270 ] {9ce9302d-52b8-4ddf-866d-2723996f6ad1} TCPHandler: Processed in 0.001355047 sec. 2026.03.24 20:59:08.468429 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:08.468524 [ 270 ] {5f248d33-2ad1-44b4-8340-01ed7602d745} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:08.468565 [ 270 ] {5f248d33-2ad1-44b4-8340-01ed7602d745} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:08.469150 [ 270 ] {5f248d33-2ad1-44b4-8340-01ed7602d745} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.469187 [ 270 ] {5f248d33-2ad1-44b4-8340-01ed7602d745} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:08.469538 [ 270 ] {5f248d33-2ad1-44b4-8340-01ed7602d745} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.24 20:59:08.469757 [ 270 ] {5f248d33-2ad1-44b4-8340-01ed7602d745} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.469860 [ 50 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.24 20:59:08.469888 [ 270 ] {5f248d33-2ad1-44b4-8340-01ed7602d745} executeQuery: Read 515 rows, 37.18 KiB in 0.001382 sec., 372648.3357452967 rows/sec., 26.27 MiB/sec. 2026.03.24 20:59:08.469892 [ 50 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.469928 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:08.469933 [ 270 ] {5f248d33-2ad1-44b4-8340-01ed7602d745} TCPHandler: Processed in 0.001554852 sec. 2026.03.24 20:59:08.470012 [ 202 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.24 20:59:08.470044 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:08.470124 [ 202 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:08.470139 [ 270 ] {cc65bed5-f9e1-417f-ad22-8a691bf0f065} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:59:08.470159 [ 202 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 602 rows starting from the beginning of the part 2026.03.24 20:59:08.470182 [ 270 ] {cc65bed5-f9e1-417f-ad22-8a691bf0f065} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:59:08.470224 [ 202 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 515 rows starting from the beginning of the part 2026.03.24 20:59:08.470271 [ 202 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 79 rows starting from the beginning of the part 2026.03.24 20:59:08.470309 [ 202 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 515 rows starting from the beginning of the part 2026.03.24 20:59:08.470346 [ 202 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 79 rows starting from the beginning of the part 2026.03.24 20:59:08.470383 [ 202 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 515 rows starting from the beginning of the part 2026.03.24 20:59:08.470508 [ 270 ] {cc65bed5-f9e1-417f-ad22-8a691bf0f065} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.470548 [ 270 ] {cc65bed5-f9e1-417f-ad22-8a691bf0f065} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:08.470878 [ 270 ] {cc65bed5-f9e1-417f-ad22-8a691bf0f065} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:59:08.471186 [ 270 ] {cc65bed5-f9e1-417f-ad22-8a691bf0f065} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.471320 [ 270 ] {cc65bed5-f9e1-417f-ad22-8a691bf0f065} executeQuery: Read 6 rows, 321.00 B in 0.001187 sec., 5054.759898904803 rows/sec., 264.09 KiB/sec. 2026.03.24 20:59:08.471357 [ 270 ] {cc65bed5-f9e1-417f-ad22-8a691bf0f065} TCPHandler: Processed in 0.001356686 sec. 2026.03.24 20:59:08.471476 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:08.471571 [ 270 ] {c62867f8-7d70-4b31-86a8-dd8b82b69dc0} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:08.471613 [ 270 ] {c62867f8-7d70-4b31-86a8-dd8b82b69dc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:08.471629 [ 198 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2305 rows, containing 5 columns (5 merged, 0 gathered) in 0.001654234 sec., 1393394.1630990535 rows/sec., 104.92 MiB/sec. 2026.03.24 20:59:08.471771 [ 202 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.24 20:59:08.472007 [ 270 ] {c62867f8-7d70-4b31-86a8-dd8b82b69dc0} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.472022 [ 202 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.472053 [ 270 ] {c62867f8-7d70-4b31-86a8-dd8b82b69dc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:08.472104 [ 202 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_21_4} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.24 20:59:08.472171 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.03.24 20:59:08.472404 [ 270 ] {c62867f8-7d70-4b31-86a8-dd8b82b69dc0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.24 20:59:08.472635 [ 270 ] {c62867f8-7d70-4b31-86a8-dd8b82b69dc0} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.472754 [ 50 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.24 20:59:08.472764 [ 270 ] {c62867f8-7d70-4b31-86a8-dd8b82b69dc0} executeQuery: Read 265 rows, 18.03 KiB in 0.001211 sec., 218827.41535920725 rows/sec., 14.54 MiB/sec. 2026.03.24 20:59:08.472792 [ 50 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.472814 [ 270 ] {c62867f8-7d70-4b31-86a8-dd8b82b69dc0} TCPHandler: Processed in 0.001388457 sec. 2026.03.24 20:59:08.472819 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:08.472905 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.24 20:59:08.472933 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:08.473010 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:08.473035 [ 270 ] {58150857-3f7b-4192-831e-ddcc866e2440} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:59:08.473041 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3141 rows starting from the beginning of the part 2026.03.24 20:59:08.473084 [ 270 ] {58150857-3f7b-4192-831e-ddcc866e2440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:59:08.473108 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 265 rows starting from the beginning of the part 2026.03.24 20:59:08.473157 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.03.24 20:59:08.473196 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 265 rows starting from the beginning of the part 2026.03.24 20:59:08.473231 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.03.24 20:59:08.473276 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 265 rows starting from the beginning of the part 2026.03.24 20:59:08.473404 [ 270 ] {58150857-3f7b-4192-831e-ddcc866e2440} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.473447 [ 270 ] {58150857-3f7b-4192-831e-ddcc866e2440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:08.473762 [ 270 ] {58150857-3f7b-4192-831e-ddcc866e2440} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:59:08.473994 [ 270 ] {58150857-3f7b-4192-831e-ddcc866e2440} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.474132 [ 270 ] {58150857-3f7b-4192-831e-ddcc866e2440} executeQuery: Read 1 rows, 69.00 B in 0.001116 sec., 896.0573476702509 rows/sec., 60.38 KiB/sec. 2026.03.24 20:59:08.474171 [ 270 ] {58150857-3f7b-4192-831e-ddcc866e2440} TCPHandler: Processed in 0.001288475 sec. 2026.03.24 20:59:08.474278 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:08.474372 [ 270 ] {7980399e-f4d8-45af-8463-e39ac97446e6} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:08.474426 [ 270 ] {7980399e-f4d8-45af-8463-e39ac97446e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:08.475016 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4256 rows, containing 5 columns (5 merged, 0 gathered) in 0.002140538 sec., 1988285.1881162587 rows/sec., 136.35 MiB/sec. 2026.03.24 20:59:08.475239 [ 270 ] {7980399e-f4d8-45af-8463-e39ac97446e6} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.475282 [ 270 ] {7980399e-f4d8-45af-8463-e39ac97446e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:08.475374 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.24 20:59:08.475652 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.475713 [ 187 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_21_4} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.24 20:59:08.475769 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2026.03.24 20:59:08.475885 [ 270 ] {7980399e-f4d8-45af-8463-e39ac97446e6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.24 20:59:08.476128 [ 270 ] {7980399e-f4d8-45af-8463-e39ac97446e6} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.476275 [ 270 ] {7980399e-f4d8-45af-8463-e39ac97446e6} executeQuery: Read 25 rows, 45.87 KiB in 0.001921 sec., 13014.055179593961 rows/sec., 23.32 MiB/sec. 2026.03.24 20:59:08.476339 [ 270 ] {7980399e-f4d8-45af-8463-e39ac97446e6} TCPHandler: Processed in 0.002111047 sec. 2026.03.24 20:59:08.476448 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:08.476542 [ 270 ] {d7ca7212-9f10-449f-82fd-2e263bdd2ed3} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:08.476583 [ 270 ] {d7ca7212-9f10-449f-82fd-2e263bdd2ed3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:08.476907 [ 270 ] {d7ca7212-9f10-449f-82fd-2e263bdd2ed3} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.476944 [ 270 ] {d7ca7212-9f10-449f-82fd-2e263bdd2ed3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:08.477248 [ 270 ] {d7ca7212-9f10-449f-82fd-2e263bdd2ed3} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.24 20:59:08.477463 [ 270 ] {d7ca7212-9f10-449f-82fd-2e263bdd2ed3} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.477557 [ 50 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.24 20:59:08.477586 [ 50 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:08.477589 [ 270 ] {d7ca7212-9f10-449f-82fd-2e263bdd2ed3} executeQuery: Read 90 rows, 5.77 KiB in 0.001065 sec., 84507.04225352113 rows/sec., 5.29 MiB/sec. 2026.03.24 20:59:08.477605 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.24 20:59:08.477638 [ 270 ] {d7ca7212-9f10-449f-82fd-2e263bdd2ed3} TCPHandler: Processed in 0.001240333 sec. 2026.03.24 20:59:08.477684 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.24 20:59:08.477770 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:08.477798 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1050 rows starting from the beginning of the part 2026.03.24 20:59:08.477847 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 90 rows starting from the beginning of the part 2026.03.24 20:59:08.477886 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.03.24 20:59:08.477925 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 90 rows starting from the beginning of the part 2026.03.24 20:59:08.477960 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.03.24 20:59:08.478000 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 90 rows starting from the beginning of the part 2026.03.24 20:59:08.478926 [ 200 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1440 rows, containing 4 columns (4 merged, 0 gathered) in 0.001270004 sec., 1133854.696520641 rows/sec., 73.62 MiB/sec. 2026.03.24 20:59:08.479102 [ 191 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.24 20:59:08.479359 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:08.479430 [ 187 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_21_4} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.24 20:59:08.479484 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.03.24 20:59:13.450889 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:13.451107 [ 270 ] {cf22759d-e23a-4689-847b-58beba80ac23} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.24 20:59:13.451177 [ 270 ] {cf22759d-e23a-4689-847b-58beba80ac23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.24 20:59:13.451950 [ 270 ] {cf22759d-e23a-4689-847b-58beba80ac23} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:13.451995 [ 270 ] {cf22759d-e23a-4689-847b-58beba80ac23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:13.452383 [ 270 ] {cf22759d-e23a-4689-847b-58beba80ac23} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.24 20:59:13.452604 [ 270 ] {cf22759d-e23a-4689-847b-58beba80ac23} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:13.452755 [ 270 ] {cf22759d-e23a-4689-847b-58beba80ac23} executeQuery: Read 4 rows, 334.00 B in 0.001703 sec., 2348.796241926013 rows/sec., 191.53 KiB/sec. 2026.03.24 20:59:13.452797 [ 270 ] {cf22759d-e23a-4689-847b-58beba80ac23} TCPHandler: Processed in 0.002043835 sec. 2026.03.24 20:59:13.452938 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:13.453047 [ 270 ] {ef9a8ad7-bb5d-46f4-af14-96880c64851b} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:13.453088 [ 270 ] {ef9a8ad7-bb5d-46f4-af14-96880c64851b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:13.453562 [ 270 ] {ef9a8ad7-bb5d-46f4-af14-96880c64851b} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:13.453598 [ 270 ] {ef9a8ad7-bb5d-46f4-af14-96880c64851b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:13.453910 [ 270 ] {ef9a8ad7-bb5d-46f4-af14-96880c64851b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.24 20:59:13.454117 [ 270 ] {ef9a8ad7-bb5d-46f4-af14-96880c64851b} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:13.454243 [ 270 ] {ef9a8ad7-bb5d-46f4-af14-96880c64851b} executeQuery: Read 88 rows, 7.51 KiB in 0.001215 sec., 72427.98353909465 rows/sec., 6.04 MiB/sec. 2026.03.24 20:59:13.454298 [ 270 ] {ef9a8ad7-bb5d-46f4-af14-96880c64851b} TCPHandler: Processed in 0.001411558 sec. 2026.03.24 20:59:13.454414 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:13.454512 [ 270 ] {aa6cc1c9-160b-4c94-b537-d8dad13dd0e2} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:13.454551 [ 270 ] {aa6cc1c9-160b-4c94-b537-d8dad13dd0e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:13.454979 [ 270 ] {aa6cc1c9-160b-4c94-b537-d8dad13dd0e2} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:13.455015 [ 270 ] {aa6cc1c9-160b-4c94-b537-d8dad13dd0e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:13.455319 [ 270 ] {aa6cc1c9-160b-4c94-b537-d8dad13dd0e2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.24 20:59:13.455520 [ 270 ] {aa6cc1c9-160b-4c94-b537-d8dad13dd0e2} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:13.455622 [ 82 ] {} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.24 20:59:13.455645 [ 270 ] {aa6cc1c9-160b-4c94-b537-d8dad13dd0e2} executeQuery: Read 19 rows, 1.41 KiB in 0.001151 sec., 16507.38488271069 rows/sec., 1.19 MiB/sec. 2026.03.24 20:59:13.455692 [ 82 ] {} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:13.455699 [ 270 ] {aa6cc1c9-160b-4c94-b537-d8dad13dd0e2} TCPHandler: Processed in 0.001333296 sec. 2026.03.24 20:59:13.455720 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:13.455824 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:13.455857 [ 191 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.24 20:59:13.455928 [ 270 ] {01085bfc-ae30-402d-b9ba-c350417a640d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:13.455972 [ 270 ] {01085bfc-ae30-402d-b9ba-c350417a640d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:13.456003 [ 191 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:13.456045 [ 191 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 212 rows starting from the beginning of the part 2026.03.24 20:59:13.456116 [ 191 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part 2026.03.24 20:59:13.456166 [ 191 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 167 rows starting from the beginning of the part 2026.03.24 20:59:13.456215 [ 191 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 15 rows starting from the beginning of the part 2026.03.24 20:59:13.456264 [ 191 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 167 rows starting from the beginning of the part 2026.03.24 20:59:13.456309 [ 191 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 19 rows starting from the beginning of the part 2026.03.24 20:59:13.456381 [ 270 ] {01085bfc-ae30-402d-b9ba-c350417a640d} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:13.456422 [ 270 ] {01085bfc-ae30-402d-b9ba-c350417a640d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:13.456763 [ 270 ] {01085bfc-ae30-402d-b9ba-c350417a640d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.24 20:59:13.456982 [ 270 ] {01085bfc-ae30-402d-b9ba-c350417a640d} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:13.457145 [ 270 ] {01085bfc-ae30-402d-b9ba-c350417a640d} executeQuery: Read 83 rows, 6.64 KiB in 0.001219 sec., 68088.59721082855 rows/sec., 5.32 MiB/sec. 2026.03.24 20:59:13.457187 [ 270 ] {01085bfc-ae30-402d-b9ba-c350417a640d} TCPHandler: Processed in 0.001412098 sec. 2026.03.24 20:59:13.457302 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:13.457306 [ 200 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 595 rows, containing 5 columns (5 merged, 0 gathered) in 0.001507531 sec., 394685.0844194912 rows/sec., 26.30 MiB/sec. 2026.03.24 20:59:13.457402 [ 270 ] {33d957d3-5aa2-4176-a755-f74c4955d43f} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:13.457446 [ 270 ] {33d957d3-5aa2-4176-a755-f74c4955d43f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:13.457505 [ 188 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.24 20:59:13.457802 [ 188 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:13.457852 [ 270 ] {33d957d3-5aa2-4176-a755-f74c4955d43f} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:13.457881 [ 188 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_21_4} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.24 20:59:13.457894 [ 270 ] {33d957d3-5aa2-4176-a755-f74c4955d43f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:13.457992 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.24 20:59:13.458238 [ 270 ] {33d957d3-5aa2-4176-a755-f74c4955d43f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.24 20:59:13.458446 [ 270 ] {33d957d3-5aa2-4176-a755-f74c4955d43f} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:13.458581 [ 270 ] {33d957d3-5aa2-4176-a755-f74c4955d43f} executeQuery: Read 162 rows, 11.55 KiB in 0.001204 sec., 134551.4950166113 rows/sec., 9.37 MiB/sec. 2026.03.24 20:59:13.458617 [ 270 ] {33d957d3-5aa2-4176-a755-f74c4955d43f} TCPHandler: Processed in 0.001362656 sec. 2026.03.24 20:59:13.458731 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:13.458823 [ 270 ] {aa2c2ee9-62e4-4809-ab73-c3de7bc2937b} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:13.458875 [ 270 ] {aa2c2ee9-62e4-4809-ab73-c3de7bc2937b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:13.459643 [ 270 ] {aa2c2ee9-62e4-4809-ab73-c3de7bc2937b} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:13.459679 [ 270 ] {aa2c2ee9-62e4-4809-ab73-c3de7bc2937b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:13.460176 [ 270 ] {aa2c2ee9-62e4-4809-ab73-c3de7bc2937b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.24 20:59:13.460390 [ 270 ] {aa2c2ee9-62e4-4809-ab73-c3de7bc2937b} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:13.460523 [ 270 ] {aa2c2ee9-62e4-4809-ab73-c3de7bc2937b} executeQuery: Read 15 rows, 27.52 KiB in 0.001718 sec., 8731.082654249127 rows/sec., 15.65 MiB/sec. 2026.03.24 20:59:13.460528 [ 69 ] {} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.24 20:59:13.460575 [ 270 ] {aa2c2ee9-62e4-4809-ab73-c3de7bc2937b} TCPHandler: Processed in 0.001891211 sec. 2026.03.24 20:59:13.460586 [ 69 ] {} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:13.460617 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:13.460694 [ 187 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.24 20:59:13.460724 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:13.460827 [ 270 ] {389f9233-f6dc-4d9b-8e0e-1119b79d4dfd} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:13.460868 [ 270 ] {389f9233-f6dc-4d9b-8e0e-1119b79d4dfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:13.460906 [ 187 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:13.460964 [ 187 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 310 rows starting from the beginning of the part 2026.03.24 20:59:13.461102 [ 187 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part 2026.03.24 20:59:13.461218 [ 187 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 25 rows starting from the beginning of the part 2026.03.24 20:59:13.461229 [ 270 ] {389f9233-f6dc-4d9b-8e0e-1119b79d4dfd} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:13.461271 [ 270 ] {389f9233-f6dc-4d9b-8e0e-1119b79d4dfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:13.461330 [ 187 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 15 rows starting from the beginning of the part 2026.03.24 20:59:13.461434 [ 187 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 25 rows starting from the beginning of the part 2026.03.24 20:59:13.461530 [ 187 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 15 rows starting from the beginning of the part 2026.03.24 20:59:13.461584 [ 270 ] {389f9233-f6dc-4d9b-8e0e-1119b79d4dfd} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.24 20:59:13.461792 [ 270 ] {389f9233-f6dc-4d9b-8e0e-1119b79d4dfd} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:13.461932 [ 270 ] {389f9233-f6dc-4d9b-8e0e-1119b79d4dfd} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.03.24 20:59:13.461967 [ 270 ] {389f9233-f6dc-4d9b-8e0e-1119b79d4dfd} TCPHandler: Processed in 0.001291795 sec. 2026.03.24 20:59:13.465066 [ 189 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 405 rows, containing 19 columns (19 merged, 0 gathered) in 0.004403929 sec., 91963.33546703409 rows/sec., 164.79 MiB/sec. 2026.03.24 20:59:13.465906 [ 200 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.24 20:59:13.466359 [ 200 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:13.466424 [ 200 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_21_4} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.24 20:59:13.466535 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. 2026.03.24 20:59:14.000250 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 243.80 MiB, peak 248.89 MiB, free memory in arenas 0.00 B, will set to 244.82 MiB (RSS), difference: 1.02 MiB 2026.03.24 20:59:14.275521 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8223 2026.03.24 20:59:14.276065 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:14.276111 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:14.276611 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.24 20:59:14.276849 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:14.276990 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8223 2026.03.24 20:59:14.692427 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.03.24 20:59:14.707907 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:14.707963 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:14.714405 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.24 20:59:14.715113 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:14.718069 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.03.24 20:59:16.795005 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 648 2026.03.24 20:59:16.797421 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:16.797482 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:16.798735 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:59:16.799023 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:16.799385 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 648 2026.03.24 20:59:18.458684 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:18.458896 [ 270 ] {e6976349-f17c-4168-863d-58d2eb3754f8} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:59:18.458966 [ 270 ] {e6976349-f17c-4168-863d-58d2eb3754f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:59:18.459823 [ 270 ] {e6976349-f17c-4168-863d-58d2eb3754f8} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.459861 [ 270 ] {e6976349-f17c-4168-863d-58d2eb3754f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.460252 [ 270 ] {e6976349-f17c-4168-863d-58d2eb3754f8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:59:18.460473 [ 270 ] {e6976349-f17c-4168-863d-58d2eb3754f8} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.460620 [ 270 ] {e6976349-f17c-4168-863d-58d2eb3754f8} executeQuery: Read 284 rows, 18.47 KiB in 0.00178 sec., 159550.56179775283 rows/sec., 10.13 MiB/sec. 2026.03.24 20:59:18.460661 [ 270 ] {e6976349-f17c-4168-863d-58d2eb3754f8} TCPHandler: Processed in 0.002107847 sec. 2026.03.24 20:59:18.460786 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:18.460880 [ 270 ] {55683aeb-ef14-4797-b711-371506a8104f} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:18.460921 [ 270 ] {55683aeb-ef14-4797-b711-371506a8104f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:18.461747 [ 270 ] {55683aeb-ef14-4797-b711-371506a8104f} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.461784 [ 270 ] {55683aeb-ef14-4797-b711-371506a8104f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.462160 [ 270 ] {55683aeb-ef14-4797-b711-371506a8104f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.24 20:59:18.462368 [ 270 ] {55683aeb-ef14-4797-b711-371506a8104f} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.462494 [ 270 ] {55683aeb-ef14-4797-b711-371506a8104f} executeQuery: Read 847 rows, 68.22 KiB in 0.001633 sec., 518677.281077771 rows/sec., 40.79 MiB/sec. 2026.03.24 20:59:18.462530 [ 270 ] {55683aeb-ef14-4797-b711-371506a8104f} TCPHandler: Processed in 0.001793058 sec. 2026.03.24 20:59:18.462641 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:18.462734 [ 270 ] {ae44ee8e-dc29-40e8-930d-01f8f540628a} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:18.462773 [ 270 ] {ae44ee8e-dc29-40e8-930d-01f8f540628a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:18.463243 [ 270 ] {ae44ee8e-dc29-40e8-930d-01f8f540628a} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.463281 [ 270 ] {ae44ee8e-dc29-40e8-930d-01f8f540628a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.463595 [ 270 ] {ae44ee8e-dc29-40e8-930d-01f8f540628a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.24 20:59:18.463801 [ 270 ] {ae44ee8e-dc29-40e8-930d-01f8f540628a} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.463926 [ 270 ] {ae44ee8e-dc29-40e8-930d-01f8f540628a} executeQuery: Read 167 rows, 10.42 KiB in 0.00121 sec., 138016.52892561984 rows/sec., 8.41 MiB/sec. 2026.03.24 20:59:18.463962 [ 270 ] {ae44ee8e-dc29-40e8-930d-01f8f540628a} TCPHandler: Processed in 0.001368967 sec. 2026.03.24 20:59:18.464075 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:18.464169 [ 270 ] {25ce5581-16a9-40f4-bb93-bc15297cd74e} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:59:18.464208 [ 270 ] {25ce5581-16a9-40f4-bb93-bc15297cd74e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:59:18.464673 [ 270 ] {25ce5581-16a9-40f4-bb93-bc15297cd74e} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.464709 [ 270 ] {25ce5581-16a9-40f4-bb93-bc15297cd74e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.465011 [ 270 ] {25ce5581-16a9-40f4-bb93-bc15297cd74e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:59:18.465218 [ 270 ] {25ce5581-16a9-40f4-bb93-bc15297cd74e} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.465319 [ 125 ] {} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:59:18.465342 [ 270 ] {25ce5581-16a9-40f4-bb93-bc15297cd74e} executeQuery: Read 149 rows, 9.86 KiB in 0.001192 sec., 125000.00000000001 rows/sec., 8.08 MiB/sec. 2026.03.24 20:59:18.465389 [ 125 ] {} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.465396 [ 270 ] {25ce5581-16a9-40f4-bb93-bc15297cd74e} TCPHandler: Processed in 0.001368986 sec. 2026.03.24 20:59:18.465421 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.465522 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:18.465558 [ 187 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:59:18.465620 [ 270 ] {d4fc6506-516b-4eba-a732-87d65dc30398} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:59:18.465664 [ 270 ] {d4fc6506-516b-4eba-a732-87d65dc30398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:59:18.465695 [ 187 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:18.465738 [ 187 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 174 rows starting from the beginning of the part 2026.03.24 20:59:18.465808 [ 187 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 149 rows starting from the beginning of the part 2026.03.24 20:59:18.465858 [ 187 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 149 rows starting from the beginning of the part 2026.03.24 20:59:18.465903 [ 187 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 149 rows starting from the beginning of the part 2026.03.24 20:59:18.465945 [ 187 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 149 rows starting from the beginning of the part 2026.03.24 20:59:18.465989 [ 187 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 149 rows starting from the beginning of the part 2026.03.24 20:59:18.466096 [ 270 ] {d4fc6506-516b-4eba-a732-87d65dc30398} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.466139 [ 270 ] {d4fc6506-516b-4eba-a732-87d65dc30398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.466481 [ 270 ] {d4fc6506-516b-4eba-a732-87d65dc30398} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:59:18.466709 [ 270 ] {d4fc6506-516b-4eba-a732-87d65dc30398} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.466837 [ 270 ] {d4fc6506-516b-4eba-a732-87d65dc30398} executeQuery: Read 148 rows, 8.62 KiB in 0.001235 sec., 119838.05668016194 rows/sec., 6.82 MiB/sec. 2026.03.24 20:59:18.466873 [ 270 ] {d4fc6506-516b-4eba-a732-87d65dc30398} TCPHandler: Processed in 0.001399037 sec. 2026.03.24 20:59:18.466945 [ 200 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 919 rows, containing 5 columns (5 merged, 0 gathered) in 0.001438619 sec., 638807.0781770573 rows/sec., 44.01 MiB/sec. 2026.03.24 20:59:18.466982 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:18.467075 [ 270 ] {ccecc61e-48f6-45ac-9c90-720a0bd5b5bf} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:18.467115 [ 270 ] {ccecc61e-48f6-45ac-9c90-720a0bd5b5bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:18.467167 [ 188 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:59:18.467512 [ 188 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.467600 [ 188 ] {1db6456b-28f4-422f-b597-3d516ecb4e23::all_1_11_2} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:59:18.467707 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.03.24 20:59:18.467706 [ 270 ] {ccecc61e-48f6-45ac-9c90-720a0bd5b5bf} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.467756 [ 270 ] {ccecc61e-48f6-45ac-9c90-720a0bd5b5bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.468071 [ 270 ] {ccecc61e-48f6-45ac-9c90-720a0bd5b5bf} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.24 20:59:18.468281 [ 270 ] {ccecc61e-48f6-45ac-9c90-720a0bd5b5bf} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.468407 [ 270 ] {ccecc61e-48f6-45ac-9c90-720a0bd5b5bf} executeQuery: Read 515 rows, 37.18 KiB in 0.00135 sec., 381481.48148148146 rows/sec., 26.90 MiB/sec. 2026.03.24 20:59:18.468443 [ 270 ] {ccecc61e-48f6-45ac-9c90-720a0bd5b5bf} TCPHandler: Processed in 0.00150893 sec. 2026.03.24 20:59:18.468550 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:18.468642 [ 270 ] {1badda3a-0b19-4c54-80e5-7ff1b8002f1f} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:59:18.468683 [ 270 ] {1badda3a-0b19-4c54-80e5-7ff1b8002f1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:59:18.469004 [ 270 ] {1badda3a-0b19-4c54-80e5-7ff1b8002f1f} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.469038 [ 270 ] {1badda3a-0b19-4c54-80e5-7ff1b8002f1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.469329 [ 270 ] {1badda3a-0b19-4c54-80e5-7ff1b8002f1f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:59:18.469528 [ 270 ] {1badda3a-0b19-4c54-80e5-7ff1b8002f1f} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.469648 [ 270 ] {1badda3a-0b19-4c54-80e5-7ff1b8002f1f} executeQuery: Read 6 rows, 321.00 B in 0.001023 sec., 5865.102639296188 rows/sec., 306.43 KiB/sec. 2026.03.24 20:59:18.469682 [ 270 ] {1badda3a-0b19-4c54-80e5-7ff1b8002f1f} TCPHandler: Processed in 0.001179732 sec. 2026.03.24 20:59:18.469791 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:18.469883 [ 270 ] {5f51cf08-46cd-471d-a4a5-64ec937227d6} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:18.469923 [ 270 ] {5f51cf08-46cd-471d-a4a5-64ec937227d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:18.470311 [ 270 ] {5f51cf08-46cd-471d-a4a5-64ec937227d6} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.470345 [ 270 ] {5f51cf08-46cd-471d-a4a5-64ec937227d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.470666 [ 270 ] {5f51cf08-46cd-471d-a4a5-64ec937227d6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.24 20:59:18.470867 [ 270 ] {5f51cf08-46cd-471d-a4a5-64ec937227d6} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.470990 [ 270 ] {5f51cf08-46cd-471d-a4a5-64ec937227d6} executeQuery: Read 265 rows, 18.03 KiB in 0.001125 sec., 235555.55555555556 rows/sec., 15.65 MiB/sec. 2026.03.24 20:59:18.471025 [ 270 ] {5f51cf08-46cd-471d-a4a5-64ec937227d6} TCPHandler: Processed in 0.001280484 sec. 2026.03.24 20:59:18.471133 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:18.471225 [ 270 ] {175b9bc3-2a23-4b1f-967e-cf1bced06d93} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:59:18.471265 [ 270 ] {175b9bc3-2a23-4b1f-967e-cf1bced06d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:59:18.471564 [ 270 ] {175b9bc3-2a23-4b1f-967e-cf1bced06d93} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.471599 [ 270 ] {175b9bc3-2a23-4b1f-967e-cf1bced06d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.471873 [ 270 ] {175b9bc3-2a23-4b1f-967e-cf1bced06d93} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:59:18.472077 [ 270 ] {175b9bc3-2a23-4b1f-967e-cf1bced06d93} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.472198 [ 270 ] {175b9bc3-2a23-4b1f-967e-cf1bced06d93} executeQuery: Read 1 rows, 69.00 B in 0.000991 sec., 1009.0817356205854 rows/sec., 67.99 KiB/sec. 2026.03.24 20:59:18.472233 [ 270 ] {175b9bc3-2a23-4b1f-967e-cf1bced06d93} TCPHandler: Processed in 0.001147401 sec. 2026.03.24 20:59:18.472338 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:18.472429 [ 270 ] {d5ff1aae-019f-465c-bbda-053a9f05aeac} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:18.472480 [ 270 ] {d5ff1aae-019f-465c-bbda-053a9f05aeac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:18.473249 [ 270 ] {d5ff1aae-019f-465c-bbda-053a9f05aeac} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.473284 [ 270 ] {d5ff1aae-019f-465c-bbda-053a9f05aeac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.473787 [ 270 ] {d5ff1aae-019f-465c-bbda-053a9f05aeac} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.24 20:59:18.473999 [ 270 ] {d5ff1aae-019f-465c-bbda-053a9f05aeac} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.474128 [ 270 ] {d5ff1aae-019f-465c-bbda-053a9f05aeac} executeQuery: Read 25 rows, 45.87 KiB in 0.001717 sec., 14560.279557367501 rows/sec., 26.09 MiB/sec. 2026.03.24 20:59:18.474178 [ 270 ] {d5ff1aae-019f-465c-bbda-053a9f05aeac} TCPHandler: Processed in 0.001886701 sec. 2026.03.24 20:59:18.474301 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:18.474393 [ 270 ] {d28be728-36c5-4064-bb69-183b56129ca4} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:18.474433 [ 270 ] {d28be728-36c5-4064-bb69-183b56129ca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:18.474750 [ 270 ] {d28be728-36c5-4064-bb69-183b56129ca4} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:18.474785 [ 270 ] {d28be728-36c5-4064-bb69-183b56129ca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:18.475079 [ 270 ] {d28be728-36c5-4064-bb69-183b56129ca4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.24 20:59:18.475275 [ 270 ] {d28be728-36c5-4064-bb69-183b56129ca4} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:18.475398 [ 270 ] {d28be728-36c5-4064-bb69-183b56129ca4} executeQuery: Read 90 rows, 5.77 KiB in 0.001023 sec., 87976.53958944281 rows/sec., 5.50 MiB/sec. 2026.03.24 20:59:18.475433 [ 270 ] {d28be728-36c5-4064-bb69-183b56129ca4} TCPHandler: Processed in 0.001179032 sec. 2026.03.24 20:59:21.691621 [ 124 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:59:21.691672 [ 124 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:59:21.777165 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8671 2026.03.24 20:59:21.777670 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:21.777721 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:21.778210 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.24 20:59:21.778445 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:21.778596 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8671 2026.03.24 20:59:22.218282 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.03.24 20:59:22.234411 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:22.234453 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:22.240561 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.24 20:59:22.241241 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:22.243910 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.03.24 20:59:23.451380 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:23.451584 [ 270 ] {adbed211-db50-4d3a-96f7-cc69114d1d33} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:23.451653 [ 270 ] {adbed211-db50-4d3a-96f7-cc69114d1d33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:23.452334 [ 270 ] {adbed211-db50-4d3a-96f7-cc69114d1d33} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:23.452385 [ 270 ] {adbed211-db50-4d3a-96f7-cc69114d1d33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:23.452800 [ 270 ] {adbed211-db50-4d3a-96f7-cc69114d1d33} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.24 20:59:23.453040 [ 270 ] {adbed211-db50-4d3a-96f7-cc69114d1d33} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:23.453194 [ 270 ] {adbed211-db50-4d3a-96f7-cc69114d1d33} executeQuery: Read 86 rows, 7.37 KiB in 0.001703 sec., 50499.119201409274 rows/sec., 4.22 MiB/sec. 2026.03.24 20:59:23.453255 [ 270 ] {adbed211-db50-4d3a-96f7-cc69114d1d33} TCPHandler: Processed in 0.002048935 sec. 2026.03.24 20:59:23.453390 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:23.453556 [ 270 ] {3eeb51a6-fb75-40f9-b7e1-0614b46bad8a} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:23.453601 [ 270 ] {3eeb51a6-fb75-40f9-b7e1-0614b46bad8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:23.454026 [ 270 ] {3eeb51a6-fb75-40f9-b7e1-0614b46bad8a} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:23.454065 [ 270 ] {3eeb51a6-fb75-40f9-b7e1-0614b46bad8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:23.454378 [ 270 ] {3eeb51a6-fb75-40f9-b7e1-0614b46bad8a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.24 20:59:23.454591 [ 270 ] {3eeb51a6-fb75-40f9-b7e1-0614b46bad8a} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:23.454725 [ 270 ] {3eeb51a6-fb75-40f9-b7e1-0614b46bad8a} executeQuery: Read 15 rows, 1.13 KiB in 0.001195 sec., 12552.301255230124 rows/sec., 943.87 KiB/sec. 2026.03.24 20:59:23.454764 [ 270 ] {3eeb51a6-fb75-40f9-b7e1-0614b46bad8a} TCPHandler: Processed in 0.001371528 sec. 2026.03.24 20:59:23.454877 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:23.454976 [ 270 ] {fc72e07e-44c4-4226-8156-f631e7332825} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:23.455017 [ 270 ] {fc72e07e-44c4-4226-8156-f631e7332825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:23.455462 [ 270 ] {fc72e07e-44c4-4226-8156-f631e7332825} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:23.455500 [ 270 ] {fc72e07e-44c4-4226-8156-f631e7332825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:23.455838 [ 270 ] {fc72e07e-44c4-4226-8156-f631e7332825} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.24 20:59:23.456056 [ 270 ] {fc72e07e-44c4-4226-8156-f631e7332825} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:23.456189 [ 270 ] {fc72e07e-44c4-4226-8156-f631e7332825} executeQuery: Read 79 rows, 6.32 KiB in 0.001235 sec., 63967.61133603239 rows/sec., 4.99 MiB/sec. 2026.03.24 20:59:23.456229 [ 270 ] {fc72e07e-44c4-4226-8156-f631e7332825} TCPHandler: Processed in 0.001402788 sec. 2026.03.24 20:59:23.456344 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:23.456440 [ 270 ] {91f5e760-b901-4256-bc8a-4fe4210a43d8} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:23.456485 [ 270 ] {91f5e760-b901-4256-bc8a-4fe4210a43d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:23.456895 [ 270 ] {91f5e760-b901-4256-bc8a-4fe4210a43d8} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:23.456931 [ 270 ] {91f5e760-b901-4256-bc8a-4fe4210a43d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:23.457266 [ 270 ] {91f5e760-b901-4256-bc8a-4fe4210a43d8} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.24 20:59:23.457474 [ 270 ] {91f5e760-b901-4256-bc8a-4fe4210a43d8} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:23.457600 [ 270 ] {91f5e760-b901-4256-bc8a-4fe4210a43d8} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.03.24 20:59:23.457636 [ 270 ] {91f5e760-b901-4256-bc8a-4fe4210a43d8} TCPHandler: Processed in 0.001348326 sec. 2026.03.24 20:59:23.457747 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:23.457836 [ 270 ] {6b093731-8742-4a25-b885-0fada595fb75} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:23.457888 [ 270 ] {6b093731-8742-4a25-b885-0fada595fb75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:23.458674 [ 270 ] {6b093731-8742-4a25-b885-0fada595fb75} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:23.458712 [ 270 ] {6b093731-8742-4a25-b885-0fada595fb75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:23.459296 [ 270 ] {6b093731-8742-4a25-b885-0fada595fb75} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.24 20:59:23.459518 [ 270 ] {6b093731-8742-4a25-b885-0fada595fb75} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:23.459655 [ 270 ] {6b093731-8742-4a25-b885-0fada595fb75} executeQuery: Read 15 rows, 27.52 KiB in 0.001818 sec., 8250.82508250825 rows/sec., 14.79 MiB/sec. 2026.03.24 20:59:23.459715 [ 270 ] {6b093731-8742-4a25-b885-0fada595fb75} TCPHandler: Processed in 0.002003234 sec. 2026.03.24 20:59:23.459823 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:23.459918 [ 270 ] {b01c96f8-f68a-4e14-a354-2b68e3c71458} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:23.459959 [ 270 ] {b01c96f8-f68a-4e14-a354-2b68e3c71458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:23.460288 [ 270 ] {b01c96f8-f68a-4e14-a354-2b68e3c71458} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:23.460323 [ 270 ] {b01c96f8-f68a-4e14-a354-2b68e3c71458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:23.460628 [ 270 ] {b01c96f8-f68a-4e14-a354-2b68e3c71458} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.24 20:59:23.460837 [ 270 ] {b01c96f8-f68a-4e14-a354-2b68e3c71458} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:23.460963 [ 270 ] {b01c96f8-f68a-4e14-a354-2b68e3c71458} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.03.24 20:59:23.461000 [ 270 ] {b01c96f8-f68a-4e14-a354-2b68e3c71458} TCPHandler: Processed in 0.001225773 sec. 2026.03.24 20:59:26.799944 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 682 2026.03.24 20:59:26.802304 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:26.802362 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:26.803631 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:59:26.803918 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:26.804278 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 682 2026.03.24 20:59:28.458725 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.459040 [ 270 ] {c2013c2b-3a85-4a79-a706-0cb5346390be} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:59:28.459153 [ 270 ] {c2013c2b-3a85-4a79-a706-0cb5346390be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:59:28.459975 [ 270 ] {c2013c2b-3a85-4a79-a706-0cb5346390be} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.460018 [ 270 ] {c2013c2b-3a85-4a79-a706-0cb5346390be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.460437 [ 270 ] {c2013c2b-3a85-4a79-a706-0cb5346390be} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:59:28.460661 [ 270 ] {c2013c2b-3a85-4a79-a706-0cb5346390be} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.460814 [ 270 ] {c2013c2b-3a85-4a79-a706-0cb5346390be} executeQuery: Read 284 rows, 18.47 KiB in 0.00186 sec., 152688.17204301074 rows/sec., 9.70 MiB/sec. 2026.03.24 20:59:28.460814 [ 116 ] {} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:59:28.460856 [ 270 ] {c2013c2b-3a85-4a79-a706-0cb5346390be} TCPHandler: Processed in 0.002308263 sec. 2026.03.24 20:59:28.460898 [ 116 ] {} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.460927 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.461010 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.461079 [ 188 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:59:28.461112 [ 270 ] {b87e87dc-4a04-4b0c-a16b-bea14fa5e8f1} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.24 20:59:28.461171 [ 270 ] {b87e87dc-4a04-4b0c-a16b-bea14fa5e8f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.24 20:59:28.461248 [ 188 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:28.461291 [ 188 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part 2026.03.24 20:59:28.461368 [ 188 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.03.24 20:59:28.461419 [ 188 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.03.24 20:59:28.461465 [ 188 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.03.24 20:59:28.461515 [ 188 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.03.24 20:59:28.461562 [ 188 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 284 rows starting from the beginning of the part 2026.03.24 20:59:28.461609 [ 270 ] {b87e87dc-4a04-4b0c-a16b-bea14fa5e8f1} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.461649 [ 270 ] {b87e87dc-4a04-4b0c-a16b-bea14fa5e8f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.462025 [ 270 ] {b87e87dc-4a04-4b0c-a16b-bea14fa5e8f1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.24 20:59:28.462246 [ 270 ] {b87e87dc-4a04-4b0c-a16b-bea14fa5e8f1} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.462376 [ 270 ] {b87e87dc-4a04-4b0c-a16b-bea14fa5e8f1} executeQuery: Read 8 rows, 668.00 B in 0.001283 sec., 6235.385814497272 rows/sec., 508.45 KiB/sec. 2026.03.24 20:59:28.462413 [ 270 ] {b87e87dc-4a04-4b0c-a16b-bea14fa5e8f1} TCPHandler: Processed in 0.001461799 sec. 2026.03.24 20:59:28.462528 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.462629 [ 270 ] {b889dbba-432f-46f7-b6db-d79afb19eefc} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:28.462667 [ 270 ] {b889dbba-432f-46f7-b6db-d79afb19eefc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:28.462883 [ 193 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001873791 sec., 922194.631098132 rows/sec., 62.34 MiB/sec. 2026.03.24 20:59:28.463044 [ 193 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:59:28.463292 [ 193 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.463355 [ 193 ] {32191d85-458a-4a1d-a81c-1548142e9e0b::all_1_11_2} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:59:28.463425 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.03.24 20:59:28.463541 [ 270 ] {b889dbba-432f-46f7-b6db-d79afb19eefc} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.463576 [ 270 ] {b889dbba-432f-46f7-b6db-d79afb19eefc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.463921 [ 270 ] {b889dbba-432f-46f7-b6db-d79afb19eefc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.24 20:59:28.464125 [ 270 ] {b889dbba-432f-46f7-b6db-d79afb19eefc} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.464254 [ 270 ] {b889dbba-432f-46f7-b6db-d79afb19eefc} executeQuery: Read 851 rows, 68.51 KiB in 0.001642 sec., 518270.40194884286 rows/sec., 40.75 MiB/sec. 2026.03.24 20:59:28.464298 [ 270 ] {b889dbba-432f-46f7-b6db-d79afb19eefc} TCPHandler: Processed in 0.001817869 sec. 2026.03.24 20:59:28.464412 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.464510 [ 270 ] {f8c0bb28-1d4b-470e-adcd-fdfda2d065e3} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:28.464550 [ 270 ] {f8c0bb28-1d4b-470e-adcd-fdfda2d065e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:28.465007 [ 270 ] {f8c0bb28-1d4b-470e-adcd-fdfda2d065e3} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.465041 [ 270 ] {f8c0bb28-1d4b-470e-adcd-fdfda2d065e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.465343 [ 270 ] {f8c0bb28-1d4b-470e-adcd-fdfda2d065e3} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.24 20:59:28.465545 [ 270 ] {f8c0bb28-1d4b-470e-adcd-fdfda2d065e3} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.465667 [ 270 ] {f8c0bb28-1d4b-470e-adcd-fdfda2d065e3} executeQuery: Read 175 rows, 10.98 KiB in 0.00118 sec., 148305.0847457627 rows/sec., 9.09 MiB/sec. 2026.03.24 20:59:28.465710 [ 270 ] {f8c0bb28-1d4b-470e-adcd-fdfda2d065e3} TCPHandler: Processed in 0.001345516 sec. 2026.03.24 20:59:28.465816 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.465908 [ 270 ] {99b95399-c5a0-4ac9-b5de-bb88f04fa54d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:59:28.465946 [ 270 ] {99b95399-c5a0-4ac9-b5de-bb88f04fa54d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:59:28.466369 [ 270 ] {99b95399-c5a0-4ac9-b5de-bb88f04fa54d} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.466401 [ 270 ] {99b95399-c5a0-4ac9-b5de-bb88f04fa54d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.466687 [ 270 ] {99b95399-c5a0-4ac9-b5de-bb88f04fa54d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:59:28.466896 [ 270 ] {99b95399-c5a0-4ac9-b5de-bb88f04fa54d} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.467016 [ 270 ] {99b95399-c5a0-4ac9-b5de-bb88f04fa54d} executeQuery: Read 149 rows, 9.86 KiB in 0.001126 sec., 132326.82060390763 rows/sec., 8.55 MiB/sec. 2026.03.24 20:59:28.467052 [ 270 ] {99b95399-c5a0-4ac9-b5de-bb88f04fa54d} TCPHandler: Processed in 0.001283164 sec. 2026.03.24 20:59:28.467163 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.467255 [ 270 ] {0e15faa7-17e6-4e53-bf82-fdb5e77da3c8} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:59:28.467292 [ 270 ] {0e15faa7-17e6-4e53-bf82-fdb5e77da3c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:59:28.467713 [ 270 ] {0e15faa7-17e6-4e53-bf82-fdb5e77da3c8} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.467746 [ 270 ] {0e15faa7-17e6-4e53-bf82-fdb5e77da3c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.468033 [ 270 ] {0e15faa7-17e6-4e53-bf82-fdb5e77da3c8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:59:28.468250 [ 270 ] {0e15faa7-17e6-4e53-bf82-fdb5e77da3c8} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.468363 [ 115 ] {} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:59:28.468371 [ 270 ] {0e15faa7-17e6-4e53-bf82-fdb5e77da3c8} executeQuery: Read 148 rows, 8.62 KiB in 0.001134 sec., 130511.46384479718 rows/sec., 7.42 MiB/sec. 2026.03.24 20:59:28.468398 [ 115 ] {} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.468415 [ 270 ] {0e15faa7-17e6-4e53-bf82-fdb5e77da3c8} TCPHandler: Processed in 0.001305625 sec. 2026.03.24 20:59:28.468417 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.468521 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.468521 [ 188 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:59:28.468614 [ 270 ] {97d692cd-33d0-41b0-90e0-ad859c313b6a} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:28.468640 [ 188 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:28.468655 [ 270 ] {97d692cd-33d0-41b0-90e0-ad859c313b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:28.468676 [ 188 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 160 rows starting from the beginning of the part 2026.03.24 20:59:28.468739 [ 188 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.03.24 20:59:28.468783 [ 188 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.03.24 20:59:28.468826 [ 188 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.03.24 20:59:28.468869 [ 188 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.03.24 20:59:28.468910 [ 188 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 148 rows starting from the beginning of the part 2026.03.24 20:59:28.469266 [ 270 ] {97d692cd-33d0-41b0-90e0-ad859c313b6a} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.469305 [ 270 ] {97d692cd-33d0-41b0-90e0-ad859c313b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.469656 [ 270 ] {97d692cd-33d0-41b0-90e0-ad859c313b6a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.24 20:59:28.469728 [ 193 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001246844 sec., 721822.4573402927 rows/sec., 43.99 MiB/sec. 2026.03.24 20:59:28.469867 [ 270 ] {97d692cd-33d0-41b0-90e0-ad859c313b6a} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.469881 [ 200 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:59:28.469995 [ 270 ] {97d692cd-33d0-41b0-90e0-ad859c313b6a} executeQuery: Read 523 rows, 37.83 KiB in 0.001399 sec., 373838.4560400286 rows/sec., 26.41 MiB/sec. 2026.03.24 20:59:28.470034 [ 270 ] {97d692cd-33d0-41b0-90e0-ad859c313b6a} TCPHandler: Processed in 0.001560822 sec. 2026.03.24 20:59:28.470137 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.470176 [ 200 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.470228 [ 270 ] {52b86f9b-10d1-4e29-941f-164b5a82c410} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:59:28.470257 [ 200 ] {86aad4af-e578-4dda-a8ff-9bb4d23f07c0::all_1_11_2} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:59:28.470268 [ 270 ] {52b86f9b-10d1-4e29-941f-164b5a82c410} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:59:28.470335 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.24 20:59:28.470602 [ 270 ] {52b86f9b-10d1-4e29-941f-164b5a82c410} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.470635 [ 270 ] {52b86f9b-10d1-4e29-941f-164b5a82c410} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.470949 [ 270 ] {52b86f9b-10d1-4e29-941f-164b5a82c410} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.24 20:59:28.471158 [ 270 ] {52b86f9b-10d1-4e29-941f-164b5a82c410} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.471285 [ 270 ] {52b86f9b-10d1-4e29-941f-164b5a82c410} executeQuery: Read 6 rows, 321.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 291.61 KiB/sec. 2026.03.24 20:59:28.471322 [ 270 ] {52b86f9b-10d1-4e29-941f-164b5a82c410} TCPHandler: Processed in 0.001232834 sec. 2026.03.24 20:59:28.471452 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.471556 [ 270 ] {acdee63f-a2a3-41cc-8663-b2d87a9f9099} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:28.471599 [ 270 ] {acdee63f-a2a3-41cc-8663-b2d87a9f9099} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:28.472008 [ 270 ] {acdee63f-a2a3-41cc-8663-b2d87a9f9099} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.472045 [ 270 ] {acdee63f-a2a3-41cc-8663-b2d87a9f9099} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.472379 [ 270 ] {acdee63f-a2a3-41cc-8663-b2d87a9f9099} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.24 20:59:28.472596 [ 270 ] {acdee63f-a2a3-41cc-8663-b2d87a9f9099} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.472746 [ 270 ] {acdee63f-a2a3-41cc-8663-b2d87a9f9099} executeQuery: Read 269 rows, 18.31 KiB in 0.001193 sec., 225481.97820620285 rows/sec., 14.99 MiB/sec. 2026.03.24 20:59:28.472788 [ 270 ] {acdee63f-a2a3-41cc-8663-b2d87a9f9099} TCPHandler: Processed in 0.001386177 sec. 2026.03.24 20:59:28.472898 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.472992 [ 270 ] {8bbdfa61-aeb4-44c6-a1dc-78599987847c} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:59:28.473033 [ 270 ] {8bbdfa61-aeb4-44c6-a1dc-78599987847c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:59:28.473338 [ 270 ] {8bbdfa61-aeb4-44c6-a1dc-78599987847c} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.473373 [ 270 ] {8bbdfa61-aeb4-44c6-a1dc-78599987847c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.473672 [ 270 ] {8bbdfa61-aeb4-44c6-a1dc-78599987847c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:59:28.473878 [ 270 ] {8bbdfa61-aeb4-44c6-a1dc-78599987847c} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.473996 [ 116 ] {} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:59:28.474002 [ 270 ] {8bbdfa61-aeb4-44c6-a1dc-78599987847c} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2026.03.24 20:59:28.474041 [ 116 ] {} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.474059 [ 270 ] {8bbdfa61-aeb4-44c6-a1dc-78599987847c} TCPHandler: Processed in 0.001209593 sec. 2026.03.24 20:59:28.474066 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.474174 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.474189 [ 201 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:59:28.474274 [ 270 ] {66ce62f1-ba66-4b81-83b6-e1c7ca871d89} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:28.474330 [ 270 ] {66ce62f1-ba66-4b81-83b6-e1c7ca871d89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:28.474333 [ 201 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:28.474386 [ 201 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part 2026.03.24 20:59:28.474451 [ 201 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.03.24 20:59:28.474497 [ 201 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.03.24 20:59:28.474540 [ 201 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.03.24 20:59:28.474582 [ 201 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.03.24 20:59:28.474623 [ 201 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.03.24 20:59:28.475165 [ 270 ] {66ce62f1-ba66-4b81-83b6-e1c7ca871d89} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.475206 [ 270 ] {66ce62f1-ba66-4b81-83b6-e1c7ca871d89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.475410 [ 193 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.001267804 sec., 8676.420014450183 rows/sec., 581.56 KiB/sec. 2026.03.24 20:59:28.475593 [ 199 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:59:28.475755 [ 270 ] {66ce62f1-ba66-4b81-83b6-e1c7ca871d89} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.24 20:59:28.476001 [ 199 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.476038 [ 270 ] {66ce62f1-ba66-4b81-83b6-e1c7ca871d89} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.476095 [ 199 ] {080cfb40-47f1-423a-a068-985bf6647fa8::all_1_11_2} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:59:28.476183 [ 270 ] {66ce62f1-ba66-4b81-83b6-e1c7ca871d89} executeQuery: Read 25 rows, 45.87 KiB in 0.001927 sec., 12973.533990659056 rows/sec., 23.25 MiB/sec. 2026.03.24 20:59:28.476188 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.24 20:59:28.476243 [ 270 ] {66ce62f1-ba66-4b81-83b6-e1c7ca871d89} TCPHandler: Processed in 0.002116097 sec. 2026.03.24 20:59:28.476354 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:28.476447 [ 270 ] {a0cc6e74-a82b-4af0-bcba-d47e3ea6418d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:28.476486 [ 270 ] {a0cc6e74-a82b-4af0-bcba-d47e3ea6418d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:28.476816 [ 270 ] {a0cc6e74-a82b-4af0-bcba-d47e3ea6418d} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:28.476852 [ 270 ] {a0cc6e74-a82b-4af0-bcba-d47e3ea6418d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:28.477150 [ 270 ] {a0cc6e74-a82b-4af0-bcba-d47e3ea6418d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.24 20:59:28.477364 [ 270 ] {a0cc6e74-a82b-4af0-bcba-d47e3ea6418d} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:28.477493 [ 270 ] {a0cc6e74-a82b-4af0-bcba-d47e3ea6418d} executeQuery: Read 90 rows, 5.77 KiB in 0.001063 sec., 84666.03951081845 rows/sec., 5.30 MiB/sec. 2026.03.24 20:59:28.477535 [ 270 ] {a0cc6e74-a82b-4af0-bcba-d47e3ea6418d} TCPHandler: Processed in 0.001229873 sec. 2026.03.24 20:59:29.278868 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9183 2026.03.24 20:59:29.279462 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:29.279517 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:29.280064 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.24 20:59:29.280311 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:29.280457 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9183 2026.03.24 20:59:29.744092 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.03.24 20:59:29.763721 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:29.763782 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:29.770293 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.24 20:59:29.771010 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:29.774076 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.03.24 20:59:33.451715 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:33.451998 [ 270 ] {7457ff33-f61d-4a29-9bea-bab988a92d2e} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:33.452080 [ 270 ] {7457ff33-f61d-4a29-9bea-bab988a92d2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:33.452736 [ 270 ] {7457ff33-f61d-4a29-9bea-bab988a92d2e} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:33.452781 [ 270 ] {7457ff33-f61d-4a29-9bea-bab988a92d2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:33.453177 [ 270 ] {7457ff33-f61d-4a29-9bea-bab988a92d2e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.24 20:59:33.453404 [ 270 ] {7457ff33-f61d-4a29-9bea-bab988a92d2e} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:33.453546 [ 109 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.24 20:59:33.453558 [ 270 ] {7457ff33-f61d-4a29-9bea-bab988a92d2e} executeQuery: Read 86 rows, 7.37 KiB in 0.001633 sec., 52663.80894060012 rows/sec., 4.41 MiB/sec. 2026.03.24 20:59:33.453667 [ 109 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:33.453672 [ 270 ] {7457ff33-f61d-4a29-9bea-bab988a92d2e} TCPHandler: Processed in 0.002129818 sec. 2026.03.24 20:59:33.453714 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:33.453861 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:33.453860 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.24 20:59:33.453964 [ 270 ] {be2efdda-af93-4533-8cdb-0b5269992248} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:33.454011 [ 270 ] {be2efdda-af93-4533-8cdb-0b5269992248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:33.454030 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:33.454074 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1007 rows starting from the beginning of the part 2026.03.24 20:59:33.454149 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 88 rows starting from the beginning of the part 2026.03.24 20:59:33.454200 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 847 rows starting from the beginning of the part 2026.03.24 20:59:33.454251 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 86 rows starting from the beginning of the part 2026.03.24 20:59:33.454303 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 851 rows starting from the beginning of the part 2026.03.24 20:59:33.454351 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 86 rows starting from the beginning of the part 2026.03.24 20:59:33.454438 [ 270 ] {be2efdda-af93-4533-8cdb-0b5269992248} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:33.454487 [ 270 ] {be2efdda-af93-4533-8cdb-0b5269992248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:33.454822 [ 270 ] {be2efdda-af93-4533-8cdb-0b5269992248} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.24 20:59:33.455048 [ 270 ] {be2efdda-af93-4533-8cdb-0b5269992248} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:33.455194 [ 270 ] {be2efdda-af93-4533-8cdb-0b5269992248} executeQuery: Read 15 rows, 1.13 KiB in 0.00125 sec., 12000 rows/sec., 902.34 KiB/sec. 2026.03.24 20:59:33.455232 [ 270 ] {be2efdda-af93-4533-8cdb-0b5269992248} TCPHandler: Processed in 0.001425659 sec. 2026.03.24 20:59:33.455357 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:33.455450 [ 270 ] {60e4d4b1-1b5f-4605-b2f2-c6a180c1013a} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:33.455490 [ 270 ] {60e4d4b1-1b5f-4605-b2f2-c6a180c1013a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:33.455767 [ 199 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2965 rows, containing 5 columns (5 merged, 0 gathered) in 0.001964013 sec., 1509664.141734296 rows/sec., 126.27 MiB/sec. 2026.03.24 20:59:33.455926 [ 270 ] {60e4d4b1-1b5f-4605-b2f2-c6a180c1013a} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:33.455969 [ 270 ] {60e4d4b1-1b5f-4605-b2f2-c6a180c1013a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:33.456006 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.24 20:59:33.456301 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:33.456311 [ 270 ] {60e4d4b1-1b5f-4605-b2f2-c6a180c1013a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.24 20:59:33.456382 [ 194 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_26_5} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.24 20:59:33.456460 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.03.24 20:59:33.456544 [ 270 ] {60e4d4b1-1b5f-4605-b2f2-c6a180c1013a} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:33.456654 [ 109 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.24 20:59:33.456684 [ 270 ] {60e4d4b1-1b5f-4605-b2f2-c6a180c1013a} executeQuery: Read 79 rows, 6.32 KiB in 0.001251 sec., 63149.480415667465 rows/sec., 4.93 MiB/sec. 2026.03.24 20:59:33.456685 [ 109 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:33.456727 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:33.456728 [ 270 ] {60e4d4b1-1b5f-4605-b2f2-c6a180c1013a} TCPHandler: Processed in 0.001424488 sec. 2026.03.24 20:59:33.456832 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.24 20:59:33.456864 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:33.456964 [ 270 ] {4636537f-c883-4d5d-bb67-e6fc50929f22} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:33.456980 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:33.457008 [ 270 ] {4636537f-c883-4d5d-bb67-e6fc50929f22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:33.457023 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 602 rows starting from the beginning of the part 2026.03.24 20:59:33.457095 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 83 rows starting from the beginning of the part 2026.03.24 20:59:33.457146 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 515 rows starting from the beginning of the part 2026.03.24 20:59:33.457188 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 79 rows starting from the beginning of the part 2026.03.24 20:59:33.457225 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 523 rows starting from the beginning of the part 2026.03.24 20:59:33.457265 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 79 rows starting from the beginning of the part 2026.03.24 20:59:33.457433 [ 270 ] {4636537f-c883-4d5d-bb67-e6fc50929f22} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:33.457475 [ 270 ] {4636537f-c883-4d5d-bb67-e6fc50929f22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:33.457823 [ 270 ] {4636537f-c883-4d5d-bb67-e6fc50929f22} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.24 20:59:33.458043 [ 270 ] {4636537f-c883-4d5d-bb67-e6fc50929f22} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:33.458151 [ 109 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.24 20:59:33.458179 [ 270 ] {4636537f-c883-4d5d-bb67-e6fc50929f22} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2026.03.24 20:59:33.458182 [ 109 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:33.458218 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:33.458224 [ 270 ] {4636537f-c883-4d5d-bb67-e6fc50929f22} TCPHandler: Processed in 0.001409658 sec. 2026.03.24 20:59:33.458288 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.24 20:59:33.458352 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:33.458383 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:33.458415 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 4256 rows starting from the beginning of the part 2026.03.24 20:59:33.458432 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1881 rows, containing 5 columns (5 merged, 0 gathered) in 0.001655495 sec., 1136216.0562248754 rows/sec., 86.24 MiB/sec. 2026.03.24 20:59:33.458449 [ 270 ] {a3bd63d8-2ea9-41ec-91b5-25dc130b7374} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:33.458460 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 162 rows starting from the beginning of the part 2026.03.24 20:59:33.458518 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 265 rows starting from the beginning of the part 2026.03.24 20:59:33.458520 [ 270 ] {a3bd63d8-2ea9-41ec-91b5-25dc130b7374} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:33.458556 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::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.03.24 20:59:33.458599 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 269 rows starting from the beginning of the part 2026.03.24 20:59:33.458630 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.24 20:59:33.458635 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2026.03.24 20:59:33.458988 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:33.459069 [ 199 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_26_5} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.24 20:59:33.459144 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.24 20:59:33.459279 [ 270 ] {a3bd63d8-2ea9-41ec-91b5-25dc130b7374} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:33.459323 [ 270 ] {a3bd63d8-2ea9-41ec-91b5-25dc130b7374} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:33.459860 [ 270 ] {a3bd63d8-2ea9-41ec-91b5-25dc130b7374} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.24 20:59:33.460091 [ 270 ] {a3bd63d8-2ea9-41ec-91b5-25dc130b7374} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:33.460238 [ 270 ] {a3bd63d8-2ea9-41ec-91b5-25dc130b7374} executeQuery: Read 15 rows, 27.52 KiB in 0.001808 sec., 8296.460176991151 rows/sec., 14.87 MiB/sec. 2026.03.24 20:59:33.460293 [ 270 ] {a3bd63d8-2ea9-41ec-91b5-25dc130b7374} TCPHandler: Processed in 0.001993564 sec. 2026.03.24 20:59:33.460408 [ 194 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002148998 sec., 2453236.3454968315 rows/sec., 167.95 MiB/sec. 2026.03.24 20:59:33.460415 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:33.460540 [ 270 ] {51418009-997a-497a-b252-21a13bf2e7b8} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:33.460582 [ 270 ] {51418009-997a-497a-b252-21a13bf2e7b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:33.460910 [ 270 ] {51418009-997a-497a-b252-21a13bf2e7b8} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:33.460923 [ 196 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.24 20:59:33.460947 [ 270 ] {51418009-997a-497a-b252-21a13bf2e7b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:33.461192 [ 196 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_26_5} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:33.461256 [ 196 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_26_5} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.24 20:59:33.461262 [ 270 ] {51418009-997a-497a-b252-21a13bf2e7b8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.24 20:59:33.461333 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. 2026.03.24 20:59:33.461470 [ 270 ] {51418009-997a-497a-b252-21a13bf2e7b8} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:33.461595 [ 108 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.24 20:59:33.461598 [ 270 ] {51418009-997a-497a-b252-21a13bf2e7b8} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.03.24 20:59:33.461641 [ 108 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:33.461660 [ 270 ] {51418009-997a-497a-b252-21a13bf2e7b8} TCPHandler: Processed in 0.001292814 sec. 2026.03.24 20:59:33.461666 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:33.461755 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.24 20:59:33.461854 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:33.461881 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1440 rows starting from the beginning of the part 2026.03.24 20:59:33.461926 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.03.24 20:59:33.461961 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part 2026.03.24 20:59:33.462000 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::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.03.24 20:59:33.462036 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part 2026.03.24 20:59:33.462072 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.03.24 20:59:33.462987 [ 197 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1800 rows, containing 4 columns (4 merged, 0 gathered) in 0.001260784 sec., 1427683.0924250307 rows/sec., 92.71 MiB/sec. 2026.03.24 20:59:33.463178 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.24 20:59:33.463423 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_26_5} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:33.463487 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_26_5} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.24 20:59:33.463545 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.24 20:59:36.691730 [ 103 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:59:36.691813 [ 103 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:59:36.781311 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9631 2026.03.24 20:59:36.781802 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:36.781845 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:36.782341 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.24 20:59:36.782579 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:36.782730 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9631 2026.03.24 20:59:36.805115 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 718 2026.03.24 20:59:36.807507 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:36.807557 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:36.808793 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:59:36.809076 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:36.809448 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 718 2026.03.24 20:59:37.274930 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.03.24 20:59:37.291891 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:37.291950 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:37.297486 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.24 20:59:37.298181 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:37.300988 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.03.24 20:59:38.458608 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:38.458806 [ 270 ] {28ba1c42-edb7-463d-82e9-2a96d89f2397} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:59:38.458874 [ 270 ] {28ba1c42-edb7-463d-82e9-2a96d89f2397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:59:38.459586 [ 270 ] {28ba1c42-edb7-463d-82e9-2a96d89f2397} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.459636 [ 270 ] {28ba1c42-edb7-463d-82e9-2a96d89f2397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.460043 [ 270 ] {28ba1c42-edb7-463d-82e9-2a96d89f2397} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:59:38.460276 [ 270 ] {28ba1c42-edb7-463d-82e9-2a96d89f2397} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.460437 [ 270 ] {28ba1c42-edb7-463d-82e9-2a96d89f2397} executeQuery: Read 284 rows, 18.47 KiB in 0.001682 sec., 168846.61117717004 rows/sec., 10.72 MiB/sec. 2026.03.24 20:59:38.460486 [ 270 ] {28ba1c42-edb7-463d-82e9-2a96d89f2397} TCPHandler: Processed in 0.002013744 sec. 2026.03.24 20:59:38.460635 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:38.460735 [ 270 ] {830a419e-1c7a-486b-8349-a8cbd7da394b} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:38.460776 [ 270 ] {830a419e-1c7a-486b-8349-a8cbd7da394b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:38.461491 [ 270 ] {830a419e-1c7a-486b-8349-a8cbd7da394b} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.461529 [ 270 ] {830a419e-1c7a-486b-8349-a8cbd7da394b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.461888 [ 270 ] {830a419e-1c7a-486b-8349-a8cbd7da394b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.24 20:59:38.462105 [ 270 ] {830a419e-1c7a-486b-8349-a8cbd7da394b} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.462236 [ 270 ] {830a419e-1c7a-486b-8349-a8cbd7da394b} executeQuery: Read 847 rows, 68.22 KiB in 0.001524 sec., 555774.2782152231 rows/sec., 43.71 MiB/sec. 2026.03.24 20:59:38.462272 [ 270 ] {830a419e-1c7a-486b-8349-a8cbd7da394b} TCPHandler: Processed in 0.001697736 sec. 2026.03.24 20:59:38.462416 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:38.462517 [ 270 ] {b3e744a5-7e60-4970-972f-35296ecefda0} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:38.462557 [ 270 ] {b3e744a5-7e60-4970-972f-35296ecefda0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:38.463047 [ 270 ] {b3e744a5-7e60-4970-972f-35296ecefda0} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.463082 [ 270 ] {b3e744a5-7e60-4970-972f-35296ecefda0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.463388 [ 270 ] {b3e744a5-7e60-4970-972f-35296ecefda0} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.24 20:59:38.463601 [ 270 ] {b3e744a5-7e60-4970-972f-35296ecefda0} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.463730 [ 270 ] {b3e744a5-7e60-4970-972f-35296ecefda0} executeQuery: Read 167 rows, 10.42 KiB in 0.00124 sec., 134677.4193548387 rows/sec., 8.21 MiB/sec. 2026.03.24 20:59:38.463756 [ 100 ] {} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.24 20:59:38.463766 [ 270 ] {b3e744a5-7e60-4970-972f-35296ecefda0} TCPHandler: Processed in 0.001401597 sec. 2026.03.24 20:59:38.463835 [ 100 ] {} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.463866 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.463948 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:38.463993 [ 194 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.24 20:59:38.464051 [ 270 ] {77a182c8-1557-4cf6-887b-79e78d8f41c7} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:59:38.464094 [ 270 ] {77a182c8-1557-4cf6-887b-79e78d8f41c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:59:38.464122 [ 194 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:38.464163 [ 194 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 212 rows starting from the beginning of the part 2026.03.24 20:59:38.464245 [ 194 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 167 rows starting from the beginning of the part 2026.03.24 20:59:38.464296 [ 194 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 15 rows starting from the beginning of the part 2026.03.24 20:59:38.464343 [ 194 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 175 rows starting from the beginning of the part 2026.03.24 20:59:38.464386 [ 194 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 15 rows starting from the beginning of the part 2026.03.24 20:59:38.464430 [ 194 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 167 rows starting from the beginning of the part 2026.03.24 20:59:38.464550 [ 270 ] {77a182c8-1557-4cf6-887b-79e78d8f41c7} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.464592 [ 270 ] {77a182c8-1557-4cf6-887b-79e78d8f41c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.464919 [ 270 ] {77a182c8-1557-4cf6-887b-79e78d8f41c7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:59:38.465150 [ 270 ] {77a182c8-1557-4cf6-887b-79e78d8f41c7} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.465283 [ 270 ] {77a182c8-1557-4cf6-887b-79e78d8f41c7} executeQuery: Read 149 rows, 9.86 KiB in 0.001256 sec., 118630.57324840764 rows/sec., 7.66 MiB/sec. 2026.03.24 20:59:38.465319 [ 270 ] {77a182c8-1557-4cf6-887b-79e78d8f41c7} TCPHandler: Processed in 0.001418588 sec. 2026.03.24 20:59:38.465402 [ 195 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 751 rows, containing 5 columns (5 merged, 0 gathered) in 0.001454319 sec., 516392.89591898344 rows/sec., 34.10 MiB/sec. 2026.03.24 20:59:38.465435 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:38.465540 [ 270 ] {74dd9287-c6e2-445c-bbc1-fb0295dce641} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:59:38.465579 [ 270 ] {74dd9287-c6e2-445c-bbc1-fb0295dce641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:59:38.465610 [ 195 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.24 20:59:38.465897 [ 195 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.465975 [ 195 ] {60d73d33-7b9f-4b62-8b12-158aa383ab02::all_1_26_5} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.24 20:59:38.466014 [ 270 ] {74dd9287-c6e2-445c-bbc1-fb0295dce641} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.466053 [ 270 ] {74dd9287-c6e2-445c-bbc1-fb0295dce641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.466065 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.24 20:59:38.466368 [ 270 ] {74dd9287-c6e2-445c-bbc1-fb0295dce641} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:59:38.466590 [ 270 ] {74dd9287-c6e2-445c-bbc1-fb0295dce641} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.466717 [ 270 ] {74dd9287-c6e2-445c-bbc1-fb0295dce641} executeQuery: Read 148 rows, 8.62 KiB in 0.001202 sec., 123128.11980033279 rows/sec., 7.00 MiB/sec. 2026.03.24 20:59:38.466754 [ 270 ] {74dd9287-c6e2-445c-bbc1-fb0295dce641} TCPHandler: Processed in 0.001366127 sec. 2026.03.24 20:59:38.466861 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:38.466959 [ 270 ] {3fa51f6b-9893-4480-88a2-f2fdc0c8af07} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:38.466997 [ 270 ] {3fa51f6b-9893-4480-88a2-f2fdc0c8af07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:38.467556 [ 270 ] {3fa51f6b-9893-4480-88a2-f2fdc0c8af07} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.467592 [ 270 ] {3fa51f6b-9893-4480-88a2-f2fdc0c8af07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.467906 [ 270 ] {3fa51f6b-9893-4480-88a2-f2fdc0c8af07} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.24 20:59:38.468113 [ 270 ] {3fa51f6b-9893-4480-88a2-f2fdc0c8af07} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.468241 [ 270 ] {3fa51f6b-9893-4480-88a2-f2fdc0c8af07} executeQuery: Read 515 rows, 37.18 KiB in 0.0013 sec., 396153.8461538462 rows/sec., 27.93 MiB/sec. 2026.03.24 20:59:38.468278 [ 270 ] {3fa51f6b-9893-4480-88a2-f2fdc0c8af07} TCPHandler: Processed in 0.001463819 sec. 2026.03.24 20:59:38.468384 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:38.468482 [ 270 ] {24cd3cc5-4cbf-4fe9-afc8-1183fb35ad46} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:59:38.468522 [ 270 ] {24cd3cc5-4cbf-4fe9-afc8-1183fb35ad46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:59:38.468844 [ 270 ] {24cd3cc5-4cbf-4fe9-afc8-1183fb35ad46} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.468880 [ 270 ] {24cd3cc5-4cbf-4fe9-afc8-1183fb35ad46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.469173 [ 270 ] {24cd3cc5-4cbf-4fe9-afc8-1183fb35ad46} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.24 20:59:38.469378 [ 270 ] {24cd3cc5-4cbf-4fe9-afc8-1183fb35ad46} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.469504 [ 270 ] {24cd3cc5-4cbf-4fe9-afc8-1183fb35ad46} executeQuery: Read 6 rows, 321.00 B in 0.00104 sec., 5769.2307692307695 rows/sec., 301.42 KiB/sec. 2026.03.24 20:59:38.469502 [ 98 ] {} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.24 20:59:38.469541 [ 270 ] {24cd3cc5-4cbf-4fe9-afc8-1183fb35ad46} TCPHandler: Processed in 0.001203422 sec. 2026.03.24 20:59:38.469558 [ 98 ] {} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.469583 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.469679 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:38.469686 [ 197 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.24 20:59:38.469780 [ 270 ] {4d280820-1195-43fa-9f6f-b84ef562055e} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:38.469836 [ 197 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:38.469838 [ 270 ] {4d280820-1195-43fa-9f6f-b84ef562055e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:38.469877 [ 197 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.03.24 20:59:38.469960 [ 197 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.03.24 20:59:38.470008 [ 197 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.03.24 20:59:38.470049 [ 197 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.03.24 20:59:38.470089 [ 197 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.03.24 20:59:38.470132 [ 197 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.03.24 20:59:38.470271 [ 270 ] {4d280820-1195-43fa-9f6f-b84ef562055e} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.470315 [ 270 ] {4d280820-1195-43fa-9f6f-b84ef562055e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.470667 [ 270 ] {4d280820-1195-43fa-9f6f-b84ef562055e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.24 20:59:38.470858 [ 195 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001216133 sec., 54270.37996666483 rows/sec., 2.77 MiB/sec. 2026.03.24 20:59:38.470887 [ 270 ] {4d280820-1195-43fa-9f6f-b84ef562055e} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.471003 [ 199 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.24 20:59:38.471026 [ 270 ] {4d280820-1195-43fa-9f6f-b84ef562055e} executeQuery: Read 265 rows, 18.03 KiB in 0.001264 sec., 209651.89873417723 rows/sec., 13.93 MiB/sec. 2026.03.24 20:59:38.471066 [ 270 ] {4d280820-1195-43fa-9f6f-b84ef562055e} TCPHandler: Processed in 0.001448179 sec. 2026.03.24 20:59:38.471182 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:38.471276 [ 270 ] {43ce9f27-38b6-46dc-82bd-9c7662c15b91} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:59:38.471284 [ 199 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.471321 [ 270 ] {43ce9f27-38b6-46dc-82bd-9c7662c15b91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:59:38.471365 [ 199 ] {f2925732-eb59-427c-91a5-dd5e62dd500c::all_1_11_2} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.24 20:59:38.471441 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.24 20:59:38.471632 [ 270 ] {43ce9f27-38b6-46dc-82bd-9c7662c15b91} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.471671 [ 270 ] {43ce9f27-38b6-46dc-82bd-9c7662c15b91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.471967 [ 270 ] {43ce9f27-38b6-46dc-82bd-9c7662c15b91} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:59:38.472174 [ 270 ] {43ce9f27-38b6-46dc-82bd-9c7662c15b91} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.472300 [ 270 ] {43ce9f27-38b6-46dc-82bd-9c7662c15b91} executeQuery: Read 1 rows, 69.00 B in 0.001042 sec., 959.6928982725528 rows/sec., 64.67 KiB/sec. 2026.03.24 20:59:38.472335 [ 270 ] {43ce9f27-38b6-46dc-82bd-9c7662c15b91} TCPHandler: Processed in 0.001198843 sec. 2026.03.24 20:59:38.472439 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:38.472529 [ 270 ] {77d3fd8c-dc80-4b15-9407-2c4a5b66940b} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:38.472581 [ 270 ] {77d3fd8c-dc80-4b15-9407-2c4a5b66940b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:38.473358 [ 270 ] {77d3fd8c-dc80-4b15-9407-2c4a5b66940b} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.473394 [ 270 ] {77d3fd8c-dc80-4b15-9407-2c4a5b66940b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.473913 [ 270 ] {77d3fd8c-dc80-4b15-9407-2c4a5b66940b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.24 20:59:38.474139 [ 270 ] {77d3fd8c-dc80-4b15-9407-2c4a5b66940b} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.474270 [ 98 ] {} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.24 20:59:38.474274 [ 270 ] {77d3fd8c-dc80-4b15-9407-2c4a5b66940b} executeQuery: Read 25 rows, 45.87 KiB in 0.001763 sec., 14180.374361883154 rows/sec., 25.41 MiB/sec. 2026.03.24 20:59:38.474316 [ 98 ] {} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.474345 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.474356 [ 270 ] {77d3fd8c-dc80-4b15-9407-2c4a5b66940b} TCPHandler: Processed in 0.001962743 sec. 2026.03.24 20:59:38.474449 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.24 20:59:38.474471 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:38.474570 [ 270 ] {f8811288-6087-40b4-ac02-f20f8133c8cd} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:38.474611 [ 270 ] {f8811288-6087-40b4-ac02-f20f8133c8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:38.474665 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:38.474724 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 405 rows starting from the beginning of the part 2026.03.24 20:59:38.474843 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 25 rows starting from the beginning of the part 2026.03.24 20:59:38.474945 [ 270 ] {f8811288-6087-40b4-ac02-f20f8133c8cd} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:38.474957 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 15 rows starting from the beginning of the part 2026.03.24 20:59:38.474988 [ 270 ] {f8811288-6087-40b4-ac02-f20f8133c8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:38.475096 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 25 rows starting from the beginning of the part 2026.03.24 20:59:38.475206 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 15 rows starting from the beginning of the part 2026.03.24 20:59:38.475304 [ 270 ] {f8811288-6087-40b4-ac02-f20f8133c8cd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.24 20:59:38.475315 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 25 rows starting from the beginning of the part 2026.03.24 20:59:38.475532 [ 270 ] {f8811288-6087-40b4-ac02-f20f8133c8cd} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.475673 [ 270 ] {f8811288-6087-40b4-ac02-f20f8133c8cd} executeQuery: Read 90 rows, 5.77 KiB in 0.001121 sec., 80285.45941123996 rows/sec., 5.02 MiB/sec. 2026.03.24 20:59:38.475710 [ 270 ] {f8811288-6087-40b4-ac02-f20f8133c8cd} TCPHandler: Processed in 0.001286335 sec. 2026.03.24 20:59:38.478643 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 19 columns (19 merged, 0 gathered) in 0.004232455 sec., 120497.44179205684 rows/sec., 215.93 MiB/sec. 2026.03.24 20:59:38.479115 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.24 20:59:38.479406 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:38.479476 [ 197 ] {65220760-4f1c-47c6-95ff-145cda44404a::all_1_26_5} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.24 20:59:38.479553 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. 2026.03.24 20:59:43.450577 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:43.450778 [ 270 ] {3d8c28e2-7173-4857-a224-cf01b2822610} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.24 20:59:43.450848 [ 270 ] {3d8c28e2-7173-4857-a224-cf01b2822610} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.24 20:59:43.451526 [ 270 ] {3d8c28e2-7173-4857-a224-cf01b2822610} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:43.451589 [ 270 ] {3d8c28e2-7173-4857-a224-cf01b2822610} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:43.452033 [ 270 ] {3d8c28e2-7173-4857-a224-cf01b2822610} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.24 20:59:43.452296 [ 270 ] {3d8c28e2-7173-4857-a224-cf01b2822610} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:43.452458 [ 270 ] {3d8c28e2-7173-4857-a224-cf01b2822610} executeQuery: Read 4 rows, 334.00 B in 0.00173 sec., 2312.1387283236995 rows/sec., 188.54 KiB/sec. 2026.03.24 20:59:43.452506 [ 270 ] {3d8c28e2-7173-4857-a224-cf01b2822610} TCPHandler: Processed in 0.002062075 sec. 2026.03.24 20:59:43.452634 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:43.452737 [ 270 ] {73dd5a26-fcb4-4a11-8608-3bf8ab0dd02c} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:43.452779 [ 270 ] {73dd5a26-fcb4-4a11-8608-3bf8ab0dd02c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:43.453230 [ 270 ] {73dd5a26-fcb4-4a11-8608-3bf8ab0dd02c} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:43.453270 [ 270 ] {73dd5a26-fcb4-4a11-8608-3bf8ab0dd02c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:43.453585 [ 270 ] {73dd5a26-fcb4-4a11-8608-3bf8ab0dd02c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.24 20:59:43.453804 [ 270 ] {73dd5a26-fcb4-4a11-8608-3bf8ab0dd02c} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:43.453940 [ 270 ] {73dd5a26-fcb4-4a11-8608-3bf8ab0dd02c} executeQuery: Read 88 rows, 7.51 KiB in 0.001228 sec., 71661.23778501629 rows/sec., 5.98 MiB/sec. 2026.03.24 20:59:43.453977 [ 270 ] {73dd5a26-fcb4-4a11-8608-3bf8ab0dd02c} TCPHandler: Processed in 0.001396198 sec. 2026.03.24 20:59:43.454092 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:43.454187 [ 270 ] {7e0aa2ef-a729-48b1-bc3c-fc8d6ead02b3} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:43.454229 [ 270 ] {7e0aa2ef-a729-48b1-bc3c-fc8d6ead02b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:43.454620 [ 270 ] {7e0aa2ef-a729-48b1-bc3c-fc8d6ead02b3} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:43.454682 [ 270 ] {7e0aa2ef-a729-48b1-bc3c-fc8d6ead02b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:43.454970 [ 270 ] {7e0aa2ef-a729-48b1-bc3c-fc8d6ead02b3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.24 20:59:43.455177 [ 270 ] {7e0aa2ef-a729-48b1-bc3c-fc8d6ead02b3} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:43.455308 [ 270 ] {7e0aa2ef-a729-48b1-bc3c-fc8d6ead02b3} executeQuery: Read 19 rows, 1.41 KiB in 0.00114 sec., 16666.666666666668 rows/sec., 1.21 MiB/sec. 2026.03.24 20:59:43.455344 [ 270 ] {7e0aa2ef-a729-48b1-bc3c-fc8d6ead02b3} TCPHandler: Processed in 0.001302395 sec. 2026.03.24 20:59:43.455451 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:43.455544 [ 270 ] {c0cc92f2-2117-4544-a67a-f02dcff80d68} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:43.455583 [ 270 ] {c0cc92f2-2117-4544-a67a-f02dcff80d68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:43.455987 [ 270 ] {c0cc92f2-2117-4544-a67a-f02dcff80d68} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:43.456047 [ 270 ] {c0cc92f2-2117-4544-a67a-f02dcff80d68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:43.456408 [ 270 ] {c0cc92f2-2117-4544-a67a-f02dcff80d68} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.24 20:59:43.456623 [ 270 ] {c0cc92f2-2117-4544-a67a-f02dcff80d68} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:43.456752 [ 270 ] {c0cc92f2-2117-4544-a67a-f02dcff80d68} executeQuery: Read 83 rows, 6.64 KiB in 0.001225 sec., 67755.10204081633 rows/sec., 5.30 MiB/sec. 2026.03.24 20:59:43.456787 [ 270 ] {c0cc92f2-2117-4544-a67a-f02dcff80d68} TCPHandler: Processed in 0.001385218 sec. 2026.03.24 20:59:43.456900 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:43.456992 [ 270 ] {3e8a4c1b-b36f-427a-97e7-20dc47920c15} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:43.457035 [ 270 ] {3e8a4c1b-b36f-427a-97e7-20dc47920c15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:43.457445 [ 270 ] {3e8a4c1b-b36f-427a-97e7-20dc47920c15} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:43.457486 [ 270 ] {3e8a4c1b-b36f-427a-97e7-20dc47920c15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:43.457831 [ 270 ] {3e8a4c1b-b36f-427a-97e7-20dc47920c15} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.24 20:59:43.458046 [ 270 ] {3e8a4c1b-b36f-427a-97e7-20dc47920c15} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:43.458179 [ 270 ] {3e8a4c1b-b36f-427a-97e7-20dc47920c15} executeQuery: Read 162 rows, 11.55 KiB in 0.001205 sec., 134439.83402489626 rows/sec., 9.36 MiB/sec. 2026.03.24 20:59:43.458220 [ 270 ] {3e8a4c1b-b36f-427a-97e7-20dc47920c15} TCPHandler: Processed in 0.001368837 sec. 2026.03.24 20:59:43.458335 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:43.458429 [ 270 ] {2144f512-413e-428b-8e16-ff3d659d8d53} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:43.458484 [ 270 ] {2144f512-413e-428b-8e16-ff3d659d8d53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:43.459244 [ 270 ] {2144f512-413e-428b-8e16-ff3d659d8d53} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:43.459279 [ 270 ] {2144f512-413e-428b-8e16-ff3d659d8d53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:43.459799 [ 270 ] {2144f512-413e-428b-8e16-ff3d659d8d53} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.24 20:59:43.460041 [ 270 ] {2144f512-413e-428b-8e16-ff3d659d8d53} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:43.460182 [ 270 ] {2144f512-413e-428b-8e16-ff3d659d8d53} executeQuery: Read 15 rows, 27.52 KiB in 0.001771 sec., 8469.79107848673 rows/sec., 15.18 MiB/sec. 2026.03.24 20:59:43.460240 [ 270 ] {2144f512-413e-428b-8e16-ff3d659d8d53} TCPHandler: Processed in 0.001954443 sec. 2026.03.24 20:59:43.460352 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:43.460447 [ 270 ] {ba03011f-0062-41ec-b2c3-e92904370bb9} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:43.460490 [ 270 ] {ba03011f-0062-41ec-b2c3-e92904370bb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:43.460818 [ 270 ] {ba03011f-0062-41ec-b2c3-e92904370bb9} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:43.460852 [ 270 ] {ba03011f-0062-41ec-b2c3-e92904370bb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:43.461156 [ 270 ] {ba03011f-0062-41ec-b2c3-e92904370bb9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.24 20:59:43.461380 [ 270 ] {ba03011f-0062-41ec-b2c3-e92904370bb9} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:43.461509 [ 270 ] {ba03011f-0062-41ec-b2c3-e92904370bb9} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.03.24 20:59:43.461544 [ 270 ] {ba03011f-0062-41ec-b2c3-e92904370bb9} TCPHandler: Processed in 0.001242194 sec. 2026.03.24 20:59:44.283762 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10143 2026.03.24 20:59:44.284278 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:44.284316 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:44.284805 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.24 20:59:44.285047 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:44.285180 [ 91 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.24 20:59:44.285194 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10143 2026.03.24 20:59:44.285224 [ 91 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:44.285246 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:44.285428 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.24 20:59:44.285573 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:44.285611 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7711 rows starting from the beginning of the part 2026.03.24 20:59:44.285672 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.03.24 20:59:44.285710 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.03.24 20:59:44.285746 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.03.24 20:59:44.285787 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.03.24 20:59:44.285825 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.03.24 20:59:44.287451 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10143 rows, containing 4 columns (4 merged, 0 gathered) in 0.002093016 sec., 4846116.799871572 rows/sec., 69.32 MiB/sec. 2026.03.24 20:59:44.287616 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.24 20:59:44.287875 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:44.287939 [ 190 ] {d3f2c88a-5319-4c05-85d7-621a8baf3a52::all_1_21_4} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.24 20:59:44.288004 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. 2026.03.24 20:59:44.802014 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.03.24 20:59:44.819880 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:44.819946 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:44.825419 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.24 20:59:44.826203 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:44.826502 [ 89 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.24 20:59:44.826560 [ 89 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:44.826579 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:44.826686 [ 198 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.24 20:59:44.829463 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.03.24 20:59:44.830137 [ 198 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:44.831562 [ 198 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.03.24 20:59:44.836352 [ 198 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.03.24 20:59:44.840812 [ 198 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.03.24 20:59:44.845041 [ 198 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.03.24 20:59:44.849517 [ 198 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.03.24 20:59:44.853617 [ 198 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.03.24 20:59:44.908039 [ 195 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.081401545 sec., 1953.2798793929524 rows/sec., 10.10 MiB/sec. 2026.03.24 20:59:44.909888 [ 202 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.24 20:59:44.911625 [ 202 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:44.911715 [ 202 ] {17109b92-e4d7-45fe-8201-cf487c35d0e5::all_1_21_4} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.24 20:59:44.913127 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.24 20:59:45.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 249.25 MiB, peak 259.80 MiB, free memory in arenas 0.00 B, will set to 254.24 MiB (RSS), difference: 4.98 MiB 2026.03.24 20:59:46.810598 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 754 2026.03.24 20:59:46.812979 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:46.813041 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:46.814290 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.24 20:59:46.814587 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:46.814965 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 754 2026.03.24 20:59:48.458792 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:48.459108 [ 270 ] {9ac4d473-6acf-4e98-8573-d3c8c49ed7bc} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:59:48.459212 [ 270 ] {9ac4d473-6acf-4e98-8573-d3c8c49ed7bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:59:48.460124 [ 270 ] {9ac4d473-6acf-4e98-8573-d3c8c49ed7bc} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:48.460165 [ 270 ] {9ac4d473-6acf-4e98-8573-d3c8c49ed7bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:48.460563 [ 270 ] {9ac4d473-6acf-4e98-8573-d3c8c49ed7bc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:59:48.460786 [ 270 ] {9ac4d473-6acf-4e98-8573-d3c8c49ed7bc} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:48.460940 [ 270 ] {9ac4d473-6acf-4e98-8573-d3c8c49ed7bc} executeQuery: Read 284 rows, 18.47 KiB in 0.001919 sec., 147993.74674309537 rows/sec., 9.40 MiB/sec. 2026.03.24 20:59:48.460986 [ 270 ] {9ac4d473-6acf-4e98-8573-d3c8c49ed7bc} TCPHandler: Processed in 0.002371704 sec. 2026.03.24 20:59:48.461110 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:48.461213 [ 270 ] {225b1869-0810-4902-b9ad-b8e5edf68157} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:48.461258 [ 270 ] {225b1869-0810-4902-b9ad-b8e5edf68157} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:48.462090 [ 270 ] {225b1869-0810-4902-b9ad-b8e5edf68157} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:48.462125 [ 270 ] {225b1869-0810-4902-b9ad-b8e5edf68157} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:48.462497 [ 270 ] {225b1869-0810-4902-b9ad-b8e5edf68157} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.24 20:59:48.462713 [ 270 ] {225b1869-0810-4902-b9ad-b8e5edf68157} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:48.462842 [ 270 ] {225b1869-0810-4902-b9ad-b8e5edf68157} executeQuery: Read 847 rows, 68.22 KiB in 0.001653 sec., 512401.69388989714 rows/sec., 40.30 MiB/sec. 2026.03.24 20:59:48.462880 [ 270 ] {225b1869-0810-4902-b9ad-b8e5edf68157} TCPHandler: Processed in 0.001821349 sec. 2026.03.24 20:59:48.462995 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:48.463091 [ 270 ] {a071d6f8-f2f4-4ffd-abca-969ea03b3a32} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:48.463133 [ 270 ] {a071d6f8-f2f4-4ffd-abca-969ea03b3a32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:48.463621 [ 270 ] {a071d6f8-f2f4-4ffd-abca-969ea03b3a32} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:48.463657 [ 270 ] {a071d6f8-f2f4-4ffd-abca-969ea03b3a32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:48.463957 [ 270 ] {a071d6f8-f2f4-4ffd-abca-969ea03b3a32} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.24 20:59:48.464170 [ 270 ] {a071d6f8-f2f4-4ffd-abca-969ea03b3a32} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:48.464299 [ 270 ] {a071d6f8-f2f4-4ffd-abca-969ea03b3a32} executeQuery: Read 167 rows, 10.42 KiB in 0.001227 sec., 136104.3194784026 rows/sec., 8.29 MiB/sec. 2026.03.24 20:59:48.464335 [ 270 ] {a071d6f8-f2f4-4ffd-abca-969ea03b3a32} TCPHandler: Processed in 0.001389698 sec. 2026.03.24 20:59:48.464446 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:48.464541 [ 270 ] {3e50b741-d36e-41b4-9e10-7f48696ea62c} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:59:48.464581 [ 270 ] {3e50b741-d36e-41b4-9e10-7f48696ea62c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:59:48.465024 [ 270 ] {3e50b741-d36e-41b4-9e10-7f48696ea62c} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:48.465061 [ 270 ] {3e50b741-d36e-41b4-9e10-7f48696ea62c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:48.465354 [ 270 ] {3e50b741-d36e-41b4-9e10-7f48696ea62c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:59:48.465557 [ 270 ] {3e50b741-d36e-41b4-9e10-7f48696ea62c} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:48.465683 [ 270 ] {3e50b741-d36e-41b4-9e10-7f48696ea62c} executeQuery: Read 149 rows, 9.86 KiB in 0.00116 sec., 128448.27586206897 rows/sec., 8.30 MiB/sec. 2026.03.24 20:59:48.465720 [ 270 ] {3e50b741-d36e-41b4-9e10-7f48696ea62c} TCPHandler: Processed in 0.001323716 sec. 2026.03.24 20:59:48.465828 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:48.465921 [ 270 ] {b75ae045-7ea8-4255-82f4-12706cf93408} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:59:48.465961 [ 270 ] {b75ae045-7ea8-4255-82f4-12706cf93408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:59:48.466396 [ 270 ] {b75ae045-7ea8-4255-82f4-12706cf93408} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:48.466432 [ 270 ] {b75ae045-7ea8-4255-82f4-12706cf93408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:48.466732 [ 270 ] {b75ae045-7ea8-4255-82f4-12706cf93408} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:59:48.466944 [ 270 ] {b75ae045-7ea8-4255-82f4-12706cf93408} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:48.467071 [ 270 ] {b75ae045-7ea8-4255-82f4-12706cf93408} executeQuery: Read 148 rows, 8.62 KiB in 0.001167 sec., 126820.90831191087 rows/sec., 7.21 MiB/sec. 2026.03.24 20:59:48.467107 [ 270 ] {b75ae045-7ea8-4255-82f4-12706cf93408} TCPHandler: Processed in 0.001328186 sec. 2026.03.24 20:59:48.467216 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:48.467309 [ 270 ] {7a406248-c877-4904-845a-d92e85b0ab7f} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:48.467349 [ 270 ] {7a406248-c877-4904-845a-d92e85b0ab7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:48.467935 [ 270 ] {7a406248-c877-4904-845a-d92e85b0ab7f} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:48.467971 [ 270 ] {7a406248-c877-4904-845a-d92e85b0ab7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:48.468281 [ 270 ] {7a406248-c877-4904-845a-d92e85b0ab7f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.24 20:59:48.468496 [ 270 ] {7a406248-c877-4904-845a-d92e85b0ab7f} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:48.468622 [ 270 ] {7a406248-c877-4904-845a-d92e85b0ab7f} executeQuery: Read 515 rows, 37.18 KiB in 0.00133 sec., 387218.0451127819 rows/sec., 27.30 MiB/sec. 2026.03.24 20:59:48.468659 [ 270 ] {7a406248-c877-4904-845a-d92e85b0ab7f} TCPHandler: Processed in 0.00149222 sec. 2026.03.24 20:59:48.468768 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:48.468861 [ 270 ] {69016433-b81a-4b5d-9a2e-7d5ffb529d0d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.24 20:59:48.468902 [ 270 ] {69016433-b81a-4b5d-9a2e-7d5ffb529d0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.24 20:59:48.469227 [ 270 ] {69016433-b81a-4b5d-9a2e-7d5ffb529d0d} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:48.469264 [ 270 ] {69016433-b81a-4b5d-9a2e-7d5ffb529d0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:48.469560 [ 270 ] {69016433-b81a-4b5d-9a2e-7d5ffb529d0d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.24 20:59:48.469763 [ 270 ] {69016433-b81a-4b5d-9a2e-7d5ffb529d0d} oximeter.measurements_bool (f2925732-eb59-427c-91a5-dd5e62dd500c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:48.469889 [ 270 ] {69016433-b81a-4b5d-9a2e-7d5ffb529d0d} executeQuery: Read 6 rows, 321.00 B in 0.001045 sec., 5741.626794258374 rows/sec., 299.98 KiB/sec. 2026.03.24 20:59:48.469925 [ 270 ] {69016433-b81a-4b5d-9a2e-7d5ffb529d0d} TCPHandler: Processed in 0.001205232 sec. 2026.03.24 20:59:48.470032 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:48.470126 [ 270 ] {1e6e86f9-c240-46cd-b028-ae569aff5ca5} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:48.470167 [ 270 ] {1e6e86f9-c240-46cd-b028-ae569aff5ca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:48.470586 [ 270 ] {1e6e86f9-c240-46cd-b028-ae569aff5ca5} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:48.470622 [ 270 ] {1e6e86f9-c240-46cd-b028-ae569aff5ca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:48.470941 [ 270 ] {1e6e86f9-c240-46cd-b028-ae569aff5ca5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.24 20:59:48.471148 [ 270 ] {1e6e86f9-c240-46cd-b028-ae569aff5ca5} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:48.471272 [ 270 ] {1e6e86f9-c240-46cd-b028-ae569aff5ca5} executeQuery: Read 265 rows, 18.03 KiB in 0.001164 sec., 227663.2302405498 rows/sec., 15.13 MiB/sec. 2026.03.24 20:59:48.471308 [ 270 ] {1e6e86f9-c240-46cd-b028-ae569aff5ca5} TCPHandler: Processed in 0.001324946 sec. 2026.03.24 20:59:48.471424 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:48.471517 [ 270 ] {86be8016-9b08-4a89-938c-84a0f087e57b} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.24 20:59:48.471558 [ 270 ] {86be8016-9b08-4a89-938c-84a0f087e57b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.24 20:59:48.471861 [ 270 ] {86be8016-9b08-4a89-938c-84a0f087e57b} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:48.471897 [ 270 ] {86be8016-9b08-4a89-938c-84a0f087e57b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:48.472178 [ 270 ] {86be8016-9b08-4a89-938c-84a0f087e57b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.24 20:59:48.472386 [ 270 ] {86be8016-9b08-4a89-938c-84a0f087e57b} oximeter.measurements_f64 (080cfb40-47f1-423a-a068-985bf6647fa8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:48.472513 [ 270 ] {86be8016-9b08-4a89-938c-84a0f087e57b} executeQuery: Read 1 rows, 69.00 B in 0.001014 sec., 986.1932938856016 rows/sec., 66.45 KiB/sec. 2026.03.24 20:59:48.472549 [ 270 ] {86be8016-9b08-4a89-938c-84a0f087e57b} TCPHandler: Processed in 0.001174612 sec. 2026.03.24 20:59:48.472669 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:48.472761 [ 270 ] {f41bac88-9777-426e-b9f9-1c8e4b822703} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:48.472813 [ 270 ] {f41bac88-9777-426e-b9f9-1c8e4b822703} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:48.473611 [ 270 ] {f41bac88-9777-426e-b9f9-1c8e4b822703} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:48.473647 [ 270 ] {f41bac88-9777-426e-b9f9-1c8e4b822703} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:48.474195 [ 270 ] {f41bac88-9777-426e-b9f9-1c8e4b822703} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.24 20:59:48.474415 [ 270 ] {f41bac88-9777-426e-b9f9-1c8e4b822703} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:48.474552 [ 270 ] {f41bac88-9777-426e-b9f9-1c8e4b822703} executeQuery: Read 25 rows, 45.87 KiB in 0.001808 sec., 13827.433628318584 rows/sec., 24.78 MiB/sec. 2026.03.24 20:59:48.474611 [ 270 ] {f41bac88-9777-426e-b9f9-1c8e4b822703} TCPHandler: Processed in 0.001991713 sec. 2026.03.24 20:59:48.474721 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:48.474816 [ 270 ] {c65dbfff-4583-4688-8ff7-ba3aac3d9ac6} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:48.474857 [ 270 ] {c65dbfff-4583-4688-8ff7-ba3aac3d9ac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:48.475196 [ 270 ] {c65dbfff-4583-4688-8ff7-ba3aac3d9ac6} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:48.475234 [ 270 ] {c65dbfff-4583-4688-8ff7-ba3aac3d9ac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:48.475545 [ 270 ] {c65dbfff-4583-4688-8ff7-ba3aac3d9ac6} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.24 20:59:48.475765 [ 270 ] {c65dbfff-4583-4688-8ff7-ba3aac3d9ac6} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:48.475892 [ 270 ] {c65dbfff-4583-4688-8ff7-ba3aac3d9ac6} executeQuery: Read 90 rows, 5.77 KiB in 0.001095 sec., 82191.78082191781 rows/sec., 5.14 MiB/sec. 2026.03.24 20:59:48.475928 [ 270 ] {c65dbfff-4583-4688-8ff7-ba3aac3d9ac6} TCPHandler: Processed in 0.001256804 sec. 2026.03.24 20:59:51.692786 [ 76 ] {} DNSResolver: Updating DNS cache 2026.03.24 20:59:51.692840 [ 76 ] {} DNSResolver: Updated DNS cache 2026.03.24 20:59:51.785346 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10591 2026.03.24 20:59:51.785981 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:51.786029 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:51.786640 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.24 20:59:51.786899 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:51.787024 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10591 2026.03.24 20:59:52.329589 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.03.24 20:59:52.344974 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:52.345019 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:52.351087 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.24 20:59:52.351846 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:52.354394 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.03.24 20:59:53.451170 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.451369 [ 270 ] {4c8602e6-1bc4-4277-92f9-1c36f3c76a8f} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:53.451436 [ 270 ] {4c8602e6-1bc4-4277-92f9-1c36f3c76a8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:53.452081 [ 270 ] {4c8602e6-1bc4-4277-92f9-1c36f3c76a8f} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:53.452126 [ 270 ] {4c8602e6-1bc4-4277-92f9-1c36f3c76a8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:53.452544 [ 270 ] {4c8602e6-1bc4-4277-92f9-1c36f3c76a8f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.24 20:59:53.452787 [ 270 ] {4c8602e6-1bc4-4277-92f9-1c36f3c76a8f} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:53.452956 [ 270 ] {4c8602e6-1bc4-4277-92f9-1c36f3c76a8f} executeQuery: Read 86 rows, 7.37 KiB in 0.001638 sec., 52503.0525030525 rows/sec., 4.39 MiB/sec. 2026.03.24 20:59:53.453005 [ 270 ] {4c8602e6-1bc4-4277-92f9-1c36f3c76a8f} TCPHandler: Processed in 0.002001654 sec. 2026.03.24 20:59:53.453129 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.453236 [ 270 ] {4f824c2f-0366-41d3-b5f4-2d32982309a4} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:53.453288 [ 270 ] {4f824c2f-0366-41d3-b5f4-2d32982309a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:53.453764 [ 270 ] {4f824c2f-0366-41d3-b5f4-2d32982309a4} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:53.453800 [ 270 ] {4f824c2f-0366-41d3-b5f4-2d32982309a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:53.454117 [ 270 ] {4f824c2f-0366-41d3-b5f4-2d32982309a4} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.24 20:59:53.454334 [ 270 ] {4f824c2f-0366-41d3-b5f4-2d32982309a4} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:53.454468 [ 270 ] {4f824c2f-0366-41d3-b5f4-2d32982309a4} executeQuery: Read 15 rows, 1.13 KiB in 0.001258 sec., 11923.688394276629 rows/sec., 896.61 KiB/sec. 2026.03.24 20:59:53.454505 [ 270 ] {4f824c2f-0366-41d3-b5f4-2d32982309a4} TCPHandler: Processed in 0.001430308 sec. 2026.03.24 20:59:53.454613 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.454710 [ 270 ] {71213fbc-c5da-41bc-96ce-b29e32638691} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:53.454752 [ 270 ] {71213fbc-c5da-41bc-96ce-b29e32638691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:53.455167 [ 270 ] {71213fbc-c5da-41bc-96ce-b29e32638691} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:53.455203 [ 270 ] {71213fbc-c5da-41bc-96ce-b29e32638691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:53.455501 [ 270 ] {71213fbc-c5da-41bc-96ce-b29e32638691} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.24 20:59:53.455713 [ 270 ] {71213fbc-c5da-41bc-96ce-b29e32638691} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:53.455840 [ 270 ] {71213fbc-c5da-41bc-96ce-b29e32638691} executeQuery: Read 79 rows, 6.32 KiB in 0.00115 sec., 68695.65217391304 rows/sec., 5.36 MiB/sec. 2026.03.24 20:59:53.455876 [ 270 ] {71213fbc-c5da-41bc-96ce-b29e32638691} TCPHandler: Processed in 0.001313775 sec. 2026.03.24 20:59:53.455984 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.456077 [ 270 ] {2cb9df23-7d4f-468e-bb91-99d1131d01f5} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:53.456120 [ 270 ] {2cb9df23-7d4f-468e-bb91-99d1131d01f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:53.456512 [ 270 ] {2cb9df23-7d4f-468e-bb91-99d1131d01f5} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:53.456545 [ 270 ] {2cb9df23-7d4f-468e-bb91-99d1131d01f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:53.456866 [ 270 ] {2cb9df23-7d4f-468e-bb91-99d1131d01f5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.24 20:59:53.457076 [ 270 ] {2cb9df23-7d4f-468e-bb91-99d1131d01f5} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:53.457202 [ 270 ] {2cb9df23-7d4f-468e-bb91-99d1131d01f5} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2026.03.24 20:59:53.457237 [ 270 ] {2cb9df23-7d4f-468e-bb91-99d1131d01f5} TCPHandler: Processed in 0.001302935 sec. 2026.03.24 20:59:53.457350 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.457442 [ 270 ] {446230b8-d359-4cf1-bf96-e5495159a0a3} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:53.457495 [ 270 ] {446230b8-d359-4cf1-bf96-e5495159a0a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:53.458242 [ 270 ] {446230b8-d359-4cf1-bf96-e5495159a0a3} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:53.458277 [ 270 ] {446230b8-d359-4cf1-bf96-e5495159a0a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:53.458794 [ 270 ] {446230b8-d359-4cf1-bf96-e5495159a0a3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.24 20:59:53.459025 [ 270 ] {446230b8-d359-4cf1-bf96-e5495159a0a3} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:53.459160 [ 270 ] {446230b8-d359-4cf1-bf96-e5495159a0a3} executeQuery: Read 15 rows, 27.52 KiB in 0.001735 sec., 8645.533141210375 rows/sec., 15.49 MiB/sec. 2026.03.24 20:59:53.459211 [ 270 ] {446230b8-d359-4cf1-bf96-e5495159a0a3} TCPHandler: Processed in 0.001909441 sec. 2026.03.24 20:59:53.459319 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.459413 [ 270 ] {4e69fa0c-2e6e-44f5-addc-44b99596f544} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:53.459454 [ 270 ] {4e69fa0c-2e6e-44f5-addc-44b99596f544} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:53.459780 [ 270 ] {4e69fa0c-2e6e-44f5-addc-44b99596f544} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:53.459814 [ 270 ] {4e69fa0c-2e6e-44f5-addc-44b99596f544} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:53.460128 [ 270 ] {4e69fa0c-2e6e-44f5-addc-44b99596f544} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.24 20:59:53.460341 [ 270 ] {4e69fa0c-2e6e-44f5-addc-44b99596f544} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:53.460465 [ 270 ] {4e69fa0c-2e6e-44f5-addc-44b99596f544} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.03.24 20:59:53.460500 [ 270 ] {4e69fa0c-2e6e-44f5-addc-44b99596f544} TCPHandler: Processed in 0.001231273 sec. 2026.03.24 20:59:53.921914 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.922182 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} executeQuery: (from [fd00:1122:3344:101::d]:57635) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:59:53.922600 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:59:53.922650 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:59:53.922935 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:59:53.923005 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:53.923161 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.24 20:59:53.923301 [ 296 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:59:53.923320 [ 310 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.24 20:59:53.923301 [ 324 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.24 20:59:53.923469 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (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.03.24 20:59:53.923499 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:59:53.923573 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.24 20:59:53.923594 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.03.24 20:59:53.923631 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.923685 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.924629 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} executeQuery: Read 41 rows, 1.65 KiB in 0.002568 sec., 15965.732087227414 rows/sec., 643.06 KiB/sec. 2026.03.24 20:59:53.924755 [ 270 ] {462af41d-7915-4c1d-9770-5c9c9d0b809e} TCPHandler: Processed in 0.0029778 sec. 2026.03.24 20:59:53.925098 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.925282 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} executeQuery: (from [fd00:1122:3344:101::d]:57635) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:59:53.925534 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:59:53.925574 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:59:53.925794 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:59:53.925849 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:53.925959 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.03.24 20:59:53.926019 [ 332 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:59:53.926024 [ 308 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.24 20:59:53.926028 [ 296 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.24 20:59:53.926125 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (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.03.24 20:59:53.926151 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:59:53.926210 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.24 20:59:53.926228 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.03.24 20:59:53.926260 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.926302 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.927011 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} executeQuery: Read 41 rows, 1.65 KiB in 0.00181 sec., 22651.933701657457 rows/sec., 912.36 KiB/sec. 2026.03.24 20:59:53.927124 [ 270 ] {3a697215-bd5d-4524-a16f-9cfeb46b6144} TCPHandler: Processed in 0.002093706 sec. 2026.03.24 20:59:53.927415 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.927556 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} executeQuery: (from [fd00:1122:3344:101::d]:57635) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:59:53.927789 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:59:53.927827 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:59:53.928049 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:59:53.928102 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:53.928204 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.03.24 20:59:53.928287 [ 308 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.24 20:59:53.928296 [ 296 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.24 20:59:53.928293 [ 277 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:59:53.928404 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (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.03.24 20:59:53.928430 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:59:53.928487 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.24 20:59:53.928505 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.03.24 20:59:53.928536 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.928577 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.929199 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} executeQuery: Read 41 rows, 1.65 KiB in 0.001703 sec., 24075.16147974163 rows/sec., 969.68 KiB/sec. 2026.03.24 20:59:53.929310 [ 270 ] {980c5fd7-966e-41b1-adc9-a0a51780f36d} TCPHandler: Processed in 0.001946332 sec. 2026.03.24 20:59:53.929536 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.929675 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} executeQuery: (from [fd00:1122:3344:101::d]:57635) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:59:53.929905 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:59:53.929942 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:59:53.930158 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:59:53.930211 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:53.930317 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.03.24 20:59:53.930390 [ 308 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.24 20:59:53.930401 [ 298 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.24 20:59:53.930395 [ 277 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:59:53.930516 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (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.03.24 20:59:53.930540 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:59:53.930597 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.24 20:59:53.930614 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.03.24 20:59:53.930645 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.930676 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.931199 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} executeQuery: Read 41 rows, 1.65 KiB in 0.001584 sec., 25883.838383838385 rows/sec., 1.02 MiB/sec. 2026.03.24 20:59:53.931304 [ 270 ] {ee0804c3-0d59-4ba8-b8b8-2be92504d68e} TCPHandler: Processed in 0.001818769 sec. 2026.03.24 20:59:53.931516 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.931654 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} executeQuery: (from [fd00:1122:3344:101::d]:57635) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:59:53.931884 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:59:53.931921 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:59:53.932137 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:59:53.932190 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:53.932293 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.03.24 20:59:53.932361 [ 277 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:59:53.932366 [ 308 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.24 20:59:53.932421 [ 329 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.24 20:59:53.932525 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (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.03.24 20:59:53.932551 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:59:53.932606 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.24 20:59:53.932623 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.03.24 20:59:53.932653 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.932688 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.933255 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} executeQuery: Read 41 rows, 1.65 KiB in 0.001659 sec., 24713.682941531042 rows/sec., 995.40 KiB/sec. 2026.03.24 20:59:53.933362 [ 270 ] {70e8a9cd-cca6-4826-8f12-4d646131a3a1} TCPHandler: Processed in 0.001896721 sec. 2026.03.24 20:59:53.933574 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.933712 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} executeQuery: (from [fd00:1122:3344:101::d]:57635) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:59:53.933939 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:59:53.933976 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:59:53.934192 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:59:53.934245 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:53.934344 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.03.24 20:59:53.934403 [ 308 ] {2d970910-f448-4487-9248-75c143d3a10a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:59:53.934425 [ 277 ] {2d970910-f448-4487-9248-75c143d3a10a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.24 20:59:53.934429 [ 329 ] {2d970910-f448-4487-9248-75c143d3a10a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.24 20:59:53.934533 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (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.03.24 20:59:53.934558 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:59:53.934612 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.24 20:59:53.934631 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.03.24 20:59:53.934661 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.934692 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.935260 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} executeQuery: Read 41 rows, 1.65 KiB in 0.001607 sec., 25513.378967019293 rows/sec., 1.00 MiB/sec. 2026.03.24 20:59:53.935365 [ 270 ] {2d970910-f448-4487-9248-75c143d3a10a} TCPHandler: Processed in 0.001841579 sec. 2026.03.24 20:59:53.979282 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:53.979463 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} executeQuery: (from [fd00:1122:3344:101::d]:57635) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.24 20:59:53.979759 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:59:53.979800 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.24 20:59:53.980027 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:59:53.980083 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:53.980195 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.03.24 20:59:53.980276 [ 277 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:59:53.980292 [ 329 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.24 20:59:53.980286 [ 308 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.24 20:59:53.980422 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (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.03.24 20:59:53.980454 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:59:53.980513 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.24 20:59:53.980531 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.03.24 20:59:53.980565 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.980598 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.24 20:59:53.981287 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} executeQuery: Read 41 rows, 1.65 KiB in 0.001903 sec., 21544.929059379927 rows/sec., 867.77 KiB/sec. 2026.03.24 20:59:53.981381 [ 270 ] {70667c60-af64-4fce-bef4-9ed935b16bbf} TCPHandler: Processed in 0.002165908 sec. 2026.03.24 20:59:54.036114 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.036300 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} executeQuery: (from [fd00:1122:3344:101::d]:57635) 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', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.03.24 20:59:54.036620 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:59:54.036669 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} 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', 'zone:cpu_nsec')" moved to PREWHERE 2026.03.24 20:59:54.036914 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:59:54.036972 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:54.037079 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.03.24 20:59:54.037158 [ 308 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:59:54.037163 [ 299 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.24 20:59:54.037174 [ 277 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.24 20:59:54.037283 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (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.03.24 20:59:54.037308 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:59:54.037367 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.24 20:59:54.037385 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.03.24 20:59:54.037417 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} 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', 'zone:cpu_nsec'))" 2026.03.24 20:59:54.037450 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} 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', 'zone:cpu_nsec'))" 2026.03.24 20:59:54.038224 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} executeQuery: Read 41 rows, 1.65 KiB in 0.00201 sec., 20398.009950248754 rows/sec., 821.58 KiB/sec. 2026.03.24 20:59:54.038339 [ 270 ] {80050a97-f7ba-4fff-98d0-a9b34b6494be} TCPHandler: Processed in 0.002298322 sec. 2026.03.24 20:59:54.161485 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.161774 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} executeQuery: (from [fd00:1122:3344:101::d]:57635) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.03.24 20:59:54.162152 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.24 20:59:54.162192 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.03.24 20:59:54.162440 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:59:54.162502 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.24 20:59:54.162615 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Key condition: (column 0 notIn 50-element set) 2026.03.24 20:59:54.162697 [ 305 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.24 20:59:54.162730 [ 308 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.24 20:59:54.162739 [ 277 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.24 20:59:54.162862 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (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.03.24 20:59:54.162890 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.24 20:59:54.162951 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.24 20:59:54.162970 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8) (SelectExecutor): Reading approx. 41 rows with 2 streams 2026.03.24 20:59:54.163002 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.03.24 20:59:54.163038 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.03.24 20:59:54.163730 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} executeQuery: Read 41 rows, 1.65 KiB in 0.002035 sec., 20147.420147420147 rows/sec., 811.48 KiB/sec. 2026.03.24 20:59:54.163839 [ 270 ] {1187dfd0-06db-4793-a4f2-3cf6ac010efe} TCPHandler: Processed in 0.002434006 sec. 2026.03.24 20:59:54.166337 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.166467 [ 270 ] {79dec315-5105-4cc1-95d5-bbfe7faafe77} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.24 20:59:54.166519 [ 270 ] {79dec315-5105-4cc1-95d5-bbfe7faafe77} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.24 20:59:54.167073 [ 270 ] {79dec315-5105-4cc1-95d5-bbfe7faafe77} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.167118 [ 270 ] {79dec315-5105-4cc1-95d5-bbfe7faafe77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.167537 [ 270 ] {79dec315-5105-4cc1-95d5-bbfe7faafe77} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.24 20:59:54.167741 [ 270 ] {79dec315-5105-4cc1-95d5-bbfe7faafe77} oximeter.timeseries_schema (33576370-a0cf-4048-b60a-455c44ac96d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.167885 [ 270 ] {79dec315-5105-4cc1-95d5-bbfe7faafe77} executeQuery: Read 9 rows, 1.88 KiB in 0.001457 sec., 6177.076183939602 rows/sec., 1.26 MiB/sec. 2026.03.24 20:59:54.167924 [ 270 ] {79dec315-5105-4cc1-95d5-bbfe7faafe77} TCPHandler: Processed in 0.001650574 sec. 2026.03.24 20:59:54.168039 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.168136 [ 270 ] {462042ee-c6bc-4a84-a644-03592c0bdc31} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.24 20:59:54.168175 [ 270 ] {462042ee-c6bc-4a84-a644-03592c0bdc31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.24 20:59:54.168596 [ 270 ] {462042ee-c6bc-4a84-a644-03592c0bdc31} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.168634 [ 270 ] {462042ee-c6bc-4a84-a644-03592c0bdc31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.168966 [ 270 ] {462042ee-c6bc-4a84-a644-03592c0bdc31} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:59:54.169176 [ 270 ] {462042ee-c6bc-4a84-a644-03592c0bdc31} oximeter.fields_i16 (32191d85-458a-4a1d-a81c-1548142e9e0b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.169305 [ 270 ] {462042ee-c6bc-4a84-a644-03592c0bdc31} executeQuery: Read 24 rows, 2.04 KiB in 0.00119 sec., 20168.067226890755 rows/sec., 1.67 MiB/sec. 2026.03.24 20:59:54.169342 [ 270 ] {462042ee-c6bc-4a84-a644-03592c0bdc31} TCPHandler: Processed in 0.001353077 sec. 2026.03.24 20:59:54.169445 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.169548 [ 270 ] {ea9219a5-2e2a-4d33-adcc-3808ed8fdf42} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.24 20:59:54.169591 [ 270 ] {ea9219a5-2e2a-4d33-adcc-3808ed8fdf42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.24 20:59:54.169982 [ 270 ] {ea9219a5-2e2a-4d33-adcc-3808ed8fdf42} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.170020 [ 270 ] {ea9219a5-2e2a-4d33-adcc-3808ed8fdf42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.170333 [ 270 ] {ea9219a5-2e2a-4d33-adcc-3808ed8fdf42} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.24 20:59:54.170567 [ 270 ] {ea9219a5-2e2a-4d33-adcc-3808ed8fdf42} oximeter.fields_ipaddr (4745da96-e672-4311-a88e-2e7bcc7ae56d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.170702 [ 270 ] {ea9219a5-2e2a-4d33-adcc-3808ed8fdf42} executeQuery: Read 2 rows, 167.00 B in 0.001174 sec., 1703.5775127768316 rows/sec., 138.91 KiB/sec. 2026.03.24 20:59:54.170742 [ 270 ] {ea9219a5-2e2a-4d33-adcc-3808ed8fdf42} TCPHandler: Processed in 0.001347676 sec. 2026.03.24 20:59:54.170844 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.170939 [ 270 ] {aeb8a949-4653-42bc-9352-f68c0418b6ff} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:54.170979 [ 270 ] {aeb8a949-4653-42bc-9352-f68c0418b6ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:54.173179 [ 270 ] {aeb8a949-4653-42bc-9352-f68c0418b6ff} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.173217 [ 270 ] {aeb8a949-4653-42bc-9352-f68c0418b6ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.173740 [ 270 ] {aeb8a949-4653-42bc-9352-f68c0418b6ff} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.24 20:59:54.173962 [ 270 ] {aeb8a949-4653-42bc-9352-f68c0418b6ff} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.174079 [ 72 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.24 20:59:54.174100 [ 270 ] {aeb8a949-4653-42bc-9352-f68c0418b6ff} executeQuery: Read 2578 rows, 198.10 KiB in 0.00318 sec., 810691.8238993711 rows/sec., 60.84 MiB/sec. 2026.03.24 20:59:54.174135 [ 72 ] {} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.174149 [ 270 ] {aeb8a949-4653-42bc-9352-f68c0418b6ff} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2026.03.24 20:59:54.174169 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.174173 [ 270 ] {aeb8a949-4653-42bc-9352-f68c0418b6ff} TCPHandler: Processed in 0.003379151 sec. 2026.03.24 20:59:54.174284 [ 192 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.24 20:59:54.174295 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.174393 [ 192 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:54.174403 [ 270 ] {129ca61d-e2a8-40a2-bab9-b14d09c9755c} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.24 20:59:54.174429 [ 192 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1007 rows starting from the beginning of the part 2026.03.24 20:59:54.174452 [ 270 ] {129ca61d-e2a8-40a2-bab9-b14d09c9755c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.24 20:59:54.174493 [ 192 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 847 rows starting from the beginning of the part 2026.03.24 20:59:54.174542 [ 192 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 88 rows starting from the beginning of the part 2026.03.24 20:59:54.174588 [ 192 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 847 rows starting from the beginning of the part 2026.03.24 20:59:54.174627 [ 192 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 86 rows starting from the beginning of the part 2026.03.24 20:59:54.174671 [ 192 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2578 rows starting from the beginning of the part 2026.03.24 20:59:54.174870 [ 270 ] {129ca61d-e2a8-40a2-bab9-b14d09c9755c} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.174912 [ 270 ] {129ca61d-e2a8-40a2-bab9-b14d09c9755c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.175330 [ 270 ] {129ca61d-e2a8-40a2-bab9-b14d09c9755c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.24 20:59:54.175556 [ 270 ] {129ca61d-e2a8-40a2-bab9-b14d09c9755c} oximeter.fields_u16 (60d73d33-7b9f-4b62-8b12-158aa383ab02): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.175693 [ 270 ] {129ca61d-e2a8-40a2-bab9-b14d09c9755c} executeQuery: Read 50 rows, 3.81 KiB in 0.001309 sec., 38197.09702062643 rows/sec., 2.84 MiB/sec. 2026.03.24 20:59:54.175732 [ 270 ] {129ca61d-e2a8-40a2-bab9-b14d09c9755c} TCPHandler: Processed in 0.00148764 sec. 2026.03.24 20:59:54.175844 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.175961 [ 270 ] {a35ee338-3b91-4d4d-a2cb-50a6a87ddfd1} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.24 20:59:54.176010 [ 270 ] {a35ee338-3b91-4d4d-a2cb-50a6a87ddfd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.24 20:59:54.176835 [ 270 ] {a35ee338-3b91-4d4d-a2cb-50a6a87ddfd1} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.176870 [ 270 ] {a35ee338-3b91-4d4d-a2cb-50a6a87ddfd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.176913 [ 191 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5453 rows, containing 5 columns (5 merged, 0 gathered) in 0.002675552 sec., 2038084.103766251 rows/sec., 165.75 MiB/sec. 2026.03.24 20:59:54.177244 [ 192 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.24 20:59:54.177254 [ 270 ] {a35ee338-3b91-4d4d-a2cb-50a6a87ddfd1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.24 20:59:54.177549 [ 270 ] {a35ee338-3b91-4d4d-a2cb-50a6a87ddfd1} oximeter.fields_u32 (1db6456b-28f4-422f-b597-3d516ecb4e23): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.177573 [ 192 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.177663 [ 192 ] {8cd78439-6bbc-40cc-aa35-a0599653fb74::all_1_31_6} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.24 20:59:54.177686 [ 270 ] {a35ee338-3b91-4d4d-a2cb-50a6a87ddfd1} executeQuery: Read 825 rows, 49.42 KiB in 0.001749 sec., 471698.11320754717 rows/sec., 27.59 MiB/sec. 2026.03.24 20:59:54.177728 [ 270 ] {a35ee338-3b91-4d4d-a2cb-50a6a87ddfd1} TCPHandler: Processed in 0.001943743 sec. 2026.03.24 20:59:54.177749 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.03.24 20:59:54.177928 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.178059 [ 270 ] {320dae96-3d35-4f36-b3f2-11f13991d27b} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:54.178118 [ 270 ] {320dae96-3d35-4f36-b3f2-11f13991d27b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.24 20:59:54.178629 [ 270 ] {320dae96-3d35-4f36-b3f2-11f13991d27b} oximeter.fields_u64 (d2650e1a-6959-45ef-8a00-5ba7e2ef00b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.178668 [ 270 ] {320dae96-3d35-4f36-b3f2-11f13991d27b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.178958 [ 270 ] {320dae96-3d35-4f36-b3f2-11f13991d27b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 20:59:54.179179 [ 270 ] {320dae96-3d35-4f36-b3f2-11f13991d27b} oximeter.fields_u64 (d2650e1a-6959-45ef-8a00-5ba7e2ef00b5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.179306 [ 270 ] {320dae96-3d35-4f36-b3f2-11f13991d27b} executeQuery: Read 2 rows, 144.00 B in 0.001287 sec., 1554.001554001554 rows/sec., 109.27 KiB/sec. 2026.03.24 20:59:54.179356 [ 270 ] {320dae96-3d35-4f36-b3f2-11f13991d27b} TCPHandler: Processed in 0.001533962 sec. 2026.03.24 20:59:54.179461 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.179556 [ 270 ] {4ba5fceb-2a75-4424-93df-7712421ebf3c} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.24 20:59:54.179596 [ 270 ] {4ba5fceb-2a75-4424-93df-7712421ebf3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.24 20:59:54.179986 [ 270 ] {4ba5fceb-2a75-4424-93df-7712421ebf3c} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.180022 [ 270 ] {4ba5fceb-2a75-4424-93df-7712421ebf3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.180308 [ 270 ] {4ba5fceb-2a75-4424-93df-7712421ebf3c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.24 20:59:54.180524 [ 270 ] {4ba5fceb-2a75-4424-93df-7712421ebf3c} oximeter.fields_u8 (86aad4af-e578-4dda-a8ff-9bb4d23f07c0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.180652 [ 270 ] {4ba5fceb-2a75-4424-93df-7712421ebf3c} executeQuery: Read 12 rows, 960.00 B in 0.001116 sec., 10752.68817204301 rows/sec., 840.05 KiB/sec. 2026.03.24 20:59:54.180691 [ 270 ] {4ba5fceb-2a75-4424-93df-7712421ebf3c} TCPHandler: Processed in 0.001281424 sec. 2026.03.24 20:59:54.180812 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.180933 [ 270 ] {456ed2cc-1bcb-456a-bc9f-c1d704cfca75} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:54.180983 [ 270 ] {456ed2cc-1bcb-456a-bc9f-c1d704cfca75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:54.182071 [ 270 ] {456ed2cc-1bcb-456a-bc9f-c1d704cfca75} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.182108 [ 270 ] {456ed2cc-1bcb-456a-bc9f-c1d704cfca75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.182528 [ 270 ] {456ed2cc-1bcb-456a-bc9f-c1d704cfca75} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.24 20:59:54.182744 [ 270 ] {456ed2cc-1bcb-456a-bc9f-c1d704cfca75} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.182849 [ 72 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.24 20:59:54.182882 [ 270 ] {456ed2cc-1bcb-456a-bc9f-c1d704cfca75} executeQuery: Read 1353 rows, 93.54 KiB in 0.001974 sec., 685410.3343465045 rows/sec., 46.27 MiB/sec. 2026.03.24 20:59:54.182894 [ 72 ] {} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.182927 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.182929 [ 270 ] {456ed2cc-1bcb-456a-bc9f-c1d704cfca75} TCPHandler: Processed in 0.002179399 sec. 2026.03.24 20:59:54.183018 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.24 20:59:54.183051 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.183132 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:54.183151 [ 270 ] {42a7f7cb-44b0-4dce-9795-786d77a70faa} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:54.183170 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 602 rows starting from the beginning of the part 2026.03.24 20:59:54.183199 [ 270 ] {42a7f7cb-44b0-4dce-9795-786d77a70faa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:54.183236 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 515 rows starting from the beginning of the part 2026.03.24 20:59:54.183292 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 83 rows starting from the beginning of the part 2026.03.24 20:59:54.183339 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 515 rows starting from the beginning of the part 2026.03.24 20:59:54.183382 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 79 rows starting from the beginning of the part 2026.03.24 20:59:54.183425 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1353 rows starting from the beginning of the part 2026.03.24 20:59:54.184651 [ 192 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3147 rows, containing 5 columns (5 merged, 0 gathered) in 0.001670925 sec., 1883387.9438035819 rows/sec., 138.93 MiB/sec. 2026.03.24 20:59:54.184827 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.24 20:59:54.185063 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.185133 [ 195 ] {7de5ac7c-ebde-45f2-b6f2-4f57305cf679::all_1_31_6} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.24 20:59:54.185193 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.03.24 20:59:54.185759 [ 270 ] {42a7f7cb-44b0-4dce-9795-786d77a70faa} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.185801 [ 270 ] {42a7f7cb-44b0-4dce-9795-786d77a70faa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.186845 [ 270 ] {42a7f7cb-44b0-4dce-9795-786d77a70faa} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.24 20:59:54.187074 [ 270 ] {42a7f7cb-44b0-4dce-9795-786d77a70faa} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.187194 [ 72 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.24 20:59:54.187216 [ 270 ] {42a7f7cb-44b0-4dce-9795-786d77a70faa} executeQuery: Read 6227 rows, 415.76 KiB in 0.004085 sec., 1524357.4051407587 rows/sec., 99.39 MiB/sec. 2026.03.24 20:59:54.187242 [ 72 ] {} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.187264 [ 270 ] {42a7f7cb-44b0-4dce-9795-786d77a70faa} MemoryTracker: Peak memory usage (for query): 4.17 MiB. 2026.03.24 20:59:54.187269 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.187287 [ 270 ] {42a7f7cb-44b0-4dce-9795-786d77a70faa} TCPHandler: Processed in 0.004286546 sec. 2026.03.24 20:59:54.187378 [ 189 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.24 20:59:54.187415 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.187465 [ 189 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:54.187493 [ 189 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 5272 rows starting from the beginning of the part 2026.03.24 20:59:54.187509 [ 270 ] {11c989ee-3b24-41b0-a22b-5d46d579769d} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:54.187548 [ 189 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 265 rows starting from the beginning of the part 2026.03.24 20:59:54.187562 [ 270 ] {11c989ee-3b24-41b0-a22b-5d46d579769d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.24 20:59:54.187594 [ 189 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 162 rows starting from the beginning of the part 2026.03.24 20:59:54.187632 [ 189 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 265 rows starting from the beginning of the part 2026.03.24 20:59:54.187669 [ 189 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::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.03.24 20:59:54.187705 [ 189 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6227 rows starting from the beginning of the part 2026.03.24 20:59:54.188370 [ 270 ] {11c989ee-3b24-41b0-a22b-5d46d579769d} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.188406 [ 270 ] {11c989ee-3b24-41b0-a22b-5d46d579769d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.189090 [ 270 ] {11c989ee-3b24-41b0-a22b-5d46d579769d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.24 20:59:54.189402 [ 270 ] {11c989ee-3b24-41b0-a22b-5d46d579769d} oximeter.measurements_histogramu64 (65220760-4f1c-47c6-95ff-145cda44404a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.189582 [ 270 ] {11c989ee-3b24-41b0-a22b-5d46d579769d} executeQuery: Read 36 rows, 66.06 KiB in 0.002091 sec., 17216.64275466284 rows/sec., 30.85 MiB/sec. 2026.03.24 20:59:54.189648 [ 270 ] {11c989ee-3b24-41b0-a22b-5d46d579769d} TCPHandler: Processed in 0.002282331 sec. 2026.03.24 20:59:54.189769 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:54.189864 [ 270 ] {65bc4ef8-fc37-4cab-ac21-ed2a9563b013} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:54.189906 [ 270 ] {65bc4ef8-fc37-4cab-ac21-ed2a9563b013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:54.190253 [ 270 ] {65bc4ef8-fc37-4cab-ac21-ed2a9563b013} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.190291 [ 270 ] {65bc4ef8-fc37-4cab-ac21-ed2a9563b013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.190642 [ 270 ] {65bc4ef8-fc37-4cab-ac21-ed2a9563b013} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.24 20:59:54.190861 [ 270 ] {65bc4ef8-fc37-4cab-ac21-ed2a9563b013} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.190964 [ 72 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.24 20:59:54.190991 [ 270 ] {65bc4ef8-fc37-4cab-ac21-ed2a9563b013} executeQuery: Read 12 rows, 848.00 B in 0.001146 sec., 10471.204188481675 rows/sec., 722.62 KiB/sec. 2026.03.24 20:59:54.190994 [ 72 ] {} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:54.191032 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:54.191034 [ 270 ] {65bc4ef8-fc37-4cab-ac21-ed2a9563b013} TCPHandler: Processed in 0.001320236 sec. 2026.03.24 20:59:54.191109 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.24 20:59:54.191200 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:54.191229 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1800 rows starting from the beginning of the part 2026.03.24 20:59:54.191278 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2026.03.24 20:59:54.191319 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.03.24 20:59:54.191355 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 90 rows starting from the beginning of the part 2026.03.24 20:59:54.191391 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::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.03.24 20:59:54.191427 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part 2026.03.24 20:59:54.191708 [ 188 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 12351 rows, containing 5 columns (5 merged, 0 gathered) in 0.004366788 sec., 2828394.691933751 rows/sec., 188.83 MiB/sec. 2026.03.24 20:59:54.192050 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.24 20:59:54.192313 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_31_6} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.192387 [ 195 ] {17ac859f-0519-4852-ad72-a3c13f9e5d25::all_1_31_6} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.24 20:59:54.192459 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2026.03.24 20:59:54.192490 [ 195 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2112 rows, containing 4 columns (4 merged, 0 gathered) in 0.001416129 sec., 1491389.5556125185 rows/sec., 96.78 MiB/sec. 2026.03.24 20:59:54.192726 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.24 20:59:54.192983 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_31_6} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:54.193053 [ 189 ] {816618bd-51da-40c7-991a-95816414ef6d::all_1_31_6} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.24 20:59:54.193124 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.24 20:59:55.000263 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 256.60 MiB, peak 263.74 MiB, free memory in arenas 0.00 B, will set to 258.42 MiB (RSS), difference: 1.81 MiB 2026.03.24 20:59:56.815200 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 76 entries to flush up to offset 830 2026.03.24 20:59:56.818480 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:56.818536 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:56.819912 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.24 20:59:56.820225 [ 243 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:56.820391 [ 66 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.24 20:59:56.820459 [ 66 ] {} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:56.820478 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:56.820604 [ 189 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.24 20:59:56.820611 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 830 2026.03.24 20:59:56.821261 [ 189 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.24 20:59:56.821440 [ 189 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 612 rows starting from the beginning of the part 2026.03.24 20:59:56.821880 [ 189 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2026.03.24 20:59:56.822286 [ 189 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part 2026.03.24 20:59:56.822682 [ 189 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2026.03.24 20:59:56.823054 [ 189 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::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.03.24 20:59:56.823386 [ 189 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 76 rows starting from the beginning of the part 2026.03.24 20:59:56.830949 [ 195 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 830 rows, containing 72 columns (72 merged, 0 gathered) in 0.01040462 sec., 79772.25501748262 rows/sec., 73.33 MiB/sec. 2026.03.24 20:59:56.832222 [ 188 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.24 20:59:56.832842 [ 188 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_16_3} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:56.832927 [ 188 ] {bdd24095-53e7-4aa1-b6de-56e3e61e2c00::all_1_16_3} system.query_log (bdd24095-53e7-4aa1-b6de-56e3e61e2c00) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.24 20:59:56.833255 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. 2026.03.24 20:59:58.447919 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:58.448141 [ 270 ] {3df1b5bc-f8df-4a60-9df1-585f5fa624d0} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.24 20:59:58.448216 [ 270 ] {3df1b5bc-f8df-4a60-9df1-585f5fa624d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.24 20:59:58.448932 [ 270 ] {3df1b5bc-f8df-4a60-9df1-585f5fa624d0} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:58.448983 [ 270 ] {3df1b5bc-f8df-4a60-9df1-585f5fa624d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:58.449562 [ 270 ] {3df1b5bc-f8df-4a60-9df1-585f5fa624d0} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.24 20:59:58.449877 [ 270 ] {3df1b5bc-f8df-4a60-9df1-585f5fa624d0} oximeter.fields_string (8cd78439-6bbc-40cc-aa35-a0599653fb74): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:58.450093 [ 270 ] {3df1b5bc-f8df-4a60-9df1-585f5fa624d0} executeQuery: Read 56 rows, 4.41 KiB in 0.002006 sec., 27916.251246261218 rows/sec., 2.14 MiB/sec. 2026.03.24 20:59:58.450157 [ 270 ] {3df1b5bc-f8df-4a60-9df1-585f5fa624d0} TCPHandler: Processed in 0.002367524 sec. 2026.03.24 20:59:58.450301 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:58.450408 [ 270 ] {e65d6433-e8e0-467d-8362-31bea18f55b3} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.24 20:59:58.450454 [ 270 ] {e65d6433-e8e0-467d-8362-31bea18f55b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.24 20:59:58.450945 [ 270 ] {e65d6433-e8e0-467d-8362-31bea18f55b3} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:58.450984 [ 270 ] {e65d6433-e8e0-467d-8362-31bea18f55b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:58.451309 [ 270 ] {e65d6433-e8e0-467d-8362-31bea18f55b3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.24 20:59:58.451523 [ 270 ] {e65d6433-e8e0-467d-8362-31bea18f55b3} oximeter.fields_uuid (7de5ac7c-ebde-45f2-b6f2-4f57305cf679): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:58.451656 [ 270 ] {e65d6433-e8e0-467d-8362-31bea18f55b3} executeQuery: Read 64 rows, 5.12 KiB in 0.001274 sec., 50235.47880690738 rows/sec., 3.92 MiB/sec. 2026.03.24 20:59:58.451697 [ 270 ] {e65d6433-e8e0-467d-8362-31bea18f55b3} TCPHandler: Processed in 0.001451328 sec. 2026.03.24 20:59:58.451811 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:58.451907 [ 270 ] {4f881717-07b0-4b8f-b170-1ad259ffd4d9} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.24 20:59:58.451950 [ 270 ] {4f881717-07b0-4b8f-b170-1ad259ffd4d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.24 20:59:58.452337 [ 270 ] {4f881717-07b0-4b8f-b170-1ad259ffd4d9} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:58.452374 [ 270 ] {4f881717-07b0-4b8f-b170-1ad259ffd4d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:58.452701 [ 270 ] {4f881717-07b0-4b8f-b170-1ad259ffd4d9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.24 20:59:58.452918 [ 270 ] {4f881717-07b0-4b8f-b170-1ad259ffd4d9} oximeter.measurements_cumulativeu64 (17ac859f-0519-4852-ad72-a3c13f9e5d25): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:58.453046 [ 270 ] {4f881717-07b0-4b8f-b170-1ad259ffd4d9} executeQuery: Read 128 rows, 9.13 KiB in 0.001157 sec., 110630.94209161625 rows/sec., 7.71 MiB/sec. 2026.03.24 20:59:58.453085 [ 270 ] {4f881717-07b0-4b8f-b170-1ad259ffd4d9} TCPHandler: Processed in 0.001324096 sec. 2026.03.24 20:59:58.453195 [ 270 ] {} TCP-Session: 54a7b740-04f8-4e52-acab-6078b4f7e27e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 20:59:58.453289 [ 270 ] {dd8bf186-d067-45a7-b5e6-0d20f2a70812} executeQuery: (from [fd00:1122:3344:101::d]:57635) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.24 20:59:58.453330 [ 270 ] {dd8bf186-d067-45a7-b5e6-0d20f2a70812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.24 20:59:58.453655 [ 270 ] {dd8bf186-d067-45a7-b5e6-0d20f2a70812} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:58.453691 [ 270 ] {dd8bf186-d067-45a7-b5e6-0d20f2a70812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:58.454008 [ 270 ] {dd8bf186-d067-45a7-b5e6-0d20f2a70812} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.24 20:59:58.454219 [ 270 ] {dd8bf186-d067-45a7-b5e6-0d20f2a70812} oximeter.measurements_u64 (816618bd-51da-40c7-991a-95816414ef6d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:58.454348 [ 270 ] {dd8bf186-d067-45a7-b5e6-0d20f2a70812} executeQuery: Read 48 rows, 3.31 KiB in 0.001077 sec., 44568.245125348185 rows/sec., 3.00 MiB/sec. 2026.03.24 20:59:58.454384 [ 270 ] {dd8bf186-d067-45a7-b5e6-0d20f2a70812} TCPHandler: Processed in 0.001238143 sec. 2026.03.24 20:59:59.287137 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11103 2026.03.24 20:59:59.287665 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:59.287711 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:59.288221 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.24 20:59:59.288460 [ 245 ] {} system.asynchronous_metric_log (d3f2c88a-5319-4c05-85d7-621a8baf3a52): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:59.288609 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11103 2026.03.24 20:59:59.854441 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.03.24 20:59:59.871586 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 20:59:59.871651 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.24 20:59:59.878470 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.24 20:59:59.879219 [ 244 ] {} system.metric_log (17109b92-e4d7-45fe-8201-cf487c35d0e5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 20:59:59.882639 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174