[ Mar 16 22:27:45 Enabled. ] [ Mar 16 22:27:45 Rereading configuration. ] [ Mar 16 22:27:46 Rereading configuration. ] [ Mar 16 22:27:49 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 16 22:27:49 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.16 22:27:50.274051 [ 1 ] {} Application: Will watch for the process with pid 24050 2026.03.16 22:27:50.274476 [ 1 ] {} Application: Forked a child process to watch 2026.03.16 22:27:50.502553 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24050 2026.03.16 22:27:50.503305 [ 1 ] {} Application: starting up 2026.03.16 22:27:50.503453 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.16 22:27:50.602538 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.16 22:27:50.623788 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.16 22:27:50.623831 [ 1 ] {} Application: Initializing DateLUT. 2026.03.16 22:27:50.623847 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.16 22:27:50.623899 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.16 22:27:50.624261 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.16 22:27:50.626440 [ 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.16 22:27:50.627213 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.16 22:27:50.628004 [ 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.16 22:27:50.628024 [ 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.16 22:27:50.628037 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.16 22:27:50.628703 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.16 22:27:50.629640 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.16 22:27:50.635706 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.16 22:27:50.636423 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.16 22:27:50.637740 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.16 22:27:50.637805 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.16 22:27:50.638873 [ 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.16 22:27:50.639274 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.16 22:27:50.643068 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.16 22:27:50.643373 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.16 22:27:50.648262 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.16 22:27:50.648656 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.16 22:27:50.648997 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.16 22:27:50.649380 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.16 22:27:50.650722 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.16 22:27:50.650747 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.16 22:27:50.650834 [ 169 ] {} DNSResolver: Updating DNS cache 2026.03.16 22:27:50.650932 [ 169 ] {} DNSResolver: Updated DNS cache 2026.03.16 22:27:50.662843 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.16 22:27:50.662872 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000175874 sec 2026.03.16 22:27:50.662894 [ 1 ] {} ReferentialDeps: No tables 2026.03.16 22:27:50.662910 [ 1 ] {} LoadingDeps: No tables 2026.03.16 22:27:50.663697 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.16 22:27:50.664250 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.16 22:27:50.674547 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.16 22:27:50.674588 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.16 22:27:50.674609 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.16 22:27:50.674621 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.16 22:27:50.674654 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.16 22:27:50.674673 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.16 22:27:50.676740 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.16 22:27:50.676786 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.16 22:27:50.676805 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.16 22:27:50.676939 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.16 22:27:50.676980 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.16 22:27:50.676993 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.16 22:27:50.677012 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.16 22:27:50.677024 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.16 22:27:50.677052 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.16 22:27:50.677069 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.16 22:27:50.698769 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.16 22:27:50.703377 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.16 22:27:50.703474 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000117383 sec 2026.03.16 22:27:50.703490 [ 1 ] {} ReferentialDeps: No tables 2026.03.16 22:27:50.703502 [ 1 ] {} LoadingDeps: No tables 2026.03.16 22:27:50.703529 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.16 22:27:50.703776 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.16 22:27:50.703902 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.16 22:27:50.703922 [ 1 ] {} Application: Loaded metadata. 2026.03.16 22:27:50.703937 [ 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.16 22:27:50.703953 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.16 22:27:50.707811 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.16 22:27:50.708031 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.65 MiB (RSS), difference: 91.87 MiB 2026.03.16 22:27:50.709447 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.271e-05 sec. 2026.03.16 22:27:50.709855 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.16 22:27:50.710459 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.16 22:27:50.710475 [ 1 ] {} Application: Ready for connections. 2026.03.16 22:27:52.105742 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43169 2026.03.16 22:27:52.106801 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.106868 [ 3 ] {} TCP-Session: 6871e4f5-884e-4d8f-9fd4-eae68dcd35de Authenticating user 'default' from [fd00:1122:3344:101::a]:43169 2026.03.16 22:27:52.106904 [ 3 ] {} TCP-Session: 6871e4f5-884e-4d8f-9fd4-eae68dcd35de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.107017 [ 3 ] {} TCP-Session: 6871e4f5-884e-4d8f-9fd4-eae68dcd35de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.107129 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.16 22:27:52.107163 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.16 22:27:52.107269 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.16 22:27:52.110254 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40906 2026.03.16 22:27:52.111449 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.111433 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57161 2026.03.16 22:27:52.111508 [ 4 ] {} TCP-Session: ff45e96a-fc26-4390-8722-bcbc5c5b7fd4 Authenticating user 'default' from [fd00:1122:3344:101::a]:40906 2026.03.16 22:27:52.111653 [ 4 ] {} TCP-Session: ff45e96a-fc26-4390-8722-bcbc5c5b7fd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.111673 [ 4 ] {} TCP-Session: ff45e96a-fc26-4390-8722-bcbc5c5b7fd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.111820 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59451 2026.03.16 22:27:52.111843 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54741 2026.03.16 22:27:52.111433 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57436 2026.03.16 22:27:52.112526 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52798 2026.03.16 22:27:52.112587 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58387 2026.03.16 22:27:52.112687 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.112692 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.112820 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.112859 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.112885 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.112871 [ 5 ] {} TCP-Session: 78c50117-75e1-4588-a8fd-288b37216eb4 Authenticating user 'default' from [fd00:1122:3344:101::a]:57436 2026.03.16 22:27:52.112891 [ 256 ] {} TCP-Session: 7b3b1715-bfb7-44c8-9abd-bced2b6753bd Authenticating user 'default' from [fd00:1122:3344:101::a]:59451 2026.03.16 22:27:52.113012 [ 5 ] {} TCP-Session: 78c50117-75e1-4588-a8fd-288b37216eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.113077 [ 256 ] {} TCP-Session: 7b3b1715-bfb7-44c8-9abd-bced2b6753bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.113026 [ 257 ] {} TCP-Session: 315a64cb-2785-45f0-a2a5-cff1a9a782bc Authenticating user 'default' from [fd00:1122:3344:101::a]:58387 2026.03.16 22:27:52.113155 [ 5 ] {} TCP-Session: 78c50117-75e1-4588-a8fd-288b37216eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.113169 [ 256 ] {} TCP-Session: 7b3b1715-bfb7-44c8-9abd-bced2b6753bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.113197 [ 257 ] {} TCP-Session: 315a64cb-2785-45f0-a2a5-cff1a9a782bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.113000 [ 258 ] {} TCP-Session: 3375e4d9-b179-4fdb-b4e1-eac814cef847 Authenticating user 'default' from [fd00:1122:3344:101::a]:52798 2026.03.16 22:27:52.113276 [ 257 ] {} TCP-Session: 315a64cb-2785-45f0-a2a5-cff1a9a782bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.112978 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.112872 [ 253 ] {} TCP-Session: 8fc19bdb-b98d-4074-ab5a-2bd377a33d4d Authenticating user 'default' from [fd00:1122:3344:101::a]:57161 2026.03.16 22:27:52.113367 [ 255 ] {} TCP-Session: cdd7555b-e425-43c6-b8e4-7e357fea0cc8 Authenticating user 'default' from [fd00:1122:3344:101::a]:54741 2026.03.16 22:27:52.113341 [ 258 ] {} TCP-Session: 3375e4d9-b179-4fdb-b4e1-eac814cef847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.113456 [ 253 ] {} TCP-Session: 8fc19bdb-b98d-4074-ab5a-2bd377a33d4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.113487 [ 255 ] {} TCP-Session: cdd7555b-e425-43c6-b8e4-7e357fea0cc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.113460 [ 258 ] {} TCP-Session: 3375e4d9-b179-4fdb-b4e1-eac814cef847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.113596 [ 253 ] {} TCP-Session: 8fc19bdb-b98d-4074-ab5a-2bd377a33d4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.113633 [ 255 ] {} TCP-Session: cdd7555b-e425-43c6-b8e4-7e357fea0cc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.179718 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49446 2026.03.16 22:27:52.179931 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.180101 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Authenticating user 'default' from [fd00:1122:3344:101::d]:49446 2026.03.16 22:27:52.180129 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.180144 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.180321 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.16 22:27:52.180367 [ 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.16 22:27:52.180492 [ 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.16 22:27:52.181105 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53645 2026.03.16 22:27:52.181209 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64241 2026.03.16 22:27:52.181332 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53145 2026.03.16 22:27:52.181475 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37415 2026.03.16 22:27:52.181690 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38401 2026.03.16 22:27:52.182423 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57672 2026.03.16 22:27:52.182475 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.182516 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Authenticating user 'default' from [fd00:1122:3344:101::d]:53145 2026.03.16 22:27:52.182538 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.182540 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.182645 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.182665 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48946 2026.03.16 22:27:52.182675 [ 264 ] {} TCP-Session: 5066b9e7-db7d-437a-bd0b-708a91b144c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:38401 2026.03.16 22:27:52.182827 [ 264 ] {} TCP-Session: 5066b9e7-db7d-437a-bd0b-708a91b144c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.182844 [ 264 ] {} TCP-Session: 5066b9e7-db7d-437a-bd0b-708a91b144c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.183519 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.183552 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62787 2026.03.16 22:27:52.183565 [ 263 ] {} TCP-Session: 0dab4305-450d-47f6-b191-f97f9d3e73a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:37415 2026.03.16 22:27:52.183606 [ 263 ] {} TCP-Session: 0dab4305-450d-47f6-b191-f97f9d3e73a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.183731 [ 263 ] {} TCP-Session: 0dab4305-450d-47f6-b191-f97f9d3e73a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.184430 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.184462 [ 267 ] {} TCP-Session: b6a23543-3106-46b4-b5e3-61448ada1378 Authenticating user 'default' from [fd00:1122:3344:101::d]:62787 2026.03.16 22:27:52.184494 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.184553 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.184566 [ 267 ] {} TCP-Session: b6a23543-3106-46b4-b5e3-61448ada1378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.184627 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.184559 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.184685 [ 267 ] {} TCP-Session: b6a23543-3106-46b4-b5e3-61448ada1378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.184721 [ 261 ] {} TCP-Session: 83a62f79-1b82-4a8d-a7ee-d8fa92fbf025 Authenticating user 'default' from [fd00:1122:3344:101::d]:64241 2026.03.16 22:27:52.184558 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.184588 [ 265 ] {} TCP-Session: 8ff8a41c-6092-47a7-b839-41821404fe34 Authenticating user 'default' from [fd00:1122:3344:101::d]:57672 2026.03.16 22:27:52.184829 [ 261 ] {} TCP-Session: 83a62f79-1b82-4a8d-a7ee-d8fa92fbf025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.184954 [ 265 ] {} TCP-Session: 8ff8a41c-6092-47a7-b839-41821404fe34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.184819 [ 260 ] {} TCP-Session: 8af5586e-9eff-4b69-b988-09fd08bc8a00 Authenticating user 'default' from [fd00:1122:3344:101::d]:53645 2026.03.16 22:27:52.185016 [ 265 ] {} TCP-Session: 8ff8a41c-6092-47a7-b839-41821404fe34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.185074 [ 260 ] {} TCP-Session: 8af5586e-9eff-4b69-b988-09fd08bc8a00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.185007 [ 261 ] {} TCP-Session: 83a62f79-1b82-4a8d-a7ee-d8fa92fbf025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.185147 [ 260 ] {} TCP-Session: 8af5586e-9eff-4b69-b988-09fd08bc8a00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.184724 [ 266 ] {} TCP-Session: a76a7f42-5868-4430-a32c-8a859fa6fc85 Authenticating user 'default' from [fd00:1122:3344:101::d]:48946 2026.03.16 22:27:52.185263 [ 266 ] {} TCP-Session: a76a7f42-5868-4430-a32c-8a859fa6fc85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.185369 [ 266 ] {} TCP-Session: a76a7f42-5868-4430-a32c-8a859fa6fc85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.189039 [ 259 ] {2d2eb4d5-4891-426c-8f5a-ac154140a2ca} executeQuery: (from [fd00:1122:3344:101::d]:49446) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:27:52.339915 [ 259 ] {2d2eb4d5-4891-426c-8f5a-ac154140a2ca} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49446) (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.16 22:27:52.340886 [ 259 ] {2d2eb4d5-4891-426c-8f5a-ac154140a2ca} 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.16 22:27:52.340991 [ 259 ] {2d2eb4d5-4891-426c-8f5a-ac154140a2ca} TCPHandler: Processed in 0.159868903 sec. 2026.03.16 22:27:52.341773 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.342004 [ 262 ] {9d46bcc8-39e7-4cbf-ad67-1d13631e60a8} executeQuery: (from [fd00:1122:3344:101::d]:53145) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:27:52.342461 [ 262 ] {9d46bcc8-39e7-4cbf-ad67-1d13631e60a8} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53145) (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.16 22:27:52.342625 [ 262 ] {9d46bcc8-39e7-4cbf-ad67-1d13631e60a8} 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.16 22:27:52.342718 [ 262 ] {9d46bcc8-39e7-4cbf-ad67-1d13631e60a8} TCPHandler: Processed in 0.001335299 sec. 2026.03.16 22:27:52.343062 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.343967 [ 259 ] {a70c22c0-0bd2-4514-bf20-a67584b570a1} executeQuery: (from [fd00:1122:3344:101::d]:49446) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.16 22:27:52.344721 [ 259 ] {a70c22c0-0bd2-4514-bf20-a67584b570a1} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.16 22:27:52.352131 [ 259 ] {a70c22c0-0bd2-4514-bf20-a67584b570a1} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.16 22:27:52.352174 [ 259 ] {a70c22c0-0bd2-4514-bf20-a67584b570a1} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.8041e-05 sec 2026.03.16 22:27:52.352197 [ 259 ] {a70c22c0-0bd2-4514-bf20-a67584b570a1} ReferentialDeps: No tables 2026.03.16 22:27:52.352215 [ 259 ] {a70c22c0-0bd2-4514-bf20-a67584b570a1} LoadingDeps: No tables 2026.03.16 22:27:52.352248 [ 259 ] {a70c22c0-0bd2-4514-bf20-a67584b570a1} DatabaseAtomic (oximeter): Starting up tables. 2026.03.16 22:27:52.353190 [ 259 ] {a70c22c0-0bd2-4514-bf20-a67584b570a1} TCPHandler: Processed in 0.010212637 sec. 2026.03.16 22:27:52.353388 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.353568 [ 259 ] {a60276bc-1486-49cc-90be-523f22b3f366} executeQuery: (from [fd00:1122:3344:101::d]:49446) /* 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.16 22:27:52.353639 [ 259 ] {a60276bc-1486-49cc-90be-523f22b3f366} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.16 22:27:52.359675 [ 259 ] {a60276bc-1486-49cc-90be-523f22b3f366} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.16 22:27:52.373603 [ 259 ] {a60276bc-1486-49cc-90be-523f22b3f366} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f): Loading data parts 2026.03.16 22:27:52.375191 [ 259 ] {a60276bc-1486-49cc-90be-523f22b3f366} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f): There are no data parts 2026.03.16 22:27:52.380089 [ 259 ] {a60276bc-1486-49cc-90be-523f22b3f366} TCPHandler: Processed in 0.026797748 sec. 2026.03.16 22:27:52.380350 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.380609 [ 259 ] {1bd79b9c-0eac-4d5f-b3d1-ea9ee2e5956c} executeQuery: (from [fd00:1122:3344:101::d]:49446) /* 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.16 22:27:52.380712 [ 259 ] {1bd79b9c-0eac-4d5f-b3d1-ea9ee2e5956c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.16 22:27:52.405465 [ 259 ] {1bd79b9c-0eac-4d5f-b3d1-ea9ee2e5956c} oximeter.measurements_bool (993f0881-fa23-4650-b931-41c244a97585): Loading data parts 2026.03.16 22:27:52.405805 [ 259 ] {1bd79b9c-0eac-4d5f-b3d1-ea9ee2e5956c} oximeter.measurements_bool (993f0881-fa23-4650-b931-41c244a97585): There are no data parts 2026.03.16 22:27:52.410807 [ 259 ] {1bd79b9c-0eac-4d5f-b3d1-ea9ee2e5956c} TCPHandler: Processed in 0.030573339 sec. 2026.03.16 22:27:52.411033 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.411283 [ 259 ] {6c64fb60-9b73-4e18-a6cc-35e4c4ecf8a4} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.411336 [ 259 ] {6c64fb60-9b73-4e18-a6cc-35e4c4ecf8a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.16 22:27:52.419087 [ 259 ] {6c64fb60-9b73-4e18-a6cc-35e4c4ecf8a4} oximeter.measurements_i8 (e61f2210-88c5-4609-a3c2-5498cba49d20): Loading data parts 2026.03.16 22:27:52.419280 [ 259 ] {6c64fb60-9b73-4e18-a6cc-35e4c4ecf8a4} oximeter.measurements_i8 (e61f2210-88c5-4609-a3c2-5498cba49d20): There are no data parts 2026.03.16 22:27:52.424621 [ 259 ] {6c64fb60-9b73-4e18-a6cc-35e4c4ecf8a4} TCPHandler: Processed in 0.013687121 sec. 2026.03.16 22:27:52.424860 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.425093 [ 259 ] {37c052dd-fff8-47b1-914d-9db5f9d45fdb} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.425170 [ 259 ] {37c052dd-fff8-47b1-914d-9db5f9d45fdb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.16 22:27:52.434795 [ 259 ] {37c052dd-fff8-47b1-914d-9db5f9d45fdb} oximeter.measurements_u8 (130dae51-da15-4a80-a5d9-78770c87c934): Loading data parts 2026.03.16 22:27:52.434999 [ 259 ] {37c052dd-fff8-47b1-914d-9db5f9d45fdb} oximeter.measurements_u8 (130dae51-da15-4a80-a5d9-78770c87c934): There are no data parts 2026.03.16 22:27:52.440443 [ 259 ] {37c052dd-fff8-47b1-914d-9db5f9d45fdb} TCPHandler: Processed in 0.015680853 sec. 2026.03.16 22:27:52.440654 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.440874 [ 259 ] {a4628154-dce3-4bfa-9a0e-5312f95da15a} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.440930 [ 259 ] {a4628154-dce3-4bfa-9a0e-5312f95da15a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.16 22:27:52.448624 [ 259 ] {a4628154-dce3-4bfa-9a0e-5312f95da15a} oximeter.measurements_i16 (b03cc8e5-746f-44de-9ac6-8538407db207): Loading data parts 2026.03.16 22:27:52.448901 [ 259 ] {a4628154-dce3-4bfa-9a0e-5312f95da15a} oximeter.measurements_i16 (b03cc8e5-746f-44de-9ac6-8538407db207): There are no data parts 2026.03.16 22:27:52.454285 [ 259 ] {a4628154-dce3-4bfa-9a0e-5312f95da15a} TCPHandler: Processed in 0.013717431 sec. 2026.03.16 22:27:52.454500 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.454697 [ 259 ] {52fbdee1-d099-4eae-9e75-33064dfe1f07} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.454767 [ 259 ] {52fbdee1-d099-4eae-9e75-33064dfe1f07} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.16 22:27:52.457100 [ 259 ] {52fbdee1-d099-4eae-9e75-33064dfe1f07} oximeter.measurements_u16 (7210e975-5d7b-43d0-b346-6e9222ad3fcf): Loading data parts 2026.03.16 22:27:52.457373 [ 259 ] {52fbdee1-d099-4eae-9e75-33064dfe1f07} oximeter.measurements_u16 (7210e975-5d7b-43d0-b346-6e9222ad3fcf): There are no data parts 2026.03.16 22:27:52.465008 [ 259 ] {52fbdee1-d099-4eae-9e75-33064dfe1f07} TCPHandler: Processed in 0.010590245 sec. 2026.03.16 22:27:52.465208 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.465423 [ 259 ] {b6e51604-4edb-4af2-a0a6-126c6f3e24f1} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.465474 [ 259 ] {b6e51604-4edb-4af2-a0a6-126c6f3e24f1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.16 22:27:52.471042 [ 259 ] {b6e51604-4edb-4af2-a0a6-126c6f3e24f1} oximeter.measurements_i32 (6ec4ca6a-9104-4d78-8c1d-2746fa38c1e7): Loading data parts 2026.03.16 22:27:52.471241 [ 259 ] {b6e51604-4edb-4af2-a0a6-126c6f3e24f1} oximeter.measurements_i32 (6ec4ca6a-9104-4d78-8c1d-2746fa38c1e7): There are no data parts 2026.03.16 22:27:52.479614 [ 259 ] {b6e51604-4edb-4af2-a0a6-126c6f3e24f1} TCPHandler: Processed in 0.014488527 sec. 2026.03.16 22:27:52.479826 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.480024 [ 259 ] {406c26a4-5691-4752-95b1-cc777ad86e1a} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.480096 [ 259 ] {406c26a4-5691-4752-95b1-cc777ad86e1a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.16 22:27:52.483008 [ 259 ] {406c26a4-5691-4752-95b1-cc777ad86e1a} oximeter.measurements_u32 (1763d28d-ae8b-45fa-8dec-b8c1fb3f633d): Loading data parts 2026.03.16 22:27:52.483229 [ 259 ] {406c26a4-5691-4752-95b1-cc777ad86e1a} oximeter.measurements_u32 (1763d28d-ae8b-45fa-8dec-b8c1fb3f633d): There are no data parts 2026.03.16 22:27:52.488201 [ 259 ] {406c26a4-5691-4752-95b1-cc777ad86e1a} TCPHandler: Processed in 0.008452549 sec. 2026.03.16 22:27:52.488413 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.488678 [ 259 ] {d4ae2f86-4038-4e11-99b3-e4f471fad20c} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.488746 [ 259 ] {d4ae2f86-4038-4e11-99b3-e4f471fad20c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.16 22:27:52.498145 [ 259 ] {d4ae2f86-4038-4e11-99b3-e4f471fad20c} oximeter.measurements_i64 (e5973a55-8a70-46c1-9566-75298c2aec48): Loading data parts 2026.03.16 22:27:52.498363 [ 259 ] {d4ae2f86-4038-4e11-99b3-e4f471fad20c} oximeter.measurements_i64 (e5973a55-8a70-46c1-9566-75298c2aec48): There are no data parts 2026.03.16 22:27:52.504065 [ 259 ] {d4ae2f86-4038-4e11-99b3-e4f471fad20c} TCPHandler: Processed in 0.015747514 sec. 2026.03.16 22:27:52.504307 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.504559 [ 259 ] {0d5616e1-5920-4965-ab83-7ec09e7d70b5} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.504641 [ 259 ] {0d5616e1-5920-4965-ab83-7ec09e7d70b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.16 22:27:52.507337 [ 259 ] {0d5616e1-5920-4965-ab83-7ec09e7d70b5} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Loading data parts 2026.03.16 22:27:52.507507 [ 259 ] {0d5616e1-5920-4965-ab83-7ec09e7d70b5} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): There are no data parts 2026.03.16 22:27:52.512231 [ 259 ] {0d5616e1-5920-4965-ab83-7ec09e7d70b5} TCPHandler: Processed in 0.00801707 sec. 2026.03.16 22:27:52.512453 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.512708 [ 259 ] {a1a37ef3-2111-4803-82da-be62988b1794} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.512788 [ 259 ] {a1a37ef3-2111-4803-82da-be62988b1794} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.16 22:27:52.515211 [ 259 ] {a1a37ef3-2111-4803-82da-be62988b1794} oximeter.measurements_f32 (5154ded5-1c31-444f-afe7-eb3b1fedff22): Loading data parts 2026.03.16 22:27:52.515375 [ 259 ] {a1a37ef3-2111-4803-82da-be62988b1794} oximeter.measurements_f32 (5154ded5-1c31-444f-afe7-eb3b1fedff22): There are no data parts 2026.03.16 22:27:52.520254 [ 259 ] {a1a37ef3-2111-4803-82da-be62988b1794} TCPHandler: Processed in 0.007892977 sec. 2026.03.16 22:27:52.520594 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.520845 [ 259 ] {b177377d-6ad3-4afd-aa63-d86d64bcbee6} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.521010 [ 259 ] {b177377d-6ad3-4afd-aa63-d86d64bcbee6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.16 22:27:52.523592 [ 259 ] {b177377d-6ad3-4afd-aa63-d86d64bcbee6} oximeter.measurements_f64 (a71a8064-9eed-439d-a3c8-cd9c46486eab): Loading data parts 2026.03.16 22:27:52.523809 [ 259 ] {b177377d-6ad3-4afd-aa63-d86d64bcbee6} oximeter.measurements_f64 (a71a8064-9eed-439d-a3c8-cd9c46486eab): There are no data parts 2026.03.16 22:27:52.530468 [ 259 ] {b177377d-6ad3-4afd-aa63-d86d64bcbee6} TCPHandler: Processed in 0.009967481 sec. 2026.03.16 22:27:52.530683 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.530988 [ 259 ] {78b14229-e104-49a8-9763-a52226cf970f} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.531113 [ 259 ] {78b14229-e104-49a8-9763-a52226cf970f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.16 22:27:52.533847 [ 259 ] {78b14229-e104-49a8-9763-a52226cf970f} oximeter.measurements_string (7fdc688b-9991-4feb-8760-090e4d7bf20e): Loading data parts 2026.03.16 22:27:52.534003 [ 259 ] {78b14229-e104-49a8-9763-a52226cf970f} oximeter.measurements_string (7fdc688b-9991-4feb-8760-090e4d7bf20e): There are no data parts 2026.03.16 22:27:52.538841 [ 259 ] {78b14229-e104-49a8-9763-a52226cf970f} TCPHandler: Processed in 0.008249425 sec. 2026.03.16 22:27:52.539169 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.539406 [ 259 ] {0e6a4fc7-7fcf-4dbc-baff-64f630c1b099} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.539548 [ 259 ] {0e6a4fc7-7fcf-4dbc-baff-64f630c1b099} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.16 22:27:52.542261 [ 259 ] {0e6a4fc7-7fcf-4dbc-baff-64f630c1b099} oximeter.measurements_bytes (01ae4ffc-bde6-496c-8af3-db5f50780fb1): Loading data parts 2026.03.16 22:27:52.542432 [ 259 ] {0e6a4fc7-7fcf-4dbc-baff-64f630c1b099} oximeter.measurements_bytes (01ae4ffc-bde6-496c-8af3-db5f50780fb1): There are no data parts 2026.03.16 22:27:52.547100 [ 259 ] {0e6a4fc7-7fcf-4dbc-baff-64f630c1b099} TCPHandler: Processed in 0.00800214 sec. 2026.03.16 22:27:52.547391 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.547638 [ 259 ] {eac67616-434e-4980-9819-6b24a9a272db} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.547800 [ 259 ] {eac67616-434e-4980-9819-6b24a9a272db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.16 22:27:52.550323 [ 259 ] {eac67616-434e-4980-9819-6b24a9a272db} oximeter.measurements_cumulativei64 (50325bfd-26aa-4970-a813-5d0ee78d0cd8): Loading data parts 2026.03.16 22:27:52.550555 [ 259 ] {eac67616-434e-4980-9819-6b24a9a272db} oximeter.measurements_cumulativei64 (50325bfd-26aa-4970-a813-5d0ee78d0cd8): There are no data parts 2026.03.16 22:27:52.555287 [ 259 ] {eac67616-434e-4980-9819-6b24a9a272db} TCPHandler: Processed in 0.00798352 sec. 2026.03.16 22:27:52.555512 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.555885 [ 259 ] {19d4c204-48ff-4067-8453-9ce97cdb7cee} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.556064 [ 259 ] {19d4c204-48ff-4067-8453-9ce97cdb7cee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.16 22:27:52.558630 [ 259 ] {19d4c204-48ff-4067-8453-9ce97cdb7cee} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Loading data parts 2026.03.16 22:27:52.558791 [ 259 ] {19d4c204-48ff-4067-8453-9ce97cdb7cee} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): There are no data parts 2026.03.16 22:27:52.565620 [ 259 ] {19d4c204-48ff-4067-8453-9ce97cdb7cee} TCPHandler: Processed in 0.010203216 sec. 2026.03.16 22:27:52.565848 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.566090 [ 259 ] {c58481c3-0626-4e0f-93a6-c85287cacc4a} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.566228 [ 259 ] {c58481c3-0626-4e0f-93a6-c85287cacc4a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.16 22:27:52.571487 [ 259 ] {c58481c3-0626-4e0f-93a6-c85287cacc4a} oximeter.measurements_cumulativef32 (02a906c8-4de0-4efd-9ad7-af7d05bc1cf1): Loading data parts 2026.03.16 22:27:52.571690 [ 259 ] {c58481c3-0626-4e0f-93a6-c85287cacc4a} oximeter.measurements_cumulativef32 (02a906c8-4de0-4efd-9ad7-af7d05bc1cf1): There are no data parts 2026.03.16 22:27:52.576842 [ 259 ] {c58481c3-0626-4e0f-93a6-c85287cacc4a} TCPHandler: Processed in 0.011087766 sec. 2026.03.16 22:27:52.577128 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.577328 [ 259 ] {7b94888d-6a87-43df-89e1-54272cb7364f} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.577469 [ 259 ] {7b94888d-6a87-43df-89e1-54272cb7364f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.16 22:27:52.579983 [ 259 ] {7b94888d-6a87-43df-89e1-54272cb7364f} oximeter.measurements_cumulativef64 (72a74ffb-f9d4-446f-81a9-e76c3ea2b1ad): Loading data parts 2026.03.16 22:27:52.580272 [ 259 ] {7b94888d-6a87-43df-89e1-54272cb7364f} oximeter.measurements_cumulativef64 (72a74ffb-f9d4-446f-81a9-e76c3ea2b1ad): There are no data parts 2026.03.16 22:27:52.584832 [ 259 ] {7b94888d-6a87-43df-89e1-54272cb7364f} TCPHandler: Processed in 0.007771254 sec. 2026.03.16 22:27:52.585088 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.585443 [ 259 ] {97224835-d9fc-414b-8055-5b311b6e1c13} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.585596 [ 259 ] {97224835-d9fc-414b-8055-5b311b6e1c13} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.16 22:27:52.588489 [ 259 ] {97224835-d9fc-414b-8055-5b311b6e1c13} oximeter.measurements_histogrami8 (d2096ec3-90fc-4927-9664-37eea302e77c): Loading data parts 2026.03.16 22:27:52.588641 [ 259 ] {97224835-d9fc-414b-8055-5b311b6e1c13} oximeter.measurements_histogrami8 (d2096ec3-90fc-4927-9664-37eea302e77c): There are no data parts 2026.03.16 22:27:52.593571 [ 259 ] {97224835-d9fc-414b-8055-5b311b6e1c13} TCPHandler: Processed in 0.008555472 sec. 2026.03.16 22:27:52.593875 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.594196 [ 259 ] {93e69dbc-2d85-4788-9958-42265e897865} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.594376 [ 259 ] {93e69dbc-2d85-4788-9958-42265e897865} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.16 22:27:52.597342 [ 259 ] {93e69dbc-2d85-4788-9958-42265e897865} oximeter.measurements_histogramu8 (8623a400-4024-4b3e-b0a5-48350a8e82be): Loading data parts 2026.03.16 22:27:52.597632 [ 259 ] {93e69dbc-2d85-4788-9958-42265e897865} oximeter.measurements_histogramu8 (8623a400-4024-4b3e-b0a5-48350a8e82be): There are no data parts 2026.03.16 22:27:52.604466 [ 259 ] {93e69dbc-2d85-4788-9958-42265e897865} TCPHandler: Processed in 0.010675356 sec. 2026.03.16 22:27:52.604660 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.605007 [ 259 ] {b5303ef1-04c5-4ead-9877-d1629a05c490} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.605158 [ 259 ] {b5303ef1-04c5-4ead-9877-d1629a05c490} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.16 22:27:52.611763 [ 259 ] {b5303ef1-04c5-4ead-9877-d1629a05c490} oximeter.measurements_histogrami16 (a20b68ab-f73c-4e98-9e74-594cedcd1ca7): Loading data parts 2026.03.16 22:27:52.611926 [ 259 ] {b5303ef1-04c5-4ead-9877-d1629a05c490} oximeter.measurements_histogrami16 (a20b68ab-f73c-4e98-9e74-594cedcd1ca7): There are no data parts 2026.03.16 22:27:52.617194 [ 259 ] {b5303ef1-04c5-4ead-9877-d1629a05c490} TCPHandler: Processed in 0.012612348 sec. 2026.03.16 22:27:52.617533 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.617902 [ 259 ] {c7978f10-0e16-4fe0-935f-6f01f4a70a8b} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.618074 [ 259 ] {c7978f10-0e16-4fe0-935f-6f01f4a70a8b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.16 22:27:52.620860 [ 259 ] {c7978f10-0e16-4fe0-935f-6f01f4a70a8b} oximeter.measurements_histogramu16 (2622384a-07b7-4f9a-b80f-4c1002684997): Loading data parts 2026.03.16 22:27:52.621119 [ 259 ] {c7978f10-0e16-4fe0-935f-6f01f4a70a8b} oximeter.measurements_histogramu16 (2622384a-07b7-4f9a-b80f-4c1002684997): There are no data parts 2026.03.16 22:27:52.625109 [ 259 ] {c7978f10-0e16-4fe0-935f-6f01f4a70a8b} TCPHandler: Processed in 0.007676053 sec. 2026.03.16 22:27:52.625320 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.625765 [ 259 ] {7b4440e0-a8ea-4553-9c8e-066146baa449} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.625965 [ 259 ] {7b4440e0-a8ea-4553-9c8e-066146baa449} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.16 22:27:52.628708 [ 259 ] {7b4440e0-a8ea-4553-9c8e-066146baa449} oximeter.measurements_histogrami32 (24bfdce9-6f84-4e10-9a1a-ae25e9bc7376): Loading data parts 2026.03.16 22:27:52.628854 [ 259 ] {7b4440e0-a8ea-4553-9c8e-066146baa449} oximeter.measurements_histogrami32 (24bfdce9-6f84-4e10-9a1a-ae25e9bc7376): There are no data parts 2026.03.16 22:27:52.633829 [ 259 ] {7b4440e0-a8ea-4553-9c8e-066146baa449} TCPHandler: Processed in 0.008598572 sec. 2026.03.16 22:27:52.634123 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.634419 [ 259 ] {40270350-946a-4d46-aeaf-30909cad5ebf} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.634587 [ 259 ] {40270350-946a-4d46-aeaf-30909cad5ebf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.16 22:27:52.637262 [ 259 ] {40270350-946a-4d46-aeaf-30909cad5ebf} oximeter.measurements_histogramu32 (da1653b5-4d65-4516-b497-9cf1c239bce4): Loading data parts 2026.03.16 22:27:52.637493 [ 259 ] {40270350-946a-4d46-aeaf-30909cad5ebf} oximeter.measurements_histogramu32 (da1653b5-4d65-4516-b497-9cf1c239bce4): There are no data parts 2026.03.16 22:27:52.643710 [ 259 ] {40270350-946a-4d46-aeaf-30909cad5ebf} TCPHandler: Processed in 0.009667935 sec. 2026.03.16 22:27:52.643929 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.644286 [ 259 ] {d5afb7af-ee62-4d99-b2bc-363ffad481d4} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.644429 [ 259 ] {d5afb7af-ee62-4d99-b2bc-363ffad481d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.16 22:27:52.654016 [ 259 ] {d5afb7af-ee62-4d99-b2bc-363ffad481d4} oximeter.measurements_histogrami64 (49949ee3-88b2-470c-8013-36c77e02947f): Loading data parts 2026.03.16 22:27:52.654254 [ 259 ] {d5afb7af-ee62-4d99-b2bc-363ffad481d4} oximeter.measurements_histogrami64 (49949ee3-88b2-470c-8013-36c77e02947f): There are no data parts 2026.03.16 22:27:52.660790 [ 259 ] {d5afb7af-ee62-4d99-b2bc-363ffad481d4} TCPHandler: Processed in 0.01697597 sec. 2026.03.16 22:27:52.661122 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.661416 [ 259 ] {ed549492-a2c5-445a-acad-3bae00fefe63} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.661585 [ 259 ] {ed549492-a2c5-445a-acad-3bae00fefe63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.16 22:27:52.668547 [ 259 ] {ed549492-a2c5-445a-acad-3bae00fefe63} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Loading data parts 2026.03.16 22:27:52.668861 [ 259 ] {ed549492-a2c5-445a-acad-3bae00fefe63} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): There are no data parts 2026.03.16 22:27:52.676484 [ 259 ] {ed549492-a2c5-445a-acad-3bae00fefe63} TCPHandler: Processed in 0.015456479 sec. 2026.03.16 22:27:52.676681 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.677048 [ 259 ] {b8374db9-28e7-4258-9310-741ae0953af2} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.677202 [ 259 ] {b8374db9-28e7-4258-9310-741ae0953af2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.16 22:27:52.683615 [ 259 ] {b8374db9-28e7-4258-9310-741ae0953af2} oximeter.measurements_histogramf32 (926effa0-21c2-4f6d-ad3b-eee6574fccfc): Loading data parts 2026.03.16 22:27:52.683806 [ 259 ] {b8374db9-28e7-4258-9310-741ae0953af2} oximeter.measurements_histogramf32 (926effa0-21c2-4f6d-ad3b-eee6574fccfc): There are no data parts 2026.03.16 22:27:52.685774 [ 259 ] {b8374db9-28e7-4258-9310-741ae0953af2} TCPHandler: Processed in 0.009171705 sec. 2026.03.16 22:27:52.686044 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.686321 [ 259 ] {c8d8c5cf-b5f6-4889-96f5-62dfc6f2a74c} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.686475 [ 259 ] {c8d8c5cf-b5f6-4889-96f5-62dfc6f2a74c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.16 22:27:52.693507 [ 259 ] {c8d8c5cf-b5f6-4889-96f5-62dfc6f2a74c} oximeter.measurements_histogramf64 (f6c2f646-0435-4f22-92e8-388d6cab2c5b): Loading data parts 2026.03.16 22:27:52.693737 [ 259 ] {c8d8c5cf-b5f6-4889-96f5-62dfc6f2a74c} oximeter.measurements_histogramf64 (f6c2f646-0435-4f22-92e8-388d6cab2c5b): There are no data parts 2026.03.16 22:27:52.701560 [ 259 ] {c8d8c5cf-b5f6-4889-96f5-62dfc6f2a74c} TCPHandler: Processed in 0.015599781 sec. 2026.03.16 22:27:52.701755 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.702114 [ 259 ] {fba93448-681f-4098-9869-cc292e5467ac} executeQuery: (from [fd00:1122:3344:101::d]:49446) /* 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.16 22:27:52.702301 [ 259 ] {fba93448-681f-4098-9869-cc292e5467ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.16 22:27:52.708738 [ 259 ] {fba93448-681f-4098-9869-cc292e5467ac} oximeter.fields_bool (b07912fe-bea7-4bd3-b69d-e8d655302d28): Loading data parts 2026.03.16 22:27:52.708934 [ 259 ] {fba93448-681f-4098-9869-cc292e5467ac} oximeter.fields_bool (b07912fe-bea7-4bd3-b69d-e8d655302d28): There are no data parts 2026.03.16 22:27:52.718149 [ 259 ] {fba93448-681f-4098-9869-cc292e5467ac} TCPHandler: Processed in 0.01648036 sec. 2026.03.16 22:27:52.718429 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.718712 [ 259 ] {dd035cb3-4321-41af-bffd-44f9b508200c} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.718854 [ 259 ] {dd035cb3-4321-41af-bffd-44f9b508200c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.16 22:27:52.722705 [ 259 ] {dd035cb3-4321-41af-bffd-44f9b508200c} oximeter.fields_i8 (8af99375-f8c6-4167-9492-cbdf15b2ecf0): Loading data parts 2026.03.16 22:27:52.722872 [ 259 ] {dd035cb3-4321-41af-bffd-44f9b508200c} oximeter.fields_i8 (8af99375-f8c6-4167-9492-cbdf15b2ecf0): There are no data parts 2026.03.16 22:27:52.724515 [ 259 ] {dd035cb3-4321-41af-bffd-44f9b508200c} TCPHandler: Processed in 0.006153101 sec. 2026.03.16 22:27:52.724695 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.724902 [ 259 ] {40d15334-2620-43a5-b987-7d9616f88213} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.725059 [ 259 ] {40d15334-2620-43a5-b987-7d9616f88213} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.16 22:27:52.733052 [ 259 ] {40d15334-2620-43a5-b987-7d9616f88213} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): Loading data parts 2026.03.16 22:27:52.733232 [ 259 ] {40d15334-2620-43a5-b987-7d9616f88213} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): There are no data parts 2026.03.16 22:27:52.735459 [ 259 ] {40d15334-2620-43a5-b987-7d9616f88213} TCPHandler: Processed in 0.010838181 sec. 2026.03.16 22:27:52.735714 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.735975 [ 259 ] {17fd2d80-c0a5-4961-83a1-e5b75e0ec1e3} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.736132 [ 259 ] {17fd2d80-c0a5-4961-83a1-e5b75e0ec1e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.16 22:27:52.749685 [ 259 ] {17fd2d80-c0a5-4961-83a1-e5b75e0ec1e3} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): Loading data parts 2026.03.16 22:27:52.749924 [ 259 ] {17fd2d80-c0a5-4961-83a1-e5b75e0ec1e3} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): There are no data parts 2026.03.16 22:27:52.753301 [ 259 ] {17fd2d80-c0a5-4961-83a1-e5b75e0ec1e3} TCPHandler: Processed in 0.017679535 sec. 2026.03.16 22:27:52.753510 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.753736 [ 259 ] {794d526c-4c81-40f1-a990-82522176fdd2} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.753915 [ 259 ] {794d526c-4c81-40f1-a990-82522176fdd2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.16 22:27:52.763373 [ 259 ] {794d526c-4c81-40f1-a990-82522176fdd2} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Loading data parts 2026.03.16 22:27:52.763626 [ 259 ] {794d526c-4c81-40f1-a990-82522176fdd2} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): There are no data parts 2026.03.16 22:27:52.765174 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56546 2026.03.16 22:27:52.765518 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.765576 [ 270 ] {} TCP-Session: 850bbcbc-1709-4dc1-b6b2-b811348dddc4 Authenticating user 'default' from [fd00:1122:3344:101::b]:56546 2026.03.16 22:27:52.765604 [ 270 ] {} TCP-Session: 850bbcbc-1709-4dc1-b6b2-b811348dddc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.765671 [ 270 ] {} TCP-Session: 850bbcbc-1709-4dc1-b6b2-b811348dddc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.765804 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.16 22:27:52.765857 [ 270 ] {} 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.16 22:27:52.765973 [ 270 ] {} 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.16 22:27:52.769669 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45193 2026.03.16 22:27:52.769681 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33838 2026.03.16 22:27:52.769764 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42330 2026.03.16 22:27:52.769851 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50950 2026.03.16 22:27:52.770041 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55281 2026.03.16 22:27:52.770055 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.770169 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.770174 [ 271 ] {} TCP-Session: c412f30c-ae06-4789-9a8a-6dd448c7be90 Authenticating user 'default' from [fd00:1122:3344:101::b]:33838 2026.03.16 22:27:52.770253 [ 272 ] {} TCP-Session: 89dcf521-7470-4207-8ebb-7a3d7082f377 Authenticating user 'default' from [fd00:1122:3344:101::b]:45193 2026.03.16 22:27:52.770232 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40557 2026.03.16 22:27:52.770282 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.770337 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.770383 [ 273 ] {} TCP-Session: d73cba42-5b96-4bc2-bf06-8f9ceb12c39c Authenticating user 'default' from [fd00:1122:3344:101::b]:42330 2026.03.16 22:27:52.770430 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56328 2026.03.16 22:27:52.770367 [ 272 ] {} TCP-Session: 89dcf521-7470-4207-8ebb-7a3d7082f377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.770511 [ 273 ] {} TCP-Session: d73cba42-5b96-4bc2-bf06-8f9ceb12c39c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.770494 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.770489 [ 274 ] {} TCP-Session: c0e5080c-01cd-4fee-8427-1cdc87425e7c Authenticating user 'default' from [fd00:1122:3344:101::b]:50950 2026.03.16 22:27:52.770635 [ 273 ] {} TCP-Session: d73cba42-5b96-4bc2-bf06-8f9ceb12c39c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.770622 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.770609 [ 272 ] {} TCP-Session: 89dcf521-7470-4207-8ebb-7a3d7082f377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.770776 [ 277 ] {} TCP-Session: 07defa6a-8138-4e2e-ab76-83db672f8321 Authenticating user 'default' from [fd00:1122:3344:101::b]:56328 2026.03.16 22:27:52.770749 [ 274 ] {} TCP-Session: c0e5080c-01cd-4fee-8427-1cdc87425e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.770364 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:52.770342 [ 271 ] {} TCP-Session: c412f30c-ae06-4789-9a8a-6dd448c7be90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.770911 [ 275 ] {} TCP-Session: c9bc4675-b15d-486b-aee4-260e34a95dbd Authenticating user 'default' from [fd00:1122:3344:101::b]:55281 2026.03.16 22:27:52.771050 [ 259 ] {794d526c-4c81-40f1-a990-82522176fdd2} TCPHandler: Processed in 0.017631025 sec. 2026.03.16 22:27:52.770905 [ 274 ] {} TCP-Session: c0e5080c-01cd-4fee-8427-1cdc87425e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.771133 [ 275 ] {} TCP-Session: c9bc4675-b15d-486b-aee4-260e34a95dbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.771117 [ 271 ] {} TCP-Session: c412f30c-ae06-4789-9a8a-6dd448c7be90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.770880 [ 277 ] {} TCP-Session: 07defa6a-8138-4e2e-ab76-83db672f8321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.771230 [ 275 ] {} TCP-Session: c9bc4675-b15d-486b-aee4-260e34a95dbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.770632 [ 276 ] {} TCP-Session: 0da66ed5-a45c-45e2-964b-9f94277ca0f6 Authenticating user 'default' from [fd00:1122:3344:101::b]:40557 2026.03.16 22:27:52.771296 [ 277 ] {} TCP-Session: 07defa6a-8138-4e2e-ab76-83db672f8321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.771318 [ 276 ] {} TCP-Session: 0da66ed5-a45c-45e2-964b-9f94277ca0f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.771359 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.771429 [ 276 ] {} TCP-Session: 0da66ed5-a45c-45e2-964b-9f94277ca0f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:52.771634 [ 259 ] {af35db93-dfc8-4d03-bc79-244d9b10c61e} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.771837 [ 259 ] {af35db93-dfc8-4d03-bc79-244d9b10c61e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.16 22:27:52.775853 [ 259 ] {af35db93-dfc8-4d03-bc79-244d9b10c61e} oximeter.fields_i32 (a0548929-a90e-49a7-ab59-2db2ae96861b): Loading data parts 2026.03.16 22:27:52.776075 [ 259 ] {af35db93-dfc8-4d03-bc79-244d9b10c61e} oximeter.fields_i32 (a0548929-a90e-49a7-ab59-2db2ae96861b): There are no data parts 2026.03.16 22:27:52.777992 [ 259 ] {af35db93-dfc8-4d03-bc79-244d9b10c61e} TCPHandler: Processed in 0.006759963 sec. 2026.03.16 22:27:52.778176 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.778379 [ 259 ] {c0b57e20-8c66-47d4-9e11-52c3c429761a} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.778519 [ 259 ] {c0b57e20-8c66-47d4-9e11-52c3c429761a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.16 22:27:52.788179 [ 259 ] {c0b57e20-8c66-47d4-9e11-52c3c429761a} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): Loading data parts 2026.03.16 22:27:52.788425 [ 259 ] {c0b57e20-8c66-47d4-9e11-52c3c429761a} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): There are no data parts 2026.03.16 22:27:52.790998 [ 259 ] {c0b57e20-8c66-47d4-9e11-52c3c429761a} TCPHandler: Processed in 0.012900873 sec. 2026.03.16 22:27:52.791177 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.791494 [ 259 ] {2d3a34d6-6016-4fef-8019-1fb0e9aa5555} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.791661 [ 259 ] {2d3a34d6-6016-4fef-8019-1fb0e9aa5555} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.16 22:27:52.794951 [ 259 ] {2d3a34d6-6016-4fef-8019-1fb0e9aa5555} oximeter.fields_i64 (5f39ef25-aa8a-4c42-9bbc-354988c7935d): Loading data parts 2026.03.16 22:27:52.795122 [ 259 ] {2d3a34d6-6016-4fef-8019-1fb0e9aa5555} oximeter.fields_i64 (5f39ef25-aa8a-4c42-9bbc-354988c7935d): There are no data parts 2026.03.16 22:27:52.796930 [ 259 ] {2d3a34d6-6016-4fef-8019-1fb0e9aa5555} TCPHandler: Processed in 0.005820243 sec. 2026.03.16 22:27:52.797117 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.797318 [ 259 ] {57461ec2-2d79-4894-a84c-7c0ac048154b} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.797546 [ 259 ] {57461ec2-2d79-4894-a84c-7c0ac048154b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.16 22:27:52.805313 [ 259 ] {57461ec2-2d79-4894-a84c-7c0ac048154b} oximeter.fields_u64 (63a418c3-4d27-4237-ba51-0123f52a6509): Loading data parts 2026.03.16 22:27:52.805496 [ 259 ] {57461ec2-2d79-4894-a84c-7c0ac048154b} oximeter.fields_u64 (63a418c3-4d27-4237-ba51-0123f52a6509): There are no data parts 2026.03.16 22:27:52.807684 [ 259 ] {57461ec2-2d79-4894-a84c-7c0ac048154b} TCPHandler: Processed in 0.010644236 sec. 2026.03.16 22:27:52.807875 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.808226 [ 259 ] {1ab01c76-8adc-41ce-8a41-dd8fa7c1d761} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.808403 [ 259 ] {1ab01c76-8adc-41ce-8a41-dd8fa7c1d761} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.16 22:27:52.811671 [ 259 ] {1ab01c76-8adc-41ce-8a41-dd8fa7c1d761} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): Loading data parts 2026.03.16 22:27:52.811865 [ 259 ] {1ab01c76-8adc-41ce-8a41-dd8fa7c1d761} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): There are no data parts 2026.03.16 22:27:52.813720 [ 259 ] {1ab01c76-8adc-41ce-8a41-dd8fa7c1d761} TCPHandler: Processed in 0.005920166 sec. 2026.03.16 22:27:52.813953 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.814234 [ 259 ] {1e0ae1f1-d909-4aa8-a5dc-6c54d48bd716} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.814431 [ 259 ] {1e0ae1f1-d909-4aa8-a5dc-6c54d48bd716} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.16 22:27:52.823982 [ 259 ] {1e0ae1f1-d909-4aa8-a5dc-6c54d48bd716} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Loading data parts 2026.03.16 22:27:52.824163 [ 259 ] {1e0ae1f1-d909-4aa8-a5dc-6c54d48bd716} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): There are no data parts 2026.03.16 22:27:52.829509 [ 259 ] {1e0ae1f1-d909-4aa8-a5dc-6c54d48bd716} TCPHandler: Processed in 0.015668362 sec. 2026.03.16 22:27:52.829830 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.830050 [ 259 ] {cbc56c74-3032-4e29-b76c-bcd0aa16efc9} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:27:52.830229 [ 259 ] {cbc56c74-3032-4e29-b76c-bcd0aa16efc9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.16 22:27:52.833783 [ 259 ] {cbc56c74-3032-4e29-b76c-bcd0aa16efc9} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Loading data parts 2026.03.16 22:27:52.834090 [ 259 ] {cbc56c74-3032-4e29-b76c-bcd0aa16efc9} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): There are no data parts 2026.03.16 22:27:52.835861 [ 259 ] {cbc56c74-3032-4e29-b76c-bcd0aa16efc9} TCPHandler: Processed in 0.00610781 sec. 2026.03.16 22:27:52.836104 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.836540 [ 259 ] {d27fecf3-df69-4af6-8734-da308c55537e} executeQuery: (from [fd00:1122:3344:101::d]:49446) /* 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.16 22:27:52.836724 [ 259 ] {d27fecf3-df69-4af6-8734-da308c55537e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.16 22:27:52.844353 [ 259 ] {d27fecf3-df69-4af6-8734-da308c55537e} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7): Loading data parts 2026.03.16 22:27:52.844555 [ 259 ] {d27fecf3-df69-4af6-8734-da308c55537e} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7): There are no data parts 2026.03.16 22:27:52.847170 [ 259 ] {d27fecf3-df69-4af6-8734-da308c55537e} TCPHandler: Processed in 0.011157437 sec. 2026.03.16 22:27:52.847455 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:27:52.847746 [ 262 ] {92c3a0b9-b322-4b7a-ae97-d82470bfb50d} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.16 22:27:52.849523 [ 262 ] {92c3a0b9-b322-4b7a-ae97-d82470bfb50d} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.16 22:27:52.865939 [ 268 ] {92c3a0b9-b322-4b7a-ae97-d82470bfb50d} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:27:52.866133 [ 268 ] {92c3a0b9-b322-4b7a-ae97-d82470bfb50d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:27:52.871671 [ 268 ] {92c3a0b9-b322-4b7a-ae97-d82470bfb50d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:27:52.872425 [ 268 ] {92c3a0b9-b322-4b7a-ae97-d82470bfb50d} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f): 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.16 22:27:52.872924 [ 262 ] {92c3a0b9-b322-4b7a-ae97-d82470bfb50d} executeQuery: Read 1 rows, 16.00 B in 0.025335 sec., 39.47108742845865 rows/sec., 631.54 B/sec. 2026.03.16 22:27:52.873369 [ 262 ] {92c3a0b9-b322-4b7a-ae97-d82470bfb50d} TCPHandler: Processed in 0.026020782 sec. 2026.03.16 22:27:53.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.64 MiB, peak 124.64 MiB, free memory in arenas 0.00 B, will set to 139.15 MiB (RSS), difference: 14.51 MiB 2026.03.16 22:27:56.641368 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40023 2026.03.16 22:27:56.641522 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:56.641554 [ 278 ] {} TCP-Session: 43a1c8a0-dfb1-41d9-bb28-a24ff44437b8 Authenticating user 'default' from [fd00:1122:3344:101::c]:40023 2026.03.16 22:27:56.641577 [ 278 ] {} TCP-Session: 43a1c8a0-dfb1-41d9-bb28-a24ff44437b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.641714 [ 278 ] {} TCP-Session: 43a1c8a0-dfb1-41d9-bb28-a24ff44437b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.641785 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.16 22:27:56.641813 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.16 22:27:56.641912 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.16 22:27:56.642932 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59258 2026.03.16 22:27:56.643128 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:56.643164 [ 279 ] {} TCP-Session: 19e98328-d9bb-4a5c-81c3-a69ed8de5ad9 Authenticating user 'default' from [fd00:1122:3344:101::c]:59258 2026.03.16 22:27:56.643226 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34710 2026.03.16 22:27:56.643171 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33395 2026.03.16 22:27:56.643313 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40575 2026.03.16 22:27:56.643336 [ 279 ] {} TCP-Session: 19e98328-d9bb-4a5c-81c3-a69ed8de5ad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.643391 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54556 2026.03.16 22:27:56.643169 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46120 2026.03.16 22:27:56.643442 [ 279 ] {} TCP-Session: 19e98328-d9bb-4a5c-81c3-a69ed8de5ad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.643524 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44136 2026.03.16 22:27:56.643602 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:56.643713 [ 282 ] {} TCP-Session: 1e41cd46-e093-45ce-8fbe-3a88b38f734c Authenticating user 'default' from [fd00:1122:3344:101::c]:34710 2026.03.16 22:27:56.643736 [ 282 ] {} TCP-Session: 1e41cd46-e093-45ce-8fbe-3a88b38f734c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.643804 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:56.643840 [ 282 ] {} TCP-Session: 1e41cd46-e093-45ce-8fbe-3a88b38f734c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.643840 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:56.643873 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:56.643860 [ 280 ] {} TCP-Session: 44d983ba-0441-4449-9cca-972b432ef657 Authenticating user 'default' from [fd00:1122:3344:101::c]:33395 2026.03.16 22:27:56.643937 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:56.643967 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:27:56.644020 [ 283 ] {} TCP-Session: 2aaf342b-f33b-4cfa-a4d0-ad0569ec0445 Authenticating user 'default' from [fd00:1122:3344:101::c]:40575 2026.03.16 22:27:56.644006 [ 285 ] {} TCP-Session: f7ac0de9-a5bb-42b7-b882-a19ed65eb17b Authenticating user 'default' from [fd00:1122:3344:101::c]:44136 2026.03.16 22:27:56.643992 [ 280 ] {} TCP-Session: 44d983ba-0441-4449-9cca-972b432ef657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.644169 [ 284 ] {} TCP-Session: fd7788d9-95a7-4e76-a20a-2cee6d4cf18b Authenticating user 'default' from [fd00:1122:3344:101::c]:54556 2026.03.16 22:27:56.644165 [ 285 ] {} TCP-Session: f7ac0de9-a5bb-42b7-b882-a19ed65eb17b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.643983 [ 281 ] {} TCP-Session: 6553b605-1e7b-4161-819e-343d48409c3d Authenticating user 'default' from [fd00:1122:3344:101::c]:46120 2026.03.16 22:27:56.644301 [ 284 ] {} TCP-Session: fd7788d9-95a7-4e76-a20a-2cee6d4cf18b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.644277 [ 285 ] {} TCP-Session: f7ac0de9-a5bb-42b7-b882-a19ed65eb17b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.644267 [ 280 ] {} TCP-Session: 44d983ba-0441-4449-9cca-972b432ef657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.644392 [ 281 ] {} TCP-Session: 6553b605-1e7b-4161-819e-343d48409c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.644178 [ 283 ] {} TCP-Session: 2aaf342b-f33b-4cfa-a4d0-ad0569ec0445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.644479 [ 281 ] {} TCP-Session: 6553b605-1e7b-4161-819e-343d48409c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.644507 [ 284 ] {} TCP-Session: fd7788d9-95a7-4e76-a20a-2cee6d4cf18b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:56.644494 [ 283 ] {} TCP-Session: 2aaf342b-f33b-4cfa-a4d0-ad0569ec0445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:27:58.177270 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.16 22:27:58.177321 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.16 22:27:58.177481 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.16 22:27:58.177502 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.16 22:27:58.192538 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Loading data parts 2026.03.16 22:27:58.192853 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): There are no data parts 2026.03.16 22:27:58.193386 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Loading data parts 2026.03.16 22:27:58.193603 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): There are no data parts 2026.03.16 22:27:58.200201 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:27:58.200306 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:27:58.207786 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:27:58.208429 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:27:58.208682 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.16 22:27:58.227748 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:27:58.227804 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:27:58.234183 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:27:58.235744 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:27:58.239574 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.16 22:27:59.000349 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.83 MiB, peak 148.83 MiB, free memory in arenas 0.00 B, will set to 153.89 MiB (RSS), difference: 9.07 MiB 2026.03.16 22:28:00.677263 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.16 22:28:00.677357 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.16 22:28:00.686237 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Loading data parts 2026.03.16 22:28:00.686597 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): There are no data parts 2026.03.16 22:28:00.706549 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:00.706601 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:00.708635 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:00.709461 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:28:00.709727 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.16 22:28:01.000875 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.09 MiB, peak 158.09 MiB, free memory in arenas 0.00 B, will set to 154.94 MiB (RSS), difference: -3.15 MiB 2026.03.16 22:28:05.651178 [ 108 ] {} DNSResolver: Updating DNS cache 2026.03.16 22:28:05.651254 [ 108 ] {} DNSResolver: Updated DNS cache 2026.03.16 22:28:05.709586 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.03.16 22:28:05.710281 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:05.710437 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:05.711158 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:05.711575 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:28:05.711794 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.03.16 22:28:05.740534 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.16 22:28:05.757812 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:05.757860 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:05.764408 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:05.765491 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:28:05.768163 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.16 22:28:06.000343 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.76 MiB, peak 159.76 MiB, free memory in arenas 0.00 B, will set to 157.66 MiB (RSS), difference: 1.90 MiB 2026.03.16 22:28:11.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.67 MiB, peak 159.76 MiB, free memory in arenas 0.00 B, will set to 157.69 MiB (RSS), difference: 4.02 MiB 2026.03.16 22:28:12.887317 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.887555 [ 259 ] {72aa1880-c014-446b-af9a-c300a93a2c2b} executeQuery: (from [fd00:1122:3344:101::d]:49446) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.887901 [ 259 ] {72aa1880-c014-446b-af9a-c300a93a2c2b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.896149 [ 259 ] {72aa1880-c014-446b-af9a-c300a93a2c2b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.900706 [ 259 ] {72aa1880-c014-446b-af9a-c300a93a2c2b} TCPHandler: Processed in 0.013517887 sec. 2026.03.16 22:28:12.910919 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.911109 [ 259 ] {b090ed9d-05a0-41ab-b1b4-09e4fe983440} executeQuery: (from [fd00:1122:3344:101::d]:49446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.917036 [ 259 ] {b090ed9d-05a0-41ab-b1b4-09e4fe983440} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.917084 [ 259 ] {b090ed9d-05a0-41ab-b1b4-09e4fe983440} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.917472 [ 259 ] {b090ed9d-05a0-41ab-b1b4-09e4fe983440} TCPHandler: Processed in 0.0066107 sec. 2026.03.16 22:28:12.917703 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.917825 [ 259 ] {2b29fb12-f3b1-4038-8810-82acd4f9a77f} executeQuery: (from [fd00:1122:3344:101::d]:49446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.920095 [ 259 ] {2b29fb12-f3b1-4038-8810-82acd4f9a77f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.920141 [ 259 ] {2b29fb12-f3b1-4038-8810-82acd4f9a77f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.920453 [ 259 ] {2b29fb12-f3b1-4038-8810-82acd4f9a77f} TCPHandler: Processed in 0.00280182 sec. 2026.03.16 22:28:12.920659 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.920774 [ 259 ] {9c9bbb33-1a2c-47d4-bebe-772d011d745a} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.921016 [ 259 ] {9c9bbb33-1a2c-47d4-bebe-772d011d745a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.921060 [ 259 ] {9c9bbb33-1a2c-47d4-bebe-772d011d745a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.921357 [ 259 ] {9c9bbb33-1a2c-47d4-bebe-772d011d745a} TCPHandler: Processed in 0.000750386 sec. 2026.03.16 22:28:12.921555 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.921670 [ 259 ] {003e38dd-a89a-471a-b402-a3134e68f60f} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.921908 [ 259 ] {003e38dd-a89a-471a-b402-a3134e68f60f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.921951 [ 259 ] {003e38dd-a89a-471a-b402-a3134e68f60f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.922245 [ 259 ] {003e38dd-a89a-471a-b402-a3134e68f60f} TCPHandler: Processed in 0.000740856 sec. 2026.03.16 22:28:12.922437 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.922551 [ 259 ] {d99ed6e4-2d22-4808-810d-073c6f72830a} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.922784 [ 259 ] {d99ed6e4-2d22-4808-810d-073c6f72830a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.922825 [ 259 ] {d99ed6e4-2d22-4808-810d-073c6f72830a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.923111 [ 259 ] {d99ed6e4-2d22-4808-810d-073c6f72830a} TCPHandler: Processed in 0.000723795 sec. 2026.03.16 22:28:12.923303 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.923417 [ 259 ] {2e953003-4dea-4482-a1a0-eb17d6419e40} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.923652 [ 259 ] {2e953003-4dea-4482-a1a0-eb17d6419e40} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.923694 [ 259 ] {2e953003-4dea-4482-a1a0-eb17d6419e40} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.924009 [ 259 ] {2e953003-4dea-4482-a1a0-eb17d6419e40} TCPHandler: Processed in 0.000756476 sec. 2026.03.16 22:28:12.924202 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.924513 [ 259 ] {f80bdee2-eb30-4520-b8b6-34721c61a6eb} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.924751 [ 259 ] {f80bdee2-eb30-4520-b8b6-34721c61a6eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.924793 [ 259 ] {f80bdee2-eb30-4520-b8b6-34721c61a6eb} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.925087 [ 259 ] {f80bdee2-eb30-4520-b8b6-34721c61a6eb} TCPHandler: Processed in 0.00093461 sec. 2026.03.16 22:28:12.925309 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.925430 [ 259 ] {51380a1f-1a2e-4a7b-9dda-2851d33350fc} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.925671 [ 259 ] {51380a1f-1a2e-4a7b-9dda-2851d33350fc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.925713 [ 259 ] {51380a1f-1a2e-4a7b-9dda-2851d33350fc} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.926011 [ 259 ] {51380a1f-1a2e-4a7b-9dda-2851d33350fc} TCPHandler: Processed in 0.000753845 sec. 2026.03.16 22:28:12.926221 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.926338 [ 259 ] {c56ae403-c469-44a2-a6e1-dd659449ae6d} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.926581 [ 259 ] {c56ae403-c469-44a2-a6e1-dd659449ae6d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.926623 [ 259 ] {c56ae403-c469-44a2-a6e1-dd659449ae6d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.926922 [ 259 ] {c56ae403-c469-44a2-a6e1-dd659449ae6d} TCPHandler: Processed in 0.000752226 sec. 2026.03.16 22:28:12.927122 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.927238 [ 259 ] {ed4d8afc-5e4c-402f-ab98-4c6e4fe81fec} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.927479 [ 259 ] {ed4d8afc-5e4c-402f-ab98-4c6e4fe81fec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.927521 [ 259 ] {ed4d8afc-5e4c-402f-ab98-4c6e4fe81fec} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.927809 [ 259 ] {ed4d8afc-5e4c-402f-ab98-4c6e4fe81fec} TCPHandler: Processed in 0.000737216 sec. 2026.03.16 22:28:12.928011 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.928127 [ 259 ] {3e22eab2-1566-4302-996d-f57e24a2142c} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.928367 [ 259 ] {3e22eab2-1566-4302-996d-f57e24a2142c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.928410 [ 259 ] {3e22eab2-1566-4302-996d-f57e24a2142c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.928702 [ 259 ] {3e22eab2-1566-4302-996d-f57e24a2142c} TCPHandler: Processed in 0.000745636 sec. 2026.03.16 22:28:12.928899 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.929015 [ 259 ] {c681ee08-8557-48ae-8197-e90c61db085f} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.929263 [ 259 ] {c681ee08-8557-48ae-8197-e90c61db085f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.929304 [ 259 ] {c681ee08-8557-48ae-8197-e90c61db085f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.929595 [ 259 ] {c681ee08-8557-48ae-8197-e90c61db085f} TCPHandler: Processed in 0.000746936 sec. 2026.03.16 22:28:12.929792 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.929907 [ 259 ] {20a7b37b-d525-4a70-8e7b-ffc63404949e} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.930152 [ 259 ] {20a7b37b-d525-4a70-8e7b-ffc63404949e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.930194 [ 259 ] {20a7b37b-d525-4a70-8e7b-ffc63404949e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.930487 [ 259 ] {20a7b37b-d525-4a70-8e7b-ffc63404949e} TCPHandler: Processed in 0.000744466 sec. 2026.03.16 22:28:12.930680 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.930795 [ 259 ] {27901a51-c225-499e-be68-4379503c7877} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.931040 [ 259 ] {27901a51-c225-499e-be68-4379503c7877} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.931081 [ 259 ] {27901a51-c225-499e-be68-4379503c7877} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.931380 [ 259 ] {27901a51-c225-499e-be68-4379503c7877} TCPHandler: Processed in 0.000749685 sec. 2026.03.16 22:28:12.932646 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.932764 [ 259 ] {a6b981d1-ba46-4efb-9ce2-b404bbf343d0} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.933012 [ 259 ] {a6b981d1-ba46-4efb-9ce2-b404bbf343d0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.933054 [ 259 ] {a6b981d1-ba46-4efb-9ce2-b404bbf343d0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.933418 [ 259 ] {a6b981d1-ba46-4efb-9ce2-b404bbf343d0} TCPHandler: Processed in 0.000822518 sec. 2026.03.16 22:28:12.933610 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.933729 [ 259 ] {2a55f24c-9581-47be-bb5b-b32f1efb5606} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.933980 [ 259 ] {2a55f24c-9581-47be-bb5b-b32f1efb5606} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.934021 [ 259 ] {2a55f24c-9581-47be-bb5b-b32f1efb5606} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.934338 [ 259 ] {2a55f24c-9581-47be-bb5b-b32f1efb5606} TCPHandler: Processed in 0.000775676 sec. 2026.03.16 22:28:12.934534 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.934653 [ 259 ] {19caf7ac-2aba-4f28-b6b2-772956a983a4} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.934917 [ 259 ] {19caf7ac-2aba-4f28-b6b2-772956a983a4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.934958 [ 259 ] {19caf7ac-2aba-4f28-b6b2-772956a983a4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.935269 [ 259 ] {19caf7ac-2aba-4f28-b6b2-772956a983a4} TCPHandler: Processed in 0.000784257 sec. 2026.03.16 22:28:12.935462 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.935592 [ 259 ] {fc9967b6-b293-42a6-825f-624c86b522cd} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.935843 [ 259 ] {fc9967b6-b293-42a6-825f-624c86b522cd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.935884 [ 259 ] {fc9967b6-b293-42a6-825f-624c86b522cd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.936210 [ 259 ] {fc9967b6-b293-42a6-825f-624c86b522cd} TCPHandler: Processed in 0.000798457 sec. 2026.03.16 22:28:12.936425 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.936546 [ 259 ] {74f2803c-9eff-4339-9ea2-18b4fe3592d1} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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.16 22:28:12.936801 [ 259 ] {74f2803c-9eff-4339-9ea2-18b4fe3592d1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.936841 [ 259 ] {74f2803c-9eff-4339-9ea2-18b4fe3592d1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.937159 [ 259 ] {74f2803c-9eff-4339-9ea2-18b4fe3592d1} TCPHandler: Processed in 0.000783767 sec. 2026.03.16 22:28:12.937943 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.938064 [ 259 ] {488261b0-c272-48e7-961e-9fc4c6bfd7c9} executeQuery: (from [fd00:1122:3344:101::d]:49446) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.938320 [ 259 ] {488261b0-c272-48e7-961e-9fc4c6bfd7c9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.938361 [ 259 ] {488261b0-c272-48e7-961e-9fc4c6bfd7c9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.938683 [ 259 ] {488261b0-c272-48e7-961e-9fc4c6bfd7c9} TCPHandler: Processed in 0.000789967 sec. 2026.03.16 22:28:12.941168 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.941292 [ 259 ] {e2ec1963-29e3-4198-9a39-aec326454022} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.941563 [ 259 ] {e2ec1963-29e3-4198-9a39-aec326454022} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.941606 [ 259 ] {e2ec1963-29e3-4198-9a39-aec326454022} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.941934 [ 259 ] {e2ec1963-29e3-4198-9a39-aec326454022} TCPHandler: Processed in 0.000817757 sec. 2026.03.16 22:28:12.942492 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.942616 [ 259 ] {deca5f65-ab59-452d-9666-08268389c739} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.942880 [ 259 ] {deca5f65-ab59-452d-9666-08268389c739} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.942922 [ 259 ] {deca5f65-ab59-452d-9666-08268389c739} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.943246 [ 259 ] {deca5f65-ab59-452d-9666-08268389c739} TCPHandler: Processed in 0.000804187 sec. 2026.03.16 22:28:12.943519 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.943639 [ 259 ] {3bfef79d-ed71-495b-95e2-9a44440cb8b8} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.943903 [ 259 ] {3bfef79d-ed71-495b-95e2-9a44440cb8b8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.943944 [ 259 ] {3bfef79d-ed71-495b-95e2-9a44440cb8b8} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.944255 [ 259 ] {3bfef79d-ed71-495b-95e2-9a44440cb8b8} TCPHandler: Processed in 0.000786257 sec. 2026.03.16 22:28:12.944474 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.944595 [ 259 ] {eeaf37bc-8293-41ca-a777-81fb7dc1edda} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.944863 [ 259 ] {eeaf37bc-8293-41ca-a777-81fb7dc1edda} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.944905 [ 259 ] {eeaf37bc-8293-41ca-a777-81fb7dc1edda} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.945217 [ 259 ] {eeaf37bc-8293-41ca-a777-81fb7dc1edda} TCPHandler: Processed in 0.000793327 sec. 2026.03.16 22:28:12.945461 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.945584 [ 259 ] {6eb80e85-8fbc-494d-b907-1094c153034b} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.945855 [ 259 ] {6eb80e85-8fbc-494d-b907-1094c153034b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.945896 [ 259 ] {6eb80e85-8fbc-494d-b907-1094c153034b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.946213 [ 259 ] {6eb80e85-8fbc-494d-b907-1094c153034b} TCPHandler: Processed in 0.000801557 sec. 2026.03.16 22:28:12.946438 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.946562 [ 259 ] {291bbbf6-4c28-48b4-bed0-0512f430e549} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.946829 [ 259 ] {291bbbf6-4c28-48b4-bed0-0512f430e549} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.946870 [ 259 ] {291bbbf6-4c28-48b4-bed0-0512f430e549} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.947186 [ 259 ] {291bbbf6-4c28-48b4-bed0-0512f430e549} TCPHandler: Processed in 0.000797777 sec. 2026.03.16 22:28:12.947402 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.947526 [ 259 ] {486a732d-b19e-4bde-b747-5787e40a6824} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.947796 [ 259 ] {486a732d-b19e-4bde-b747-5787e40a6824} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.947838 [ 259 ] {486a732d-b19e-4bde-b747-5787e40a6824} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.948155 [ 259 ] {486a732d-b19e-4bde-b747-5787e40a6824} TCPHandler: Processed in 0.000802157 sec. 2026.03.16 22:28:12.948392 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.948518 [ 259 ] {52b9ccac-9a7c-45d3-8011-52c1470f192d} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.948787 [ 259 ] {52b9ccac-9a7c-45d3-8011-52c1470f192d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.948829 [ 259 ] {52b9ccac-9a7c-45d3-8011-52c1470f192d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.949133 [ 259 ] {52b9ccac-9a7c-45d3-8011-52c1470f192d} TCPHandler: Processed in 0.000791246 sec. 2026.03.16 22:28:12.949360 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.949483 [ 259 ] {273c2a72-e5e3-41a1-ad2a-ee5f1a7450bd} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.949752 [ 259 ] {273c2a72-e5e3-41a1-ad2a-ee5f1a7450bd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.949793 [ 259 ] {273c2a72-e5e3-41a1-ad2a-ee5f1a7450bd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.950109 [ 259 ] {273c2a72-e5e3-41a1-ad2a-ee5f1a7450bd} TCPHandler: Processed in 0.000797937 sec. 2026.03.16 22:28:12.950340 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.950465 [ 259 ] {1441137c-77d6-429a-92c1-83f5b1d6560e} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.950734 [ 259 ] {1441137c-77d6-429a-92c1-83f5b1d6560e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.950775 [ 259 ] {1441137c-77d6-429a-92c1-83f5b1d6560e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.951106 [ 259 ] {1441137c-77d6-429a-92c1-83f5b1d6560e} TCPHandler: Processed in 0.000816417 sec. 2026.03.16 22:28:12.958842 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.958970 [ 259 ] {0df58b51-ffe3-4e4a-bcf5-ba946ae4a909} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:12.959250 [ 259 ] {0df58b51-ffe3-4e4a-bcf5-ba946ae4a909} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.959299 [ 259 ] {0df58b51-ffe3-4e4a-bcf5-ba946ae4a909} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:12.959622 [ 259 ] {0df58b51-ffe3-4e4a-bcf5-ba946ae4a909} TCPHandler: Processed in 0.000834828 sec. 2026.03.16 22:28:12.966583 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.966690 [ 259 ] {bddeacee-b365-443d-be7f-daab58437c96} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.16 22:28:12.966732 [ 259 ] {bddeacee-b365-443d-be7f-daab58437c96} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:12.967262 [ 259 ] {bddeacee-b365-443d-be7f-daab58437c96} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.967307 [ 259 ] {bddeacee-b365-443d-be7f-daab58437c96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.969972 [ 259 ] {bddeacee-b365-443d-be7f-daab58437c96} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.970350 [ 259 ] {bddeacee-b365-443d-be7f-daab58437c96} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7): 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.16 22:28:12.970502 [ 259 ] {bddeacee-b365-443d-be7f-daab58437c96} executeQuery: Read 32 rows, 7.26 KiB in 0.003841 sec., 8331.163759437646 rows/sec., 1.85 MiB/sec. 2026.03.16 22:28:12.970542 [ 259 ] {bddeacee-b365-443d-be7f-daab58437c96} TCPHandler: Processed in 0.004012666 sec. 2026.03.16 22:28:12.970669 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.970766 [ 259 ] {e15db1dc-1d67-41db-b5f6-5783aafd96a7} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.16 22:28:12.970806 [ 259 ] {e15db1dc-1d67-41db-b5f6-5783aafd96a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.16 22:28:12.973445 [ 259 ] {e15db1dc-1d67-41db-b5f6-5783aafd96a7} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.973476 [ 259 ] {e15db1dc-1d67-41db-b5f6-5783aafd96a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.973934 [ 259 ] {e15db1dc-1d67-41db-b5f6-5783aafd96a7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.974344 [ 259 ] {e15db1dc-1d67-41db-b5f6-5783aafd96a7} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): 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.16 22:28:12.974482 [ 259 ] {e15db1dc-1d67-41db-b5f6-5783aafd96a7} executeQuery: Read 284 rows, 18.47 KiB in 0.003734 sec., 76057.8468130691 rows/sec., 4.83 MiB/sec. 2026.03.16 22:28:12.974525 [ 259 ] {e15db1dc-1d67-41db-b5f6-5783aafd96a7} TCPHandler: Processed in 0.003907403 sec. 2026.03.16 22:28:12.974655 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.974749 [ 259 ] {b3cf3916-0441-4811-9afb-87335055a9be} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.16 22:28:12.974790 [ 259 ] {b3cf3916-0441-4811-9afb-87335055a9be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.16 22:28:12.975198 [ 259 ] {b3cf3916-0441-4811-9afb-87335055a9be} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.975235 [ 259 ] {b3cf3916-0441-4811-9afb-87335055a9be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.975630 [ 259 ] {b3cf3916-0441-4811-9afb-87335055a9be} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.976075 [ 259 ] {b3cf3916-0441-4811-9afb-87335055a9be} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): 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.16 22:28:12.976207 [ 259 ] {b3cf3916-0441-4811-9afb-87335055a9be} executeQuery: Read 10 rows, 835.00 B in 0.001476 sec., 6775.067750677506 rows/sec., 552.46 KiB/sec. 2026.03.16 22:28:12.976245 [ 259 ] {b3cf3916-0441-4811-9afb-87335055a9be} TCPHandler: Processed in 0.001641575 sec. 2026.03.16 22:28:12.976372 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.976460 [ 259 ] {22676691-10ab-4d25-9ee8-f49353cdc92f} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:12.976497 [ 259 ] {22676691-10ab-4d25-9ee8-f49353cdc92f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:12.977193 [ 259 ] {22676691-10ab-4d25-9ee8-f49353cdc92f} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.977227 [ 259 ] {22676691-10ab-4d25-9ee8-f49353cdc92f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.977913 [ 259 ] {22676691-10ab-4d25-9ee8-f49353cdc92f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.978373 [ 259 ] {22676691-10ab-4d25-9ee8-f49353cdc92f} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:12.978564 [ 259 ] {22676691-10ab-4d25-9ee8-f49353cdc92f} executeQuery: Read 822 rows, 65.87 KiB in 0.002109 sec., 389758.1792318634 rows/sec., 30.50 MiB/sec. 2026.03.16 22:28:12.978622 [ 259 ] {22676691-10ab-4d25-9ee8-f49353cdc92f} TCPHandler: Processed in 0.002296019 sec. 2026.03.16 22:28:12.978768 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.978888 [ 259 ] {9522abb1-5b1a-45d7-81c7-bd81daf3f06e} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:28:12.978942 [ 259 ] {9522abb1-5b1a-45d7-81c7-bd81daf3f06e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:28:12.979493 [ 259 ] {9522abb1-5b1a-45d7-81c7-bd81daf3f06e} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.979532 [ 259 ] {9522abb1-5b1a-45d7-81c7-bd81daf3f06e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.980080 [ 259 ] {9522abb1-5b1a-45d7-81c7-bd81daf3f06e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.980671 [ 259 ] {9522abb1-5b1a-45d7-81c7-bd81daf3f06e} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:28:12.980809 [ 259 ] {9522abb1-5b1a-45d7-81c7-bd81daf3f06e} executeQuery: Read 162 rows, 9.99 KiB in 0.001946 sec., 83247.68756423432 rows/sec., 5.01 MiB/sec. 2026.03.16 22:28:12.980848 [ 259 ] {9522abb1-5b1a-45d7-81c7-bd81daf3f06e} TCPHandler: Processed in 0.002143885 sec. 2026.03.16 22:28:12.980970 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.981066 [ 259 ] {a0528270-1f7f-44ee-b513-ec89f9800ea7} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.16 22:28:12.981107 [ 259 ] {a0528270-1f7f-44ee-b513-ec89f9800ea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.16 22:28:12.981629 [ 259 ] {a0528270-1f7f-44ee-b513-ec89f9800ea7} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.981667 [ 259 ] {a0528270-1f7f-44ee-b513-ec89f9800ea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.982098 [ 259 ] {a0528270-1f7f-44ee-b513-ec89f9800ea7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.982527 [ 259 ] {a0528270-1f7f-44ee-b513-ec89f9800ea7} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): 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.16 22:28:12.982659 [ 259 ] {a0528270-1f7f-44ee-b513-ec89f9800ea7} executeQuery: Read 149 rows, 9.86 KiB in 0.001611 sec., 92489.13718187461 rows/sec., 5.98 MiB/sec. 2026.03.16 22:28:12.982697 [ 259 ] {a0528270-1f7f-44ee-b513-ec89f9800ea7} TCPHandler: Processed in 0.001778298 sec. 2026.03.16 22:28:12.982821 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.982917 [ 259 ] {578b6de0-4571-41d9-b9ad-1a34f7d86a4d} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.16 22:28:12.982956 [ 259 ] {578b6de0-4571-41d9-b9ad-1a34f7d86a4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.16 22:28:12.983401 [ 259 ] {578b6de0-4571-41d9-b9ad-1a34f7d86a4d} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.983436 [ 259 ] {578b6de0-4571-41d9-b9ad-1a34f7d86a4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.983855 [ 259 ] {578b6de0-4571-41d9-b9ad-1a34f7d86a4d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.984330 [ 259 ] {578b6de0-4571-41d9-b9ad-1a34f7d86a4d} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): 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.16 22:28:12.984458 [ 259 ] {578b6de0-4571-41d9-b9ad-1a34f7d86a4d} executeQuery: Read 148 rows, 8.62 KiB in 0.001559 sec., 94932.6491340603 rows/sec., 5.40 MiB/sec. 2026.03.16 22:28:12.984495 [ 259 ] {578b6de0-4571-41d9-b9ad-1a34f7d86a4d} TCPHandler: Processed in 0.001724987 sec. 2026.03.16 22:28:12.984609 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.984703 [ 259 ] {3d3e7067-4dfa-4982-b5d9-1b0d32eacd09} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:12.984742 [ 259 ] {3d3e7067-4dfa-4982-b5d9-1b0d32eacd09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:12.985291 [ 259 ] {3d3e7067-4dfa-4982-b5d9-1b0d32eacd09} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.985329 [ 259 ] {3d3e7067-4dfa-4982-b5d9-1b0d32eacd09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.985750 [ 259 ] {3d3e7067-4dfa-4982-b5d9-1b0d32eacd09} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.986197 [ 259 ] {3d3e7067-4dfa-4982-b5d9-1b0d32eacd09} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:12.986327 [ 259 ] {3d3e7067-4dfa-4982-b5d9-1b0d32eacd09} executeQuery: Read 510 rows, 36.79 KiB in 0.001641 sec., 310786.10603290674 rows/sec., 21.90 MiB/sec. 2026.03.16 22:28:12.986363 [ 259 ] {3d3e7067-4dfa-4982-b5d9-1b0d32eacd09} TCPHandler: Processed in 0.001805778 sec. 2026.03.16 22:28:12.986481 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.986576 [ 259 ] {f892d15a-1cee-4537-9413-2ef9d7f3fd20} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.16 22:28:12.986616 [ 259 ] {f892d15a-1cee-4537-9413-2ef9d7f3fd20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.16 22:28:12.986966 [ 259 ] {f892d15a-1cee-4537-9413-2ef9d7f3fd20} oximeter.measurements_bool (993f0881-fa23-4650-b931-41c244a97585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.987000 [ 259 ] {f892d15a-1cee-4537-9413-2ef9d7f3fd20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.987461 [ 259 ] {f892d15a-1cee-4537-9413-2ef9d7f3fd20} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.987883 [ 259 ] {f892d15a-1cee-4537-9413-2ef9d7f3fd20} oximeter.measurements_bool (993f0881-fa23-4650-b931-41c244a97585): 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.16 22:28:12.988015 [ 259 ] {f892d15a-1cee-4537-9413-2ef9d7f3fd20} executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec. 2026.03.16 22:28:12.988049 [ 259 ] {f892d15a-1cee-4537-9413-2ef9d7f3fd20} TCPHandler: Processed in 0.001618634 sec. 2026.03.16 22:28:12.988163 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.988257 [ 259 ] {b2cb4e50-cde3-4430-aba4-3817e0e8a92f} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:12.988298 [ 259 ] {b2cb4e50-cde3-4430-aba4-3817e0e8a92f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:12.988724 [ 259 ] {b2cb4e50-cde3-4430-aba4-3817e0e8a92f} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.988755 [ 259 ] {b2cb4e50-cde3-4430-aba4-3817e0e8a92f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.989189 [ 259 ] {b2cb4e50-cde3-4430-aba4-3817e0e8a92f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.989608 [ 259 ] {b2cb4e50-cde3-4430-aba4-3817e0e8a92f} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:12.989735 [ 259 ] {b2cb4e50-cde3-4430-aba4-3817e0e8a92f} executeQuery: Read 270 rows, 18.38 KiB in 0.001496 sec., 180481.2834224599 rows/sec., 12.00 MiB/sec. 2026.03.16 22:28:12.989770 [ 259 ] {b2cb4e50-cde3-4430-aba4-3817e0e8a92f} TCPHandler: Processed in 0.001657325 sec. 2026.03.16 22:28:12.989888 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.989980 [ 259 ] {a6726f62-e691-479e-bbcd-3080ca13776f} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.16 22:28:12.990029 [ 259 ] {a6726f62-e691-479e-bbcd-3080ca13776f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.16 22:28:12.990333 [ 259 ] {a6726f62-e691-479e-bbcd-3080ca13776f} oximeter.measurements_f64 (a71a8064-9eed-439d-a3c8-cd9c46486eab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.990369 [ 259 ] {a6726f62-e691-479e-bbcd-3080ca13776f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.990809 [ 259 ] {a6726f62-e691-479e-bbcd-3080ca13776f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.991223 [ 259 ] {a6726f62-e691-479e-bbcd-3080ca13776f} oximeter.measurements_f64 (a71a8064-9eed-439d-a3c8-cd9c46486eab): 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.16 22:28:12.991351 [ 259 ] {a6726f62-e691-479e-bbcd-3080ca13776f} executeQuery: Read 1 rows, 69.00 B in 0.001388 sec., 720.4610951008646 rows/sec., 48.55 KiB/sec. 2026.03.16 22:28:12.991385 [ 259 ] {a6726f62-e691-479e-bbcd-3080ca13776f} TCPHandler: Processed in 0.001548303 sec. 2026.03.16 22:28:12.991505 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.991600 [ 259 ] {b98fcc6a-8f0e-4bc5-932e-58348486b49a} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:12.991651 [ 259 ] {b98fcc6a-8f0e-4bc5-932e-58348486b49a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:28:12.992419 [ 259 ] {b98fcc6a-8f0e-4bc5-932e-58348486b49a} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.992452 [ 259 ] {b98fcc6a-8f0e-4bc5-932e-58348486b49a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.993687 [ 259 ] {b98fcc6a-8f0e-4bc5-932e-58348486b49a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.994265 [ 259 ] {b98fcc6a-8f0e-4bc5-932e-58348486b49a} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:28:12.994409 [ 259 ] {b98fcc6a-8f0e-4bc5-932e-58348486b49a} executeQuery: Read 10 rows, 18.35 KiB in 0.002827 sec., 3537.3187124159886 rows/sec., 6.34 MiB/sec. 2026.03.16 22:28:12.994461 [ 259 ] {b98fcc6a-8f0e-4bc5-932e-58348486b49a} TCPHandler: Processed in 0.003005364 sec. 2026.03.16 22:28:12.994584 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:12.994679 [ 259 ] {46a7795d-ca46-4fee-89e5-762027f92253} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:12.994719 [ 259 ] {46a7795d-ca46-4fee-89e5-762027f92253} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:12.995047 [ 259 ] {46a7795d-ca46-4fee-89e5-762027f92253} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:12.995081 [ 259 ] {46a7795d-ca46-4fee-89e5-762027f92253} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:12.995502 [ 259 ] {46a7795d-ca46-4fee-89e5-762027f92253} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:12.995958 [ 259 ] {46a7795d-ca46-4fee-89e5-762027f92253} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:12.996083 [ 259 ] {46a7795d-ca46-4fee-89e5-762027f92253} executeQuery: Read 90 rows, 5.77 KiB in 0.001423 sec., 63246.66198172874 rows/sec., 3.96 MiB/sec. 2026.03.16 22:28:12.996117 [ 259 ] {46a7795d-ca46-4fee-89e5-762027f92253} TCPHandler: Processed in 0.001585053 sec. 2026.03.16 22:28:13.211922 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.03.16 22:28:13.212439 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:13.212488 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:13.213150 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:13.213667 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:28:13.213801 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.03.16 22:28:13.268399 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.16 22:28:13.285391 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:13.285459 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.16 22:28:13.292043 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:13.294979 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:28:13.299554 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.16 22:28:14.000443 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.81 MiB, peak 163.81 MiB, free memory in arenas 0.00 B, will set to 161.30 MiB (RSS), difference: 1.49 MiB 2026.03.16 22:28:17.895309 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:17.895501 [ 259 ] {6b870987-5786-4dd5-8e3e-39c21f57a9c9} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:17.895569 [ 259 ] {6b870987-5786-4dd5-8e3e-39c21f57a9c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:17.896355 [ 259 ] {6b870987-5786-4dd5-8e3e-39c21f57a9c9} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:17.896408 [ 259 ] {6b870987-5786-4dd5-8e3e-39c21f57a9c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:17.896913 [ 259 ] {6b870987-5786-4dd5-8e3e-39c21f57a9c9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:17.897388 [ 259 ] {6b870987-5786-4dd5-8e3e-39c21f57a9c9} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:17.897553 [ 259 ] {6b870987-5786-4dd5-8e3e-39c21f57a9c9} executeQuery: Read 56 rows, 4.41 KiB in 0.002099 sec., 26679.3711291091 rows/sec., 2.05 MiB/sec. 2026.03.16 22:28:17.897607 [ 259 ] {6b870987-5786-4dd5-8e3e-39c21f57a9c9} TCPHandler: Processed in 0.002452552 sec. 2026.03.16 22:28:17.897749 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:17.897854 [ 259 ] {ada5431c-8fd9-4a67-bb76-4747fe20f6ce} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:17.897898 [ 259 ] {ada5431c-8fd9-4a67-bb76-4747fe20f6ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:17.898376 [ 259 ] {ada5431c-8fd9-4a67-bb76-4747fe20f6ce} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:17.898415 [ 259 ] {ada5431c-8fd9-4a67-bb76-4747fe20f6ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:17.898853 [ 259 ] {ada5431c-8fd9-4a67-bb76-4747fe20f6ce} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:17.899285 [ 259 ] {ada5431c-8fd9-4a67-bb76-4747fe20f6ce} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:17.899426 [ 259 ] {ada5431c-8fd9-4a67-bb76-4747fe20f6ce} executeQuery: Read 64 rows, 5.12 KiB in 0.001595 sec., 40125.39184952978 rows/sec., 3.13 MiB/sec. 2026.03.16 22:28:17.899471 [ 259 ] {ada5431c-8fd9-4a67-bb76-4747fe20f6ce} TCPHandler: Processed in 0.001776548 sec. 2026.03.16 22:28:17.899612 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:17.899727 [ 259 ] {22538fa6-2df4-45c9-9eaa-32076a034def} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:17.899773 [ 259 ] {22538fa6-2df4-45c9-9eaa-32076a034def} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:17.900215 [ 259 ] {22538fa6-2df4-45c9-9eaa-32076a034def} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:17.900255 [ 259 ] {22538fa6-2df4-45c9-9eaa-32076a034def} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:17.900723 [ 259 ] {22538fa6-2df4-45c9-9eaa-32076a034def} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:17.901147 [ 259 ] {22538fa6-2df4-45c9-9eaa-32076a034def} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:17.901285 [ 259 ] {22538fa6-2df4-45c9-9eaa-32076a034def} executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec. 2026.03.16 22:28:17.901330 [ 259 ] {22538fa6-2df4-45c9-9eaa-32076a034def} TCPHandler: Processed in 0.001779098 sec. 2026.03.16 22:28:17.901456 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:17.901554 [ 259 ] {2809d163-47eb-495d-a909-17e4d4773cec} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:17.901597 [ 259 ] {2809d163-47eb-495d-a909-17e4d4773cec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:17.901956 [ 259 ] {2809d163-47eb-495d-a909-17e4d4773cec} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:17.901992 [ 259 ] {2809d163-47eb-495d-a909-17e4d4773cec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:17.902403 [ 259 ] {2809d163-47eb-495d-a909-17e4d4773cec} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:17.902845 [ 259 ] {2809d163-47eb-495d-a909-17e4d4773cec} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:17.902980 [ 259 ] {2809d163-47eb-495d-a909-17e4d4773cec} executeQuery: Read 60 rows, 4.14 KiB in 0.001446 sec., 41493.775933609955 rows/sec., 2.80 MiB/sec. 2026.03.16 22:28:17.903025 [ 259 ] {2809d163-47eb-495d-a909-17e4d4773cec} TCPHandler: Processed in 0.001620954 sec. 2026.03.16 22:28:20.651297 [ 56 ] {} DNSResolver: Updating DNS cache 2026.03.16 22:28:20.651358 [ 56 ] {} DNSResolver: Updated DNS cache 2026.03.16 22:28:20.710298 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 98 entries to flush up to offset 186 2026.03.16 22:28:20.714120 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2026.03.16 22:28:20.714197 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:20.714247 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:20.714610 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:20.714650 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:20.715549 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:20.715593 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:20.716065 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:28:20.716150 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:28:20.716204 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.03.16 22:28:20.716413 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 186 2026.03.16 22:28:20.799847 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.16 22:28:20.816371 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:20.816429 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:20.822770 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:20.823877 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:28:20.826696 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.16 22:28:22.903429 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:22.903702 [ 259 ] {29dba94d-d146-4535-a5dc-6706d63769a3} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.16 22:28:22.903770 [ 259 ] {29dba94d-d146-4535-a5dc-6706d63769a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.16 22:28:22.904449 [ 259 ] {29dba94d-d146-4535-a5dc-6706d63769a3} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:22.904496 [ 259 ] {29dba94d-d146-4535-a5dc-6706d63769a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:22.904991 [ 259 ] {29dba94d-d146-4535-a5dc-6706d63769a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:22.905442 [ 259 ] {29dba94d-d146-4535-a5dc-6706d63769a3} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): 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.16 22:28:22.905589 [ 259 ] {29dba94d-d146-4535-a5dc-6706d63769a3} executeQuery: Read 284 rows, 18.47 KiB in 0.001963 sec., 144676.5155374427 rows/sec., 9.19 MiB/sec. 2026.03.16 22:28:22.905631 [ 259 ] {29dba94d-d146-4535-a5dc-6706d63769a3} TCPHandler: Processed in 0.00237349 sec. 2026.03.16 22:28:22.905748 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:22.905842 [ 259 ] {ce1464ae-a5a7-4ce6-ac1c-6f1720f2ce9e} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:22.905882 [ 259 ] {ce1464ae-a5a7-4ce6-ac1c-6f1720f2ce9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:22.906530 [ 259 ] {ce1464ae-a5a7-4ce6-ac1c-6f1720f2ce9e} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:22.906565 [ 259 ] {ce1464ae-a5a7-4ce6-ac1c-6f1720f2ce9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:22.907049 [ 259 ] {ce1464ae-a5a7-4ce6-ac1c-6f1720f2ce9e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:22.907461 [ 259 ] {ce1464ae-a5a7-4ce6-ac1c-6f1720f2ce9e} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:22.907592 [ 259 ] {ce1464ae-a5a7-4ce6-ac1c-6f1720f2ce9e} executeQuery: Read 817 rows, 65.50 KiB in 0.001768 sec., 462104.07239819004 rows/sec., 36.18 MiB/sec. 2026.03.16 22:28:22.907629 [ 259 ] {ce1464ae-a5a7-4ce6-ac1c-6f1720f2ce9e} TCPHandler: Processed in 0.001930361 sec. 2026.03.16 22:28:22.907733 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:22.907825 [ 259 ] {9597fff5-8d9c-46a4-9b7e-55e7c2a3df03} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:28:22.907863 [ 259 ] {9597fff5-8d9c-46a4-9b7e-55e7c2a3df03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:28:22.908287 [ 259 ] {9597fff5-8d9c-46a4-9b7e-55e7c2a3df03} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:22.908323 [ 259 ] {9597fff5-8d9c-46a4-9b7e-55e7c2a3df03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:22.908723 [ 259 ] {9597fff5-8d9c-46a4-9b7e-55e7c2a3df03} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:22.909134 [ 259 ] {9597fff5-8d9c-46a4-9b7e-55e7c2a3df03} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:28:22.909264 [ 259 ] {9597fff5-8d9c-46a4-9b7e-55e7c2a3df03} executeQuery: Read 152 rows, 9.29 KiB in 0.001456 sec., 104395.60439560439 rows/sec., 6.23 MiB/sec. 2026.03.16 22:28:22.909300 [ 259 ] {9597fff5-8d9c-46a4-9b7e-55e7c2a3df03} TCPHandler: Processed in 0.001614694 sec. 2026.03.16 22:28:22.909405 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:22.909496 [ 259 ] {abf858ab-a2a5-44d2-baf9-d41c7f453a59} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.16 22:28:22.909534 [ 259 ] {abf858ab-a2a5-44d2-baf9-d41c7f453a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.16 22:28:22.909943 [ 259 ] {abf858ab-a2a5-44d2-baf9-d41c7f453a59} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:22.909978 [ 259 ] {abf858ab-a2a5-44d2-baf9-d41c7f453a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:22.910365 [ 259 ] {abf858ab-a2a5-44d2-baf9-d41c7f453a59} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:22.910837 [ 259 ] {abf858ab-a2a5-44d2-baf9-d41c7f453a59} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): 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.16 22:28:22.910966 [ 259 ] {abf858ab-a2a5-44d2-baf9-d41c7f453a59} executeQuery: Read 149 rows, 9.86 KiB in 0.001488 sec., 100134.40860215054 rows/sec., 6.47 MiB/sec. 2026.03.16 22:28:22.911002 [ 259 ] {abf858ab-a2a5-44d2-baf9-d41c7f453a59} TCPHandler: Processed in 0.001646065 sec. 2026.03.16 22:28:22.911106 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:22.911197 [ 259 ] {1af4b9a0-d3c8-4d6a-851e-c882ee49f9b0} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.16 22:28:22.911234 [ 259 ] {1af4b9a0-d3c8-4d6a-851e-c882ee49f9b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.16 22:28:22.911699 [ 259 ] {1af4b9a0-d3c8-4d6a-851e-c882ee49f9b0} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:22.911735 [ 259 ] {1af4b9a0-d3c8-4d6a-851e-c882ee49f9b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:22.912130 [ 259 ] {1af4b9a0-d3c8-4d6a-851e-c882ee49f9b0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:22.912585 [ 259 ] {1af4b9a0-d3c8-4d6a-851e-c882ee49f9b0} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): 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.16 22:28:22.912711 [ 259 ] {1af4b9a0-d3c8-4d6a-851e-c882ee49f9b0} executeQuery: Read 148 rows, 8.62 KiB in 0.001531 sec., 96668.84389288047 rows/sec., 5.50 MiB/sec. 2026.03.16 22:28:22.912746 [ 259 ] {1af4b9a0-d3c8-4d6a-851e-c882ee49f9b0} TCPHandler: Processed in 0.001688656 sec. 2026.03.16 22:28:22.912850 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:22.912941 [ 259 ] {4993d897-f49e-4aac-873d-ebab2513167a} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:22.912980 [ 259 ] {4993d897-f49e-4aac-873d-ebab2513167a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:22.913504 [ 259 ] {4993d897-f49e-4aac-873d-ebab2513167a} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:22.913540 [ 259 ] {4993d897-f49e-4aac-873d-ebab2513167a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:22.913964 [ 259 ] {4993d897-f49e-4aac-873d-ebab2513167a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:22.914376 [ 259 ] {4993d897-f49e-4aac-873d-ebab2513167a} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:22.914503 [ 259 ] {4993d897-f49e-4aac-873d-ebab2513167a} executeQuery: Read 500 rows, 35.98 KiB in 0.001579 sec., 316656.11146295123 rows/sec., 22.25 MiB/sec. 2026.03.16 22:28:22.914538 [ 259 ] {4993d897-f49e-4aac-873d-ebab2513167a} TCPHandler: Processed in 0.001737448 sec. 2026.03.16 22:28:22.914641 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:22.914733 [ 259 ] {ac1a5c66-bdc2-43f1-8918-36857c19c2f0} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.16 22:28:22.914773 [ 259 ] {ac1a5c66-bdc2-43f1-8918-36857c19c2f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.16 22:28:22.915098 [ 259 ] {ac1a5c66-bdc2-43f1-8918-36857c19c2f0} oximeter.measurements_bool (993f0881-fa23-4650-b931-41c244a97585): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:22.915132 [ 259 ] {ac1a5c66-bdc2-43f1-8918-36857c19c2f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:22.915524 [ 259 ] {ac1a5c66-bdc2-43f1-8918-36857c19c2f0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:22.915938 [ 259 ] {ac1a5c66-bdc2-43f1-8918-36857c19c2f0} oximeter.measurements_bool (993f0881-fa23-4650-b931-41c244a97585): 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.16 22:28:22.916062 [ 259 ] {ac1a5c66-bdc2-43f1-8918-36857c19c2f0} executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. 2026.03.16 22:28:22.916102 [ 259 ] {ac1a5c66-bdc2-43f1-8918-36857c19c2f0} TCPHandler: Processed in 0.001509903 sec. 2026.03.16 22:28:22.916202 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:22.916293 [ 259 ] {5fb3ca40-860a-4d97-b99b-b981fa15ea6d} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:22.916333 [ 259 ] {5fb3ca40-860a-4d97-b99b-b981fa15ea6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:22.916720 [ 259 ] {5fb3ca40-860a-4d97-b99b-b981fa15ea6d} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:22.916755 [ 259 ] {5fb3ca40-860a-4d97-b99b-b981fa15ea6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:22.917178 [ 259 ] {5fb3ca40-860a-4d97-b99b-b981fa15ea6d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:22.917632 [ 259 ] {5fb3ca40-860a-4d97-b99b-b981fa15ea6d} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:22.917755 [ 259 ] {5fb3ca40-860a-4d97-b99b-b981fa15ea6d} executeQuery: Read 265 rows, 18.03 KiB in 0.00148 sec., 179054.05405405405 rows/sec., 11.90 MiB/sec. 2026.03.16 22:28:22.917797 [ 259 ] {5fb3ca40-860a-4d97-b99b-b981fa15ea6d} TCPHandler: Processed in 0.001643255 sec. 2026.03.16 22:28:22.917905 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:22.917996 [ 259 ] {45d1b1d5-19f4-4c3f-94af-70ba642c1a92} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.16 22:28:22.918036 [ 259 ] {45d1b1d5-19f4-4c3f-94af-70ba642c1a92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.16 22:28:22.918365 [ 259 ] {45d1b1d5-19f4-4c3f-94af-70ba642c1a92} oximeter.measurements_f64 (a71a8064-9eed-439d-a3c8-cd9c46486eab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:22.918400 [ 259 ] {45d1b1d5-19f4-4c3f-94af-70ba642c1a92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:22.918786 [ 259 ] {45d1b1d5-19f4-4c3f-94af-70ba642c1a92} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:22.919233 [ 259 ] {45d1b1d5-19f4-4c3f-94af-70ba642c1a92} oximeter.measurements_f64 (a71a8064-9eed-439d-a3c8-cd9c46486eab): 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.16 22:28:22.919358 [ 259 ] {45d1b1d5-19f4-4c3f-94af-70ba642c1a92} executeQuery: Read 1 rows, 69.00 B in 0.00138 sec., 724.6376811594204 rows/sec., 48.83 KiB/sec. 2026.03.16 22:28:22.919392 [ 259 ] {45d1b1d5-19f4-4c3f-94af-70ba642c1a92} TCPHandler: Processed in 0.001535463 sec. 2026.03.16 22:28:22.919489 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:22.919579 [ 259 ] {d6056183-350e-4435-a227-ad64db25f6ea} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:22.919630 [ 259 ] {d6056183-350e-4435-a227-ad64db25f6ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:28:22.920317 [ 259 ] {d6056183-350e-4435-a227-ad64db25f6ea} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:22.920352 [ 259 ] {d6056183-350e-4435-a227-ad64db25f6ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:22.920957 [ 259 ] {d6056183-350e-4435-a227-ad64db25f6ea} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:22.921397 [ 259 ] {d6056183-350e-4435-a227-ad64db25f6ea} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:28:22.921529 [ 259 ] {d6056183-350e-4435-a227-ad64db25f6ea} executeQuery: Read 10 rows, 18.35 KiB in 0.001967 sec., 5083.884087442806 rows/sec., 9.11 MiB/sec. 2026.03.16 22:28:22.921577 [ 259 ] {d6056183-350e-4435-a227-ad64db25f6ea} TCPHandler: Processed in 0.002136496 sec. 2026.03.16 22:28:22.921705 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:22.921796 [ 259 ] {62093126-feb9-40da-aeaf-daed7a0ff47f} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:22.921837 [ 259 ] {62093126-feb9-40da-aeaf-daed7a0ff47f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:22.922161 [ 259 ] {62093126-feb9-40da-aeaf-daed7a0ff47f} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:22.922197 [ 259 ] {62093126-feb9-40da-aeaf-daed7a0ff47f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:22.922600 [ 259 ] {62093126-feb9-40da-aeaf-daed7a0ff47f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:22.923068 [ 259 ] {62093126-feb9-40da-aeaf-daed7a0ff47f} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:22.923198 [ 259 ] {62093126-feb9-40da-aeaf-daed7a0ff47f} executeQuery: Read 90 rows, 5.77 KiB in 0.001419 sec., 63424.947145877384 rows/sec., 3.97 MiB/sec. 2026.03.16 22:28:22.923232 [ 259 ] {62093126-feb9-40da-aeaf-daed7a0ff47f} TCPHandler: Processed in 0.001588884 sec. 2026.03.16 22:28:23.503315 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.503552 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:23.505952 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.510844 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.16 22:28:23.511182 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.513588 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.515869 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.16 22:28:23.524411 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.526395 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.526417 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.528595 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:23.528623 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.560879 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} executeQuery: Read 32 rows, 1.21 KiB in 0.05742 sec., 557.2971090212469 rows/sec., 21.04 KiB/sec. 2026.03.16 22:28:23.560970 [ 259 ] {31770821-5b8c-4be4-a92d-29e1b4b7c343} TCPHandler: Processed in 0.057788156 sec. 2026.03.16 22:28:23.561295 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.561471 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:23.561756 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.561793 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.16 22:28:23.562003 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.562060 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.562167 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.16 22:28:23.562197 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.562217 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.562232 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.562265 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:23.562283 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.562682 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} executeQuery: Read 32 rows, 1.21 KiB in 0.001292 sec., 24767.80185758514 rows/sec., 934.99 KiB/sec. 2026.03.16 22:28:23.562740 [ 259 ] {4260fee6-35cc-475b-a3bb-d5253a9fb70a} TCPHandler: Processed in 0.001515692 sec. 2026.03.16 22:28:23.563006 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.563139 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:23.563358 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.563394 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.16 22:28:23.563584 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.563641 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.563741 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.16 22:28:23.563769 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.563787 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.563801 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.563833 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:23.563850 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.564761 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} executeQuery: Read 32 rows, 1.21 KiB in 0.001676 sec., 19093.07875894988 rows/sec., 720.77 KiB/sec. 2026.03.16 22:28:23.564820 [ 259 ] {0f773992-0c05-49d6-8558-4925916e53a3} TCPHandler: Processed in 0.001865049 sec. 2026.03.16 22:28:23.565044 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.565183 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:23.565402 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.565436 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.16 22:28:23.565624 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.565678 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.565776 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.16 22:28:23.565803 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.565822 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.565836 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.565868 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:23.565885 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.566238 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} executeQuery: Read 32 rows, 1.21 KiB in 0.001109 sec., 28854.82416591524 rows/sec., 1.06 MiB/sec. 2026.03.16 22:28:23.566294 [ 259 ] {62e9c8d5-7799-433a-b8c9-477b309a808e} TCPHandler: Processed in 0.001301257 sec. 2026.03.16 22:28:23.566512 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.566644 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:23.566863 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.566898 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.16 22:28:23.567230 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.567283 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.567380 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.16 22:28:23.567407 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.567426 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.567440 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.567473 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:23.567579 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.567959 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} executeQuery: Read 32 rows, 1.21 KiB in 0.00137 sec., 23357.664233576645 rows/sec., 881.76 KiB/sec. 2026.03.16 22:28:23.568013 [ 259 ] {01a00b5a-0437-4509-9663-910bba1afc67} TCPHandler: Processed in 0.001552243 sec. 2026.03.16 22:28:23.568228 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.568359 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:23.568577 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.568613 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.16 22:28:23.568837 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.568890 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.568986 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.16 22:28:23.569013 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.569031 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.569044 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.569076 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:23.569093 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.569632 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} executeQuery: Read 32 rows, 1.21 KiB in 0.001326 sec., 24132.730015082958 rows/sec., 911.02 KiB/sec. 2026.03.16 22:28:23.569689 [ 259 ] {654b1c38-ca87-4aa9-b06e-24dd343c4326} TCPHandler: Processed in 0.001512812 sec. 2026.03.16 22:28:23.576317 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.576494 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', '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.16 22:28:23.576759 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.576798 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.577001 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.577056 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.577157 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.16 22:28:23.577185 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.577203 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.577217 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.577249 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.577266 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.577676 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} executeQuery: Read 32 rows, 1.21 KiB in 0.001263 sec., 25336.50039588282 rows/sec., 956.46 KiB/sec. 2026.03.16 22:28:23.577733 [ 259 ] {18506711-e9f1-4e1b-8592-a162f8296fe1} TCPHandler: Processed in 0.001479381 sec. 2026.03.16 22:28:23.578050 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.578184 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', '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.16 22:28:23.578417 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.578453 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.578650 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.578703 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.578801 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.16 22:28:23.578829 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.578848 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.578862 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.578893 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.578910 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.579295 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} executeQuery: Read 32 rows, 1.21 KiB in 0.001167 sec., 27420.736932305055 rows/sec., 1.01 MiB/sec. 2026.03.16 22:28:23.579351 [ 259 ] {02c0f3ba-0dcc-4b0c-98a8-a6b1040ebc7f} TCPHandler: Processed in 0.001352668 sec. 2026.03.16 22:28:23.579563 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.579697 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', '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.16 22:28:23.579929 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.579966 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.580172 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.580225 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.580322 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.16 22:28:23.580349 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.580368 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.580382 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.580414 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.580431 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.580801 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} executeQuery: Read 32 rows, 1.21 KiB in 0.00116 sec., 27586.206896551725 rows/sec., 1.02 MiB/sec. 2026.03.16 22:28:23.580863 [ 259 ] {d9c67310-91df-4d69-872a-c42ba6bccb53} TCPHandler: Processed in 0.001351339 sec. 2026.03.16 22:28:23.581068 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.581201 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', '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.16 22:28:23.581455 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.581507 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.581806 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.581867 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.581990 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.16 22:28:23.582025 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.582052 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.582072 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.582118 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.582143 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.582596 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} executeQuery: Read 32 rows, 1.21 KiB in 0.00145 sec., 22068.96551724138 rows/sec., 833.11 KiB/sec. 2026.03.16 22:28:23.582679 [ 259 ] {62351325-d48a-45a5-9768-1b0b85daee4d} TCPHandler: Processed in 0.001660585 sec. 2026.03.16 22:28:23.582914 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.583049 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', '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.16 22:28:23.583288 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.583326 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.583531 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.583583 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.583682 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.16 22:28:23.583712 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.583730 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.583744 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.583777 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.583795 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.584188 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} executeQuery: Read 32 rows, 1.21 KiB in 0.001195 sec., 26778.242677824266 rows/sec., 1010.89 KiB/sec. 2026.03.16 22:28:23.584251 [ 259 ] {178d8b0e-8056-47c2-a7f2-aa1a6cfaf635} TCPHandler: Processed in 0.001389309 sec. 2026.03.16 22:28:23.584468 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.584605 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', '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.16 22:28:23.584846 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.584884 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.585108 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.585161 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.585257 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.03.16 22:28:23.585285 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.585303 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.585317 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.585349 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.585367 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.585820 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} executeQuery: Read 32 rows, 1.21 KiB in 0.001273 sec., 25137.47054202671 rows/sec., 948.95 KiB/sec. 2026.03.16 22:28:23.585880 [ 259 ] {8d459c6c-348e-455a-ba32-cde52dca3db5} TCPHandler: Processed in 0.001463331 sec. 2026.03.16 22:28:23.603239 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.603414 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', '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.16 22:28:23.603721 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.603760 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.603972 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.604026 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.604127 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.03.16 22:28:23.604155 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.604174 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.604188 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.604221 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.16 22:28:23.604240 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.604737 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} executeQuery: Read 32 rows, 1.21 KiB in 0.001399 sec., 22873.481057898498 rows/sec., 863.48 KiB/sec. 2026.03.16 22:28:23.604803 [ 259 ] {4a72e612-4ddd-403b-98c4-765b2410bea4} TCPHandler: Processed in 0.001633074 sec. 2026.03.16 22:28:23.660009 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.660182 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:23.660485 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:23.660533 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.16 22:28:23.660797 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.660852 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:23.660952 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.03.16 22:28:23.660981 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:23.661000 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:23.661014 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:23.661050 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:23.661069 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.16 22:28:23.661521 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} executeQuery: Read 32 rows, 1.21 KiB in 0.001413 sec., 22646.85067232838 rows/sec., 854.92 KiB/sec. 2026.03.16 22:28:23.661586 [ 259 ] {ead02db0-54ed-402f-ac53-84038b9e049d} TCPHandler: Processed in 0.001645865 sec. 2026.03.16 22:28:23.662269 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.662374 [ 259 ] {0a804bf6-2660-43e0-96a8-491291f97406} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.16 22:28:23.662415 [ 259 ] {0a804bf6-2660-43e0-96a8-491291f97406} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:23.662920 [ 259 ] {0a804bf6-2660-43e0-96a8-491291f97406} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.662961 [ 259 ] {0a804bf6-2660-43e0-96a8-491291f97406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.663497 [ 259 ] {0a804bf6-2660-43e0-96a8-491291f97406} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:23.663888 [ 259 ] {0a804bf6-2660-43e0-96a8-491291f97406} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7): 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.16 22:28:23.664047 [ 259 ] {0a804bf6-2660-43e0-96a8-491291f97406} executeQuery: Read 14 rows, 4.50 KiB in 0.001702 sec., 8225.616921269095 rows/sec., 2.58 MiB/sec. 2026.03.16 22:28:23.664086 [ 259 ] {0a804bf6-2660-43e0-96a8-491291f97406} TCPHandler: Processed in 0.001869129 sec. 2026.03.16 22:28:23.664206 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.664300 [ 259 ] {3cd1949b-ce0a-4590-8e8b-63406741cabf} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.16 22:28:23.664340 [ 259 ] {3cd1949b-ce0a-4590-8e8b-63406741cabf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.16 22:28:23.664776 [ 259 ] {3cd1949b-ce0a-4590-8e8b-63406741cabf} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.664812 [ 259 ] {3cd1949b-ce0a-4590-8e8b-63406741cabf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.665230 [ 259 ] {3cd1949b-ce0a-4590-8e8b-63406741cabf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:23.665681 [ 259 ] {3cd1949b-ce0a-4590-8e8b-63406741cabf} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): 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.16 22:28:23.665819 [ 259 ] {3cd1949b-ce0a-4590-8e8b-63406741cabf} executeQuery: Read 24 rows, 2.04 KiB in 0.001537 sec., 15614.83409238777 rows/sec., 1.30 MiB/sec. 2026.03.16 22:28:23.665856 [ 259 ] {3cd1949b-ce0a-4590-8e8b-63406741cabf} TCPHandler: Processed in 0.001700946 sec. 2026.03.16 22:28:23.665976 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.666072 [ 259 ] {86a4bc9b-9b86-4131-bbbc-3a7bdbf6866b} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.16 22:28:23.666113 [ 259 ] {86a4bc9b-9b86-4131-bbbc-3a7bdbf6866b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.16 22:28:23.666508 [ 259 ] {86a4bc9b-9b86-4131-bbbc-3a7bdbf6866b} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.666544 [ 259 ] {86a4bc9b-9b86-4131-bbbc-3a7bdbf6866b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.666942 [ 259 ] {86a4bc9b-9b86-4131-bbbc-3a7bdbf6866b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:23.667394 [ 259 ] {86a4bc9b-9b86-4131-bbbc-3a7bdbf6866b} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): 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.16 22:28:23.667530 [ 259 ] {86a4bc9b-9b86-4131-bbbc-3a7bdbf6866b} executeQuery: Read 2 rows, 167.00 B in 0.001476 sec., 1355.0135501355012 rows/sec., 110.49 KiB/sec. 2026.03.16 22:28:23.667566 [ 259 ] {86a4bc9b-9b86-4131-bbbc-3a7bdbf6866b} TCPHandler: Processed in 0.001644845 sec. 2026.03.16 22:28:23.667677 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.667774 [ 259 ] {c0af0be1-f526-46ac-a769-4fdcc361e53f} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:23.667813 [ 259 ] {c0af0be1-f526-46ac-a769-4fdcc361e53f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:23.669232 [ 259 ] {c0af0be1-f526-46ac-a769-4fdcc361e53f} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.669270 [ 259 ] {c0af0be1-f526-46ac-a769-4fdcc361e53f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.669928 [ 259 ] {c0af0be1-f526-46ac-a769-4fdcc361e53f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:23.670401 [ 259 ] {c0af0be1-f526-46ac-a769-4fdcc361e53f} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:23.670537 [ 259 ] {c0af0be1-f526-46ac-a769-4fdcc361e53f} executeQuery: Read 2043 rows, 159.38 KiB in 0.002785 sec., 733572.710951526 rows/sec., 55.89 MiB/sec. 2026.03.16 22:28:23.670575 [ 259 ] {c0af0be1-f526-46ac-a769-4fdcc361e53f} TCPHandler: Processed in 0.002947283 sec. 2026.03.16 22:28:23.670696 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.670790 [ 259 ] {db0e48f9-51e9-49a4-b72a-ac5d6e271cd5} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:28:23.670828 [ 259 ] {db0e48f9-51e9-49a4-b72a-ac5d6e271cd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:28:23.671247 [ 259 ] {db0e48f9-51e9-49a4-b72a-ac5d6e271cd5} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.671284 [ 259 ] {db0e48f9-51e9-49a4-b72a-ac5d6e271cd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.671686 [ 259 ] {db0e48f9-51e9-49a4-b72a-ac5d6e271cd5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:23.672127 [ 259 ] {db0e48f9-51e9-49a4-b72a-ac5d6e271cd5} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:28:23.672265 [ 259 ] {db0e48f9-51e9-49a4-b72a-ac5d6e271cd5} executeQuery: Read 16 rows, 1.25 KiB in 0.001493 sec., 10716.67782987274 rows/sec., 837.89 KiB/sec. 2026.03.16 22:28:23.672304 [ 259 ] {db0e48f9-51e9-49a4-b72a-ac5d6e271cd5} TCPHandler: Processed in 0.001658665 sec. 2026.03.16 22:28:23.672408 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.672501 [ 259 ] {034cd8a2-f084-48a3-9e0d-f83614f4ddb4} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.16 22:28:23.672541 [ 259 ] {034cd8a2-f084-48a3-9e0d-f83614f4ddb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.16 22:28:23.673170 [ 259 ] {034cd8a2-f084-48a3-9e0d-f83614f4ddb4} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.673207 [ 259 ] {034cd8a2-f084-48a3-9e0d-f83614f4ddb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.673734 [ 259 ] {034cd8a2-f084-48a3-9e0d-f83614f4ddb4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:23.674282 [ 259 ] {034cd8a2-f084-48a3-9e0d-f83614f4ddb4} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): 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.16 22:28:23.674410 [ 259 ] {034cd8a2-f084-48a3-9e0d-f83614f4ddb4} executeQuery: Read 732 rows, 44.33 KiB in 0.001927 sec., 379865.0752464972 rows/sec., 22.47 MiB/sec. 2026.03.16 22:28:23.674447 [ 259 ] {034cd8a2-f084-48a3-9e0d-f83614f4ddb4} TCPHandler: Processed in 0.002089014 sec. 2026.03.16 22:28:23.674573 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.674668 [ 259 ] {41972890-ff7c-4fb0-bdbd-a8838a669052} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:23.674707 [ 259 ] {41972890-ff7c-4fb0-bdbd-a8838a669052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.16 22:28:23.675101 [ 259 ] {41972890-ff7c-4fb0-bdbd-a8838a669052} oximeter.fields_u64 (63a418c3-4d27-4237-ba51-0123f52a6509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.675138 [ 259 ] {41972890-ff7c-4fb0-bdbd-a8838a669052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.675729 [ 259 ] {41972890-ff7c-4fb0-bdbd-a8838a669052} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:23.676239 [ 259 ] {41972890-ff7c-4fb0-bdbd-a8838a669052} oximeter.fields_u64 (63a418c3-4d27-4237-ba51-0123f52a6509): 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.16 22:28:23.676367 [ 259 ] {41972890-ff7c-4fb0-bdbd-a8838a669052} executeQuery: Read 1 rows, 72.00 B in 0.001717 sec., 582.4111822947001 rows/sec., 40.95 KiB/sec. 2026.03.16 22:28:23.676404 [ 259 ] {41972890-ff7c-4fb0-bdbd-a8838a669052} TCPHandler: Processed in 0.00188051 sec. 2026.03.16 22:28:23.676520 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.676614 [ 259 ] {00b857b2-802b-45c1-9a57-c155ba225f70} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.16 22:28:23.676649 [ 259 ] {00b857b2-802b-45c1-9a57-c155ba225f70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.16 22:28:23.677268 [ 259 ] {00b857b2-802b-45c1-9a57-c155ba225f70} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.677307 [ 259 ] {00b857b2-802b-45c1-9a57-c155ba225f70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.677870 [ 259 ] {00b857b2-802b-45c1-9a57-c155ba225f70} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:23.678401 [ 259 ] {00b857b2-802b-45c1-9a57-c155ba225f70} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): 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.16 22:28:23.678552 [ 259 ] {00b857b2-802b-45c1-9a57-c155ba225f70} executeQuery: Read 12 rows, 960.00 B in 0.001956 sec., 6134.9693251533745 rows/sec., 479.29 KiB/sec. 2026.03.16 22:28:23.678596 [ 259 ] {00b857b2-802b-45c1-9a57-c155ba225f70} TCPHandler: Processed in 0.002125655 sec. 2026.03.16 22:28:23.678720 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.678814 [ 259 ] {dc727f87-1aef-46e8-8d53-876feee54e8c} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:23.678853 [ 259 ] {dc727f87-1aef-46e8-8d53-876feee54e8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:23.679637 [ 259 ] {dc727f87-1aef-46e8-8d53-876feee54e8c} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.679673 [ 259 ] {dc727f87-1aef-46e8-8d53-876feee54e8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.680166 [ 259 ] {dc727f87-1aef-46e8-8d53-876feee54e8c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:23.680644 [ 259 ] {dc727f87-1aef-46e8-8d53-876feee54e8c} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:23.680781 [ 259 ] {dc727f87-1aef-46e8-8d53-876feee54e8c} executeQuery: Read 1040 rows, 73.92 KiB in 0.001984 sec., 524193.54838709673 rows/sec., 36.39 MiB/sec. 2026.03.16 22:28:23.680823 [ 259 ] {dc727f87-1aef-46e8-8d53-876feee54e8c} TCPHandler: Processed in 0.002154716 sec. 2026.03.16 22:28:23.680942 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.681045 [ 259 ] {8b28dfb5-d3f6-408f-9ea6-7604bf4566e1} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:23.681088 [ 259 ] {8b28dfb5-d3f6-408f-9ea6-7604bf4566e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:23.681988 [ 259 ] {8b28dfb5-d3f6-408f-9ea6-7604bf4566e1} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.682025 [ 259 ] {8b28dfb5-d3f6-408f-9ea6-7604bf4566e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.682689 [ 259 ] {8b28dfb5-d3f6-408f-9ea6-7604bf4566e1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:23.683161 [ 259 ] {8b28dfb5-d3f6-408f-9ea6-7604bf4566e1} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:23.683296 [ 259 ] {8b28dfb5-d3f6-408f-9ea6-7604bf4566e1} executeQuery: Read 2114 rows, 141.53 KiB in 0.002269 sec., 931687.9682679594 rows/sec., 60.91 MiB/sec. 2026.03.16 22:28:23.683341 [ 259 ] {8b28dfb5-d3f6-408f-9ea6-7604bf4566e1} TCPHandler: Processed in 0.002450002 sec. 2026.03.16 22:28:23.683446 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.683541 [ 259 ] {38a020e5-98c8-4632-820d-0bde55f92961} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:23.683596 [ 259 ] {38a020e5-98c8-4632-820d-0bde55f92961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:28:23.684223 [ 259 ] {38a020e5-98c8-4632-820d-0bde55f92961} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.684260 [ 259 ] {38a020e5-98c8-4632-820d-0bde55f92961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.684889 [ 259 ] {38a020e5-98c8-4632-820d-0bde55f92961} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:23.685303 [ 259 ] {38a020e5-98c8-4632-820d-0bde55f92961} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:28:23.685450 [ 259 ] {38a020e5-98c8-4632-820d-0bde55f92961} executeQuery: Read 2 rows, 3.67 KiB in 0.001926 sec., 1038.4215991692627 rows/sec., 1.86 MiB/sec. 2026.03.16 22:28:23.685505 [ 259 ] {38a020e5-98c8-4632-820d-0bde55f92961} TCPHandler: Processed in 0.002108605 sec. 2026.03.16 22:28:23.685618 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:23.685713 [ 259 ] {fa69386a-f58b-446f-aa78-bda7a5a5cb8b} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:23.685755 [ 259 ] {fa69386a-f58b-446f-aa78-bda7a5a5cb8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:23.686084 [ 259 ] {fa69386a-f58b-446f-aa78-bda7a5a5cb8b} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:23.686120 [ 259 ] {fa69386a-f58b-446f-aa78-bda7a5a5cb8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.16 22:28:23.686547 [ 259 ] {fa69386a-f58b-446f-aa78-bda7a5a5cb8b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:23.687014 [ 259 ] {fa69386a-f58b-446f-aa78-bda7a5a5cb8b} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:23.687143 [ 259 ] {fa69386a-f58b-446f-aa78-bda7a5a5cb8b} executeQuery: Read 12 rows, 848.00 B in 0.001449 sec., 8281.573498964803 rows/sec., 571.51 KiB/sec. 2026.03.16 22:28:23.687188 [ 259 ] {fa69386a-f58b-446f-aa78-bda7a5a5cb8b} TCPHandler: Processed in 0.001621084 sec. 2026.03.16 22:28:27.798280 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63006 2026.03.16 22:28:27.798435 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:27.798466 [ 286 ] {} TCP-Session: 2762c1f6-86fd-427f-ae86-1b53039d4f89 Authenticating user 'default' from [fd00:1122:3344:101::e]:63006 2026.03.16 22:28:27.798488 [ 286 ] {} TCP-Session: 2762c1f6-86fd-427f-ae86-1b53039d4f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.798502 [ 286 ] {} TCP-Session: 2762c1f6-86fd-427f-ae86-1b53039d4f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.798566 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.16 22:28:27.798600 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.16 22:28:27.798616 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.16 22:28:27.799053 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33242 2026.03.16 22:28:27.799149 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55720 2026.03.16 22:28:27.799204 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:27.799243 [ 287 ] {} TCP-Session: d1e2aa93-1a7c-4ba0-a2a7-942039efea7b Authenticating user 'default' from [fd00:1122:3344:101::e]:33242 2026.03.16 22:28:27.799268 [ 287 ] {} TCP-Session: d1e2aa93-1a7c-4ba0-a2a7-942039efea7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.799281 [ 287 ] {} TCP-Session: d1e2aa93-1a7c-4ba0-a2a7-942039efea7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.799292 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61757 2026.03.16 22:28:27.799308 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:27.799357 [ 288 ] {} TCP-Session: 53f0099a-88c3-4b3a-8e3c-76cd08d1ef6b Authenticating user 'default' from [fd00:1122:3344:101::e]:55720 2026.03.16 22:28:27.799380 [ 288 ] {} TCP-Session: 53f0099a-88c3-4b3a-8e3c-76cd08d1ef6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.799393 [ 288 ] {} TCP-Session: 53f0099a-88c3-4b3a-8e3c-76cd08d1ef6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.799403 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39220 2026.03.16 22:28:27.799403 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44122 2026.03.16 22:28:27.799471 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42065 2026.03.16 22:28:27.799518 [ 286 ] {} TCP-Session: 2762c1f6-86fd-427f-ae86-1b53039d4f89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:27.799520 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:27.799572 [ 290 ] {} TCP-Session: 0a045a36-95ea-4af1-b6b7-19806d4f5694 Authenticating user 'default' from [fd00:1122:3344:101::e]:61757 2026.03.16 22:28:27.799590 [ 290 ] {} TCP-Session: 0a045a36-95ea-4af1-b6b7-19806d4f5694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.799604 [ 290 ] {} TCP-Session: 0a045a36-95ea-4af1-b6b7-19806d4f5694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.799690 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48845 2026.03.16 22:28:27.799823 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46607 2026.03.16 22:28:27.799893 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:27.799930 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:27.799935 [ 291 ] {} TCP-Session: 24d3743d-eed7-48cc-8c56-ad0ebeec65ed Authenticating user 'default' from [fd00:1122:3344:101::e]:39220 2026.03.16 22:28:27.799973 [ 289 ] {} TCP-Session: 9a6d3695-d747-4038-8bdd-83d51de57987 Authenticating user 'default' from [fd00:1122:3344:101::e]:44122 2026.03.16 22:28:27.799975 [ 291 ] {} TCP-Session: 24d3743d-eed7-48cc-8c56-ad0ebeec65ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.800006 [ 289 ] {} TCP-Session: 9a6d3695-d747-4038-8bdd-83d51de57987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.800006 [ 291 ] {} TCP-Session: 24d3743d-eed7-48cc-8c56-ad0ebeec65ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.800025 [ 286 ] {8309cb42-15d8-433b-88c7-2db57f832adf} executeQuery: (from [fd00:1122:3344:101::e]:63006) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:28:27.800044 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:27.800027 [ 289 ] {} TCP-Session: 9a6d3695-d747-4038-8bdd-83d51de57987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.800097 [ 292 ] {} TCP-Session: 124a387f-fc7d-4e58-a9b8-7bbc41d0d9cf Authenticating user 'default' from [fd00:1122:3344:101::e]:42065 2026.03.16 22:28:27.800120 [ 292 ] {} TCP-Session: 124a387f-fc7d-4e58-a9b8-7bbc41d0d9cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.800133 [ 292 ] {} TCP-Session: 124a387f-fc7d-4e58-a9b8-7bbc41d0d9cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.800140 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:27.800199 [ 293 ] {} TCP-Session: 815b48df-aeec-4c5f-b3f5-623105799547 Authenticating user 'default' from [fd00:1122:3344:101::e]:48845 2026.03.16 22:28:27.800221 [ 293 ] {} TCP-Session: 815b48df-aeec-4c5f-b3f5-623105799547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.800229 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:27.800234 [ 293 ] {} TCP-Session: 815b48df-aeec-4c5f-b3f5-623105799547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.800266 [ 294 ] {} TCP-Session: 105ace84-f045-4814-9d20-fae54bfc0e9c Authenticating user 'default' from [fd00:1122:3344:101::e]:46607 2026.03.16 22:28:27.800289 [ 294 ] {} TCP-Session: 105ace84-f045-4814-9d20-fae54bfc0e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.800302 [ 294 ] {} TCP-Session: 105ace84-f045-4814-9d20-fae54bfc0e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.800679 [ 286 ] {8309cb42-15d8-433b-88c7-2db57f832adf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.16 22:28:27.800761 [ 286 ] {8309cb42-15d8-433b-88c7-2db57f832adf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:27.803879 [ 286 ] {8309cb42-15d8-433b-88c7-2db57f832adf} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f) (SelectExecutor): Key condition: unknown 2026.03.16 22:28:27.820941 [ 297 ] {8309cb42-15d8-433b-88c7-2db57f832adf} AggregatingTransform: Aggregating 2026.03.16 22:28:27.823188 [ 297 ] {8309cb42-15d8-433b-88c7-2db57f832adf} Aggregator: Aggregation method: without_key 2026.03.16 22:28:27.823960 [ 297 ] {8309cb42-15d8-433b-88c7-2db57f832adf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00662832 sec. (150.868 rows/sec., 5.89 KiB/sec.) 2026.03.16 22:28:27.823985 [ 297 ] {8309cb42-15d8-433b-88c7-2db57f832adf} Aggregator: Merging aggregated data 2026.03.16 22:28:27.824018 [ 297 ] {8309cb42-15d8-433b-88c7-2db57f832adf} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.16 22:28:27.825455 [ 286 ] {8309cb42-15d8-433b-88c7-2db57f832adf} executeQuery: Read 1 rows, 40.00 B in 0.025508 sec., 39.203387172651716 rows/sec., 1.53 KiB/sec. 2026.03.16 22:28:27.825613 [ 286 ] {8309cb42-15d8-433b-88c7-2db57f832adf} TCPHandler: Processed in 0.02637288 sec. 2026.03.16 22:28:27.828984 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:27.829015 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:27.829044 [ 286 ] {} TCP-Session: 2762c1f6-86fd-427f-ae86-1b53039d4f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.829067 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:27.829084 [ 291 ] {} TCP-Session: 24d3743d-eed7-48cc-8c56-ad0ebeec65ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.829098 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:27.829119 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:27.829145 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:27.829157 [ 293 ] {} TCP-Session: 815b48df-aeec-4c5f-b3f5-623105799547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.829174 [ 289 ] {} TCP-Session: 9a6d3695-d747-4038-8bdd-83d51de57987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.829189 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:27.829209 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:27.829237 [ 287 ] {} TCP-Session: d1e2aa93-1a7c-4ba0-a2a7-942039efea7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.829200 [ 290 ] {} TCP-Session: 0a045a36-95ea-4af1-b6b7-19806d4f5694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.829268 [ 292 ] {} TCP-Session: 124a387f-fc7d-4e58-a9b8-7bbc41d0d9cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.829167 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:27.829113 [ 294 ] {} TCP-Session: 105ace84-f045-4814-9d20-fae54bfc0e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.829337 [ 288 ] {} TCP-Session: 53f0099a-88c3-4b3a-8e3c-76cd08d1ef6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:27.893523 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:27.893694 [ 259 ] {5654ce27-b158-472d-9d8f-7b98dc76c694} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:27.893765 [ 259 ] {5654ce27-b158-472d-9d8f-7b98dc76c694} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:27.894416 [ 259 ] {5654ce27-b158-472d-9d8f-7b98dc76c694} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:27.894480 [ 259 ] {5654ce27-b158-472d-9d8f-7b98dc76c694} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:27.895079 [ 259 ] {5654ce27-b158-472d-9d8f-7b98dc76c694} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:28:27.895609 [ 259 ] {5654ce27-b158-472d-9d8f-7b98dc76c694} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:27.895799 [ 259 ] {5654ce27-b158-472d-9d8f-7b98dc76c694} executeQuery: Read 56 rows, 4.41 KiB in 0.002153 sec., 26010.218300046447 rows/sec., 2.00 MiB/sec. 2026.03.16 22:28:27.895851 [ 259 ] {5654ce27-b158-472d-9d8f-7b98dc76c694} TCPHandler: Processed in 0.002454102 sec. 2026.03.16 22:28:27.895972 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:27.896077 [ 259 ] {cc986ac8-b5b5-4cba-a644-85b3fe48f54f} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:27.896122 [ 259 ] {cc986ac8-b5b5-4cba-a644-85b3fe48f54f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:27.896572 [ 259 ] {cc986ac8-b5b5-4cba-a644-85b3fe48f54f} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:27.896612 [ 259 ] {cc986ac8-b5b5-4cba-a644-85b3fe48f54f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:27.897059 [ 259 ] {cc986ac8-b5b5-4cba-a644-85b3fe48f54f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:28:27.897515 [ 259 ] {cc986ac8-b5b5-4cba-a644-85b3fe48f54f} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:27.897696 [ 259 ] {cc986ac8-b5b5-4cba-a644-85b3fe48f54f} executeQuery: Read 64 rows, 5.12 KiB in 0.001642 sec., 38976.8574908648 rows/sec., 3.04 MiB/sec. 2026.03.16 22:28:27.897743 [ 259 ] {cc986ac8-b5b5-4cba-a644-85b3fe48f54f} TCPHandler: Processed in 0.001826438 sec. 2026.03.16 22:28:27.897863 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:27.897963 [ 259 ] {2f402008-9d00-4b72-9653-6904a3767a53} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:27.898008 [ 259 ] {2f402008-9d00-4b72-9653-6904a3767a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:27.898402 [ 259 ] {2f402008-9d00-4b72-9653-6904a3767a53} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:27.898440 [ 259 ] {2f402008-9d00-4b72-9653-6904a3767a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:27.898872 [ 259 ] {2f402008-9d00-4b72-9653-6904a3767a53} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:28:27.899406 [ 259 ] {2f402008-9d00-4b72-9653-6904a3767a53} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:27.899629 [ 259 ] {2f402008-9d00-4b72-9653-6904a3767a53} executeQuery: Read 128 rows, 9.13 KiB in 0.001685 sec., 75964.39169139466 rows/sec., 5.29 MiB/sec. 2026.03.16 22:28:27.899673 [ 259 ] {2f402008-9d00-4b72-9653-6904a3767a53} TCPHandler: Processed in 0.001862599 sec. 2026.03.16 22:28:27.899792 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:27.899891 [ 259 ] {d219f941-3e42-4b66-b4ad-25dc21a86aad} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:27.899935 [ 259 ] {d219f941-3e42-4b66-b4ad-25dc21a86aad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:27.900281 [ 259 ] {d219f941-3e42-4b66-b4ad-25dc21a86aad} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:27.900319 [ 259 ] {d219f941-3e42-4b66-b4ad-25dc21a86aad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:27.900819 [ 259 ] {d219f941-3e42-4b66-b4ad-25dc21a86aad} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:28:27.901392 [ 259 ] {d219f941-3e42-4b66-b4ad-25dc21a86aad} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:27.901617 [ 259 ] {d219f941-3e42-4b66-b4ad-25dc21a86aad} executeQuery: Read 48 rows, 3.31 KiB in 0.001746 sec., 27491.408934707906 rows/sec., 1.85 MiB/sec. 2026.03.16 22:28:27.901661 [ 259 ] {d219f941-3e42-4b66-b4ad-25dc21a86aad} TCPHandler: Processed in 0.001920951 sec. 2026.03.16 22:28:28.000268 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 166.13 MiB, peak 171.95 MiB, free memory in arenas 0.00 B, will set to 168.77 MiB (RSS), difference: 2.64 MiB 2026.03.16 22:28:28.216371 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 491 entries to flush up to offset 2382 2026.03.16 22:28:28.216965 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:28.217031 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:28.217779 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:28:28.218395 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:28:28.218605 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2382 2026.03.16 22:28:28.326872 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.16 22:28:28.348888 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:28.348979 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:28.356123 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:28:28.357540 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:28:28.362932 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.16 22:28:28.407644 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56163 2026.03.16 22:28:28.407767 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:28.407793 [ 286 ] {} TCP-Session: 41cc971c-c2d9-4bb0-b558-7f929fd7775a Authenticating user 'default' from [fd00:1122:3344:101::e]:56163 2026.03.16 22:28:28.407815 [ 286 ] {} TCP-Session: 41cc971c-c2d9-4bb0-b558-7f929fd7775a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.407828 [ 286 ] {} TCP-Session: 41cc971c-c2d9-4bb0-b558-7f929fd7775a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408130 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46859 2026.03.16 22:28:28.408146 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44747 2026.03.16 22:28:28.408176 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43163 2026.03.16 22:28:28.408220 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35667 2026.03.16 22:28:28.408226 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43447 2026.03.16 22:28:28.408285 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:28.408209 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56919 2026.03.16 22:28:28.408348 [ 287 ] {} TCP-Session: 9a4051c8-d8d6-4a14-9fc9-1a06670a2000 Authenticating user 'default' from [fd00:1122:3344:101::e]:46859 2026.03.16 22:28:28.408329 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:28.408390 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:28.408412 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:28.408428 [ 288 ] {} TCP-Session: 30bbb1de-28d8-4f5f-ab9d-042d0cf9a78e Authenticating user 'default' from [fd00:1122:3344:101::e]:44747 2026.03.16 22:28:28.408441 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:28.408445 [ 289 ] {} TCP-Session: e92f6e41-8850-4574-b629-cded968882bd Authenticating user 'default' from [fd00:1122:3344:101::e]:43163 2026.03.16 22:28:28.408475 [ 288 ] {} TCP-Session: 30bbb1de-28d8-4f5f-ab9d-042d0cf9a78e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408481 [ 292 ] {} TCP-Session: 460e431e-f12b-4f35-ac51-90c0ed3926ff Authenticating user 'default' from [fd00:1122:3344:101::e]:56919 2026.03.16 22:28:28.408502 [ 288 ] {} TCP-Session: 30bbb1de-28d8-4f5f-ab9d-042d0cf9a78e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408506 [ 289 ] {} TCP-Session: e92f6e41-8850-4574-b629-cded968882bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408521 [ 292 ] {} TCP-Session: 460e431e-f12b-4f35-ac51-90c0ed3926ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408541 [ 289 ] {} TCP-Session: e92f6e41-8850-4574-b629-cded968882bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408558 [ 292 ] {} TCP-Session: 460e431e-f12b-4f35-ac51-90c0ed3926ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408452 [ 293 ] {} TCP-Session: 0a5a56ec-ccee-4855-b3ee-574920433eb9 Authenticating user 'default' from [fd00:1122:3344:101::e]:35667 2026.03.16 22:28:28.408418 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:28.408621 [ 293 ] {} TCP-Session: 0a5a56ec-ccee-4855-b3ee-574920433eb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408641 [ 294 ] {} TCP-Session: 28ec55d8-db48-427a-8877-074be868a573 Authenticating user 'default' from [fd00:1122:3344:101::e]:43447 2026.03.16 22:28:28.408660 [ 293 ] {} TCP-Session: 0a5a56ec-ccee-4855-b3ee-574920433eb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408676 [ 294 ] {} TCP-Session: 28ec55d8-db48-427a-8877-074be868a573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408183 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46665 2026.03.16 22:28:28.408719 [ 294 ] {} TCP-Session: 28ec55d8-db48-427a-8877-074be868a573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408398 [ 287 ] {} TCP-Session: 9a4051c8-d8d6-4a14-9fc9-1a06670a2000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408398 [ 286 ] {} TCP-Session: 41cc971c-c2d9-4bb0-b558-7f929fd7775a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:28.408795 [ 287 ] {} TCP-Session: 9a4051c8-d8d6-4a14-9fc9-1a06670a2000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408167 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52844 2026.03.16 22:28:28.408880 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:28.408916 [ 291 ] {} TCP-Session: a6522ae7-5141-4c77-9674-d290e862b1f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46665 2026.03.16 22:28:28.408939 [ 291 ] {} TCP-Session: a6522ae7-5141-4c77-9674-d290e862b1f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.408955 [ 291 ] {} TCP-Session: a6522ae7-5141-4c77-9674-d290e862b1f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.409003 [ 286 ] {3107a0d7-f823-4aca-abd4-e3a2ff4de245} executeQuery: (from [fd00:1122:3344:101::e]:56163) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:28:28.409034 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:28.409068 [ 290 ] {} TCP-Session: 73c38ecf-27f8-400b-aef5-1ca9b02e7125 Authenticating user 'default' from [fd00:1122:3344:101::e]:52844 2026.03.16 22:28:28.409090 [ 290 ] {} TCP-Session: 73c38ecf-27f8-400b-aef5-1ca9b02e7125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.409107 [ 290 ] {} TCP-Session: 73c38ecf-27f8-400b-aef5-1ca9b02e7125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.409386 [ 286 ] {3107a0d7-f823-4aca-abd4-e3a2ff4de245} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.16 22:28:28.409454 [ 286 ] {3107a0d7-f823-4aca-abd4-e3a2ff4de245} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:28.409873 [ 286 ] {3107a0d7-f823-4aca-abd4-e3a2ff4de245} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f) (SelectExecutor): Key condition: unknown 2026.03.16 22:28:28.411162 [ 337 ] {3107a0d7-f823-4aca-abd4-e3a2ff4de245} AggregatingTransform: Aggregating 2026.03.16 22:28:28.411213 [ 337 ] {3107a0d7-f823-4aca-abd4-e3a2ff4de245} Aggregator: Aggregation method: without_key 2026.03.16 22:28:28.411254 [ 337 ] {3107a0d7-f823-4aca-abd4-e3a2ff4de245} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001214306 sec. (823.516 rows/sec., 32.17 KiB/sec.) 2026.03.16 22:28:28.411274 [ 337 ] {3107a0d7-f823-4aca-abd4-e3a2ff4de245} Aggregator: Merging aggregated data 2026.03.16 22:28:28.412560 [ 286 ] {3107a0d7-f823-4aca-abd4-e3a2ff4de245} executeQuery: Read 1 rows, 40.00 B in 0.003637 sec., 274.95188342040143 rows/sec., 10.74 KiB/sec. 2026.03.16 22:28:28.412714 [ 286 ] {3107a0d7-f823-4aca-abd4-e3a2ff4de245} TCPHandler: Processed in 0.004507585 sec. 2026.03.16 22:28:28.412844 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:28.412871 [ 286 ] {} TCP-Session: 41cc971c-c2d9-4bb0-b558-7f929fd7775a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.412888 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:28.412906 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:28.412931 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:28.412941 [ 293 ] {} TCP-Session: 0a5a56ec-ccee-4855-b3ee-574920433eb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.412964 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:28.412961 [ 294 ] {} TCP-Session: 28ec55d8-db48-427a-8877-074be868a573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.412981 [ 287 ] {} TCP-Session: 9a4051c8-d8d6-4a14-9fc9-1a06670a2000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.412988 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:28.413014 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:28.413029 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:28.413059 [ 289 ] {} TCP-Session: e92f6e41-8850-4574-b629-cded968882bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.413090 [ 291 ] {} TCP-Session: a6522ae7-5141-4c77-9674-d290e862b1f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.413114 [ 292 ] {} TCP-Session: 460e431e-f12b-4f35-ac51-90c0ed3926ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.413033 [ 290 ] {} TCP-Session: 73c38ecf-27f8-400b-aef5-1ca9b02e7125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:28.412949 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:28.413208 [ 288 ] {} TCP-Session: 30bbb1de-28d8-4f5f-ab9d-042d0cf9a78e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.000304 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 169.53 MiB, peak 179.63 MiB, free memory in arenas 0.00 B, will set to 170.88 MiB (RSS), difference: 1.34 MiB 2026.03.16 22:28:29.522914 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51848 2026.03.16 22:28:29.523033 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.523063 [ 286 ] {} TCP-Session: 35581a81-2c1d-461e-9e3d-dfcb1192863a Authenticating user 'default' from [fd00:1122:3344:101::e]:51848 2026.03.16 22:28:29.523090 [ 286 ] {} TCP-Session: 35581a81-2c1d-461e-9e3d-dfcb1192863a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523109 [ 286 ] {} TCP-Session: 35581a81-2c1d-461e-9e3d-dfcb1192863a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523353 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40407 2026.03.16 22:28:29.523367 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42705 2026.03.16 22:28:29.523405 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41536 2026.03.16 22:28:29.523432 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54492 2026.03.16 22:28:29.523451 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40123 2026.03.16 22:28:29.523473 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.523501 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.523502 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.523526 [ 287 ] {} TCP-Session: 3baf15c1-5648-4bfb-aa6c-ceb189fa3a98 Authenticating user 'default' from [fd00:1122:3344:101::e]:40407 2026.03.16 22:28:29.523535 [ 290 ] {} TCP-Session: 3c294bb4-7f46-4f9a-bcfc-d9597c195119 Authenticating user 'default' from [fd00:1122:3344:101::e]:41536 2026.03.16 22:28:29.523548 [ 286 ] {} TCP-Session: 35581a81-2c1d-461e-9e3d-dfcb1192863a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:29.523574 [ 290 ] {} TCP-Session: 3c294bb4-7f46-4f9a-bcfc-d9597c195119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523568 [ 287 ] {} TCP-Session: 3baf15c1-5648-4bfb-aa6c-ceb189fa3a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523610 [ 290 ] {} TCP-Session: 3c294bb4-7f46-4f9a-bcfc-d9597c195119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523633 [ 287 ] {} TCP-Session: 3baf15c1-5648-4bfb-aa6c-ceb189fa3a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523558 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.523556 [ 288 ] {} TCP-Session: a4fa8925-fceb-4b43-b457-e6dfb264396f Authenticating user 'default' from [fd00:1122:3344:101::e]:42705 2026.03.16 22:28:29.523703 [ 292 ] {} TCP-Session: 7098ee9e-0e2f-4e6f-ab2c-0867be754a88 Authenticating user 'default' from [fd00:1122:3344:101::e]:40123 2026.03.16 22:28:29.523523 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.523731 [ 292 ] {} TCP-Session: 7098ee9e-0e2f-4e6f-ab2c-0867be754a88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523756 [ 291 ] {} TCP-Session: 415dcf79-c77f-402c-9bdc-9ae4a995b538 Authenticating user 'default' from [fd00:1122:3344:101::e]:54492 2026.03.16 22:28:29.523767 [ 292 ] {} TCP-Session: 7098ee9e-0e2f-4e6f-ab2c-0867be754a88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523785 [ 291 ] {} TCP-Session: 415dcf79-c77f-402c-9bdc-9ae4a995b538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523796 [ 286 ] {61afc2e7-6897-4441-a236-ac515daa2ee7} executeQuery: (from [fd00:1122:3344:101::e]:51848) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:28:29.523810 [ 291 ] {} TCP-Session: 415dcf79-c77f-402c-9bdc-9ae4a995b538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523468 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47815 2026.03.16 22:28:29.523465 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62889 2026.03.16 22:28:29.523411 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48238 2026.03.16 22:28:29.523726 [ 288 ] {} TCP-Session: a4fa8925-fceb-4b43-b457-e6dfb264396f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523924 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.523954 [ 288 ] {} TCP-Session: a4fa8925-fceb-4b43-b457-e6dfb264396f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.523972 [ 294 ] {} TCP-Session: 71b60d94-a56b-4da6-8206-80c77fc0b5c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:47815 2026.03.16 22:28:29.523984 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.523984 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.523995 [ 294 ] {} TCP-Session: 71b60d94-a56b-4da6-8206-80c77fc0b5c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.524027 [ 289 ] {} TCP-Session: 45882439-803b-495c-a285-b106b0bba35c Authenticating user 'default' from [fd00:1122:3344:101::e]:48238 2026.03.16 22:28:29.524029 [ 293 ] {} TCP-Session: dcdc4873-6ddc-47a1-92bd-b552ca410f00 Authenticating user 'default' from [fd00:1122:3344:101::e]:62889 2026.03.16 22:28:29.524041 [ 294 ] {} TCP-Session: 71b60d94-a56b-4da6-8206-80c77fc0b5c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.524060 [ 289 ] {} TCP-Session: 45882439-803b-495c-a285-b106b0bba35c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.524062 [ 293 ] {} TCP-Session: dcdc4873-6ddc-47a1-92bd-b552ca410f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.524083 [ 289 ] {} TCP-Session: 45882439-803b-495c-a285-b106b0bba35c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.524088 [ 293 ] {} TCP-Session: dcdc4873-6ddc-47a1-92bd-b552ca410f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.524158 [ 286 ] {61afc2e7-6897-4441-a236-ac515daa2ee7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.16 22:28:29.524225 [ 286 ] {61afc2e7-6897-4441-a236-ac515daa2ee7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:29.524519 [ 286 ] {61afc2e7-6897-4441-a236-ac515daa2ee7} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f) (SelectExecutor): Key condition: unknown 2026.03.16 22:28:29.525511 [ 302 ] {61afc2e7-6897-4441-a236-ac515daa2ee7} AggregatingTransform: Aggregating 2026.03.16 22:28:29.525555 [ 302 ] {61afc2e7-6897-4441-a236-ac515daa2ee7} Aggregator: Aggregation method: without_key 2026.03.16 22:28:29.525590 [ 302 ] {61afc2e7-6897-4441-a236-ac515daa2ee7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00096385 sec. (1037.506 rows/sec., 40.53 KiB/sec.) 2026.03.16 22:28:29.525609 [ 302 ] {61afc2e7-6897-4441-a236-ac515daa2ee7} Aggregator: Merging aggregated data 2026.03.16 22:28:29.526733 [ 286 ] {61afc2e7-6897-4441-a236-ac515daa2ee7} executeQuery: Read 1 rows, 40.00 B in 0.003022 sec., 330.90668431502314 rows/sec., 12.93 KiB/sec. 2026.03.16 22:28:29.526881 [ 286 ] {61afc2e7-6897-4441-a236-ac515daa2ee7} TCPHandler: Processed in 0.003529214 sec. 2026.03.16 22:28:29.527021 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:29.527040 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:29.527067 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:29.527079 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:29.527100 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:29.527137 [ 294 ] {} TCP-Session: 71b60d94-a56b-4da6-8206-80c77fc0b5c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.527144 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:29.527175 [ 289 ] {} TCP-Session: 45882439-803b-495c-a285-b106b0bba35c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.527183 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:29.527210 [ 288 ] {} TCP-Session: a4fa8925-fceb-4b43-b457-e6dfb264396f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.527237 [ 293 ] {} TCP-Session: dcdc4873-6ddc-47a1-92bd-b552ca410f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.527169 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:29.527126 [ 292 ] {} TCP-Session: 7098ee9e-0e2f-4e6f-ab2c-0867be754a88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.527318 [ 290 ] {} TCP-Session: 3c294bb4-7f46-4f9a-bcfc-d9597c195119 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.527124 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:29.527095 [ 287 ] {} TCP-Session: 3baf15c1-5648-4bfb-aa6c-ceb189fa3a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.527498 [ 291 ] {} TCP-Session: 415dcf79-c77f-402c-9bdc-9ae4a995b538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.527071 [ 286 ] {} TCP-Session: 35581a81-2c1d-461e-9e3d-dfcb1192863a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.601074 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44230 2026.03.16 22:28:29.601191 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.601223 [ 286 ] {} TCP-Session: fd8b0198-51e8-45f7-8843-5e40e71b28d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:44230 2026.03.16 22:28:29.601249 [ 286 ] {} TCP-Session: fd8b0198-51e8-45f7-8843-5e40e71b28d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.601263 [ 286 ] {} TCP-Session: fd8b0198-51e8-45f7-8843-5e40e71b28d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.601530 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56290 2026.03.16 22:28:29.601536 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55776 2026.03.16 22:28:29.601600 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50666 2026.03.16 22:28:29.601611 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50330 2026.03.16 22:28:29.601628 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63221 2026.03.16 22:28:29.601629 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43166 2026.03.16 22:28:29.601722 [ 286 ] {} TCP-Session: fd8b0198-51e8-45f7-8843-5e40e71b28d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:29.601599 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49693 2026.03.16 22:28:29.601768 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.601804 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.601817 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.601832 [ 287 ] {} TCP-Session: 8866fda5-2dbd-4f87-be5b-33ef9149851b Authenticating user 'default' from [fd00:1122:3344:101::e]:56290 2026.03.16 22:28:29.601847 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.601858 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.601873 [ 293 ] {} TCP-Session: 5f0a0639-b3a8-4a06-9467-da63df3c4da4 Authenticating user 'default' from [fd00:1122:3344:101::e]:63221 2026.03.16 22:28:29.601896 [ 292 ] {} TCP-Session: b6fd4735-8f92-4eed-be90-9a4c811688fd Authenticating user 'default' from [fd00:1122:3344:101::e]:50330 2026.03.16 22:28:29.601895 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.601921 [ 289 ] {} TCP-Session: 2b1c46d5-b318-41ca-890d-d01af7729e07 Authenticating user 'default' from [fd00:1122:3344:101::e]:49693 2026.03.16 22:28:29.601952 [ 291 ] {} TCP-Session: 5caed847-fb1b-4959-b67a-c0b2582eca3c Authenticating user 'default' from [fd00:1122:3344:101::e]:50666 2026.03.16 22:28:29.601949 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.601980 [ 291 ] {} TCP-Session: 5caed847-fb1b-4959-b67a-c0b2582eca3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.601976 [ 286 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} executeQuery: (from [fd00:1122:3344:101::e]:44230) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:28:29.602007 [ 291 ] {} TCP-Session: 5caed847-fb1b-4959-b67a-c0b2582eca3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.602004 [ 288 ] {} TCP-Session: e26ac2ee-46bd-47af-af94-34842437d41e Authenticating user 'default' from [fd00:1122:3344:101::e]:55776 2026.03.16 22:28:29.601974 [ 289 ] {} TCP-Session: 2b1c46d5-b318-41ca-890d-d01af7729e07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.602071 [ 288 ] {} TCP-Session: e26ac2ee-46bd-47af-af94-34842437d41e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.602100 [ 289 ] {} TCP-Session: 2b1c46d5-b318-41ca-890d-d01af7729e07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.602116 [ 288 ] {} TCP-Session: e26ac2ee-46bd-47af-af94-34842437d41e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.601928 [ 293 ] {} TCP-Session: 5f0a0639-b3a8-4a06-9467-da63df3c4da4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.601884 [ 287 ] {} TCP-Session: 8866fda5-2dbd-4f87-be5b-33ef9149851b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.602166 [ 293 ] {} TCP-Session: 5f0a0639-b3a8-4a06-9467-da63df3c4da4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.602192 [ 287 ] {} TCP-Session: 8866fda5-2dbd-4f87-be5b-33ef9149851b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.601860 [ 294 ] {} TCP-Session: 1f13bbd5-7fdf-4105-83c4-30c6940c5e01 Authenticating user 'default' from [fd00:1122:3344:101::e]:43166 2026.03.16 22:28:29.601579 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51949 2026.03.16 22:28:29.602257 [ 294 ] {} TCP-Session: 1f13bbd5-7fdf-4105-83c4-30c6940c5e01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.601938 [ 292 ] {} TCP-Session: b6fd4735-8f92-4eed-be90-9a4c811688fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.602284 [ 294 ] {} TCP-Session: 1f13bbd5-7fdf-4105-83c4-30c6940c5e01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.602306 [ 292 ] {} TCP-Session: b6fd4735-8f92-4eed-be90-9a4c811688fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.602313 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:29.602344 [ 290 ] {} TCP-Session: 1e8b0337-80e9-4e71-bb80-c3c672f9684a Authenticating user 'default' from [fd00:1122:3344:101::e]:51949 2026.03.16 22:28:29.602361 [ 290 ] {} TCP-Session: 1e8b0337-80e9-4e71-bb80-c3c672f9684a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.602373 [ 290 ] {} TCP-Session: 1e8b0337-80e9-4e71-bb80-c3c672f9684a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:29.602383 [ 286 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.16 22:28:29.602450 [ 286 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:29.602807 [ 286 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f) (SelectExecutor): Key condition: unknown 2026.03.16 22:28:29.602920 [ 286 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} Aggregator: Compile expression max()(UInt64) 0 2026.03.16 22:28:30.001179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 171.16 MiB, peak 179.63 MiB, free memory in arenas 0.00 B, will set to 190.63 MiB (RSS), difference: 19.47 MiB 2026.03.16 22:28:30.023656 [ 342 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} AggregatingTransform: Aggregating 2026.03.16 22:28:30.023730 [ 342 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} Aggregator: Aggregation method: without_key 2026.03.16 22:28:30.023770 [ 342 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001066232 sec. (937.882 rows/sec., 36.64 KiB/sec.) 2026.03.16 22:28:30.023790 [ 342 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} Aggregator: Merging aggregated data 2026.03.16 22:28:30.025040 [ 286 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} executeQuery: Read 1 rows, 40.00 B in 0.423147 sec., 2.3632449243407136 rows/sec., 94.53 B/sec. 2026.03.16 22:28:30.025236 [ 286 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.16 22:28:30.025256 [ 286 ] {9889f89d-81f4-4ac0-ba71-8edf9e10a05f} TCPHandler: Processed in 0.423754872 sec. 2026.03.16 22:28:30.025373 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:30.025408 [ 286 ] {} TCP-Session: fd8b0198-51e8-45f7-8843-5e40e71b28d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:30.025411 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:30.025437 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:30.025462 [ 294 ] {} TCP-Session: 1f13bbd5-7fdf-4105-83c4-30c6940c5e01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:30.025461 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:30.025509 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:30.025525 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:30.025547 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:30.025560 [ 289 ] {} TCP-Session: 2b1c46d5-b318-41ca-890d-d01af7729e07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:30.025579 [ 290 ] {} TCP-Session: 1e8b0337-80e9-4e71-bb80-c3c672f9684a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:30.025604 [ 293 ] {} TCP-Session: 5f0a0639-b3a8-4a06-9467-da63df3c4da4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:30.025566 [ 291 ] {} TCP-Session: 5caed847-fb1b-4959-b67a-c0b2582eca3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:30.025500 [ 288 ] {} TCP-Session: e26ac2ee-46bd-47af-af94-34842437d41e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:30.025487 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:30.025473 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:30.025717 [ 292 ] {} TCP-Session: b6fd4735-8f92-4eed-be90-9a4c811688fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:30.025746 [ 287 ] {} TCP-Session: 8866fda5-2dbd-4f87-be5b-33ef9149851b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:30.716830 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 276 2026.03.16 22:28:30.720164 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:30.720217 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:30.721686 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:30.722338 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:28:30.722637 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 276 2026.03.16 22:28:32.895147 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:32.895361 [ 259 ] {d20097cb-ec3b-49d8-a004-d755920781a3} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:32.895436 [ 259 ] {d20097cb-ec3b-49d8-a004-d755920781a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:32.896149 [ 259 ] {d20097cb-ec3b-49d8-a004-d755920781a3} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:32.896197 [ 259 ] {d20097cb-ec3b-49d8-a004-d755920781a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:32.896721 [ 259 ] {d20097cb-ec3b-49d8-a004-d755920781a3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:28:32.897261 [ 259 ] {d20097cb-ec3b-49d8-a004-d755920781a3} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:32.897405 [ 90 ] {} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.16 22:28:32.897428 [ 259 ] {d20097cb-ec3b-49d8-a004-d755920781a3} executeQuery: Read 76 rows, 6.41 KiB in 0.00212 sec., 35849.056603773584 rows/sec., 2.95 MiB/sec. 2026.03.16 22:28:32.897489 [ 90 ] {} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:32.897493 [ 259 ] {d20097cb-ec3b-49d8-a004-d755920781a3} TCPHandler: Processed in 0.002483973 sec. 2026.03.16 22:28:32.897522 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:32.897652 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:32.897760 [ 259 ] {661a2053-a229-4c81-a055-fe47998ee3c8} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:28:32.897806 [ 259 ] {661a2053-a229-4c81-a055-fe47998ee3c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:28:32.898233 [ 259 ] {661a2053-a229-4c81-a055-fe47998ee3c8} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:32.898271 [ 259 ] {661a2053-a229-4c81-a055-fe47998ee3c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:32.898702 [ 259 ] {661a2053-a229-4c81-a055-fe47998ee3c8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:32.899181 [ 259 ] {661a2053-a229-4c81-a055-fe47998ee3c8} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:28:32.899318 [ 259 ] {661a2053-a229-4c81-a055-fe47998ee3c8} executeQuery: Read 10 rows, 770.00 B in 0.001581 sec., 6325.110689437065 rows/sec., 475.62 KiB/sec. 2026.03.16 22:28:32.899355 [ 259 ] {661a2053-a229-4c81-a055-fe47998ee3c8} TCPHandler: Processed in 0.001762667 sec. 2026.03.16 22:28:32.899460 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:32.899561 [ 259 ] {6ca9a533-7e6c-4862-849a-358b3cd4262a} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:32.899602 [ 259 ] {6ca9a533-7e6c-4862-849a-358b3cd4262a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:32.899738 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::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.16 22:28:32.900041 [ 259 ] {6ca9a533-7e6c-4862-849a-358b3cd4262a} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:32.900083 [ 259 ] {6ca9a533-7e6c-4862-849a-358b3cd4262a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:32.900573 [ 259 ] {6ca9a533-7e6c-4862-849a-358b3cd4262a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:28:32.901069 [ 259 ] {6ca9a533-7e6c-4862-849a-358b3cd4262a} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:32.901207 [ 259 ] {6ca9a533-7e6c-4862-849a-358b3cd4262a} executeQuery: Read 74 rows, 5.92 KiB in 0.001671 sec., 44284.85936564931 rows/sec., 3.46 MiB/sec. 2026.03.16 22:28:32.901232 [ 87 ] {} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.16 22:28:32.901243 [ 259 ] {6ca9a533-7e6c-4862-849a-358b3cd4262a} TCPHandler: Processed in 0.001833979 sec. 2026.03.16 22:28:32.901308 [ 87 ] {} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:32.901335 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:32.901407 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:32.901453 [ 189 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::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.16 22:28:32.901507 [ 259 ] {9dcc26e8-c786-4789-a8be-8240bdd77c17} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:32.901550 [ 259 ] {9dcc26e8-c786-4789-a8be-8240bdd77c17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:32.901973 [ 259 ] {9dcc26e8-c786-4789-a8be-8240bdd77c17} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:32.902011 [ 259 ] {9dcc26e8-c786-4789-a8be-8240bdd77c17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:32.902145 [ 189 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:32.902149 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:32.902283 [ 189 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 510 rows starting from the beginning of the part 2026.03.16 22:28:32.902286 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 822 rows starting from the beginning of the part 2026.03.16 22:28:32.902407 [ 189 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.03.16 22:28:32.902426 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.03.16 22:28:32.902476 [ 189 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 500 rows starting from the beginning of the part 2026.03.16 22:28:32.902499 [ 259 ] {9dcc26e8-c786-4789-a8be-8240bdd77c17} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:28:32.902501 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 817 rows starting from the beginning of the part 2026.03.16 22:28:32.902537 [ 189 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1040 rows starting from the beginning of the part 2026.03.16 22:28:32.902583 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2043 rows starting from the beginning of the part 2026.03.16 22:28:32.902600 [ 189 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::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.16 22:28:32.902638 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.03.16 22:28:32.902662 [ 189 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::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.16 22:28:32.902704 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::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.16 22:28:32.903001 [ 259 ] {9dcc26e8-c786-4789-a8be-8240bdd77c17} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:32.903121 [ 87 ] {} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.16 22:28:32.903148 [ 259 ] {9dcc26e8-c786-4789-a8be-8240bdd77c17} executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec. 2026.03.16 22:28:32.903166 [ 87 ] {} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:32.903191 [ 259 ] {9dcc26e8-c786-4789-a8be-8240bdd77c17} TCPHandler: Processed in 0.001834669 sec. 2026.03.16 22:28:32.903193 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:32.903318 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:32.903320 [ 196 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::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.16 22:28:32.903421 [ 259 ] {a0ead163-c955-45d8-8bb0-5e9d0ff41e7e} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:32.903476 [ 196 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:32.903480 [ 259 ] {a0ead163-c955-45d8-8bb0-5e9d0ff41e7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:28:32.903534 [ 196 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 270 rows starting from the beginning of the part 2026.03.16 22:28:32.903634 [ 196 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.03.16 22:28:32.903698 [ 196 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 265 rows starting from the beginning of the part 2026.03.16 22:28:32.903783 [ 196 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2114 rows starting from the beginning of the part 2026.03.16 22:28:32.903846 [ 196 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part 2026.03.16 22:28:32.903902 [ 196 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::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.16 22:28:32.904146 [ 201 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2252 rows, containing 5 columns (5 merged, 0 gathered) in 0.002741728 sec., 821379.8013515563 rows/sec., 61.14 MiB/sec. 2026.03.16 22:28:32.904345 [ 259 ] {a0ead163-c955-45d8-8bb0-5e9d0ff41e7e} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:32.904390 [ 259 ] {a0ead163-c955-45d8-8bb0-5e9d0ff41e7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:32.904616 [ 192 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.16 22:28:32.905137 [ 259 ] {a0ead163-c955-45d8-8bb0-5e9d0ff41e7e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:32.905211 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3870 rows, containing 5 columns (5 merged, 0 gathered) in 0.007588621 sec., 509974.0782943304 rows/sec., 41.32 MiB/sec. 2026.03.16 22:28:32.905455 [ 192 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_6_1} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:32.905568 [ 192 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_6_1} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.16 22:28:32.905701 [ 259 ] {a0ead163-c955-45d8-8bb0-5e9d0ff41e7e} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:28:32.905706 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.16 22:28:32.905701 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.03.16 22:28:32.905889 [ 259 ] {a0ead163-c955-45d8-8bb0-5e9d0ff41e7e} executeQuery: Read 10 rows, 18.35 KiB in 0.002485 sec., 4024.144869215292 rows/sec., 7.21 MiB/sec. 2026.03.16 22:28:32.905966 [ 259 ] {a0ead163-c955-45d8-8bb0-5e9d0ff41e7e} TCPHandler: Processed in 0.002699137 sec. 2026.03.16 22:28:32.906092 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:32.906191 [ 259 ] {44bf5e3c-baf8-4570-b78f-c140d8ba18b0} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:32.906235 [ 259 ] {44bf5e3c-baf8-4570-b78f-c140d8ba18b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:32.906334 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_6_1} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:32.906407 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_6_1} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.16 22:28:32.906487 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2026.03.16 22:28:32.906600 [ 259 ] {44bf5e3c-baf8-4570-b78f-c140d8ba18b0} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:32.906636 [ 259 ] {44bf5e3c-baf8-4570-b78f-c140d8ba18b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:32.907120 [ 259 ] {44bf5e3c-baf8-4570-b78f-c140d8ba18b0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:28:32.907155 [ 186 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3097 rows, containing 5 columns (5 merged, 0 gathered) in 0.003887682 sec., 796618.653480403 rows/sec., 52.73 MiB/sec. 2026.03.16 22:28:32.907575 [ 259 ] {44bf5e3c-baf8-4570-b78f-c140d8ba18b0} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:32.907644 [ 201 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.16 22:28:32.907688 [ 87 ] {} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.16 22:28:32.907720 [ 259 ] {44bf5e3c-baf8-4570-b78f-c140d8ba18b0} executeQuery: Read 60 rows, 4.14 KiB in 0.001548 sec., 38759.689922480626 rows/sec., 2.61 MiB/sec. 2026.03.16 22:28:32.907736 [ 87 ] {} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:32.907764 [ 259 ] {44bf5e3c-baf8-4570-b78f-c140d8ba18b0} TCPHandler: Processed in 0.001722667 sec. 2026.03.16 22:28:32.907765 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:32.907885 [ 186 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:28:32.908012 [ 186 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:32.908059 [ 186 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.03.16 22:28:32.908149 [ 186 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.03.16 22:28:32.908165 [ 201 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_6_1} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:32.908201 [ 186 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 90 rows starting from the beginning of the part 2026.03.16 22:28:32.908240 [ 201 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_6_1} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.16 22:28:32.908253 [ 186 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.03.16 22:28:32.908305 [ 186 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part 2026.03.16 22:28:32.908323 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.03.16 22:28:32.908347 [ 186 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:28:32.909348 [ 192 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.001510502 sec., 238331.36268604742 rows/sec., 15.49 MiB/sec. 2026.03.16 22:28:32.909658 [ 201 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.16 22:28:32.910106 [ 201 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_6_1} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:32.910173 [ 201 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_6_1} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.16 22:28:32.910237 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.16 22:28:33.000166 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 192.42 MiB, peak 204.12 MiB, free memory in arenas 0.00 B, will set to 193.71 MiB (RSS), difference: 1.29 MiB 2026.03.16 22:28:35.651617 [ 79 ] {} DNSResolver: Updating DNS cache 2026.03.16 22:28:35.651663 [ 79 ] {} DNSResolver: Updated DNS cache 2026.03.16 22:28:35.719644 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2830 2026.03.16 22:28:35.720135 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:35.720181 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:35.720811 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:28:35.721291 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:28:35.721432 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2830 2026.03.16 22:28:35.721463 [ 79 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.16 22:28:35.721534 [ 79 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:35.721554 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:35.721704 [ 186 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:28:35.721842 [ 186 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:35.721879 [ 186 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:28:35.721938 [ 186 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.03.16 22:28:35.721978 [ 186 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.03.16 22:28:35.722015 [ 186 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2026.03.16 22:28:35.722049 [ 186 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 491 rows starting from the beginning of the part 2026.03.16 22:28:35.722089 [ 186 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:28:35.755905 [ 192 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2830 rows, containing 4 columns (4 merged, 0 gathered) in 0.034279167 sec., 82557.43204028266 rows/sec., 1.18 MiB/sec. 2026.03.16 22:28:35.756871 [ 190 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.16 22:28:35.757425 [ 190 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_6_1} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:28:35.757499 [ 190 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_6_1} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.16 22:28:35.757572 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2026.03.16 22:28:35.863974 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.16 22:28:35.882128 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:35.882194 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:35.888488 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:28:35.889675 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:28:35.889982 [ 79 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.16 22:28:35.890025 [ 79 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:35.890048 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:35.890172 [ 190 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:28:35.895335 [ 190 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:35.895593 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.16 22:28:35.896916 [ 190 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:28:35.901471 [ 190 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:28:35.905868 [ 190 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:28:35.910306 [ 190 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:28:35.919615 [ 190 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:28:35.924085 [ 190 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:28:35.985756 [ 192 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.095636229 sec., 480.98927029002783 rows/sec., 2.49 MiB/sec. 2026.03.16 22:28:35.988300 [ 193 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.16 22:28:35.990815 [ 193 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_6_1} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:28:35.990927 [ 193 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_6_1} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.16 22:28:35.992906 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.16 22:28:36.000327 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 194.85 MiB, peak 204.39 MiB, free memory in arenas 0.00 B, will set to 205.68 MiB (RSS), difference: 10.83 MiB 2026.03.16 22:28:37.895211 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:37.895402 [ 259 ] {d696214d-09ca-4115-bc0b-2caccb89c1cd} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:37.895470 [ 259 ] {d696214d-09ca-4115-bc0b-2caccb89c1cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:37.896075 [ 259 ] {d696214d-09ca-4115-bc0b-2caccb89c1cd} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:37.896131 [ 259 ] {d696214d-09ca-4115-bc0b-2caccb89c1cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:37.896637 [ 259 ] {d696214d-09ca-4115-bc0b-2caccb89c1cd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.16 22:28:37.897079 [ 259 ] {d696214d-09ca-4115-bc0b-2caccb89c1cd} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:37.897250 [ 259 ] {d696214d-09ca-4115-bc0b-2caccb89c1cd} executeQuery: Read 56 rows, 4.41 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.27 MiB/sec. 2026.03.16 22:28:37.897307 [ 259 ] {d696214d-09ca-4115-bc0b-2caccb89c1cd} TCPHandler: Processed in 0.002226737 sec. 2026.03.16 22:28:37.897446 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:37.897548 [ 259 ] {ea4a6d48-8446-4909-a516-de37f775104c} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:37.897591 [ 259 ] {ea4a6d48-8446-4909-a516-de37f775104c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:37.898024 [ 259 ] {ea4a6d48-8446-4909-a516-de37f775104c} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:37.898062 [ 259 ] {ea4a6d48-8446-4909-a516-de37f775104c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:37.898456 [ 259 ] {ea4a6d48-8446-4909-a516-de37f775104c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.16 22:28:37.898874 [ 259 ] {ea4a6d48-8446-4909-a516-de37f775104c} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:37.899004 [ 259 ] {ea4a6d48-8446-4909-a516-de37f775104c} executeQuery: Read 64 rows, 5.12 KiB in 0.001497 sec., 42752.17100868403 rows/sec., 3.34 MiB/sec. 2026.03.16 22:28:37.899039 [ 259 ] {ea4a6d48-8446-4909-a516-de37f775104c} TCPHandler: Processed in 0.001669016 sec. 2026.03.16 22:28:37.899149 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:37.899237 [ 259 ] {c6251778-d8dc-4a69-997d-b6b91ea83c44} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:37.899278 [ 259 ] {c6251778-d8dc-4a69-997d-b6b91ea83c44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:37.899631 [ 259 ] {c6251778-d8dc-4a69-997d-b6b91ea83c44} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:37.899664 [ 259 ] {c6251778-d8dc-4a69-997d-b6b91ea83c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:37.900165 [ 259 ] {c6251778-d8dc-4a69-997d-b6b91ea83c44} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.16 22:28:37.900630 [ 259 ] {c6251778-d8dc-4a69-997d-b6b91ea83c44} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:37.900771 [ 259 ] {c6251778-d8dc-4a69-997d-b6b91ea83c44} executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. 2026.03.16 22:28:37.900806 [ 259 ] {c6251778-d8dc-4a69-997d-b6b91ea83c44} TCPHandler: Processed in 0.001679126 sec. 2026.03.16 22:28:37.900909 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:37.901002 [ 259 ] {2a8df3d9-8e21-4d69-a698-497e639c25b2} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:37.901042 [ 259 ] {2a8df3d9-8e21-4d69-a698-497e639c25b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:37.901349 [ 259 ] {2a8df3d9-8e21-4d69-a698-497e639c25b2} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:37.901383 [ 259 ] {2a8df3d9-8e21-4d69-a698-497e639c25b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:37.901781 [ 259 ] {2a8df3d9-8e21-4d69-a698-497e639c25b2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.16 22:28:37.902214 [ 259 ] {2a8df3d9-8e21-4d69-a698-497e639c25b2} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:37.902362 [ 259 ] {2a8df3d9-8e21-4d69-a698-497e639c25b2} executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. 2026.03.16 22:28:37.902398 [ 259 ] {2a8df3d9-8e21-4d69-a698-497e639c25b2} TCPHandler: Processed in 0.001538972 sec. 2026.03.16 22:28:40.723143 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 296 2026.03.16 22:28:40.725019 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:40.725061 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.16 22:28:40.726421 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:40.726898 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:28:40.727138 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 296 2026.03.16 22:28:42.890384 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.890645 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:42.891017 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:42.891062 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.16 22:28:42.891347 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:42.891418 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:42.891564 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.03.16 22:28:42.891691 [ 326 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.16 22:28:42.891691 [ 298 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:42.891807 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:42.891837 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:42.894341 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.16 22:28:42.894371 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Reading approx. 46 rows with 2 streams 2026.03.16 22:28:42.894429 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:42.894474 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:42.895335 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} executeQuery: Read 46 rows, 1.79 KiB in 0.004798 sec., 9587.328053355564 rows/sec., 373.49 KiB/sec. 2026.03.16 22:28:42.895466 [ 259 ] {dad46812-e74b-49a9-ac00-daf2f22d3986} TCPHandler: Processed in 0.005210701 sec. 2026.03.16 22:28:42.895787 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.895941 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:42.896193 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:42.896233 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.16 22:28:42.896466 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:42.896522 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:42.896628 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.03.16 22:28:42.896690 [ 326 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:42.896757 [ 308 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.16 22:28:42.896862 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:42.896889 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:42.896949 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.16 22:28:42.896968 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Reading approx. 46 rows with 2 streams 2026.03.16 22:28:42.897000 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:42.897037 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:42.897708 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} executeQuery: Read 46 rows, 1.79 KiB in 0.001839 sec., 25013.594344752582 rows/sec., 974.44 KiB/sec. 2026.03.16 22:28:42.897799 [ 259 ] {ea4fabeb-647d-493b-a92d-0a68be3f8de0} TCPHandler: Processed in 0.002066454 sec. 2026.03.16 22:28:42.898009 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.898155 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} executeQuery: (from [fd00:1122:3344:101::d]:49446) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:28:42.898392 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:28:42.898430 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.16 22:28:42.898655 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:42.898708 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:42.898809 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.03.16 22:28:42.898868 [ 311 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:28:42.898875 [ 326 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.16 22:28:42.898958 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (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.16 22:28:42.898983 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:28:42.899040 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.16 22:28:42.899058 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Reading approx. 46 rows with 2 streams 2026.03.16 22:28:42.899089 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:42.899121 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:28:42.899798 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} executeQuery: Read 46 rows, 1.79 KiB in 0.001706 sec., 26963.65767878077 rows/sec., 1.03 MiB/sec. 2026.03.16 22:28:42.899893 [ 259 ] {a011fbc3-7059-419e-9840-2470d2f5fffa} TCPHandler: Processed in 0.001942511 sec. 2026.03.16 22:28:42.906971 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.907105 [ 259 ] {141fad12-47dc-4c93-8517-b02c0e66d7b8} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.16 22:28:42.907157 [ 259 ] {141fad12-47dc-4c93-8517-b02c0e66d7b8} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:28:42.907782 [ 259 ] {141fad12-47dc-4c93-8517-b02c0e66d7b8} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:42.907825 [ 259 ] {141fad12-47dc-4c93-8517-b02c0e66d7b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:42.908413 [ 259 ] {141fad12-47dc-4c93-8517-b02c0e66d7b8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:42.908763 [ 259 ] {141fad12-47dc-4c93-8517-b02c0e66d7b8} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7): 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.16 22:28:42.908918 [ 259 ] {141fad12-47dc-4c93-8517-b02c0e66d7b8} executeQuery: Read 3 rows, 280.00 B in 0.00185 sec., 1621.6216216216214 rows/sec., 147.80 KiB/sec. 2026.03.16 22:28:42.908959 [ 259 ] {141fad12-47dc-4c93-8517-b02c0e66d7b8} TCPHandler: Processed in 0.002051903 sec. 2026.03.16 22:28:42.909076 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.909174 [ 259 ] {099643f7-cb61-41d5-a51d-c713d59f94a8} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.16 22:28:42.909215 [ 259 ] {099643f7-cb61-41d5-a51d-c713d59f94a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.16 22:28:42.909623 [ 259 ] {099643f7-cb61-41d5-a51d-c713d59f94a8} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:42.909662 [ 259 ] {099643f7-cb61-41d5-a51d-c713d59f94a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:42.910139 [ 259 ] {099643f7-cb61-41d5-a51d-c713d59f94a8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:28:42.910679 [ 259 ] {099643f7-cb61-41d5-a51d-c713d59f94a8} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): 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.16 22:28:42.910818 [ 259 ] {099643f7-cb61-41d5-a51d-c713d59f94a8} executeQuery: Read 2 rows, 167.00 B in 0.001666 sec., 1200.4801920768307 rows/sec., 97.89 KiB/sec. 2026.03.16 22:28:42.910856 [ 259 ] {099643f7-cb61-41d5-a51d-c713d59f94a8} TCPHandler: Processed in 0.001831708 sec. 2026.03.16 22:28:42.910982 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.911078 [ 259 ] {32295572-34ba-4c4e-8458-421e61ae4d57} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:42.911118 [ 259 ] {32295572-34ba-4c4e-8458-421e61ae4d57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:42.911565 [ 259 ] {32295572-34ba-4c4e-8458-421e61ae4d57} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:42.911602 [ 259 ] {32295572-34ba-4c4e-8458-421e61ae4d57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:42.912030 [ 259 ] {32295572-34ba-4c4e-8458-421e61ae4d57} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.16 22:28:42.912487 [ 259 ] {32295572-34ba-4c4e-8458-421e61ae4d57} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:42.912624 [ 259 ] {32295572-34ba-4c4e-8458-421e61ae4d57} executeQuery: Read 101 rows, 8.77 KiB in 0.001565 sec., 64536.74121405751 rows/sec., 5.47 MiB/sec. 2026.03.16 22:28:42.912662 [ 259 ] {32295572-34ba-4c4e-8458-421e61ae4d57} TCPHandler: Processed in 0.001734277 sec. 2026.03.16 22:28:42.912778 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.912873 [ 259 ] {138615e0-263e-44c5-9fb2-e263c799dd62} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:28:42.912913 [ 259 ] {138615e0-263e-44c5-9fb2-e263c799dd62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:28:42.913305 [ 259 ] {138615e0-263e-44c5-9fb2-e263c799dd62} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:42.913342 [ 259 ] {138615e0-263e-44c5-9fb2-e263c799dd62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:42.913758 [ 259 ] {138615e0-263e-44c5-9fb2-e263c799dd62} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:28:42.914211 [ 259 ] {138615e0-263e-44c5-9fb2-e263c799dd62} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:28:42.914375 [ 259 ] {138615e0-263e-44c5-9fb2-e263c799dd62} executeQuery: Read 24 rows, 1.79 KiB in 0.00152 sec., 15789.473684210525 rows/sec., 1.15 MiB/sec. 2026.03.16 22:28:42.914415 [ 259 ] {138615e0-263e-44c5-9fb2-e263c799dd62} TCPHandler: Processed in 0.001688006 sec. 2026.03.16 22:28:42.914540 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.914634 [ 259 ] {5b35bfe6-df94-410c-8bb1-294bead298cc} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:42.914674 [ 259 ] {5b35bfe6-df94-410c-8bb1-294bead298cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:42.915129 [ 259 ] {5b35bfe6-df94-410c-8bb1-294bead298cc} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:42.915166 [ 259 ] {5b35bfe6-df94-410c-8bb1-294bead298cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:42.915610 [ 259 ] {5b35bfe6-df94-410c-8bb1-294bead298cc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.16 22:28:42.916088 [ 259 ] {5b35bfe6-df94-410c-8bb1-294bead298cc} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:42.916220 [ 259 ] {5b35bfe6-df94-410c-8bb1-294bead298cc} executeQuery: Read 97 rows, 7.76 KiB in 0.001604 sec., 60473.81546134663 rows/sec., 4.73 MiB/sec. 2026.03.16 22:28:42.916258 [ 259 ] {5b35bfe6-df94-410c-8bb1-294bead298cc} TCPHandler: Processed in 0.001770847 sec. 2026.03.16 22:28:42.916378 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.916476 [ 259 ] {c3eafa80-a787-4eea-8505-6cf55d14c49f} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:42.916518 [ 259 ] {c3eafa80-a787-4eea-8505-6cf55d14c49f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:42.916921 [ 259 ] {c3eafa80-a787-4eea-8505-6cf55d14c49f} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:42.916963 [ 259 ] {c3eafa80-a787-4eea-8505-6cf55d14c49f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:42.917404 [ 259 ] {c3eafa80-a787-4eea-8505-6cf55d14c49f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.16 22:28:42.917831 [ 259 ] {c3eafa80-a787-4eea-8505-6cf55d14c49f} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:42.917967 [ 259 ] {c3eafa80-a787-4eea-8505-6cf55d14c49f} executeQuery: Read 161 rows, 11.48 KiB in 0.001512 sec., 106481.48148148147 rows/sec., 7.42 MiB/sec. 2026.03.16 22:28:42.918004 [ 259 ] {c3eafa80-a787-4eea-8505-6cf55d14c49f} TCPHandler: Processed in 0.001676275 sec. 2026.03.16 22:28:42.918127 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.918248 [ 259 ] {a9078652-b299-4b09-b108-f42bec154640} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:42.918312 [ 259 ] {a9078652-b299-4b09-b108-f42bec154640} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:28:42.919120 [ 259 ] {a9078652-b299-4b09-b108-f42bec154640} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:42.919159 [ 259 ] {a9078652-b299-4b09-b108-f42bec154640} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:42.919807 [ 259 ] {a9078652-b299-4b09-b108-f42bec154640} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:28:42.920344 [ 259 ] {a9078652-b299-4b09-b108-f42bec154640} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:28:42.920548 [ 259 ] {a9078652-b299-4b09-b108-f42bec154640} executeQuery: Read 22 rows, 40.37 KiB in 0.002322 sec., 9474.590869939708 rows/sec., 16.98 MiB/sec. 2026.03.16 22:28:42.920623 [ 259 ] {a9078652-b299-4b09-b108-f42bec154640} TCPHandler: Processed in 0.002558595 sec. 2026.03.16 22:28:42.920759 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.920859 [ 259 ] {442a288c-0796-4a7c-8e5f-e2ad754337a8} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.16 22:28:42.920902 [ 259 ] {442a288c-0796-4a7c-8e5f-e2ad754337a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.16 22:28:42.921252 [ 259 ] {442a288c-0796-4a7c-8e5f-e2ad754337a8} oximeter.measurements_i64 (e5973a55-8a70-46c1-9566-75298c2aec48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:42.921291 [ 259 ] {442a288c-0796-4a7c-8e5f-e2ad754337a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:42.921872 [ 259 ] {442a288c-0796-4a7c-8e5f-e2ad754337a8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.16 22:28:42.922396 [ 259 ] {442a288c-0796-4a7c-8e5f-e2ad754337a8} oximeter.measurements_i64 (e5973a55-8a70-46c1-9566-75298c2aec48): 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.16 22:28:42.922532 [ 259 ] {442a288c-0796-4a7c-8e5f-e2ad754337a8} executeQuery: Read 9 rows, 651.00 B in 0.001693 sec., 5316.007088009451 rows/sec., 375.51 KiB/sec. 2026.03.16 22:28:42.922570 [ 259 ] {442a288c-0796-4a7c-8e5f-e2ad754337a8} TCPHandler: Processed in 0.0018625 sec. 2026.03.16 22:28:42.922683 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:42.922781 [ 259 ] {95ff814b-9124-41cf-be82-ab84383466be} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:42.922822 [ 259 ] {95ff814b-9124-41cf-be82-ab84383466be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:42.923161 [ 259 ] {95ff814b-9124-41cf-be82-ab84383466be} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:42.923199 [ 259 ] {95ff814b-9124-41cf-be82-ab84383466be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:42.923626 [ 259 ] {95ff814b-9124-41cf-be82-ab84383466be} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.16 22:28:42.924086 [ 259 ] {95ff814b-9124-41cf-be82-ab84383466be} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:42.924227 [ 259 ] {95ff814b-9124-41cf-be82-ab84383466be} executeQuery: Read 60 rows, 4.14 KiB in 0.001465 sec., 40955.631399317404 rows/sec., 2.76 MiB/sec. 2026.03.16 22:28:42.924264 [ 259 ] {95ff814b-9124-41cf-be82-ab84383466be} TCPHandler: Processed in 0.001633075 sec. 2026.03.16 22:28:43.221684 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3342 2026.03.16 22:28:43.222229 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:43.222280 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:43.222985 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.16 22:28:43.223421 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:28:43.223575 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3342 2026.03.16 22:28:43.395841 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.16 22:28:43.413579 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:43.413642 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:43.420037 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.16 22:28:43.421446 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:28:43.426275 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.16 22:28:47.895452 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:47.895628 [ 259 ] {a49d8c60-2939-4f71-bf99-6dd546c13059} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:47.895696 [ 259 ] {a49d8c60-2939-4f71-bf99-6dd546c13059} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:47.896306 [ 259 ] {a49d8c60-2939-4f71-bf99-6dd546c13059} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:47.896356 [ 259 ] {a49d8c60-2939-4f71-bf99-6dd546c13059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:47.896872 [ 259 ] {a49d8c60-2939-4f71-bf99-6dd546c13059} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.16 22:28:47.897358 [ 259 ] {a49d8c60-2939-4f71-bf99-6dd546c13059} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:47.897534 [ 259 ] {a49d8c60-2939-4f71-bf99-6dd546c13059} executeQuery: Read 56 rows, 4.41 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.20 MiB/sec. 2026.03.16 22:28:47.897585 [ 259 ] {a49d8c60-2939-4f71-bf99-6dd546c13059} TCPHandler: Processed in 0.002262717 sec. 2026.03.16 22:28:47.897706 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:47.897812 [ 259 ] {9b139630-799c-418f-a451-c21b24685a03} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:47.897857 [ 259 ] {9b139630-799c-418f-a451-c21b24685a03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:47.898274 [ 259 ] {9b139630-799c-418f-a451-c21b24685a03} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:47.898312 [ 259 ] {9b139630-799c-418f-a451-c21b24685a03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:47.898720 [ 259 ] {9b139630-799c-418f-a451-c21b24685a03} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.16 22:28:47.899184 [ 259 ] {9b139630-799c-418f-a451-c21b24685a03} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:47.899323 [ 259 ] {9b139630-799c-418f-a451-c21b24685a03} executeQuery: Read 64 rows, 5.12 KiB in 0.001534 sec., 41720.99087353325 rows/sec., 3.26 MiB/sec. 2026.03.16 22:28:47.899362 [ 259 ] {9b139630-799c-418f-a451-c21b24685a03} TCPHandler: Processed in 0.001709906 sec. 2026.03.16 22:28:47.899483 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:47.899582 [ 259 ] {c585e25d-1585-49e2-8203-30be9b24af17} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:47.899627 [ 259 ] {c585e25d-1585-49e2-8203-30be9b24af17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:47.900052 [ 259 ] {c585e25d-1585-49e2-8203-30be9b24af17} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:47.900090 [ 259 ] {c585e25d-1585-49e2-8203-30be9b24af17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:47.900523 [ 259 ] {c585e25d-1585-49e2-8203-30be9b24af17} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.16 22:28:47.900950 [ 259 ] {c585e25d-1585-49e2-8203-30be9b24af17} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:47.901088 [ 259 ] {c585e25d-1585-49e2-8203-30be9b24af17} executeQuery: Read 160 rows, 11.41 KiB in 0.001527 sec., 104780.61558611658 rows/sec., 7.30 MiB/sec. 2026.03.16 22:28:47.901125 [ 259 ] {c585e25d-1585-49e2-8203-30be9b24af17} TCPHandler: Processed in 0.001693156 sec. 2026.03.16 22:28:47.901226 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:47.901322 [ 259 ] {b04f7c92-adf2-4a81-a177-692a3634552c} executeQuery: (from [fd00:1122:3344:101::d]:49446) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:47.901364 [ 259 ] {b04f7c92-adf2-4a81-a177-692a3634552c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:47.901686 [ 259 ] {b04f7c92-adf2-4a81-a177-692a3634552c} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:47.901725 [ 259 ] {b04f7c92-adf2-4a81-a177-692a3634552c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:47.902146 [ 259 ] {b04f7c92-adf2-4a81-a177-692a3634552c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.16 22:28:47.902595 [ 259 ] {b04f7c92-adf2-4a81-a177-692a3634552c} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:47.902736 [ 259 ] {b04f7c92-adf2-4a81-a177-692a3634552c} executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. 2026.03.16 22:28:47.902773 [ 259 ] {b04f7c92-adf2-4a81-a177-692a3634552c} TCPHandler: Processed in 0.001596734 sec. 2026.03.16 22:28:50.651710 [ 54 ] {} DNSResolver: Updating DNS cache 2026.03.16 22:28:50.651775 [ 54 ] {} DNSResolver: Updated DNS cache 2026.03.16 22:28:50.724577 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3790 2026.03.16 22:28:50.725087 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:50.725130 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:50.725765 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.16 22:28:50.726233 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:28:50.726356 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3790 2026.03.16 22:28:50.728193 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 328 2026.03.16 22:28:50.730423 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:50.730459 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:50.731750 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:28:50.732240 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:28:50.732489 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 328 2026.03.16 22:28:50.927286 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.16 22:28:50.943743 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:50.943805 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:50.949326 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.16 22:28:50.950520 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:28:50.953346 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.16 22:28:52.182759 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:52.182868 [ 259 ] {} TCP-Session: 0ff6f630-11e6-422e-885d-1a93afa89756 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:52.897401 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:52.897588 [ 262 ] {60945c29-25ad-4492-9d26-a50982d1a0c2} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:52.897651 [ 262 ] {60945c29-25ad-4492-9d26-a50982d1a0c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:52.898320 [ 262 ] {60945c29-25ad-4492-9d26-a50982d1a0c2} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:52.898358 [ 262 ] {60945c29-25ad-4492-9d26-a50982d1a0c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:52.898745 [ 262 ] {60945c29-25ad-4492-9d26-a50982d1a0c2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.16 22:28:52.898963 [ 262 ] {60945c29-25ad-4492-9d26-a50982d1a0c2} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:52.899106 [ 262 ] {60945c29-25ad-4492-9d26-a50982d1a0c2} executeQuery: Read 128 rows, 11.31 KiB in 0.001564 sec., 81841.43222506394 rows/sec., 7.06 MiB/sec. 2026.03.16 22:28:52.899145 [ 262 ] {60945c29-25ad-4492-9d26-a50982d1a0c2} TCPHandler: Processed in 0.00186328 sec. 2026.03.16 22:28:52.899271 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:52.899365 [ 262 ] {8fea00b5-e3ba-4f71-a782-9960121a14ca} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:28:52.899404 [ 262 ] {8fea00b5-e3ba-4f71-a782-9960121a14ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:28:52.899829 [ 262 ] {8fea00b5-e3ba-4f71-a782-9960121a14ca} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:52.899864 [ 262 ] {8fea00b5-e3ba-4f71-a782-9960121a14ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:52.900147 [ 262 ] {8fea00b5-e3ba-4f71-a782-9960121a14ca} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:28:52.900350 [ 262 ] {8fea00b5-e3ba-4f71-a782-9960121a14ca} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:28:52.900441 [ 53 ] {} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.16 22:28:52.900473 [ 262 ] {8fea00b5-e3ba-4f71-a782-9960121a14ca} executeQuery: Read 36 rows, 2.71 KiB in 0.001126 sec., 31971.58081705151 rows/sec., 2.35 MiB/sec. 2026.03.16 22:28:52.900477 [ 53 ] {} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:52.900503 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:52.900508 [ 262 ] {8fea00b5-e3ba-4f71-a782-9960121a14ca} TCPHandler: Processed in 0.001287037 sec. 2026.03.16 22:28:52.900628 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:52.900638 [ 194 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::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.16 22:28:52.900720 [ 262 ] {6d5d07a3-652a-4330-8ad4-4fbb00ba74ab} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:52.900763 [ 262 ] {6d5d07a3-652a-4330-8ad4-4fbb00ba74ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:52.900781 [ 194 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:52.900834 [ 194 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 162 rows starting from the beginning of the part 2026.03.16 22:28:52.900927 [ 194 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 152 rows starting from the beginning of the part 2026.03.16 22:28:52.900973 [ 194 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part 2026.03.16 22:28:52.901016 [ 194 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.03.16 22:28:52.901055 [ 194 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.16 22:28:52.901095 [ 194 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2026.03.16 22:28:52.901356 [ 262 ] {6d5d07a3-652a-4330-8ad4-4fbb00ba74ab} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:52.901396 [ 262 ] {6d5d07a3-652a-4330-8ad4-4fbb00ba74ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:52.901716 [ 262 ] {6d5d07a3-652a-4330-8ad4-4fbb00ba74ab} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.16 22:28:52.901938 [ 262 ] {6d5d07a3-652a-4330-8ad4-4fbb00ba74ab} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:52.901973 [ 192 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 5 columns (5 merged, 0 gathered) in 0.001395799 sec., 286574.2130493001 rows/sec., 19.14 MiB/sec. 2026.03.16 22:28:52.902065 [ 262 ] {6d5d07a3-652a-4330-8ad4-4fbb00ba74ab} executeQuery: Read 106 rows, 8.51 KiB in 0.001363 sec., 77769.62582538517 rows/sec., 6.10 MiB/sec. 2026.03.16 22:28:52.902107 [ 262 ] {6d5d07a3-652a-4330-8ad4-4fbb00ba74ab} TCPHandler: Processed in 0.001528092 sec. 2026.03.16 22:28:52.902174 [ 197 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.16 22:28:52.902228 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:52.902320 [ 262 ] {dc7734cc-86c0-44fd-be3b-41de573b6fc1} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:52.902362 [ 262 ] {dc7734cc-86c0-44fd-be3b-41de573b6fc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:52.902431 [ 197 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_6_1} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:28:52.902492 [ 197 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_6_1} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.16 22:28:52.902564 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.16 22:28:52.902750 [ 262 ] {dc7734cc-86c0-44fd-be3b-41de573b6fc1} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:52.902784 [ 262 ] {dc7734cc-86c0-44fd-be3b-41de573b6fc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:52.903104 [ 262 ] {dc7734cc-86c0-44fd-be3b-41de573b6fc1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.16 22:28:52.903307 [ 262 ] {dc7734cc-86c0-44fd-be3b-41de573b6fc1} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:52.903434 [ 262 ] {dc7734cc-86c0-44fd-be3b-41de573b6fc1} executeQuery: Read 160 rows, 11.41 KiB in 0.001132 sec., 141342.75618374557 rows/sec., 9.84 MiB/sec. 2026.03.16 22:28:52.903468 [ 262 ] {dc7734cc-86c0-44fd-be3b-41de573b6fc1} TCPHandler: Processed in 0.001289827 sec. 2026.03.16 22:28:52.903570 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:52.903664 [ 262 ] {5ded596b-17af-48da-95c6-93055dadb1fc} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:52.903716 [ 262 ] {5ded596b-17af-48da-95c6-93055dadb1fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:28:52.904558 [ 262 ] {5ded596b-17af-48da-95c6-93055dadb1fc} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:52.904594 [ 262 ] {5ded596b-17af-48da-95c6-93055dadb1fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:52.905167 [ 262 ] {5ded596b-17af-48da-95c6-93055dadb1fc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:28:52.905387 [ 262 ] {5ded596b-17af-48da-95c6-93055dadb1fc} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:28:52.905498 [ 52 ] {} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.16 22:28:52.905518 [ 262 ] {5ded596b-17af-48da-95c6-93055dadb1fc} executeQuery: Read 36 rows, 66.06 KiB in 0.001872 sec., 19230.76923076923 rows/sec., 34.46 MiB/sec. 2026.03.16 22:28:52.905547 [ 52 ] {} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:52.905572 [ 262 ] {5ded596b-17af-48da-95c6-93055dadb1fc} TCPHandler: Processed in 0.002050134 sec. 2026.03.16 22:28:52.905572 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:52.905676 [ 194 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::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.16 22:28:52.905692 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:52.905797 [ 262 ] {31599923-7c7d-4d9e-9d23-adeb3aeaefd0} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.16 22:28:52.905842 [ 262 ] {31599923-7c7d-4d9e-9d23-adeb3aeaefd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.16 22:28:52.905876 [ 194 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:52.905931 [ 194 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.03.16 22:28:52.906035 [ 194 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.03.16 22:28:52.906140 [ 194 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.03.16 22:28:52.906161 [ 262 ] {31599923-7c7d-4d9e-9d23-adeb3aeaefd0} oximeter.measurements_i64 (e5973a55-8a70-46c1-9566-75298c2aec48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:52.906201 [ 262 ] {31599923-7c7d-4d9e-9d23-adeb3aeaefd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:52.906240 [ 194 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.03.16 22:28:52.906343 [ 194 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2026.03.16 22:28:52.906438 [ 194 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2026.03.16 22:28:52.906503 [ 262 ] {31599923-7c7d-4d9e-9d23-adeb3aeaefd0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:52.906710 [ 262 ] {31599923-7c7d-4d9e-9d23-adeb3aeaefd0} oximeter.measurements_i64 (e5973a55-8a70-46c1-9566-75298c2aec48): 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.16 22:28:52.906840 [ 262 ] {31599923-7c7d-4d9e-9d23-adeb3aeaefd0} executeQuery: Read 12 rows, 955.00 B in 0.001062 sec., 11299.435028248587 rows/sec., 878.17 KiB/sec. 2026.03.16 22:28:52.906876 [ 262 ] {31599923-7c7d-4d9e-9d23-adeb3aeaefd0} TCPHandler: Processed in 0.001233217 sec. 2026.03.16 22:28:52.906984 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:52.907076 [ 262 ] {7763e862-73ab-4010-8be1-a7e59da2a3d7} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:52.907115 [ 262 ] {7763e862-73ab-4010-8be1-a7e59da2a3d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:52.907435 [ 262 ] {7763e862-73ab-4010-8be1-a7e59da2a3d7} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:52.907470 [ 262 ] {7763e862-73ab-4010-8be1-a7e59da2a3d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:52.907768 [ 262 ] {7763e862-73ab-4010-8be1-a7e59da2a3d7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.16 22:28:52.907969 [ 262 ] {7763e862-73ab-4010-8be1-a7e59da2a3d7} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:52.908097 [ 262 ] {7763e862-73ab-4010-8be1-a7e59da2a3d7} executeQuery: Read 60 rows, 4.14 KiB in 0.001039 sec., 57747.83445620789 rows/sec., 3.89 MiB/sec. 2026.03.16 22:28:52.908132 [ 262 ] {7763e862-73ab-4010-8be1-a7e59da2a3d7} TCPHandler: Processed in 0.001196495 sec. 2026.03.16 22:28:52.908139 [ 198 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 19 columns (19 merged, 0 gathered) in 0.002486053 sec., 36201.9635140522 rows/sec., 64.87 MiB/sec. 2026.03.16 22:28:52.908527 [ 195 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.16 22:28:52.908931 [ 195 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_6_1} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:28:52.909004 [ 195 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_6_1} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.16 22:28:52.909132 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.16 22:28:53.000195 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 205.22 MiB, peak 211.14 MiB, free memory in arenas 0.00 B, will set to 206.91 MiB (RSS), difference: 1.69 MiB 2026.03.16 22:28:53.487329 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:53.487505 [ 262 ] {a08f2096-a65f-4415-b446-6309b33366c1} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.16 22:28:53.487569 [ 262 ] {a08f2096-a65f-4415-b446-6309b33366c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.16 22:28:53.488188 [ 262 ] {a08f2096-a65f-4415-b446-6309b33366c1} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.488239 [ 262 ] {a08f2096-a65f-4415-b446-6309b33366c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.488625 [ 262 ] {a08f2096-a65f-4415-b446-6309b33366c1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:53.488860 [ 262 ] {a08f2096-a65f-4415-b446-6309b33366c1} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): 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.16 22:28:53.489018 [ 262 ] {a08f2096-a65f-4415-b446-6309b33366c1} executeQuery: Read 24 rows, 2.04 KiB in 0.00156 sec., 15384.615384615385 rows/sec., 1.28 MiB/sec. 2026.03.16 22:28:53.489091 [ 262 ] {a08f2096-a65f-4415-b446-6309b33366c1} TCPHandler: Processed in 0.00189272 sec. 2026.03.16 22:28:53.489218 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:53.489320 [ 262 ] {180d3703-6ae9-4f74-a773-e33fe7ed1a9d} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:53.489363 [ 262 ] {180d3703-6ae9-4f74-a773-e33fe7ed1a9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:53.490725 [ 262 ] {180d3703-6ae9-4f74-a773-e33fe7ed1a9d} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.490761 [ 262 ] {180d3703-6ae9-4f74-a773-e33fe7ed1a9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.491245 [ 262 ] {180d3703-6ae9-4f74-a773-e33fe7ed1a9d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.16 22:28:53.491463 [ 262 ] {180d3703-6ae9-4f74-a773-e33fe7ed1a9d} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:53.491594 [ 53 ] {} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.16 22:28:53.491623 [ 262 ] {180d3703-6ae9-4f74-a773-e33fe7ed1a9d} executeQuery: Read 2054 rows, 160.40 KiB in 0.002326 sec., 883061.049011178 rows/sec., 67.34 MiB/sec. 2026.03.16 22:28:53.491632 [ 53 ] {} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.491655 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.491662 [ 262 ] {180d3703-6ae9-4f74-a773-e33fe7ed1a9d} TCPHandler: Processed in 0.002497413 sec. 2026.03.16 22:28:53.491782 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:53.491791 [ 192 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::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.16 22:28:53.491882 [ 262 ] {844fe4e0-8c6d-4d01-963f-ed6baaa0dcf0} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:28:53.491929 [ 262 ] {844fe4e0-8c6d-4d01-963f-ed6baaa0dcf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:28:53.491941 [ 192 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:53.491981 [ 192 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2809 rows starting from the beginning of the part 2026.03.16 22:28:53.492078 [ 192 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2026.03.16 22:28:53.492132 [ 192 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 101 rows starting from the beginning of the part 2026.03.16 22:28:53.492178 [ 192 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2026.03.16 22:28:53.492221 [ 192 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 128 rows starting from the beginning of the part 2026.03.16 22:28:53.492267 [ 192 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2054 rows starting from the beginning of the part 2026.03.16 22:28:53.492399 [ 262 ] {844fe4e0-8c6d-4d01-963f-ed6baaa0dcf0} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.492449 [ 262 ] {844fe4e0-8c6d-4d01-963f-ed6baaa0dcf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.492889 [ 262 ] {844fe4e0-8c6d-4d01-963f-ed6baaa0dcf0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.16 22:28:53.493221 [ 262 ] {844fe4e0-8c6d-4d01-963f-ed6baaa0dcf0} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:28:53.493406 [ 262 ] {844fe4e0-8c6d-4d01-963f-ed6baaa0dcf0} executeQuery: Read 20 rows, 1.56 KiB in 0.001542 sec., 12970.16861219196 rows/sec., 1013.29 KiB/sec. 2026.03.16 22:28:53.493457 [ 262 ] {844fe4e0-8c6d-4d01-963f-ed6baaa0dcf0} TCPHandler: Processed in 0.001725856 sec. 2026.03.16 22:28:53.493588 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:53.493688 [ 262 ] {2e04e49b-3f70-4858-b218-8cd117b6a40e} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.16 22:28:53.493729 [ 262 ] {2e04e49b-3f70-4858-b218-8cd117b6a40e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.16 22:28:53.494348 [ 262 ] {2e04e49b-3f70-4858-b218-8cd117b6a40e} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.494384 [ 262 ] {2e04e49b-3f70-4858-b218-8cd117b6a40e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.494758 [ 262 ] {2e04e49b-3f70-4858-b218-8cd117b6a40e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:53.494978 [ 262 ] {2e04e49b-3f70-4858-b218-8cd117b6a40e} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): 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.16 22:28:53.495103 [ 262 ] {2e04e49b-3f70-4858-b218-8cd117b6a40e} executeQuery: Read 732 rows, 44.33 KiB in 0.001434 sec., 510460.25104602514 rows/sec., 30.19 MiB/sec. 2026.03.16 22:28:53.495140 [ 262 ] {2e04e49b-3f70-4858-b218-8cd117b6a40e} TCPHandler: Processed in 0.001604794 sec. 2026.03.16 22:28:53.495253 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:53.495346 [ 262 ] {d292a855-9167-45fa-8b8b-068097c09f88} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:53.495386 [ 262 ] {d292a855-9167-45fa-8b8b-068097c09f88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.16 22:28:53.495744 [ 262 ] {d292a855-9167-45fa-8b8b-068097c09f88} oximeter.fields_u64 (63a418c3-4d27-4237-ba51-0123f52a6509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.495778 [ 262 ] {d292a855-9167-45fa-8b8b-068097c09f88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.496056 [ 262 ] {d292a855-9167-45fa-8b8b-068097c09f88} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.16 22:28:53.496275 [ 262 ] {d292a855-9167-45fa-8b8b-068097c09f88} oximeter.fields_u64 (63a418c3-4d27-4237-ba51-0123f52a6509): 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.16 22:28:53.496398 [ 262 ] {d292a855-9167-45fa-8b8b-068097c09f88} executeQuery: Read 1 rows, 72.00 B in 0.00107 sec., 934.5794392523364 rows/sec., 65.71 KiB/sec. 2026.03.16 22:28:53.496435 [ 262 ] {d292a855-9167-45fa-8b8b-068097c09f88} TCPHandler: Processed in 0.001233996 sec. 2026.03.16 22:28:53.496536 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:53.496629 [ 262 ] {d4581ad4-1152-42a9-9d0a-c3c1eae7921a} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.16 22:28:53.496677 [ 262 ] {d4581ad4-1152-42a9-9d0a-c3c1eae7921a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.16 22:28:53.497087 [ 262 ] {d4581ad4-1152-42a9-9d0a-c3c1eae7921a} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.497122 [ 262 ] {d4581ad4-1152-42a9-9d0a-c3c1eae7921a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.497411 [ 262 ] {d4581ad4-1152-42a9-9d0a-c3c1eae7921a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:28:53.497612 [ 262 ] {d4581ad4-1152-42a9-9d0a-c3c1eae7921a} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): 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.16 22:28:53.497737 [ 262 ] {d4581ad4-1152-42a9-9d0a-c3c1eae7921a} executeQuery: Read 12 rows, 960.00 B in 0.001125 sec., 10666.666666666668 rows/sec., 833.33 KiB/sec. 2026.03.16 22:28:53.497774 [ 262 ] {d4581ad4-1152-42a9-9d0a-c3c1eae7921a} TCPHandler: Processed in 0.001287487 sec. 2026.03.16 22:28:53.497898 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:53.497990 [ 262 ] {c34036b1-e7c2-49e0-9741-7781c8300a66} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:53.498030 [ 262 ] {c34036b1-e7c2-49e0-9741-7781c8300a66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:53.498782 [ 262 ] {c34036b1-e7c2-49e0-9741-7781c8300a66} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.498818 [ 262 ] {c34036b1-e7c2-49e0-9741-7781c8300a66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.499196 [ 262 ] {c34036b1-e7c2-49e0-9741-7781c8300a66} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.16 22:28:53.499328 [ 195 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5204 rows, containing 5 columns (5 merged, 0 gathered) in 0.007602292 sec., 684530.402147142 rows/sec., 55.30 MiB/sec. 2026.03.16 22:28:53.499412 [ 262 ] {c34036b1-e7c2-49e0-9741-7781c8300a66} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:53.499546 [ 262 ] {c34036b1-e7c2-49e0-9741-7781c8300a66} executeQuery: Read 1044 rows, 74.24 KiB in 0.001572 sec., 664122.1374045801 rows/sec., 46.12 MiB/sec. 2026.03.16 22:28:53.499561 [ 51 ] {} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.16 22:28:53.499590 [ 262 ] {c34036b1-e7c2-49e0-9741-7781c8300a66} TCPHandler: Processed in 0.001744097 sec. 2026.03.16 22:28:53.499605 [ 51 ] {} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.499635 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.499683 [ 195 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.16 22:28:53.499713 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:53.499742 [ 187 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::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.16 22:28:53.499814 [ 262 ] {6bdf3bba-e5f8-443f-97ea-20e0af504a9b} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:53.499859 [ 187 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:53.499863 [ 262 ] {6bdf3bba-e5f8-443f-97ea-20e0af504a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:53.499905 [ 187 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1486 rows starting from the beginning of the part 2026.03.16 22:28:53.499978 [ 195 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_11_2} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:53.500003 [ 187 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2026.03.16 22:28:53.500055 [ 187 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 97 rows starting from the beginning of the part 2026.03.16 22:28:53.500063 [ 195 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_11_2} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.16 22:28:53.500098 [ 187 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2026.03.16 22:28:53.500146 [ 187 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 106 rows starting from the beginning of the part 2026.03.16 22:28:53.500152 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.03.16 22:28:53.500191 [ 187 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1044 rows starting from the beginning of the part 2026.03.16 22:28:53.500653 [ 262 ] {6bdf3bba-e5f8-443f-97ea-20e0af504a9b} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.500706 [ 262 ] {6bdf3bba-e5f8-443f-97ea-20e0af504a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.501308 [ 262 ] {6bdf3bba-e5f8-443f-97ea-20e0af504a9b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.16 22:28:53.501576 [ 199 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2861 rows, containing 5 columns (5 merged, 0 gathered) in 0.00188121 sec., 1520829.6787705785 rows/sec., 112.92 MiB/sec. 2026.03.16 22:28:53.501630 [ 262 ] {6bdf3bba-e5f8-443f-97ea-20e0af504a9b} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:53.501770 [ 51 ] {} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.16 22:28:53.501772 [ 199 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.16 22:28:53.501808 [ 51 ] {} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.501818 [ 262 ] {6bdf3bba-e5f8-443f-97ea-20e0af504a9b} executeQuery: Read 1253 rows, 80.91 KiB in 0.002021 sec., 619990.103908956 rows/sec., 39.09 MiB/sec. 2026.03.16 22:28:53.501830 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.501877 [ 262 ] {6bdf3bba-e5f8-443f-97ea-20e0af504a9b} TCPHandler: Processed in 0.002213307 sec. 2026.03.16 22:28:53.501914 [ 187 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::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.16 22:28:53.502015 [ 187 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:53.502022 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:53.502042 [ 187 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3097 rows starting from the beginning of the part 2026.03.16 22:28:53.502067 [ 199 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_11_2} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:53.502104 [ 187 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2026.03.16 22:28:53.502141 [ 199 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_11_2} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.16 22:28:53.502144 [ 187 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 161 rows starting from the beginning of the part 2026.03.16 22:28:53.502148 [ 262 ] {3dc3abc9-fc77-45f7-9a3b-5169ca07e1eb} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:53.502186 [ 187 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.03.16 22:28:53.502208 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.16 22:28:53.502226 [ 187 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.03.16 22:28:53.502236 [ 262 ] {3dc3abc9-fc77-45f7-9a3b-5169ca07e1eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:28:53.502261 [ 187 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1253 rows starting from the beginning of the part 2026.03.16 22:28:53.503251 [ 262 ] {3dc3abc9-fc77-45f7-9a3b-5169ca07e1eb} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.503293 [ 262 ] {3dc3abc9-fc77-45f7-9a3b-5169ca07e1eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.503812 [ 262 ] {3dc3abc9-fc77-45f7-9a3b-5169ca07e1eb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.16 22:28:53.504051 [ 262 ] {3dc3abc9-fc77-45f7-9a3b-5169ca07e1eb} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:28:53.504192 [ 262 ] {3dc3abc9-fc77-45f7-9a3b-5169ca07e1eb} executeQuery: Read 8 rows, 14.68 KiB in 0.002069 sec., 3866.602223296278 rows/sec., 6.93 MiB/sec. 2026.03.16 22:28:53.504243 [ 262 ] {3dc3abc9-fc77-45f7-9a3b-5169ca07e1eb} TCPHandler: Processed in 0.002283298 sec. 2026.03.16 22:28:53.504356 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:53.504429 [ 195 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4991 rows, containing 5 columns (5 merged, 0 gathered) in 0.002541364 sec., 1963905.996937078 rows/sec., 129.31 MiB/sec. 2026.03.16 22:28:53.504451 [ 262 ] {ebf953f8-cff8-4fee-82f5-5a272d07e769} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:53.504498 [ 262 ] {ebf953f8-cff8-4fee-82f5-5a272d07e769} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:53.504810 [ 262 ] {ebf953f8-cff8-4fee-82f5-5a272d07e769} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.504820 [ 199 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.16 22:28:53.504852 [ 262 ] {ebf953f8-cff8-4fee-82f5-5a272d07e769} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.505230 [ 199 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_11_2} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:53.505246 [ 262 ] {ebf953f8-cff8-4fee-82f5-5a272d07e769} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.16 22:28:53.505332 [ 199 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_11_2} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.16 22:28:53.505403 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.03.16 22:28:53.505527 [ 262 ] {ebf953f8-cff8-4fee-82f5-5a272d07e769} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:53.505633 [ 51 ] {} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.16 22:28:53.505663 [ 262 ] {ebf953f8-cff8-4fee-82f5-5a272d07e769} executeQuery: Read 12 rows, 848.00 B in 0.001231 sec., 9748.172217709178 rows/sec., 672.73 KiB/sec. 2026.03.16 22:28:53.505665 [ 51 ] {} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:53.505702 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:53.505706 [ 262 ] {ebf953f8-cff8-4fee-82f5-5a272d07e769} TCPHandler: Processed in 0.0014001 sec. 2026.03.16 22:28:53.505770 [ 187 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:28:53.505868 [ 187 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:28:53.505894 [ 187 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 360 rows starting from the beginning of the part 2026.03.16 22:28:53.505937 [ 187 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.03.16 22:28:53.505971 [ 187 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:28:53.506004 [ 187 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.03.16 22:28:53.506032 [ 187 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:28:53.506065 [ 187 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.03.16 22:28:53.506808 [ 189 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 612 rows, containing 4 columns (4 merged, 0 gathered) in 0.001065923 sec., 574150.2904055921 rows/sec., 37.88 MiB/sec. 2026.03.16 22:28:53.507028 [ 196 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.16 22:28:53.507408 [ 196 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_11_2} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:53.507522 [ 196 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_11_2} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.16 22:28:53.507630 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.03.16 22:28:57.893856 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:57.894026 [ 262 ] {a8701b9b-9819-4877-880d-4b806afa9a5b} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:28:57.894089 [ 262 ] {a8701b9b-9819-4877-880d-4b806afa9a5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:28:57.894717 [ 262 ] {a8701b9b-9819-4877-880d-4b806afa9a5b} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:57.894760 [ 262 ] {a8701b9b-9819-4877-880d-4b806afa9a5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:57.895145 [ 262 ] {a8701b9b-9819-4877-880d-4b806afa9a5b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.16 22:28:57.895381 [ 262 ] {a8701b9b-9819-4877-880d-4b806afa9a5b} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:28:57.895543 [ 262 ] {a8701b9b-9819-4877-880d-4b806afa9a5b} executeQuery: Read 56 rows, 4.41 KiB in 0.001561 sec., 35874.439461883405 rows/sec., 2.76 MiB/sec. 2026.03.16 22:28:57.895584 [ 262 ] {a8701b9b-9819-4877-880d-4b806afa9a5b} TCPHandler: Processed in 0.001854309 sec. 2026.03.16 22:28:57.895700 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:57.895804 [ 262 ] {e95af526-6d61-4f0a-be5f-52a77d089d12} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:28:57.895844 [ 262 ] {e95af526-6d61-4f0a-be5f-52a77d089d12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:28:57.896243 [ 262 ] {e95af526-6d61-4f0a-be5f-52a77d089d12} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:57.896279 [ 262 ] {e95af526-6d61-4f0a-be5f-52a77d089d12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:57.896581 [ 262 ] {e95af526-6d61-4f0a-be5f-52a77d089d12} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.16 22:28:57.896793 [ 262 ] {e95af526-6d61-4f0a-be5f-52a77d089d12} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:28:57.896922 [ 262 ] {e95af526-6d61-4f0a-be5f-52a77d089d12} executeQuery: Read 64 rows, 5.12 KiB in 0.001137 sec., 56288.47845206684 rows/sec., 4.39 MiB/sec. 2026.03.16 22:28:57.896959 [ 262 ] {e95af526-6d61-4f0a-be5f-52a77d089d12} TCPHandler: Processed in 0.001309438 sec. 2026.03.16 22:28:57.897081 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:57.897174 [ 262 ] {d50a9620-d31b-411d-8e3c-88007ba2038f} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:28:57.897218 [ 262 ] {d50a9620-d31b-411d-8e3c-88007ba2038f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:28:57.897599 [ 262 ] {d50a9620-d31b-411d-8e3c-88007ba2038f} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:57.897636 [ 262 ] {d50a9620-d31b-411d-8e3c-88007ba2038f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:57.897971 [ 262 ] {d50a9620-d31b-411d-8e3c-88007ba2038f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.16 22:28:57.898182 [ 262 ] {d50a9620-d31b-411d-8e3c-88007ba2038f} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:28:57.898309 [ 262 ] {d50a9620-d31b-411d-8e3c-88007ba2038f} executeQuery: Read 128 rows, 9.13 KiB in 0.001153 sec., 111014.74414570686 rows/sec., 7.73 MiB/sec. 2026.03.16 22:28:57.898345 [ 262 ] {d50a9620-d31b-411d-8e3c-88007ba2038f} TCPHandler: Processed in 0.001314768 sec. 2026.03.16 22:28:57.898454 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:57.898557 [ 262 ] {d346d14e-8e2a-437e-a905-4a4757a9add4} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:28:57.898598 [ 262 ] {d346d14e-8e2a-437e-a905-4a4757a9add4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:28:57.898925 [ 262 ] {d346d14e-8e2a-437e-a905-4a4757a9add4} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:57.898961 [ 262 ] {d346d14e-8e2a-437e-a905-4a4757a9add4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:57.899256 [ 262 ] {d346d14e-8e2a-437e-a905-4a4757a9add4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.16 22:28:57.899460 [ 262 ] {d346d14e-8e2a-437e-a905-4a4757a9add4} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:28:57.899588 [ 262 ] {d346d14e-8e2a-437e-a905-4a4757a9add4} executeQuery: Read 48 rows, 3.31 KiB in 0.00105 sec., 45714.28571428572 rows/sec., 3.08 MiB/sec. 2026.03.16 22:28:57.899622 [ 262 ] {d346d14e-8e2a-437e-a905-4a4757a9add4} TCPHandler: Processed in 0.001218926 sec. 2026.03.16 22:28:58.226538 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4302 2026.03.16 22:28:58.227217 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:58.227254 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:58.227722 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.16 22:28:58.227945 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:28:58.228068 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4302 2026.03.16 22:28:58.453506 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.16 22:28:58.472418 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:28:58.472493 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:28:58.478682 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.16 22:28:58.479409 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:28:58.483338 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.16 22:28:59.000232 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 208.54 MiB, peak 212.54 MiB, free memory in arenas 0.00 B, will set to 210.15 MiB (RSS), difference: 1.61 MiB 2026.03.16 22:28:59.480027 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43128 2026.03.16 22:28:59.480149 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.480175 [ 289 ] {} TCP-Session: e37673f1-286a-4b56-b7d4-f77d08faa742 Authenticating user 'default' from [fd00:1122:3344:101::e]:43128 2026.03.16 22:28:59.480197 [ 289 ] {} TCP-Session: e37673f1-286a-4b56-b7d4-f77d08faa742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.480210 [ 289 ] {} TCP-Session: e37673f1-286a-4b56-b7d4-f77d08faa742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.480432 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45515 2026.03.16 22:28:59.480474 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46942 2026.03.16 22:28:59.480491 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58329 2026.03.16 22:28:59.480532 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32899 2026.03.16 22:28:59.480558 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.480573 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35147 2026.03.16 22:28:59.480600 [ 290 ] {} TCP-Session: d5636c4a-ff71-4dba-91d1-d48a7cbf7e13 Authenticating user 'default' from [fd00:1122:3344:101::e]:45515 2026.03.16 22:28:59.480518 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47886 2026.03.16 22:28:59.480638 [ 290 ] {} TCP-Session: d5636c4a-ff71-4dba-91d1-d48a7cbf7e13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.480507 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47537 2026.03.16 22:28:59.480671 [ 290 ] {} TCP-Session: d5636c4a-ff71-4dba-91d1-d48a7cbf7e13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.480487 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33768 2026.03.16 22:28:59.480725 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.480747 [ 289 ] {} TCP-Session: e37673f1-286a-4b56-b7d4-f77d08faa742 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:59.480775 [ 291 ] {} TCP-Session: 0ec51983-65d2-4bbb-b324-4a9e6422fc9a Authenticating user 'default' from [fd00:1122:3344:101::e]:46942 2026.03.16 22:28:59.480804 [ 291 ] {} TCP-Session: 0ec51983-65d2-4bbb-b324-4a9e6422fc9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.480840 [ 291 ] {} TCP-Session: 0ec51983-65d2-4bbb-b324-4a9e6422fc9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.480973 [ 289 ] {19b5cfe3-2e76-4fff-a75e-fd8b5777277e} executeQuery: (from [fd00:1122:3344:101::e]:43128) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:28:59.481049 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.481057 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.481093 [ 294 ] {} TCP-Session: 6ab27b83-7c62-4dd4-915d-ae2064c089bc Authenticating user 'default' from [fd00:1122:3344:101::e]:47537 2026.03.16 22:28:59.481114 [ 293 ] {} TCP-Session: efcfdf90-14f2-4e31-a0e2-97651062f95a Authenticating user 'default' from [fd00:1122:3344:101::e]:33768 2026.03.16 22:28:59.481126 [ 294 ] {} TCP-Session: 6ab27b83-7c62-4dd4-915d-ae2064c089bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481148 [ 293 ] {} TCP-Session: efcfdf90-14f2-4e31-a0e2-97651062f95a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481161 [ 294 ] {} TCP-Session: 6ab27b83-7c62-4dd4-915d-ae2064c089bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481179 [ 293 ] {} TCP-Session: efcfdf90-14f2-4e31-a0e2-97651062f95a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481182 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.481244 [ 259 ] {} TCP-Session: 5b50004b-27d8-4f10-a9a3-a5d0cb860537 Authenticating user 'default' from [fd00:1122:3344:101::e]:47886 2026.03.16 22:28:59.481262 [ 259 ] {} TCP-Session: 5b50004b-27d8-4f10-a9a3-a5d0cb860537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481276 [ 259 ] {} TCP-Session: 5b50004b-27d8-4f10-a9a3-a5d0cb860537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481333 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.481364 [ 287 ] {} TCP-Session: 51e25a87-8d5e-41f4-a2ef-8fb4b2cb5c38 Authenticating user 'default' from [fd00:1122:3344:101::e]:35147 2026.03.16 22:28:59.481378 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.481398 [ 289 ] {19b5cfe3-2e76-4fff-a75e-fd8b5777277e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.16 22:28:59.481384 [ 287 ] {} TCP-Session: 51e25a87-8d5e-41f4-a2ef-8fb4b2cb5c38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481433 [ 292 ] {} TCP-Session: 88476da8-a7c8-4ad8-92b0-a38744567bb0 Authenticating user 'default' from [fd00:1122:3344:101::e]:58329 2026.03.16 22:28:59.481456 [ 287 ] {} TCP-Session: 51e25a87-8d5e-41f4-a2ef-8fb4b2cb5c38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481473 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.481483 [ 289 ] {19b5cfe3-2e76-4fff-a75e-fd8b5777277e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:59.481515 [ 286 ] {} TCP-Session: 5808b990-a2ea-4ffd-afde-769219028d99 Authenticating user 'default' from [fd00:1122:3344:101::e]:32899 2026.03.16 22:28:59.481480 [ 292 ] {} TCP-Session: 88476da8-a7c8-4ad8-92b0-a38744567bb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481549 [ 286 ] {} TCP-Session: 5808b990-a2ea-4ffd-afde-769219028d99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481565 [ 292 ] {} TCP-Session: 88476da8-a7c8-4ad8-92b0-a38744567bb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481581 [ 286 ] {} TCP-Session: 5808b990-a2ea-4ffd-afde-769219028d99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.481837 [ 289 ] {19b5cfe3-2e76-4fff-a75e-fd8b5777277e} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f) (SelectExecutor): Key condition: unknown 2026.03.16 22:28:59.483285 [ 325 ] {19b5cfe3-2e76-4fff-a75e-fd8b5777277e} AggregatingTransform: Aggregating 2026.03.16 22:28:59.483351 [ 325 ] {19b5cfe3-2e76-4fff-a75e-fd8b5777277e} Aggregator: Aggregation method: without_key 2026.03.16 22:28:59.483391 [ 325 ] {19b5cfe3-2e76-4fff-a75e-fd8b5777277e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00144368 sec. (692.674 rows/sec., 27.06 KiB/sec.) 2026.03.16 22:28:59.483408 [ 325 ] {19b5cfe3-2e76-4fff-a75e-fd8b5777277e} Aggregator: Merging aggregated data 2026.03.16 22:28:59.484445 [ 289 ] {19b5cfe3-2e76-4fff-a75e-fd8b5777277e} executeQuery: Read 1 rows, 40.00 B in 0.003558 sec., 281.0567734682406 rows/sec., 10.98 KiB/sec. 2026.03.16 22:28:59.484580 [ 289 ] {19b5cfe3-2e76-4fff-a75e-fd8b5777277e} TCPHandler: Processed in 0.004043816 sec. 2026.03.16 22:28:59.484673 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.484703 [ 289 ] {} TCP-Session: e37673f1-286a-4b56-b7d4-f77d08faa742 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.484703 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.484721 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.484735 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.484758 [ 290 ] {} TCP-Session: d5636c4a-ff71-4dba-91d1-d48a7cbf7e13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.484773 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.484788 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.484818 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.484847 [ 259 ] {} TCP-Session: 5b50004b-27d8-4f10-a9a3-a5d0cb860537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.484794 [ 286 ] {} TCP-Session: 5808b990-a2ea-4ffd-afde-769219028d99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.484881 [ 294 ] {} TCP-Session: 6ab27b83-7c62-4dd4-915d-ae2064c089bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.484804 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.484779 [ 291 ] {} TCP-Session: 0ec51983-65d2-4bbb-b324-4a9e6422fc9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.484755 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.484967 [ 287 ] {} TCP-Session: 51e25a87-8d5e-41f4-a2ef-8fb4b2cb5c38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.484835 [ 292 ] {} TCP-Session: 88476da8-a7c8-4ad8-92b0-a38744567bb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.484994 [ 293 ] {} TCP-Session: efcfdf90-14f2-4e31-a0e2-97651062f95a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.611483 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33338 2026.03.16 22:28:59.611587 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.611613 [ 289 ] {} TCP-Session: 0324f9d9-6fd3-4196-a787-0e7da084f816 Authenticating user 'default' from [fd00:1122:3344:101::e]:33338 2026.03.16 22:28:59.611635 [ 289 ] {} TCP-Session: 0324f9d9-6fd3-4196-a787-0e7da084f816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.611648 [ 289 ] {} TCP-Session: 0324f9d9-6fd3-4196-a787-0e7da084f816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.611838 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56458 2026.03.16 22:28:59.611859 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56650 2026.03.16 22:28:59.611890 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35557 2026.03.16 22:28:59.611931 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35118 2026.03.16 22:28:59.611960 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.611920 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55237 2026.03.16 22:28:59.611998 [ 290 ] {} TCP-Session: e031c577-974c-43fa-a641-6b4a5a392849 Authenticating user 'default' from [fd00:1122:3344:101::e]:56458 2026.03.16 22:28:59.611998 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.612012 [ 289 ] {} TCP-Session: 0324f9d9-6fd3-4196-a787-0e7da084f816 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:59.612028 [ 290 ] {} TCP-Session: e031c577-974c-43fa-a641-6b4a5a392849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612037 [ 293 ] {} TCP-Session: 7e22264b-2e0b-4ec7-96e8-bbe0295e5499 Authenticating user 'default' from [fd00:1122:3344:101::e]:35557 2026.03.16 22:28:59.612053 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.612060 [ 290 ] {} TCP-Session: e031c577-974c-43fa-a641-6b4a5a392849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612077 [ 293 ] {} TCP-Session: 7e22264b-2e0b-4ec7-96e8-bbe0295e5499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612092 [ 286 ] {} TCP-Session: 6fae4690-7c59-4412-8387-44010cdbedb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:55237 2026.03.16 22:28:59.612111 [ 293 ] {} TCP-Session: 7e22264b-2e0b-4ec7-96e8-bbe0295e5499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612130 [ 286 ] {} TCP-Session: 6fae4690-7c59-4412-8387-44010cdbedb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.611999 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.612152 [ 286 ] {} TCP-Session: 6fae4690-7c59-4412-8387-44010cdbedb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.611913 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40508 2026.03.16 22:28:59.612198 [ 291 ] {} TCP-Session: f8be9334-8661-4e10-b780-c9cdf62f8baa Authenticating user 'default' from [fd00:1122:3344:101::e]:56650 2026.03.16 22:28:59.611895 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42412 2026.03.16 22:28:59.612246 [ 291 ] {} TCP-Session: f8be9334-8661-4e10-b780-c9cdf62f8baa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.611896 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39711 2026.03.16 22:28:59.612285 [ 291 ] {} TCP-Session: f8be9334-8661-4e10-b780-c9cdf62f8baa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612276 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.612195 [ 289 ] {09c7a68d-f4fd-4949-b3bd-46513d751b54} executeQuery: (from [fd00:1122:3344:101::e]:33338) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:28:59.612348 [ 259 ] {} TCP-Session: 2b584629-bd2f-4643-87a5-b3658d907e84 Authenticating user 'default' from [fd00:1122:3344:101::e]:40508 2026.03.16 22:28:59.612342 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.612386 [ 259 ] {} TCP-Session: 2b584629-bd2f-4643-87a5-b3658d907e84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612407 [ 294 ] {} TCP-Session: b1566e3a-3fd4-44cf-8b31-554a2f17307a Authenticating user 'default' from [fd00:1122:3344:101::e]:39711 2026.03.16 22:28:59.612340 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.612425 [ 259 ] {} TCP-Session: 2b584629-bd2f-4643-87a5-b3658d907e84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612465 [ 292 ] {} TCP-Session: d294e5d8-b1bd-423a-b6c6-fd90443e2bdd Authenticating user 'default' from [fd00:1122:3344:101::e]:42412 2026.03.16 22:28:59.612433 [ 294 ] {} TCP-Session: b1566e3a-3fd4-44cf-8b31-554a2f17307a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612500 [ 292 ] {} TCP-Session: d294e5d8-b1bd-423a-b6c6-fd90443e2bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612017 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.612526 [ 292 ] {} TCP-Session: d294e5d8-b1bd-423a-b6c6-fd90443e2bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612519 [ 294 ] {} TCP-Session: b1566e3a-3fd4-44cf-8b31-554a2f17307a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612556 [ 287 ] {} TCP-Session: 0dce1f44-70c4-416e-b358-7fc5059dcb2f Authenticating user 'default' from [fd00:1122:3344:101::e]:35118 2026.03.16 22:28:59.612590 [ 289 ] {09c7a68d-f4fd-4949-b3bd-46513d751b54} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.16 22:28:59.612597 [ 287 ] {} TCP-Session: 0dce1f44-70c4-416e-b358-7fc5059dcb2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612629 [ 287 ] {} TCP-Session: 0dce1f44-70c4-416e-b358-7fc5059dcb2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.612654 [ 289 ] {09c7a68d-f4fd-4949-b3bd-46513d751b54} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:59.612962 [ 289 ] {09c7a68d-f4fd-4949-b3bd-46513d751b54} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f) (SelectExecutor): Key condition: unknown 2026.03.16 22:28:59.613909 [ 322 ] {09c7a68d-f4fd-4949-b3bd-46513d751b54} AggregatingTransform: Aggregating 2026.03.16 22:28:59.613950 [ 322 ] {09c7a68d-f4fd-4949-b3bd-46513d751b54} Aggregator: Aggregation method: without_key 2026.03.16 22:28:59.613988 [ 322 ] {09c7a68d-f4fd-4949-b3bd-46513d751b54} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000927449 sec. (1078.226 rows/sec., 42.12 KiB/sec.) 2026.03.16 22:28:59.614007 [ 322 ] {09c7a68d-f4fd-4949-b3bd-46513d751b54} Aggregator: Merging aggregated data 2026.03.16 22:28:59.615169 [ 289 ] {09c7a68d-f4fd-4949-b3bd-46513d751b54} executeQuery: Read 1 rows, 40.00 B in 0.003037 sec., 329.27230819888047 rows/sec., 12.86 KiB/sec. 2026.03.16 22:28:59.615303 [ 289 ] {09c7a68d-f4fd-4949-b3bd-46513d751b54} TCPHandler: Processed in 0.003442483 sec. 2026.03.16 22:28:59.615398 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.615425 [ 289 ] {} TCP-Session: 0324f9d9-6fd3-4196-a787-0e7da084f816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.615432 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.615466 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.615480 [ 290 ] {} TCP-Session: e031c577-974c-43fa-a641-6b4a5a392849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.615494 [ 286 ] {} TCP-Session: 6fae4690-7c59-4412-8387-44010cdbedb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.615507 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.615537 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.615557 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.615577 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.615587 [ 291 ] {} TCP-Session: f8be9334-8661-4e10-b780-c9cdf62f8baa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.615611 [ 287 ] {} TCP-Session: 0dce1f44-70c4-416e-b358-7fc5059dcb2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.615613 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.615624 [ 293 ] {} TCP-Session: 7e22264b-2e0b-4ec7-96e8-bbe0295e5499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.615660 [ 259 ] {} TCP-Session: 2b584629-bd2f-4643-87a5-b3658d907e84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.615596 [ 294 ] {} TCP-Session: b1566e3a-3fd4-44cf-8b31-554a2f17307a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.615594 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.615758 [ 292 ] {} TCP-Session: d294e5d8-b1bd-423a-b6c6-fd90443e2bdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.753236 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45840 2026.03.16 22:28:59.753384 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.753419 [ 289 ] {} TCP-Session: 84815d3a-a261-4d1a-b17a-3d9755aa5be5 Authenticating user 'default' from [fd00:1122:3344:101::e]:45840 2026.03.16 22:28:59.753450 [ 289 ] {} TCP-Session: 84815d3a-a261-4d1a-b17a-3d9755aa5be5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.753468 [ 289 ] {} TCP-Session: 84815d3a-a261-4d1a-b17a-3d9755aa5be5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.753801 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59972 2026.03.16 22:28:59.753843 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50579 2026.03.16 22:28:59.753877 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47612 2026.03.16 22:28:59.753901 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44268 2026.03.16 22:28:59.753939 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.753952 [ 289 ] {} TCP-Session: 84815d3a-a261-4d1a-b17a-3d9755aa5be5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:28:59.753985 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.753988 [ 290 ] {} TCP-Session: 00cfea01-c438-4cf7-b016-8b14ffb6d36e Authenticating user 'default' from [fd00:1122:3344:101::e]:59972 2026.03.16 22:28:59.754017 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.754017 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.754049 [ 292 ] {} TCP-Session: 13a8999a-45b9-4b3c-85f6-5110f40e5019 Authenticating user 'default' from [fd00:1122:3344:101::e]:50579 2026.03.16 22:28:59.754067 [ 259 ] {} TCP-Session: 763c44ee-f67e-45d2-b133-45f1dd50de25 Authenticating user 'default' from [fd00:1122:3344:101::e]:47612 2026.03.16 22:28:59.754073 [ 287 ] {} TCP-Session: 7c9428ca-fed7-4a89-8c44-535b556a05ee Authenticating user 'default' from [fd00:1122:3344:101::e]:44268 2026.03.16 22:28:59.754097 [ 292 ] {} TCP-Session: 13a8999a-45b9-4b3c-85f6-5110f40e5019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754109 [ 259 ] {} TCP-Session: 763c44ee-f67e-45d2-b133-45f1dd50de25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754120 [ 287 ] {} TCP-Session: 7c9428ca-fed7-4a89-8c44-535b556a05ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754129 [ 292 ] {} TCP-Session: 13a8999a-45b9-4b3c-85f6-5110f40e5019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754145 [ 259 ] {} TCP-Session: 763c44ee-f67e-45d2-b133-45f1dd50de25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754157 [ 287 ] {} TCP-Session: 7c9428ca-fed7-4a89-8c44-535b556a05ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754201 [ 289 ] {70f7aa3d-c637-4b2e-bf5c-36ff3397a025} executeQuery: (from [fd00:1122:3344:101::e]:45840) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:28:59.754057 [ 290 ] {} TCP-Session: 00cfea01-c438-4cf7-b016-8b14ffb6d36e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.753894 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33188 2026.03.16 22:28:59.754296 [ 290 ] {} TCP-Session: 00cfea01-c438-4cf7-b016-8b14ffb6d36e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.753857 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50392 2026.03.16 22:28:59.753847 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48023 2026.03.16 22:28:59.753849 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35764 2026.03.16 22:28:59.754360 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.754389 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.754407 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.754417 [ 286 ] {} TCP-Session: 5699bb3b-f5a1-4229-bb6e-bbc344e78c9e Authenticating user 'default' from [fd00:1122:3344:101::e]:33188 2026.03.16 22:28:59.754434 [ 294 ] {} TCP-Session: 6bd11f16-6220-451c-8d97-3b7ec3405195 Authenticating user 'default' from [fd00:1122:3344:101::e]:50392 2026.03.16 22:28:59.754439 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:28:59.754445 [ 291 ] {} TCP-Session: d9adc05f-432f-43ad-8d7a-a86b437c35cc Authenticating user 'default' from [fd00:1122:3344:101::e]:48023 2026.03.16 22:28:59.754462 [ 294 ] {} TCP-Session: 6bd11f16-6220-451c-8d97-3b7ec3405195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754481 [ 293 ] {} TCP-Session: 5e523466-e6b2-4de8-9b71-966cbc67b71c Authenticating user 'default' from [fd00:1122:3344:101::e]:35764 2026.03.16 22:28:59.754491 [ 291 ] {} TCP-Session: d9adc05f-432f-43ad-8d7a-a86b437c35cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754502 [ 294 ] {} TCP-Session: 6bd11f16-6220-451c-8d97-3b7ec3405195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754529 [ 291 ] {} TCP-Session: d9adc05f-432f-43ad-8d7a-a86b437c35cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754519 [ 293 ] {} TCP-Session: 5e523466-e6b2-4de8-9b71-966cbc67b71c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754555 [ 289 ] {70f7aa3d-c637-4b2e-bf5c-36ff3397a025} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.16 22:28:59.754573 [ 293 ] {} TCP-Session: 5e523466-e6b2-4de8-9b71-966cbc67b71c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754455 [ 286 ] {} TCP-Session: 5699bb3b-f5a1-4229-bb6e-bbc344e78c9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754615 [ 286 ] {} TCP-Session: 5699bb3b-f5a1-4229-bb6e-bbc344e78c9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.754625 [ 289 ] {70f7aa3d-c637-4b2e-bf5c-36ff3397a025} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:28:59.754985 [ 289 ] {70f7aa3d-c637-4b2e-bf5c-36ff3397a025} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f) (SelectExecutor): Key condition: unknown 2026.03.16 22:28:59.755877 [ 297 ] {70f7aa3d-c637-4b2e-bf5c-36ff3397a025} AggregatingTransform: Aggregating 2026.03.16 22:28:59.755908 [ 297 ] {70f7aa3d-c637-4b2e-bf5c-36ff3397a025} Aggregator: Aggregation method: without_key 2026.03.16 22:28:59.755945 [ 297 ] {70f7aa3d-c637-4b2e-bf5c-36ff3397a025} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000855309 sec. (1169.168 rows/sec., 45.67 KiB/sec.) 2026.03.16 22:28:59.755962 [ 297 ] {70f7aa3d-c637-4b2e-bf5c-36ff3397a025} Aggregator: Merging aggregated data 2026.03.16 22:28:59.757145 [ 289 ] {70f7aa3d-c637-4b2e-bf5c-36ff3397a025} executeQuery: Read 1 rows, 40.00 B in 0.003021 sec., 331.01621979476994 rows/sec., 12.93 KiB/sec. 2026.03.16 22:28:59.757287 [ 289 ] {70f7aa3d-c637-4b2e-bf5c-36ff3397a025} TCPHandler: Processed in 0.003512984 sec. 2026.03.16 22:28:59.757417 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.757435 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.757446 [ 289 ] {} TCP-Session: 84815d3a-a261-4d1a-b17a-3d9755aa5be5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.757451 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.757488 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.757492 [ 287 ] {} TCP-Session: 7c9428ca-fed7-4a89-8c44-535b556a05ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.757513 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.757538 [ 294 ] {} TCP-Session: 6bd11f16-6220-451c-8d97-3b7ec3405195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.757559 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.757581 [ 291 ] {} TCP-Session: d9adc05f-432f-43ad-8d7a-a86b437c35cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.757614 [ 293 ] {} TCP-Session: 5e523466-e6b2-4de8-9b71-966cbc67b71c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.757530 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.757519 [ 290 ] {} TCP-Session: 00cfea01-c438-4cf7-b016-8b14ffb6d36e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.757474 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.757679 [ 292 ] {} TCP-Session: 13a8999a-45b9-4b3c-85f6-5110f40e5019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.757572 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.16 22:28:59.757729 [ 259 ] {} TCP-Session: 763c44ee-f67e-45d2-b133-45f1dd50de25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:28:59.757772 [ 286 ] {} TCP-Session: 5699bb3b-f5a1-4229-bb6e-bbc344e78c9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:00.732747 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 376 2026.03.16 22:29:00.735354 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:00.735410 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:29:00.736639 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:29:00.736919 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:29:00.737098 [ 39 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.16 22:29:00.737168 [ 39 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:00.737189 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:29:00.737197 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 376 2026.03.16 22:29:00.737296 [ 195 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::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.16 22:29:00.737872 [ 195 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:00.738046 [ 195 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.03.16 22:29:00.738447 [ 195 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 98 rows starting from the beginning of the part 2026.03.16 22:29:00.738799 [ 195 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 90 rows starting from the beginning of the part 2026.03.16 22:29:00.739161 [ 195 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part 2026.03.16 22:29:00.739508 [ 195 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part 2026.03.16 22:29:00.739858 [ 195 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 48 rows starting from the beginning of the part 2026.03.16 22:29:00.746443 [ 189 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 376 rows, containing 72 columns (72 merged, 0 gathered) in 0.009191245 sec., 40908.49498626138 rows/sec., 42.62 MiB/sec. 2026.03.16 22:29:00.747589 [ 200 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.16 22:29:00.748559 [ 200 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_6_1} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:29:00.748694 [ 200 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_6_1} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.16 22:29:00.749072 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. 2026.03.16 22:29:02.896600 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:02.896791 [ 262 ] {22327b66-dbf3-4944-bdc5-92a70b6189b6} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:02.896861 [ 262 ] {22327b66-dbf3-4944-bdc5-92a70b6189b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:02.897541 [ 262 ] {22327b66-dbf3-4944-bdc5-92a70b6189b6} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:02.897593 [ 262 ] {22327b66-dbf3-4944-bdc5-92a70b6189b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:29:02.898003 [ 262 ] {22327b66-dbf3-4944-bdc5-92a70b6189b6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.16 22:29:02.898242 [ 262 ] {22327b66-dbf3-4944-bdc5-92a70b6189b6} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:02.898401 [ 262 ] {22327b66-dbf3-4944-bdc5-92a70b6189b6} executeQuery: Read 128 rows, 11.31 KiB in 0.001662 sec., 77015.6438026474 rows/sec., 6.65 MiB/sec. 2026.03.16 22:29:02.898447 [ 262 ] {22327b66-dbf3-4944-bdc5-92a70b6189b6} TCPHandler: Processed in 0.001973482 sec. 2026.03.16 22:29:02.898573 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:02.898677 [ 262 ] {e1fb0552-7da3-4ef3-abbe-3172cb07efa7} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:29:02.898722 [ 262 ] {e1fb0552-7da3-4ef3-abbe-3172cb07efa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:29:02.899141 [ 262 ] {e1fb0552-7da3-4ef3-abbe-3172cb07efa7} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:02.899179 [ 262 ] {e1fb0552-7da3-4ef3-abbe-3172cb07efa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:29:02.899483 [ 262 ] {e1fb0552-7da3-4ef3-abbe-3172cb07efa7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.16 22:29:02.899713 [ 262 ] {e1fb0552-7da3-4ef3-abbe-3172cb07efa7} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:29:02.899847 [ 262 ] {e1fb0552-7da3-4ef3-abbe-3172cb07efa7} executeQuery: Read 36 rows, 2.71 KiB in 0.001194 sec., 30150.75376884422 rows/sec., 2.21 MiB/sec. 2026.03.16 22:29:02.899889 [ 262 ] {e1fb0552-7da3-4ef3-abbe-3172cb07efa7} TCPHandler: Processed in 0.001370289 sec. 2026.03.16 22:29:02.900001 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:02.900097 [ 262 ] {fbc86747-e61e-4fd1-b1c0-98b8ab3c4eeb} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:02.900137 [ 262 ] {fbc86747-e61e-4fd1-b1c0-98b8ab3c4eeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:02.900564 [ 262 ] {fbc86747-e61e-4fd1-b1c0-98b8ab3c4eeb} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:02.900599 [ 262 ] {fbc86747-e61e-4fd1-b1c0-98b8ab3c4eeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:29:02.900907 [ 262 ] {fbc86747-e61e-4fd1-b1c0-98b8ab3c4eeb} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.16 22:29:02.901120 [ 262 ] {fbc86747-e61e-4fd1-b1c0-98b8ab3c4eeb} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:02.901248 [ 262 ] {fbc86747-e61e-4fd1-b1c0-98b8ab3c4eeb} executeQuery: Read 100 rows, 8.00 KiB in 0.00117 sec., 85470.08547008547 rows/sec., 6.68 MiB/sec. 2026.03.16 22:29:02.901284 [ 262 ] {fbc86747-e61e-4fd1-b1c0-98b8ab3c4eeb} TCPHandler: Processed in 0.001333879 sec. 2026.03.16 22:29:02.901393 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:02.901489 [ 262 ] {687137b9-c046-418a-9748-8438db2c1900} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:02.901532 [ 262 ] {687137b9-c046-418a-9748-8438db2c1900} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:02.901920 [ 262 ] {687137b9-c046-418a-9748-8438db2c1900} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:02.901956 [ 262 ] {687137b9-c046-418a-9748-8438db2c1900} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:29:02.902278 [ 262 ] {687137b9-c046-418a-9748-8438db2c1900} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.16 22:29:02.902485 [ 262 ] {687137b9-c046-418a-9748-8438db2c1900} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:02.902613 [ 262 ] {687137b9-c046-418a-9748-8438db2c1900} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2026.03.16 22:29:02.902648 [ 262 ] {687137b9-c046-418a-9748-8438db2c1900} TCPHandler: Processed in 0.001306107 sec. 2026.03.16 22:29:02.902770 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:02.902895 [ 262 ] {3e4bddcc-196b-472a-8679-68a7408c4b8d} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:02.902961 [ 262 ] {3e4bddcc-196b-472a-8679-68a7408c4b8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:29:02.903800 [ 262 ] {3e4bddcc-196b-472a-8679-68a7408c4b8d} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:02.903836 [ 262 ] {3e4bddcc-196b-472a-8679-68a7408c4b8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:29:02.904425 [ 262 ] {3e4bddcc-196b-472a-8679-68a7408c4b8d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.16 22:29:02.904654 [ 262 ] {3e4bddcc-196b-472a-8679-68a7408c4b8d} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:29:02.904795 [ 262 ] {3e4bddcc-196b-472a-8679-68a7408c4b8d} executeQuery: Read 36 rows, 66.06 KiB in 0.001926 sec., 18691.58878504673 rows/sec., 33.49 MiB/sec. 2026.03.16 22:29:02.904862 [ 262 ] {3e4bddcc-196b-472a-8679-68a7408c4b8d} TCPHandler: Processed in 0.002155056 sec. 2026.03.16 22:29:02.904978 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:02.905077 [ 262 ] {03d2f745-8a4f-4a6b-8ce5-2a5d77bd76b2} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:02.905120 [ 262 ] {03d2f745-8a4f-4a6b-8ce5-2a5d77bd76b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:02.905452 [ 262 ] {03d2f745-8a4f-4a6b-8ce5-2a5d77bd76b2} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:02.905486 [ 262 ] {03d2f745-8a4f-4a6b-8ce5-2a5d77bd76b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.16 22:29:02.905793 [ 262 ] {03d2f745-8a4f-4a6b-8ce5-2a5d77bd76b2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.16 22:29:02.906009 [ 262 ] {03d2f745-8a4f-4a6b-8ce5-2a5d77bd76b2} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:02.906137 [ 262 ] {03d2f745-8a4f-4a6b-8ce5-2a5d77bd76b2} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.03.16 22:29:02.906173 [ 262 ] {03d2f745-8a4f-4a6b-8ce5-2a5d77bd76b2} TCPHandler: Processed in 0.001246456 sec. 2026.03.16 22:29:05.651844 [ 31 ] {} DNSResolver: Updating DNS cache 2026.03.16 22:29:05.651926 [ 31 ] {} DNSResolver: Updated DNS cache 2026.03.16 22:29:05.728180 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4750 2026.03.16 22:29:05.728710 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:05.728756 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:05.729245 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.16 22:29:05.729478 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:29:05.729606 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4750 2026.03.16 22:29:05.983436 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.16 22:29:06.000825 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:06.000882 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:06.007258 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.16 22:29:06.007968 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:29:06.011383 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.16 22:29:07.894933 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:07.895128 [ 262 ] {1e69937f-2072-46eb-8bb7-12df16f9f77f} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:07.895202 [ 262 ] {1e69937f-2072-46eb-8bb7-12df16f9f77f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:07.895821 [ 262 ] {1e69937f-2072-46eb-8bb7-12df16f9f77f} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:07.895868 [ 262 ] {1e69937f-2072-46eb-8bb7-12df16f9f77f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:07.896250 [ 262 ] {1e69937f-2072-46eb-8bb7-12df16f9f77f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.16 22:29:07.896471 [ 262 ] {1e69937f-2072-46eb-8bb7-12df16f9f77f} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:07.896632 [ 262 ] {1e69937f-2072-46eb-8bb7-12df16f9f77f} executeQuery: Read 56 rows, 4.41 KiB in 0.001554 sec., 36036.036036036036 rows/sec., 2.77 MiB/sec. 2026.03.16 22:29:07.896677 [ 262 ] {1e69937f-2072-46eb-8bb7-12df16f9f77f} TCPHandler: Processed in 0.00187812 sec. 2026.03.16 22:29:07.896790 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:07.896889 [ 262 ] {85a640f8-d4e3-45d2-ad7e-79f515e6a9b8} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:07.896931 [ 262 ] {85a640f8-d4e3-45d2-ad7e-79f515e6a9b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:07.897302 [ 262 ] {85a640f8-d4e3-45d2-ad7e-79f515e6a9b8} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:07.897336 [ 262 ] {85a640f8-d4e3-45d2-ad7e-79f515e6a9b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:07.897606 [ 262 ] {85a640f8-d4e3-45d2-ad7e-79f515e6a9b8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.16 22:29:07.897793 [ 262 ] {85a640f8-d4e3-45d2-ad7e-79f515e6a9b8} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:07.897909 [ 262 ] {85a640f8-d4e3-45d2-ad7e-79f515e6a9b8} executeQuery: Read 64 rows, 5.12 KiB in 0.001104 sec., 57971.014492753624 rows/sec., 4.52 MiB/sec. 2026.03.16 22:29:07.898010 [ 262 ] {85a640f8-d4e3-45d2-ad7e-79f515e6a9b8} TCPHandler: Processed in 0.001269397 sec. 2026.03.16 22:29:07.898115 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:07.898207 [ 262 ] {7ff858a4-c805-467a-bdb8-632be5839546} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:07.898249 [ 262 ] {7ff858a4-c805-467a-bdb8-632be5839546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:07.898633 [ 262 ] {7ff858a4-c805-467a-bdb8-632be5839546} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:07.898668 [ 262 ] {7ff858a4-c805-467a-bdb8-632be5839546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:07.898988 [ 262 ] {7ff858a4-c805-467a-bdb8-632be5839546} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.16 22:29:07.899186 [ 262 ] {7ff858a4-c805-467a-bdb8-632be5839546} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:07.899310 [ 262 ] {7ff858a4-c805-467a-bdb8-632be5839546} executeQuery: Read 160 rows, 11.41 KiB in 0.00112 sec., 142857.14285714287 rows/sec., 9.95 MiB/sec. 2026.03.16 22:29:07.899344 [ 262 ] {7ff858a4-c805-467a-bdb8-632be5839546} TCPHandler: Processed in 0.001278917 sec. 2026.03.16 22:29:07.899444 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:07.899535 [ 262 ] {e30ad0de-0a6c-4d79-90fc-52d162cdc5cf} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:07.899575 [ 262 ] {e30ad0de-0a6c-4d79-90fc-52d162cdc5cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:07.899877 [ 262 ] {e30ad0de-0a6c-4d79-90fc-52d162cdc5cf} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:07.899912 [ 262 ] {e30ad0de-0a6c-4d79-90fc-52d162cdc5cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:07.900203 [ 262 ] {e30ad0de-0a6c-4d79-90fc-52d162cdc5cf} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.16 22:29:07.900400 [ 262 ] {e30ad0de-0a6c-4d79-90fc-52d162cdc5cf} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:07.900533 [ 262 ] {e30ad0de-0a6c-4d79-90fc-52d162cdc5cf} executeQuery: Read 60 rows, 4.14 KiB in 0.001016 sec., 59055.118110236224 rows/sec., 3.98 MiB/sec. 2026.03.16 22:29:07.900566 [ 262 ] {e30ad0de-0a6c-4d79-90fc-52d162cdc5cf} TCPHandler: Processed in 0.001169625 sec. 2026.03.16 22:29:10.737426 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 396 2026.03.16 22:29:10.739954 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:10.739997 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:10.741116 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.16 22:29:10.741377 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:29:10.741616 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 396 2026.03.16 22:29:12.892416 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.892681 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} executeQuery: (from [fd00:1122:3344:101::d]:53145) 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.16 22:29:12.893045 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.16 22:29:12.893087 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.16 22:29:12.893380 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:29:12.893447 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:29:12.893586 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.03.16 22:29:12.893681 [ 311 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.16 22:29:12.893725 [ 305 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.16 22:29:12.893732 [ 340 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.16 22:29:12.893863 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.16 22:29:12.893891 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.16 22:29:12.893974 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.16 22:29:12.893995 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7) (SelectExecutor): Reading approx. 49 rows with 3 streams 2026.03.16 22:29:12.894034 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} MergeTreeBaseSelectProcessor: 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:29:12.894076 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} MergeTreeBaseSelectProcessor: 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:29:12.894114 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} MergeTreeBaseSelectProcessor: 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.16 22:29:12.895012 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} executeQuery: Read 49 rows, 1.93 KiB in 0.002444 sec., 20049.09983633388 rows/sec., 789.96 KiB/sec. 2026.03.16 22:29:12.895133 [ 262 ] {2a2402e8-31cb-427d-90d9-e67e56804cc8} TCPHandler: Processed in 0.002855691 sec. 2026.03.16 22:29:12.901532 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.901660 [ 262 ] {50ce3be7-c363-43d9-887a-df2eab811024} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.16 22:29:12.901713 [ 262 ] {50ce3be7-c363-43d9-887a-df2eab811024} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.16 22:29:12.902345 [ 262 ] {50ce3be7-c363-43d9-887a-df2eab811024} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:12.902394 [ 262 ] {50ce3be7-c363-43d9-887a-df2eab811024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:12.902844 [ 262 ] {50ce3be7-c363-43d9-887a-df2eab811024} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:29:12.903070 [ 262 ] {50ce3be7-c363-43d9-887a-df2eab811024} oximeter.timeseries_schema (5e1d096c-037c-4b45-8a41-7eb22c20dde7): 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.16 22:29:12.903213 [ 262 ] {50ce3be7-c363-43d9-887a-df2eab811024} executeQuery: Read 1 rows, 106.00 B in 0.001591 sec., 628.5355122564425 rows/sec., 65.06 KiB/sec. 2026.03.16 22:29:12.903252 [ 262 ] {50ce3be7-c363-43d9-887a-df2eab811024} TCPHandler: Processed in 0.001774498 sec. 2026.03.16 22:29:12.903374 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.903470 [ 262 ] {5247bc7b-561f-4945-ac89-842a810437bd} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.16 22:29:12.903511 [ 262 ] {5247bc7b-561f-4945-ac89-842a810437bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.16 22:29:12.903906 [ 262 ] {5247bc7b-561f-4945-ac89-842a810437bd} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:12.903943 [ 262 ] {5247bc7b-561f-4945-ac89-842a810437bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:12.904235 [ 262 ] {5247bc7b-561f-4945-ac89-842a810437bd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:29:12.904456 [ 262 ] {5247bc7b-561f-4945-ac89-842a810437bd} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): 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.16 22:29:12.904585 [ 262 ] {5247bc7b-561f-4945-ac89-842a810437bd} executeQuery: Read 14 rows, 1.14 KiB in 0.001135 sec., 12334.801762114537 rows/sec., 1005.82 KiB/sec. 2026.03.16 22:29:12.904622 [ 262 ] {5247bc7b-561f-4945-ac89-842a810437bd} TCPHandler: Processed in 0.001299558 sec. 2026.03.16 22:29:12.904745 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.904867 [ 262 ] {8d72e57c-450d-46f8-a5a4-04ba65bd1ef4} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:12.904916 [ 262 ] {8d72e57c-450d-46f8-a5a4-04ba65bd1ef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:12.905496 [ 262 ] {8d72e57c-450d-46f8-a5a4-04ba65bd1ef4} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:12.905537 [ 262 ] {8d72e57c-450d-46f8-a5a4-04ba65bd1ef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:12.905871 [ 262 ] {8d72e57c-450d-46f8-a5a4-04ba65bd1ef4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.16 22:29:12.906085 [ 262 ] {8d72e57c-450d-46f8-a5a4-04ba65bd1ef4} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:12.906219 [ 262 ] {8d72e57c-450d-46f8-a5a4-04ba65bd1ef4} executeQuery: Read 144 rows, 12.70 KiB in 0.001377 sec., 104575.1633986928 rows/sec., 9.01 MiB/sec. 2026.03.16 22:29:12.906256 [ 262 ] {8d72e57c-450d-46f8-a5a4-04ba65bd1ef4} TCPHandler: Processed in 0.001574964 sec. 2026.03.16 22:29:12.906360 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.906454 [ 262 ] {7a3c1858-3a76-4239-a4fa-3d5940e68464} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:29:12.906492 [ 262 ] {7a3c1858-3a76-4239-a4fa-3d5940e68464} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:29:12.906887 [ 262 ] {7a3c1858-3a76-4239-a4fa-3d5940e68464} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:12.906920 [ 262 ] {7a3c1858-3a76-4239-a4fa-3d5940e68464} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:12.907217 [ 262 ] {7a3c1858-3a76-4239-a4fa-3d5940e68464} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.16 22:29:12.907419 [ 262 ] {7a3c1858-3a76-4239-a4fa-3d5940e68464} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:29:12.907548 [ 262 ] {7a3c1858-3a76-4239-a4fa-3d5940e68464} executeQuery: Read 54 rows, 3.99 KiB in 0.001112 sec., 48561.151079136696 rows/sec., 3.50 MiB/sec. 2026.03.16 22:29:12.907583 [ 262 ] {7a3c1858-3a76-4239-a4fa-3d5940e68464} TCPHandler: Processed in 0.001274447 sec. 2026.03.16 22:29:12.907690 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.907792 [ 262 ] {5e226a99-44e3-4941-a1df-167553f36301} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.16 22:29:12.907832 [ 262 ] {5e226a99-44e3-4941-a1df-167553f36301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.16 22:29:12.908209 [ 262 ] {5e226a99-44e3-4941-a1df-167553f36301} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:12.908245 [ 262 ] {5e226a99-44e3-4941-a1df-167553f36301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:12.908542 [ 262 ] {5e226a99-44e3-4941-a1df-167553f36301} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:29:12.908769 [ 262 ] {5e226a99-44e3-4941-a1df-167553f36301} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): 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.16 22:29:12.908903 [ 262 ] {5e226a99-44e3-4941-a1df-167553f36301} executeQuery: Read 1 rows, 68.00 B in 0.00113 sec., 884.9557522123895 rows/sec., 58.77 KiB/sec. 2026.03.16 22:29:12.908942 [ 262 ] {5e226a99-44e3-4941-a1df-167553f36301} TCPHandler: Processed in 0.001303727 sec. 2026.03.16 22:29:12.909064 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.909158 [ 262 ] {9872b2bd-1e62-43f3-85e6-5a9d09f21ce0} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:12.909198 [ 262 ] {9872b2bd-1e62-43f3-85e6-5a9d09f21ce0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:12.909635 [ 262 ] {9872b2bd-1e62-43f3-85e6-5a9d09f21ce0} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:12.909670 [ 262 ] {9872b2bd-1e62-43f3-85e6-5a9d09f21ce0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:12.909971 [ 262 ] {9872b2bd-1e62-43f3-85e6-5a9d09f21ce0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.16 22:29:12.910180 [ 262 ] {9872b2bd-1e62-43f3-85e6-5a9d09f21ce0} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:12.910307 [ 262 ] {9872b2bd-1e62-43f3-85e6-5a9d09f21ce0} executeQuery: Read 124 rows, 9.94 KiB in 0.001168 sec., 106164.38356164383 rows/sec., 8.31 MiB/sec. 2026.03.16 22:29:12.910344 [ 262 ] {9872b2bd-1e62-43f3-85e6-5a9d09f21ce0} TCPHandler: Processed in 0.001332448 sec. 2026.03.16 22:29:12.910457 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.910550 [ 262 ] {47794252-b094-41af-beac-93f86801f04f} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:12.910593 [ 262 ] {47794252-b094-41af-beac-93f86801f04f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:12.910985 [ 262 ] {47794252-b094-41af-beac-93f86801f04f} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:12.911022 [ 262 ] {47794252-b094-41af-beac-93f86801f04f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:12.911344 [ 262 ] {47794252-b094-41af-beac-93f86801f04f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.16 22:29:12.911554 [ 262 ] {47794252-b094-41af-beac-93f86801f04f} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:12.911683 [ 262 ] {47794252-b094-41af-beac-93f86801f04f} executeQuery: Read 167 rows, 11.90 KiB in 0.001151 sec., 145091.22502172025 rows/sec., 10.10 MiB/sec. 2026.03.16 22:29:12.911720 [ 262 ] {47794252-b094-41af-beac-93f86801f04f} TCPHandler: Processed in 0.001312168 sec. 2026.03.16 22:29:12.911826 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.911928 [ 262 ] {000c4888-a4c0-4e06-ba41-133490f8e601} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.16 22:29:12.911970 [ 262 ] {000c4888-a4c0-4e06-ba41-133490f8e601} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.16 22:29:12.912295 [ 262 ] {000c4888-a4c0-4e06-ba41-133490f8e601} oximeter.measurements_f64 (a71a8064-9eed-439d-a3c8-cd9c46486eab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:12.912336 [ 262 ] {000c4888-a4c0-4e06-ba41-133490f8e601} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:12.912648 [ 262 ] {000c4888-a4c0-4e06-ba41-133490f8e601} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:29:12.912873 [ 262 ] {000c4888-a4c0-4e06-ba41-133490f8e601} oximeter.measurements_f64 (a71a8064-9eed-439d-a3c8-cd9c46486eab): 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.16 22:29:12.913005 [ 262 ] {000c4888-a4c0-4e06-ba41-133490f8e601} executeQuery: Read 1 rows, 65.00 B in 0.001096 sec., 912.4087591240876 rows/sec., 57.92 KiB/sec. 2026.03.16 22:29:12.913043 [ 262 ] {000c4888-a4c0-4e06-ba41-133490f8e601} TCPHandler: Processed in 0.001269207 sec. 2026.03.16 22:29:12.913150 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.913255 [ 262 ] {366c9f09-4d41-4c16-bb25-a86e5ede03d9} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:12.913310 [ 262 ] {366c9f09-4d41-4c16-bb25-a86e5ede03d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:29:12.914163 [ 262 ] {366c9f09-4d41-4c16-bb25-a86e5ede03d9} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:12.914201 [ 262 ] {366c9f09-4d41-4c16-bb25-a86e5ede03d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:12.914769 [ 262 ] {366c9f09-4d41-4c16-bb25-a86e5ede03d9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.16 22:29:12.915002 [ 262 ] {366c9f09-4d41-4c16-bb25-a86e5ede03d9} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:29:12.915142 [ 262 ] {366c9f09-4d41-4c16-bb25-a86e5ede03d9} executeQuery: Read 40 rows, 73.40 KiB in 0.001906 sec., 20986.35886673662 rows/sec., 37.61 MiB/sec. 2026.03.16 22:29:12.915193 [ 262 ] {366c9f09-4d41-4c16-bb25-a86e5ede03d9} TCPHandler: Processed in 0.002095334 sec. 2026.03.16 22:29:12.915306 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.915401 [ 262 ] {e588ab3f-b433-4e37-b663-8ece6b59c967} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.16 22:29:12.915444 [ 262 ] {e588ab3f-b433-4e37-b663-8ece6b59c967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.16 22:29:12.915749 [ 262 ] {e588ab3f-b433-4e37-b663-8ece6b59c967} oximeter.measurements_i64 (e5973a55-8a70-46c1-9566-75298c2aec48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:12.915786 [ 262 ] {e588ab3f-b433-4e37-b663-8ece6b59c967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:12.916084 [ 262 ] {e588ab3f-b433-4e37-b663-8ece6b59c967} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:29:12.916286 [ 262 ] {e588ab3f-b433-4e37-b663-8ece6b59c967} oximeter.measurements_i64 (e5973a55-8a70-46c1-9566-75298c2aec48): 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.16 22:29:12.916411 [ 262 ] {e588ab3f-b433-4e37-b663-8ece6b59c967} executeQuery: Read 6 rows, 434.00 B in 0.001028 sec., 5836.575875486381 rows/sec., 412.28 KiB/sec. 2026.03.16 22:29:12.916445 [ 262 ] {e588ab3f-b433-4e37-b663-8ece6b59c967} TCPHandler: Processed in 0.001192265 sec. 2026.03.16 22:29:12.916609 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:12.916710 [ 262 ] {e9268b83-5656-4cff-a99e-88b835769a3c} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:12.916750 [ 262 ] {e9268b83-5656-4cff-a99e-88b835769a3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:12.917149 [ 262 ] {e9268b83-5656-4cff-a99e-88b835769a3c} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:12.917194 [ 262 ] {e9268b83-5656-4cff-a99e-88b835769a3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:12.917551 [ 262 ] {e9268b83-5656-4cff-a99e-88b835769a3c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.16 22:29:12.917763 [ 262 ] {e9268b83-5656-4cff-a99e-88b835769a3c} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:12.917894 [ 262 ] {e9268b83-5656-4cff-a99e-88b835769a3c} executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. 2026.03.16 22:29:12.917930 [ 262 ] {e9268b83-5656-4cff-a99e-88b835769a3c} TCPHandler: Processed in 0.001373059 sec. 2026.03.16 22:29:13.229679 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5262 2026.03.16 22:29:13.230281 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:13.230336 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:13.230877 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.16 22:29:13.231113 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:29:13.231243 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5262 2026.03.16 22:29:13.231254 [ 139 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.16 22:29:13.231327 [ 139 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:13.231351 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:13.231503 [ 201 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:13.231665 [ 201 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:13.231708 [ 201 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2830 rows starting from the beginning of the part 2026.03.16 22:29:13.231807 [ 201 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:13.231864 [ 201 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:13.231911 [ 201 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:13.231962 [ 201 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:13.232016 [ 201 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:13.233546 [ 191 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5262 rows, containing 4 columns (4 merged, 0 gathered) in 0.002122135 sec., 2479578.349162518 rows/sec., 35.47 MiB/sec. 2026.03.16 22:29:13.234361 [ 186 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.16 22:29:13.234681 [ 186 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_11_2} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:29:13.234770 [ 186 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_11_2} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.16 22:29:13.234875 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2026.03.16 22:29:13.511432 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.16 22:29:13.529151 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:13.529217 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:13.535555 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.16 22:29:13.536292 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:29:13.536580 [ 139 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.16 22:29:13.536612 [ 139 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:13.536633 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:13.536794 [ 189 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:13.539843 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.16 22:29:13.541056 [ 189 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:13.542487 [ 189 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:13.547032 [ 189 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:13.551872 [ 189 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:13.556284 [ 189 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:13.561039 [ 189 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:13.565543 [ 189 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:13.623315 [ 193 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.086597977 sec., 958.4519509041186 rows/sec., 4.96 MiB/sec. 2026.03.16 22:29:13.625411 [ 193 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.16 22:29:13.627244 [ 193 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_11_2} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:29:13.627353 [ 193 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_11_2} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.16 22:29:13.629108 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.16 22:29:14.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 213.64 MiB, peak 223.53 MiB, free memory in arenas 0.00 B, will set to 223.90 MiB (RSS), difference: 10.26 MiB 2026.03.16 22:29:17.895346 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:17.895518 [ 262 ] {f537a419-23f7-4d74-83c2-b25c0c50ca21} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:17.895585 [ 262 ] {f537a419-23f7-4d74-83c2-b25c0c50ca21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:17.896275 [ 262 ] {f537a419-23f7-4d74-83c2-b25c0c50ca21} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:17.896321 [ 262 ] {f537a419-23f7-4d74-83c2-b25c0c50ca21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:17.896724 [ 262 ] {f537a419-23f7-4d74-83c2-b25c0c50ca21} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.16 22:29:17.896961 [ 262 ] {f537a419-23f7-4d74-83c2-b25c0c50ca21} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:17.897115 [ 151 ] {} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.16 22:29:17.897141 [ 262 ] {f537a419-23f7-4d74-83c2-b25c0c50ca21} executeQuery: Read 56 rows, 4.41 KiB in 0.00167 sec., 33532.934131736525 rows/sec., 2.58 MiB/sec. 2026.03.16 22:29:17.897189 [ 151 ] {} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:17.897208 [ 262 ] {f537a419-23f7-4d74-83c2-b25c0c50ca21} TCPHandler: Processed in 0.001989882 sec. 2026.03.16 22:29:17.897218 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:17.897370 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:17.897411 [ 190 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::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.16 22:29:17.897479 [ 262 ] {ec793f55-f49d-4084-ace6-872e6125ba5c} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:17.897528 [ 262 ] {ec793f55-f49d-4084-ace6-872e6125ba5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:17.897561 [ 190 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:17.897601 [ 190 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2874 rows starting from the beginning of the part 2026.03.16 22:29:17.897670 [ 190 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2026.03.16 22:29:17.897718 [ 190 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 128 rows starting from the beginning of the part 2026.03.16 22:29:17.897787 [ 190 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2026.03.16 22:29:17.897839 [ 190 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 144 rows starting from the beginning of the part 2026.03.16 22:29:17.897885 [ 190 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part 2026.03.16 22:29:17.897978 [ 262 ] {ec793f55-f49d-4084-ace6-872e6125ba5c} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:17.898021 [ 262 ] {ec793f55-f49d-4084-ace6-872e6125ba5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:17.898493 [ 262 ] {ec793f55-f49d-4084-ace6-872e6125ba5c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.16 22:29:17.898732 [ 262 ] {ec793f55-f49d-4084-ace6-872e6125ba5c} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:17.898856 [ 151 ] {} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.16 22:29:17.898878 [ 262 ] {ec793f55-f49d-4084-ace6-872e6125ba5c} executeQuery: Read 64 rows, 5.12 KiB in 0.001424 sec., 44943.8202247191 rows/sec., 3.51 MiB/sec. 2026.03.16 22:29:17.898900 [ 151 ] {} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:17.898924 [ 262 ] {ec793f55-f49d-4084-ace6-872e6125ba5c} TCPHandler: Processed in 0.001610454 sec. 2026.03.16 22:29:17.898926 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:17.899052 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::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.16 22:29:17.899067 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:17.899174 [ 262 ] {2d26829b-0610-4f0a-bf49-db4ebe7dac78} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:17.899179 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:17.899225 [ 262 ] {2d26829b-0610-4f0a-bf49-db4ebe7dac78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:17.899240 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1533 rows starting from the beginning of the part 2026.03.16 22:29:17.899341 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2026.03.16 22:29:17.899391 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part 2026.03.16 22:29:17.899439 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2026.03.16 22:29:17.899481 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 124 rows starting from the beginning of the part 2026.03.16 22:29:17.899525 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part 2026.03.16 22:29:17.899670 [ 262 ] {2d26829b-0610-4f0a-bf49-db4ebe7dac78} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:17.899713 [ 262 ] {2d26829b-0610-4f0a-bf49-db4ebe7dac78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:17.899726 [ 198 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.002404441 sec., 1378282.935617884 rows/sec., 112.54 MiB/sec. 2026.03.16 22:29:17.900223 [ 262 ] {2d26829b-0610-4f0a-bf49-db4ebe7dac78} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.16 22:29:17.900243 [ 188 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.16 22:29:17.900512 [ 262 ] {2d26829b-0610-4f0a-bf49-db4ebe7dac78} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:17.900638 [ 151 ] {} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.16 22:29:17.900648 [ 188 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_16_3} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:17.900675 [ 262 ] {2d26829b-0610-4f0a-bf49-db4ebe7dac78} executeQuery: Read 160 rows, 11.41 KiB in 0.001522 sec., 105124.83574244416 rows/sec., 7.32 MiB/sec. 2026.03.16 22:29:17.900677 [ 151 ] {} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:17.900717 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:17.900721 [ 262 ] {2d26829b-0610-4f0a-bf49-db4ebe7dac78} TCPHandler: Processed in 0.001708076 sec. 2026.03.16 22:29:17.900753 [ 188 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_16_3} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.16 22:29:17.900762 [ 198 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.001765207 sec., 1104119.8001140943 rows/sec., 83.14 MiB/sec. 2026.03.16 22:29:17.900781 [ 191 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::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.16 22:29:17.900851 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:17.900868 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.03.16 22:29:17.900888 [ 191 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:17.900920 [ 191 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4991 rows starting from the beginning of the part 2026.03.16 22:29:17.900956 [ 262 ] {58cac69b-c579-430a-9aa1-a6ccff5b68f0} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:17.900967 [ 191 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 128 rows starting from the beginning of the part 2026.03.16 22:29:17.901007 [ 262 ] {58cac69b-c579-430a-9aa1-a6ccff5b68f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:17.901013 [ 191 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.03.16 22:29:17.901017 [ 199 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.16 22:29:17.901062 [ 191 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::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.16 22:29:17.901099 [ 191 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 167 rows starting from the beginning of the part 2026.03.16 22:29:17.901134 [ 191 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.03.16 22:29:17.901302 [ 199 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_16_3} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:17.901341 [ 262 ] {58cac69b-c579-430a-9aa1-a6ccff5b68f0} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:17.901371 [ 199 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_16_3} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.16 22:29:17.901381 [ 262 ] {58cac69b-c579-430a-9aa1-a6ccff5b68f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:17.901456 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.16 22:29:17.901704 [ 262 ] {58cac69b-c579-430a-9aa1-a6ccff5b68f0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.16 22:29:17.901914 [ 262 ] {58cac69b-c579-430a-9aa1-a6ccff5b68f0} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:17.902017 [ 151 ] {} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.16 22:29:17.902111 [ 151 ] {} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:17.902117 [ 262 ] {58cac69b-c579-430a-9aa1-a6ccff5b68f0} executeQuery: Read 60 rows, 4.14 KiB in 0.001178 sec., 50933.78607809847 rows/sec., 3.43 MiB/sec. 2026.03.16 22:29:17.902127 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.16 22:29:17.902161 [ 262 ] {58cac69b-c579-430a-9aa1-a6ccff5b68f0} TCPHandler: Processed in 0.001360399 sec. 2026.03.16 22:29:17.902231 [ 198 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:29:17.902351 [ 198 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:17.902380 [ 198 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:29:17.902451 [ 198 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part 2026.03.16 22:29:17.902501 [ 198 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.03.16 22:29:17.902547 [ 198 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:29:17.902587 [ 198 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.03.16 22:29:17.902628 [ 198 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:29:17.903533 [ 188 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 4 columns (4 merged, 0 gathered) in 0.001344639 sec., 669324.6291383784 rows/sec., 44.46 MiB/sec. 2026.03.16 22:29:17.903563 [ 191 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5766 rows, containing 5 columns (5 merged, 0 gathered) in 0.002804879 sec., 2055703.6506744141 rows/sec., 136.41 MiB/sec. 2026.03.16 22:29:17.903722 [ 198 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.16 22:29:17.903978 [ 198 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_16_3} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:17.904056 [ 198 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_16_3} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.16 22:29:17.904081 [ 192 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.16 22:29:17.904129 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.03.16 22:29:17.904406 [ 192 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_16_3} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:17.904487 [ 192 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_16_3} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.16 22:29:17.904575 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2026.03.16 22:29:18.000296 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 224.32 MiB, peak 231.96 MiB, free memory in arenas 0.00 B, will set to 225.56 MiB (RSS), difference: 1.24 MiB 2026.03.16 22:29:20.651970 [ 148 ] {} DNSResolver: Updating DNS cache 2026.03.16 22:29:20.652038 [ 148 ] {} DNSResolver: Updated DNS cache 2026.03.16 22:29:20.731422 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5710 2026.03.16 22:29:20.732111 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:20.732147 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:20.732632 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.16 22:29:20.732860 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:29:20.732984 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5710 2026.03.16 22:29:20.741784 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 428 2026.03.16 22:29:20.744284 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:20.744325 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:20.745478 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.16 22:29:20.745733 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:29:20.745969 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 428 2026.03.16 22:29:21.039988 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.16 22:29:21.055277 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:21.055339 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:21.061069 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.16 22:29:21.061769 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:29:21.064421 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.16 22:29:22.897716 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:22.897888 [ 262 ] {9c54147a-a278-4293-bda7-c280b2fcc852} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:22.897952 [ 262 ] {9c54147a-a278-4293-bda7-c280b2fcc852} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:22.898657 [ 262 ] {9c54147a-a278-4293-bda7-c280b2fcc852} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:22.898710 [ 262 ] {9c54147a-a278-4293-bda7-c280b2fcc852} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:22.899119 [ 262 ] {9c54147a-a278-4293-bda7-c280b2fcc852} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.16 22:29:22.899373 [ 262 ] {9c54147a-a278-4293-bda7-c280b2fcc852} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:22.899533 [ 262 ] {9c54147a-a278-4293-bda7-c280b2fcc852} executeQuery: Read 136 rows, 12.10 KiB in 0.00169 sec., 80473.37278106509 rows/sec., 6.99 MiB/sec. 2026.03.16 22:29:22.899583 [ 262 ] {9c54147a-a278-4293-bda7-c280b2fcc852} TCPHandler: Processed in 0.001991482 sec. 2026.03.16 22:29:22.899707 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:22.899814 [ 262 ] {dc4323ab-b120-4349-82e9-407c541c33d4} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:29:22.899858 [ 262 ] {dc4323ab-b120-4349-82e9-407c541c33d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:29:22.900293 [ 262 ] {dc4323ab-b120-4349-82e9-407c541c33d4} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:22.900330 [ 262 ] {dc4323ab-b120-4349-82e9-407c541c33d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:22.900631 [ 262 ] {dc4323ab-b120-4349-82e9-407c541c33d4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.16 22:29:22.900844 [ 262 ] {dc4323ab-b120-4349-82e9-407c541c33d4} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:29:22.900979 [ 262 ] {dc4323ab-b120-4349-82e9-407c541c33d4} executeQuery: Read 40 rows, 3.01 KiB in 0.001189 sec., 33641.7157275021 rows/sec., 2.47 MiB/sec. 2026.03.16 22:29:22.901018 [ 262 ] {dc4323ab-b120-4349-82e9-407c541c33d4} TCPHandler: Processed in 0.001364609 sec. 2026.03.16 22:29:22.901132 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:22.901231 [ 262 ] {7761cb3d-cbf8-4237-8ae3-4a685488fbb7} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:22.901271 [ 262 ] {7761cb3d-cbf8-4237-8ae3-4a685488fbb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:22.901694 [ 262 ] {7761cb3d-cbf8-4237-8ae3-4a685488fbb7} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:22.901730 [ 262 ] {7761cb3d-cbf8-4237-8ae3-4a685488fbb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:22.902036 [ 262 ] {7761cb3d-cbf8-4237-8ae3-4a685488fbb7} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.16 22:29:22.902250 [ 262 ] {7761cb3d-cbf8-4237-8ae3-4a685488fbb7} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:22.902379 [ 262 ] {7761cb3d-cbf8-4237-8ae3-4a685488fbb7} executeQuery: Read 104 rows, 8.32 KiB in 0.001169 sec., 88964.9272882806 rows/sec., 6.95 MiB/sec. 2026.03.16 22:29:22.902416 [ 262 ] {7761cb3d-cbf8-4237-8ae3-4a685488fbb7} TCPHandler: Processed in 0.001335148 sec. 2026.03.16 22:29:22.902529 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:22.902623 [ 262 ] {a99fdc4d-f221-469e-9e6e-bd371ac0771a} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:22.902667 [ 262 ] {a99fdc4d-f221-469e-9e6e-bd371ac0771a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:22.903054 [ 262 ] {a99fdc4d-f221-469e-9e6e-bd371ac0771a} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:22.903090 [ 262 ] {a99fdc4d-f221-469e-9e6e-bd371ac0771a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:22.903421 [ 262 ] {a99fdc4d-f221-469e-9e6e-bd371ac0771a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.16 22:29:22.903647 [ 262 ] {a99fdc4d-f221-469e-9e6e-bd371ac0771a} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:22.903780 [ 262 ] {a99fdc4d-f221-469e-9e6e-bd371ac0771a} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.03.16 22:29:22.903817 [ 262 ] {a99fdc4d-f221-469e-9e6e-bd371ac0771a} TCPHandler: Processed in 0.001338738 sec. 2026.03.16 22:29:22.903929 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:22.904024 [ 262 ] {cc6e02b0-f867-4cd8-b11e-9065ea700675} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:22.904078 [ 262 ] {cc6e02b0-f867-4cd8-b11e-9065ea700675} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:29:22.904876 [ 262 ] {cc6e02b0-f867-4cd8-b11e-9065ea700675} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:22.904921 [ 262 ] {cc6e02b0-f867-4cd8-b11e-9065ea700675} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:22.905506 [ 262 ] {cc6e02b0-f867-4cd8-b11e-9065ea700675} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.16 22:29:22.905721 [ 262 ] {cc6e02b0-f867-4cd8-b11e-9065ea700675} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:29:22.905860 [ 262 ] {cc6e02b0-f867-4cd8-b11e-9065ea700675} executeQuery: Read 40 rows, 73.40 KiB in 0.001853 sec., 21586.616297895303 rows/sec., 38.68 MiB/sec. 2026.03.16 22:29:22.905921 [ 262 ] {cc6e02b0-f867-4cd8-b11e-9065ea700675} TCPHandler: Processed in 0.002043143 sec. 2026.03.16 22:29:22.906044 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:22.906142 [ 262 ] {ccb9c899-42c8-419e-8c9c-5b343817d89d} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:22.906186 [ 262 ] {ccb9c899-42c8-419e-8c9c-5b343817d89d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:22.906521 [ 262 ] {ccb9c899-42c8-419e-8c9c-5b343817d89d} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:22.906561 [ 262 ] {ccb9c899-42c8-419e-8c9c-5b343817d89d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:22.906867 [ 262 ] {ccb9c899-42c8-419e-8c9c-5b343817d89d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.16 22:29:22.907087 [ 262 ] {ccb9c899-42c8-419e-8c9c-5b343817d89d} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:22.907217 [ 262 ] {ccb9c899-42c8-419e-8c9c-5b343817d89d} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.03.16 22:29:22.907252 [ 262 ] {ccb9c899-42c8-419e-8c9c-5b343817d89d} TCPHandler: Processed in 0.001263446 sec. 2026.03.16 22:29:23.495547 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:23.495753 [ 262 ] {a3eb30a9-21a9-483c-932c-f27eaa3defb0} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.16 22:29:23.495820 [ 262 ] {a3eb30a9-21a9-483c-932c-f27eaa3defb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.16 22:29:23.496470 [ 262 ] {a3eb30a9-21a9-483c-932c-f27eaa3defb0} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.496517 [ 262 ] {a3eb30a9-21a9-483c-932c-f27eaa3defb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.496905 [ 262 ] {a3eb30a9-21a9-483c-932c-f27eaa3defb0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:29:23.497151 [ 262 ] {a3eb30a9-21a9-483c-932c-f27eaa3defb0} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): 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.16 22:29:23.497315 [ 262 ] {a3eb30a9-21a9-483c-932c-f27eaa3defb0} executeQuery: Read 24 rows, 2.04 KiB in 0.001614 sec., 14869.888475836431 rows/sec., 1.23 MiB/sec. 2026.03.16 22:29:23.497370 [ 262 ] {a3eb30a9-21a9-483c-932c-f27eaa3defb0} TCPHandler: Processed in 0.001965372 sec. 2026.03.16 22:29:23.497532 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:23.497657 [ 262 ] {4454af07-2c08-4366-9435-e5398f0dea0a} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.16 22:29:23.497713 [ 262 ] {4454af07-2c08-4366-9435-e5398f0dea0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.16 22:29:23.498149 [ 262 ] {4454af07-2c08-4366-9435-e5398f0dea0a} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.498188 [ 262 ] {4454af07-2c08-4366-9435-e5398f0dea0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.498512 [ 262 ] {4454af07-2c08-4366-9435-e5398f0dea0a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:29:23.498744 [ 262 ] {4454af07-2c08-4366-9435-e5398f0dea0a} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): 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.16 22:29:23.498886 [ 262 ] {4454af07-2c08-4366-9435-e5398f0dea0a} executeQuery: Read 2 rows, 167.00 B in 0.001257 sec., 1591.0898965791566 rows/sec., 129.74 KiB/sec. 2026.03.16 22:29:23.498925 [ 262 ] {4454af07-2c08-4366-9435-e5398f0dea0a} TCPHandler: Processed in 0.001458701 sec. 2026.03.16 22:29:23.499124 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:23.499222 [ 262 ] {528edb32-5cc6-404a-b590-7bdc70896827} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:23.499262 [ 262 ] {528edb32-5cc6-404a-b590-7bdc70896827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:23.500708 [ 262 ] {528edb32-5cc6-404a-b590-7bdc70896827} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.500746 [ 262 ] {528edb32-5cc6-404a-b590-7bdc70896827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.501187 [ 262 ] {528edb32-5cc6-404a-b590-7bdc70896827} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.16 22:29:23.501424 [ 262 ] {528edb32-5cc6-404a-b590-7bdc70896827} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:23.501564 [ 262 ] {528edb32-5cc6-404a-b590-7bdc70896827} executeQuery: Read 2057 rows, 160.65 KiB in 0.00236 sec., 871610.1694915254 rows/sec., 66.48 MiB/sec. 2026.03.16 22:29:23.501604 [ 262 ] {528edb32-5cc6-404a-b590-7bdc70896827} TCPHandler: Processed in 0.002534944 sec. 2026.03.16 22:29:23.501728 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:23.501823 [ 262 ] {a9304297-8f55-4eaf-93cb-6f5ab9875825} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:29:23.501862 [ 262 ] {a9304297-8f55-4eaf-93cb-6f5ab9875825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:29:23.502275 [ 262 ] {a9304297-8f55-4eaf-93cb-6f5ab9875825} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.502312 [ 262 ] {a9304297-8f55-4eaf-93cb-6f5ab9875825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.502635 [ 262 ] {a9304297-8f55-4eaf-93cb-6f5ab9875825} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.16 22:29:23.502840 [ 262 ] {a9304297-8f55-4eaf-93cb-6f5ab9875825} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:29:23.502949 [ 146 ] {} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.16 22:29:23.502969 [ 262 ] {a9304297-8f55-4eaf-93cb-6f5ab9875825} executeQuery: Read 23 rows, 1.78 KiB in 0.001165 sec., 19742.489270386264 rows/sec., 1.49 MiB/sec. 2026.03.16 22:29:23.503012 [ 146 ] {} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.503019 [ 262 ] {a9304297-8f55-4eaf-93cb-6f5ab9875825} TCPHandler: Processed in 0.001342249 sec. 2026.03.16 22:29:23.503046 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.503150 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:23.503189 [ 188 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::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.16 22:29:23.503249 [ 262 ] {4cc6fb88-1b25-433c-980f-71de5f955b2b} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.16 22:29:23.503294 [ 262 ] {4cc6fb88-1b25-433c-980f-71de5f955b2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.16 22:29:23.503347 [ 188 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:23.503388 [ 188 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 206 rows starting from the beginning of the part 2026.03.16 22:29:23.503489 [ 188 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part 2026.03.16 22:29:23.503541 [ 188 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::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.16 22:29:23.503594 [ 188 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 54 rows starting from the beginning of the part 2026.03.16 22:29:23.503638 [ 188 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2026.03.16 22:29:23.503685 [ 188 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part 2026.03.16 22:29:23.503941 [ 262 ] {4cc6fb88-1b25-433c-980f-71de5f955b2b} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.503984 [ 262 ] {4cc6fb88-1b25-433c-980f-71de5f955b2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.504357 [ 262 ] {4cc6fb88-1b25-433c-980f-71de5f955b2b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:29:23.504572 [ 198 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 379 rows, containing 5 columns (5 merged, 0 gathered) in 0.001449871 sec., 261402.56615933418 rows/sec., 18.76 MiB/sec. 2026.03.16 22:29:23.504578 [ 262 ] {4cc6fb88-1b25-433c-980f-71de5f955b2b} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): 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.16 22:29:23.504719 [ 146 ] {} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.16 22:29:23.504738 [ 262 ] {4cc6fb88-1b25-433c-980f-71de5f955b2b} executeQuery: Read 732 rows, 44.33 KiB in 0.001506 sec., 486055.77689243027 rows/sec., 28.75 MiB/sec. 2026.03.16 22:29:23.504774 [ 146 ] {} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.504790 [ 262 ] {4cc6fb88-1b25-433c-980f-71de5f955b2b} TCPHandler: Processed in 0.001689245 sec. 2026.03.16 22:29:23.504798 [ 191 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.16 22:29:23.504818 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.504929 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:23.504935 [ 192 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::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.16 22:29:23.505044 [ 262 ] {accbda84-80cf-464a-b1d5-292cd8a58ca6} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:23.505062 [ 192 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:23.505114 [ 192 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.03.16 22:29:23.505118 [ 262 ] {accbda84-80cf-464a-b1d5-292cd8a58ca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.16 22:29:23.505170 [ 192 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::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.16 22:29:23.505197 [ 191 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_11_2} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:29:23.505221 [ 192 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 732 rows starting from the beginning of the part 2026.03.16 22:29:23.505266 [ 192 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 732 rows starting from the beginning of the part 2026.03.16 22:29:23.505305 [ 192 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::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.16 22:29:23.505309 [ 191 ] {9ff80dee-a025-45d1-8480-5b19bdac903c::all_1_11_2} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.16 22:29:23.505344 [ 192 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 732 rows starting from the beginning of the part 2026.03.16 22:29:23.505421 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.16 22:29:23.505542 [ 262 ] {accbda84-80cf-464a-b1d5-292cd8a58ca6} oximeter.fields_u64 (63a418c3-4d27-4237-ba51-0123f52a6509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.505587 [ 262 ] {accbda84-80cf-464a-b1d5-292cd8a58ca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.505924 [ 262 ] {accbda84-80cf-464a-b1d5-292cd8a58ca6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.16 22:29:23.506169 [ 262 ] {accbda84-80cf-464a-b1d5-292cd8a58ca6} oximeter.fields_u64 (63a418c3-4d27-4237-ba51-0123f52a6509): 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.16 22:29:23.506302 [ 262 ] {accbda84-80cf-464a-b1d5-292cd8a58ca6} executeQuery: Read 1 rows, 72.00 B in 0.001279 sec., 781.8608287724785 rows/sec., 54.97 KiB/sec. 2026.03.16 22:29:23.506357 [ 262 ] {accbda84-80cf-464a-b1d5-292cd8a58ca6} TCPHandler: Processed in 0.001479582 sec. 2026.03.16 22:29:23.506513 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:23.506590 [ 194 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2495 rows, containing 5 columns (5 merged, 0 gathered) in 0.001688966 sec., 1477235.1841304088 rows/sec., 93.97 MiB/sec. 2026.03.16 22:29:23.506609 [ 262 ] {df65b9d1-8010-4be3-9fc7-17b6880f8bbd} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.16 22:29:23.506657 [ 262 ] {df65b9d1-8010-4be3-9fc7-17b6880f8bbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.16 22:29:23.506770 [ 192 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.16 22:29:23.507025 [ 192 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::all_1_6_1} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): 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.16 22:29:23.507083 [ 262 ] {df65b9d1-8010-4be3-9fc7-17b6880f8bbd} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.507092 [ 192 ] {f69fa89f-d04b-4616-ad3f-cb9c7bd90317::all_1_6_1} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.16 22:29:23.507126 [ 262 ] {df65b9d1-8010-4be3-9fc7-17b6880f8bbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.507178 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.03.16 22:29:23.507446 [ 262 ] {df65b9d1-8010-4be3-9fc7-17b6880f8bbd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.16 22:29:23.507673 [ 262 ] {df65b9d1-8010-4be3-9fc7-17b6880f8bbd} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): 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.16 22:29:23.507808 [ 262 ] {df65b9d1-8010-4be3-9fc7-17b6880f8bbd} executeQuery: Read 12 rows, 960.00 B in 0.001216 sec., 9868.421052631578 rows/sec., 770.97 KiB/sec. 2026.03.16 22:29:23.507846 [ 262 ] {df65b9d1-8010-4be3-9fc7-17b6880f8bbd} TCPHandler: Processed in 0.001384679 sec. 2026.03.16 22:29:23.507981 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:23.508115 [ 262 ] {a937f5ea-7729-4569-a6a6-cf55cd5dc28b} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:23.508164 [ 262 ] {a937f5ea-7729-4569-a6a6-cf55cd5dc28b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:23.509028 [ 262 ] {a937f5ea-7729-4569-a6a6-cf55cd5dc28b} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.509066 [ 262 ] {a937f5ea-7729-4569-a6a6-cf55cd5dc28b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.509450 [ 262 ] {a937f5ea-7729-4569-a6a6-cf55cd5dc28b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.16 22:29:23.509693 [ 262 ] {a937f5ea-7729-4569-a6a6-cf55cd5dc28b} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:23.509836 [ 262 ] {a937f5ea-7729-4569-a6a6-cf55cd5dc28b} executeQuery: Read 1047 rows, 74.48 KiB in 0.001744 sec., 600344.0366972476 rows/sec., 41.71 MiB/sec. 2026.03.16 22:29:23.509876 [ 262 ] {a937f5ea-7729-4569-a6a6-cf55cd5dc28b} TCPHandler: Processed in 0.001948011 sec. 2026.03.16 22:29:23.510017 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:23.510114 [ 262 ] {6deebe04-f324-4e53-83c1-8eace608cd9b} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:23.510157 [ 262 ] {6deebe04-f324-4e53-83c1-8eace608cd9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:23.510889 [ 262 ] {6deebe04-f324-4e53-83c1-8eace608cd9b} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.510929 [ 262 ] {6deebe04-f324-4e53-83c1-8eace608cd9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.511424 [ 262 ] {6deebe04-f324-4e53-83c1-8eace608cd9b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.16 22:29:23.511711 [ 262 ] {6deebe04-f324-4e53-83c1-8eace608cd9b} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:23.511911 [ 262 ] {6deebe04-f324-4e53-83c1-8eace608cd9b} executeQuery: Read 1254 rows, 80.98 KiB in 0.001814 sec., 691289.966923925 rows/sec., 43.59 MiB/sec. 2026.03.16 22:29:23.511963 [ 262 ] {6deebe04-f324-4e53-83c1-8eace608cd9b} TCPHandler: Processed in 0.002002793 sec. 2026.03.16 22:29:23.512100 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:23.512198 [ 262 ] {a38d773a-ed7b-4e0c-896f-685f18af580d} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:23.512253 [ 262 ] {a38d773a-ed7b-4e0c-896f-685f18af580d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:29:23.513031 [ 262 ] {a38d773a-ed7b-4e0c-896f-685f18af580d} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.513069 [ 262 ] {a38d773a-ed7b-4e0c-896f-685f18af580d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.513618 [ 262 ] {a38d773a-ed7b-4e0c-896f-685f18af580d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.16 22:29:23.513842 [ 262 ] {a38d773a-ed7b-4e0c-896f-685f18af580d} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:29:23.513954 [ 146 ] {} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.16 22:29:23.513977 [ 262 ] {a38d773a-ed7b-4e0c-896f-685f18af580d} executeQuery: Read 9 rows, 16.51 KiB in 0.001799 sec., 5002.77932184547 rows/sec., 8.96 MiB/sec. 2026.03.16 22:29:23.513994 [ 146 ] {} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.514020 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.514049 [ 262 ] {a38d773a-ed7b-4e0c-896f-685f18af580d} TCPHandler: Processed in 0.002000433 sec. 2026.03.16 22:29:23.514114 [ 198 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::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.16 22:29:23.514186 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:23.514286 [ 262 ] {5ad71698-8a49-41a0-a4df-75e96a2e2d06} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:23.514335 [ 262 ] {5ad71698-8a49-41a0-a4df-75e96a2e2d06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:23.514342 [ 198 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:23.514410 [ 198 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 90 rows starting from the beginning of the part 2026.03.16 22:29:23.514558 [ 198 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part 2026.03.16 22:29:23.514666 [ 262 ] {5ad71698-8a49-41a0-a4df-75e96a2e2d06} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:23.514679 [ 198 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::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.16 22:29:23.514709 [ 262 ] {5ad71698-8a49-41a0-a4df-75e96a2e2d06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:23.514801 [ 198 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2026.03.16 22:29:23.514927 [ 198 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2026.03.16 22:29:23.515044 [ 198 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 9 rows starting from the beginning of the part 2026.03.16 22:29:23.515059 [ 262 ] {5ad71698-8a49-41a0-a4df-75e96a2e2d06} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.16 22:29:23.515312 [ 262 ] {5ad71698-8a49-41a0-a4df-75e96a2e2d06} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:23.515501 [ 262 ] {5ad71698-8a49-41a0-a4df-75e96a2e2d06} executeQuery: Read 12 rows, 848.00 B in 0.001235 sec., 9716.599190283401 rows/sec., 670.55 KiB/sec. 2026.03.16 22:29:23.515554 [ 262 ] {5ad71698-8a49-41a0-a4df-75e96a2e2d06} TCPHandler: Processed in 0.00141943 sec. 2026.03.16 22:29:23.518180 [ 192 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 223 rows, containing 19 columns (19 merged, 0 gathered) in 0.004101997 sec., 54363.764771159025 rows/sec., 97.42 MiB/sec. 2026.03.16 22:29:23.518612 [ 196 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.16 22:29:23.518965 [ 196 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_11_2} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:29:23.519047 [ 196 ] {75c4e3db-edb1-4787-8a10-1ef3ceee3465::all_1_11_2} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.16 22:29:23.519171 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2026.03.16 22:29:27.893698 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:27.893890 [ 262 ] {0e819de1-b33e-4031-a81f-b0dc915d732f} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:27.893961 [ 262 ] {0e819de1-b33e-4031-a81f-b0dc915d732f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:27.894717 [ 262 ] {0e819de1-b33e-4031-a81f-b0dc915d732f} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:27.894764 [ 262 ] {0e819de1-b33e-4031-a81f-b0dc915d732f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:27.895137 [ 262 ] {0e819de1-b33e-4031-a81f-b0dc915d732f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.16 22:29:27.895352 [ 262 ] {0e819de1-b33e-4031-a81f-b0dc915d732f} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:27.895502 [ 262 ] {0e819de1-b33e-4031-a81f-b0dc915d732f} executeQuery: Read 56 rows, 4.41 KiB in 0.001663 sec., 33674.08298256164 rows/sec., 2.59 MiB/sec. 2026.03.16 22:29:27.895542 [ 262 ] {0e819de1-b33e-4031-a81f-b0dc915d732f} TCPHandler: Processed in 0.001974182 sec. 2026.03.16 22:29:27.895682 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:27.895775 [ 262 ] {8fdba3f9-717f-4b23-9020-b0bc94a80343} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:27.895813 [ 262 ] {8fdba3f9-717f-4b23-9020-b0bc94a80343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:27.896287 [ 262 ] {8fdba3f9-717f-4b23-9020-b0bc94a80343} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:27.896323 [ 262 ] {8fdba3f9-717f-4b23-9020-b0bc94a80343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:27.896627 [ 262 ] {8fdba3f9-717f-4b23-9020-b0bc94a80343} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.16 22:29:27.896842 [ 262 ] {8fdba3f9-717f-4b23-9020-b0bc94a80343} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:27.896965 [ 262 ] {8fdba3f9-717f-4b23-9020-b0bc94a80343} executeQuery: Read 64 rows, 5.12 KiB in 0.001209 sec., 52936.31100082713 rows/sec., 4.13 MiB/sec. 2026.03.16 22:29:27.897000 [ 262 ] {8fdba3f9-717f-4b23-9020-b0bc94a80343} TCPHandler: Processed in 0.001375139 sec. 2026.03.16 22:29:27.897132 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:27.897224 [ 262 ] {e29d2440-d966-4019-8b1e-084a7d6ed17c} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:27.897266 [ 262 ] {e29d2440-d966-4019-8b1e-084a7d6ed17c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:27.897713 [ 262 ] {e29d2440-d966-4019-8b1e-084a7d6ed17c} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:27.897750 [ 262 ] {e29d2440-d966-4019-8b1e-084a7d6ed17c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:27.898080 [ 262 ] {e29d2440-d966-4019-8b1e-084a7d6ed17c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.16 22:29:27.898296 [ 262 ] {e29d2440-d966-4019-8b1e-084a7d6ed17c} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:27.898422 [ 262 ] {e29d2440-d966-4019-8b1e-084a7d6ed17c} executeQuery: Read 128 rows, 9.13 KiB in 0.001217 sec., 105176.66392769104 rows/sec., 7.33 MiB/sec. 2026.03.16 22:29:27.898458 [ 262 ] {e29d2440-d966-4019-8b1e-084a7d6ed17c} TCPHandler: Processed in 0.001383009 sec. 2026.03.16 22:29:27.898579 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:27.898671 [ 262 ] {484da953-2657-491c-8190-ea4dcfcc7ff0} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:27.898711 [ 262 ] {484da953-2657-491c-8190-ea4dcfcc7ff0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:27.899051 [ 262 ] {484da953-2657-491c-8190-ea4dcfcc7ff0} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:27.899086 [ 262 ] {484da953-2657-491c-8190-ea4dcfcc7ff0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:27.899374 [ 262 ] {484da953-2657-491c-8190-ea4dcfcc7ff0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.16 22:29:27.899570 [ 262 ] {484da953-2657-491c-8190-ea4dcfcc7ff0} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:27.899700 [ 262 ] {484da953-2657-491c-8190-ea4dcfcc7ff0} executeQuery: Read 48 rows, 3.31 KiB in 0.001048 sec., 45801.526717557244 rows/sec., 3.09 MiB/sec. 2026.03.16 22:29:27.899735 [ 262 ] {484da953-2657-491c-8190-ea4dcfcc7ff0} TCPHandler: Processed in 0.001204745 sec. 2026.03.16 22:29:28.233088 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6222 2026.03.16 22:29:28.233686 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:28.233737 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:28.234269 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.16 22:29:28.234491 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:29:28.234614 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6222 2026.03.16 22:29:28.564540 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.16 22:29:28.581981 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:28.582053 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:28.587798 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.16 22:29:28.588486 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:29:28.591935 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.16 22:29:30.746175 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 470 2026.03.16 22:29:30.748560 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:30.748609 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:30.749793 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.16 22:29:30.750063 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:29:30.750386 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 470 2026.03.16 22:29:32.898233 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:32.898427 [ 262 ] {613ef4ec-96bb-483c-b2a8-2e88ea21e728} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:32.898494 [ 262 ] {613ef4ec-96bb-483c-b2a8-2e88ea21e728} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:32.899167 [ 262 ] {613ef4ec-96bb-483c-b2a8-2e88ea21e728} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:32.899207 [ 262 ] {613ef4ec-96bb-483c-b2a8-2e88ea21e728} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:32.899607 [ 262 ] {613ef4ec-96bb-483c-b2a8-2e88ea21e728} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.16 22:29:32.899839 [ 262 ] {613ef4ec-96bb-483c-b2a8-2e88ea21e728} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:32.899987 [ 262 ] {613ef4ec-96bb-483c-b2a8-2e88ea21e728} executeQuery: Read 136 rows, 12.10 KiB in 0.001614 sec., 84262.70136307311 rows/sec., 7.32 MiB/sec. 2026.03.16 22:29:32.900029 [ 262 ] {613ef4ec-96bb-483c-b2a8-2e88ea21e728} TCPHandler: Processed in 0.001932371 sec. 2026.03.16 22:29:32.900149 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:32.900245 [ 262 ] {6e9df443-5203-4996-85d3-ab37e0adae37} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:29:32.900286 [ 262 ] {6e9df443-5203-4996-85d3-ab37e0adae37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:29:32.900696 [ 262 ] {6e9df443-5203-4996-85d3-ab37e0adae37} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:32.900733 [ 262 ] {6e9df443-5203-4996-85d3-ab37e0adae37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:32.901033 [ 262 ] {6e9df443-5203-4996-85d3-ab37e0adae37} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.16 22:29:32.901250 [ 262 ] {6e9df443-5203-4996-85d3-ab37e0adae37} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:29:32.901376 [ 262 ] {6e9df443-5203-4996-85d3-ab37e0adae37} executeQuery: Read 40 rows, 3.01 KiB in 0.00115 sec., 34782.608695652176 rows/sec., 2.55 MiB/sec. 2026.03.16 22:29:32.901414 [ 262 ] {6e9df443-5203-4996-85d3-ab37e0adae37} TCPHandler: Processed in 0.001316588 sec. 2026.03.16 22:29:32.901521 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:32.901614 [ 262 ] {d5e6019f-0511-4185-b2bc-e258cf9fbabe} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:32.901654 [ 262 ] {d5e6019f-0511-4185-b2bc-e258cf9fbabe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:32.902065 [ 262 ] {d5e6019f-0511-4185-b2bc-e258cf9fbabe} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:32.902100 [ 262 ] {d5e6019f-0511-4185-b2bc-e258cf9fbabe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:32.902406 [ 262 ] {d5e6019f-0511-4185-b2bc-e258cf9fbabe} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.16 22:29:32.902614 [ 262 ] {d5e6019f-0511-4185-b2bc-e258cf9fbabe} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:32.902737 [ 262 ] {d5e6019f-0511-4185-b2bc-e258cf9fbabe} executeQuery: Read 104 rows, 8.32 KiB in 0.00114 sec., 91228.0701754386 rows/sec., 7.13 MiB/sec. 2026.03.16 22:29:32.902773 [ 262 ] {d5e6019f-0511-4185-b2bc-e258cf9fbabe} TCPHandler: Processed in 0.001302297 sec. 2026.03.16 22:29:32.902878 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:32.902972 [ 262 ] {72251773-fbff-452c-950d-abff55920b03} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:32.903013 [ 262 ] {72251773-fbff-452c-950d-abff55920b03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:32.903414 [ 262 ] {72251773-fbff-452c-950d-abff55920b03} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:32.903448 [ 262 ] {72251773-fbff-452c-950d-abff55920b03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:32.903767 [ 262 ] {72251773-fbff-452c-950d-abff55920b03} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.16 22:29:32.903984 [ 262 ] {72251773-fbff-452c-950d-abff55920b03} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:32.904112 [ 262 ] {72251773-fbff-452c-950d-abff55920b03} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2026.03.16 22:29:32.904147 [ 262 ] {72251773-fbff-452c-950d-abff55920b03} TCPHandler: Processed in 0.001320008 sec. 2026.03.16 22:29:32.904257 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:32.904350 [ 262 ] {95ee6a11-3ecf-48f3-8be2-fee8395ea3f9} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:32.904402 [ 262 ] {95ee6a11-3ecf-48f3-8be2-fee8395ea3f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:29:32.905211 [ 262 ] {95ee6a11-3ecf-48f3-8be2-fee8395ea3f9} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:32.905246 [ 262 ] {95ee6a11-3ecf-48f3-8be2-fee8395ea3f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:32.905782 [ 262 ] {95ee6a11-3ecf-48f3-8be2-fee8395ea3f9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.16 22:29:32.905995 [ 262 ] {95ee6a11-3ecf-48f3-8be2-fee8395ea3f9} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:29:32.906133 [ 262 ] {95ee6a11-3ecf-48f3-8be2-fee8395ea3f9} executeQuery: Read 40 rows, 73.40 KiB in 0.001802 sec., 22197.558268590456 rows/sec., 39.78 MiB/sec. 2026.03.16 22:29:32.906184 [ 262 ] {95ee6a11-3ecf-48f3-8be2-fee8395ea3f9} TCPHandler: Processed in 0.001977262 sec. 2026.03.16 22:29:32.906289 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:32.906383 [ 262 ] {feece05c-5120-41b1-bf1e-9c5bb4eaedbb} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:32.906424 [ 262 ] {feece05c-5120-41b1-bf1e-9c5bb4eaedbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:32.906740 [ 262 ] {feece05c-5120-41b1-bf1e-9c5bb4eaedbb} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:32.906774 [ 262 ] {feece05c-5120-41b1-bf1e-9c5bb4eaedbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.46 GiB. 2026.03.16 22:29:32.907066 [ 262 ] {feece05c-5120-41b1-bf1e-9c5bb4eaedbb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.16 22:29:32.907280 [ 262 ] {feece05c-5120-41b1-bf1e-9c5bb4eaedbb} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:32.907403 [ 262 ] {feece05c-5120-41b1-bf1e-9c5bb4eaedbb} executeQuery: Read 60 rows, 4.14 KiB in 0.001039 sec., 57747.83445620789 rows/sec., 3.89 MiB/sec. 2026.03.16 22:29:32.907437 [ 262 ] {feece05c-5120-41b1-bf1e-9c5bb4eaedbb} TCPHandler: Processed in 0.001198665 sec. 2026.03.16 22:29:34.926071 [ 132 ] {} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.16 22:29:34.926147 [ 132 ] {} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:34.926169 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:34.926279 [ 192 ] {3db855a3-4d54-4a87-876a-6fc261b7c2c3::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.16 22:29:34.926410 [ 192 ] {3db855a3-4d54-4a87-876a-6fc261b7c2c3::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:34.926449 [ 192 ] {3db855a3-4d54-4a87-876a-6fc261b7c2c3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.03.16 22:29:34.926524 [ 192 ] {3db855a3-4d54-4a87-876a-6fc261b7c2c3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.03.16 22:29:34.926585 [ 192 ] {3db855a3-4d54-4a87-876a-6fc261b7c2c3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.03.16 22:29:34.926633 [ 192 ] {3db855a3-4d54-4a87-876a-6fc261b7c2c3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.03.16 22:29:34.926678 [ 192 ] {3db855a3-4d54-4a87-876a-6fc261b7c2c3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.16 22:29:34.927655 [ 186 ] {3db855a3-4d54-4a87-876a-6fc261b7c2c3::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 5 columns (5 merged, 0 gathered) in 0.00141663 sec., 451776.39891856024 rows/sec., 31.41 MiB/sec. 2026.03.16 22:29:34.927874 [ 193 ] {3db855a3-4d54-4a87-876a-6fc261b7c2c3::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.16 22:29:34.928187 [ 193 ] {3db855a3-4d54-4a87-876a-6fc261b7c2c3::all_1_5_1} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): 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.16 22:29:34.928260 [ 193 ] {3db855a3-4d54-4a87-876a-6fc261b7c2c3::all_1_5_1} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.16 22:29:34.928363 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.16 22:29:35.223602 [ 132 ] {} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.16 22:29:35.223659 [ 132 ] {} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:35.223684 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:35.223786 [ 200 ] {9b1a8965-360f-4fd6-98b0-efd269d87a53::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.16 22:29:35.223908 [ 200 ] {9b1a8965-360f-4fd6-98b0-efd269d87a53::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:35.223941 [ 200 ] {9b1a8965-360f-4fd6-98b0-efd269d87a53::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.03.16 22:29:35.224010 [ 200 ] {9b1a8965-360f-4fd6-98b0-efd269d87a53::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.03.16 22:29:35.224059 [ 200 ] {9b1a8965-360f-4fd6-98b0-efd269d87a53::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.03.16 22:29:35.224102 [ 200 ] {9b1a8965-360f-4fd6-98b0-efd269d87a53::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.03.16 22:29:35.224146 [ 200 ] {9b1a8965-360f-4fd6-98b0-efd269d87a53::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.03.16 22:29:35.224966 [ 193 ] {9b1a8965-360f-4fd6-98b0-efd269d87a53::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 5 columns (5 merged, 0 gathered) in 0.001218266 sec., 272518.4811855539 rows/sec., 17.11 MiB/sec. 2026.03.16 22:29:35.225167 [ 186 ] {9b1a8965-360f-4fd6-98b0-efd269d87a53::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.16 22:29:35.225487 [ 186 ] {9b1a8965-360f-4fd6-98b0-efd269d87a53::all_1_5_1} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): 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.16 22:29:35.225564 [ 186 ] {9b1a8965-360f-4fd6-98b0-efd269d87a53::all_1_5_1} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.16 22:29:35.225655 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.16 22:29:35.652501 [ 127 ] {} DNSResolver: Updating DNS cache 2026.03.16 22:29:35.652561 [ 127 ] {} DNSResolver: Updated DNS cache 2026.03.16 22:29:35.734710 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6670 2026.03.16 22:29:35.735542 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:35.735632 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:35.736288 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.16 22:29:35.736514 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:29:35.736642 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6670 2026.03.16 22:29:36.092978 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.16 22:29:36.110471 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:36.110526 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:36.116910 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.16 22:29:36.117700 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:29:36.120681 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.16 22:29:36.412004 [ 130 ] {} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.16 22:29:36.412067 [ 130 ] {} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:36.412088 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:36.412213 [ 201 ] {9f540bda-5524-4e8e-9936-5cf2758671fe::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.16 22:29:36.412357 [ 201 ] {9f540bda-5524-4e8e-9936-5cf2758671fe::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:36.412389 [ 201 ] {9f540bda-5524-4e8e-9936-5cf2758671fe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.03.16 22:29:36.412451 [ 201 ] {9f540bda-5524-4e8e-9936-5cf2758671fe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.03.16 22:29:36.412495 [ 201 ] {9f540bda-5524-4e8e-9936-5cf2758671fe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.03.16 22:29:36.412540 [ 201 ] {9f540bda-5524-4e8e-9936-5cf2758671fe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part 2026.03.16 22:29:36.412582 [ 201 ] {9f540bda-5524-4e8e-9936-5cf2758671fe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.03.16 22:29:36.413341 [ 186 ] {9f540bda-5524-4e8e-9936-5cf2758671fe::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001186325 sec., 25288.179883252902 rows/sec., 2.11 MiB/sec. 2026.03.16 22:29:36.413471 [ 193 ] {9f540bda-5524-4e8e-9936-5cf2758671fe::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.16 22:29:36.413747 [ 193 ] {9f540bda-5524-4e8e-9936-5cf2758671fe::all_1_5_1} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): 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.16 22:29:36.413816 [ 193 ] {9f540bda-5524-4e8e-9936-5cf2758671fe::all_1_5_1} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.16 22:29:36.413890 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.16 22:29:37.895667 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:37.895841 [ 262 ] {6ff48d26-bb92-4dc1-a09b-bf40993110e0} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:37.895904 [ 262 ] {6ff48d26-bb92-4dc1-a09b-bf40993110e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:37.896489 [ 262 ] {6ff48d26-bb92-4dc1-a09b-bf40993110e0} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:37.896535 [ 262 ] {6ff48d26-bb92-4dc1-a09b-bf40993110e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:37.896924 [ 262 ] {6ff48d26-bb92-4dc1-a09b-bf40993110e0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.16 22:29:37.897145 [ 262 ] {6ff48d26-bb92-4dc1-a09b-bf40993110e0} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:37.897297 [ 262 ] {6ff48d26-bb92-4dc1-a09b-bf40993110e0} executeQuery: Read 56 rows, 4.41 KiB in 0.001504 sec., 37234.04255319149 rows/sec., 2.86 MiB/sec. 2026.03.16 22:29:37.897338 [ 262 ] {6ff48d26-bb92-4dc1-a09b-bf40993110e0} TCPHandler: Processed in 0.001812598 sec. 2026.03.16 22:29:37.897335 [ 128 ] {} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.16 22:29:37.897435 [ 128 ] {} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:37.897466 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:37.897472 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:37.897571 [ 262 ] {ee474ee4-ae32-481a-9ce9-268a90461e8b} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:37.897617 [ 262 ] {ee474ee4-ae32-481a-9ce9-268a90461e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:37.897616 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::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.16 22:29:37.897718 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:37.897751 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2886 rows starting from the beginning of the part 2026.03.16 22:29:37.897816 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 136 rows starting from the beginning of the part 2026.03.16 22:29:37.897867 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2057 rows starting from the beginning of the part 2026.03.16 22:29:37.897915 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2026.03.16 22:29:37.897962 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 136 rows starting from the beginning of the part 2026.03.16 22:29:37.898006 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2026.03.16 22:29:37.898024 [ 262 ] {ee474ee4-ae32-481a-9ce9-268a90461e8b} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:37.898061 [ 262 ] {ee474ee4-ae32-481a-9ce9-268a90461e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:37.898402 [ 262 ] {ee474ee4-ae32-481a-9ce9-268a90461e8b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.16 22:29:37.898612 [ 262 ] {ee474ee4-ae32-481a-9ce9-268a90461e8b} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:37.898716 [ 128 ] {} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.16 22:29:37.898748 [ 262 ] {ee474ee4-ae32-481a-9ce9-268a90461e8b} executeQuery: Read 64 rows, 5.12 KiB in 0.001196 sec., 53511.70568561873 rows/sec., 4.18 MiB/sec. 2026.03.16 22:29:37.898748 [ 128 ] {} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:37.898789 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:37.898792 [ 262 ] {ee474ee4-ae32-481a-9ce9-268a90461e8b} TCPHandler: Processed in 0.001377159 sec. 2026.03.16 22:29:37.898881 [ 193 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::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.16 22:29:37.898911 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:37.898984 [ 193 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:37.899006 [ 262 ] {0de67437-48a3-4c71-880b-70747cc8421f} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:37.899011 [ 193 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1548 rows starting from the beginning of the part 2026.03.16 22:29:37.899049 [ 262 ] {0de67437-48a3-4c71-880b-70747cc8421f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:37.899086 [ 193 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 104 rows starting from the beginning of the part 2026.03.16 22:29:37.899130 [ 193 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1047 rows starting from the beginning of the part 2026.03.16 22:29:37.899168 [ 193 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2026.03.16 22:29:37.899213 [ 193 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 104 rows starting from the beginning of the part 2026.03.16 22:29:37.899260 [ 193 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2026.03.16 22:29:37.899447 [ 262 ] {0de67437-48a3-4c71-880b-70747cc8421f} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:37.899481 [ 262 ] {0de67437-48a3-4c71-880b-70747cc8421f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:37.899898 [ 262 ] {0de67437-48a3-4c71-880b-70747cc8421f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.16 22:29:37.900112 [ 262 ] {0de67437-48a3-4c71-880b-70747cc8421f} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:37.900174 [ 189 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 5327 rows, containing 5 columns (5 merged, 0 gathered) in 0.002609395 sec., 2041469.382749641 rows/sec., 165.60 MiB/sec. 2026.03.16 22:29:37.900215 [ 128 ] {} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.16 22:29:37.900248 [ 128 ] {} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:37.900247 [ 262 ] {0de67437-48a3-4c71-880b-70747cc8421f} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2026.03.16 22:29:37.900265 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:37.900301 [ 262 ] {0de67437-48a3-4c71-880b-70747cc8421f} TCPHandler: Processed in 0.00143961 sec. 2026.03.16 22:29:37.900363 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::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.16 22:29:37.900422 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:37.900439 [ 187 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2931 rows, containing 5 columns (5 merged, 0 gathered) in 0.001583294 sec., 1851203.8825385557 rows/sec., 137.78 MiB/sec. 2026.03.16 22:29:37.900461 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:37.900487 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.16 22:29:37.900513 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5766 rows starting from the beginning of the part 2026.03.16 22:29:37.900515 [ 262 ] {8ecdf143-9955-471c-b233-3179996e75f5} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:37.900561 [ 262 ] {8ecdf143-9955-471c-b233-3179996e75f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:37.900594 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.03.16 22:29:37.900649 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1254 rows starting from the beginning of the part 2026.03.16 22:29:37.900695 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 128 rows starting from the beginning of the part 2026.03.16 22:29:37.900737 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::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.16 22:29:37.900773 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_21_4} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:37.900779 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.03.16 22:29:37.900799 [ 199 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.16 22:29:37.900841 [ 201 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_21_4} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.16 22:29:37.900882 [ 262 ] {8ecdf143-9955-471c-b233-3179996e75f5} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:37.900909 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.03.16 22:29:37.900917 [ 262 ] {8ecdf143-9955-471c-b233-3179996e75f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:37.901219 [ 199 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_21_4} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:37.901263 [ 262 ] {8ecdf143-9955-471c-b233-3179996e75f5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.16 22:29:37.901316 [ 199 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_21_4} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.16 22:29:37.901425 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.03.16 22:29:37.901486 [ 262 ] {8ecdf143-9955-471c-b233-3179996e75f5} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:37.901591 [ 128 ] {} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.16 22:29:37.901619 [ 262 ] {8ecdf143-9955-471c-b233-3179996e75f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2026.03.16 22:29:37.901622 [ 128 ] {} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:37.901660 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:37.901662 [ 262 ] {8ecdf143-9955-471c-b233-3179996e75f5} TCPHandler: Processed in 0.001290247 sec. 2026.03.16 22:29:37.901807 [ 190 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:29:37.901950 [ 190 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:37.901984 [ 190 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 900 rows starting from the beginning of the part 2026.03.16 22:29:37.902050 [ 190 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.03.16 22:29:37.902097 [ 190 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2026.03.16 22:29:37.902136 [ 190 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part 2026.03.16 22:29:37.902174 [ 190 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:29:37.902215 [ 190 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.03.16 22:29:37.903046 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7628 rows, containing 5 columns (5 merged, 0 gathered) in 0.002724208 sec., 2800079.8764264695 rows/sec., 185.02 MiB/sec. 2026.03.16 22:29:37.903163 [ 187 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.001440771 sec., 791243.0219653228 rows/sec., 52.72 MiB/sec. 2026.03.16 22:29:37.903444 [ 188 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.16 22:29:37.903635 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.16 22:29:37.903818 [ 188 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_21_4} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:37.903913 [ 188 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_21_4} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.16 22:29:37.903918 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_21_4} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:37.903993 [ 197 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_21_4} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.16 22:29:37.904009 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.03.16 22:29:37.904057 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2026.03.16 22:29:40.750516 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 490 2026.03.16 22:29:40.752591 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:40.752636 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:40.753772 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.16 22:29:40.754027 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:29:40.754275 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 490 2026.03.16 22:29:42.897367 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:42.897643 [ 262 ] {abbdc6f2-e550-4110-bce0-28a01d1eaa36} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.16 22:29:42.897746 [ 262 ] {abbdc6f2-e550-4110-bce0-28a01d1eaa36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.16 22:29:42.898333 [ 262 ] {abbdc6f2-e550-4110-bce0-28a01d1eaa36} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:42.898378 [ 262 ] {abbdc6f2-e550-4110-bce0-28a01d1eaa36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:42.898747 [ 262 ] {abbdc6f2-e550-4110-bce0-28a01d1eaa36} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:29:42.898975 [ 262 ] {abbdc6f2-e550-4110-bce0-28a01d1eaa36} oximeter.fields_ipaddr (9f540bda-5524-4e8e-9936-5cf2758671fe): 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.16 22:29:42.899135 [ 262 ] {abbdc6f2-e550-4110-bce0-28a01d1eaa36} executeQuery: Read 2 rows, 167.00 B in 0.001567 sec., 1276.3241863433311 rows/sec., 104.08 KiB/sec. 2026.03.16 22:29:42.899183 [ 262 ] {abbdc6f2-e550-4110-bce0-28a01d1eaa36} TCPHandler: Processed in 0.002001232 sec. 2026.03.16 22:29:42.899305 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:42.899408 [ 262 ] {db0a6e2e-9ccc-4aca-8d17-b36960cff7fc} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:42.899450 [ 262 ] {db0a6e2e-9ccc-4aca-8d17-b36960cff7fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:42.899957 [ 262 ] {db0a6e2e-9ccc-4aca-8d17-b36960cff7fc} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:42.899995 [ 262 ] {db0a6e2e-9ccc-4aca-8d17-b36960cff7fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:42.900323 [ 262 ] {db0a6e2e-9ccc-4aca-8d17-b36960cff7fc} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.16 22:29:42.900545 [ 262 ] {db0a6e2e-9ccc-4aca-8d17-b36960cff7fc} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:42.900680 [ 262 ] {db0a6e2e-9ccc-4aca-8d17-b36960cff7fc} executeQuery: Read 137 rows, 12.17 KiB in 0.001295 sec., 105791.5057915058 rows/sec., 9.18 MiB/sec. 2026.03.16 22:29:42.900718 [ 262 ] {db0a6e2e-9ccc-4aca-8d17-b36960cff7fc} TCPHandler: Processed in 0.001466451 sec. 2026.03.16 22:29:42.900820 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:42.900915 [ 262 ] {bd8f620f-99f5-4efe-a085-e68bf5396248} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:29:42.900955 [ 262 ] {bd8f620f-99f5-4efe-a085-e68bf5396248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:29:42.901353 [ 262 ] {bd8f620f-99f5-4efe-a085-e68bf5396248} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:42.901390 [ 262 ] {bd8f620f-99f5-4efe-a085-e68bf5396248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:42.901680 [ 262 ] {bd8f620f-99f5-4efe-a085-e68bf5396248} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.16 22:29:42.901887 [ 262 ] {bd8f620f-99f5-4efe-a085-e68bf5396248} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:29:42.902030 [ 262 ] {bd8f620f-99f5-4efe-a085-e68bf5396248} executeQuery: Read 42 rows, 3.15 KiB in 0.001133 sec., 37069.726390114745 rows/sec., 2.71 MiB/sec. 2026.03.16 22:29:42.902067 [ 262 ] {bd8f620f-99f5-4efe-a085-e68bf5396248} TCPHandler: Processed in 0.001297288 sec. 2026.03.16 22:29:42.902173 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:42.902267 [ 262 ] {6d23cb0e-e5ff-49c8-a5d9-1c1375572482} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:42.902306 [ 262 ] {6d23cb0e-e5ff-49c8-a5d9-1c1375572482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:42.902716 [ 262 ] {6d23cb0e-e5ff-49c8-a5d9-1c1375572482} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:42.902752 [ 262 ] {6d23cb0e-e5ff-49c8-a5d9-1c1375572482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:42.903055 [ 262 ] {6d23cb0e-e5ff-49c8-a5d9-1c1375572482} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.16 22:29:42.903266 [ 262 ] {6d23cb0e-e5ff-49c8-a5d9-1c1375572482} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:42.903394 [ 262 ] {6d23cb0e-e5ff-49c8-a5d9-1c1375572482} executeQuery: Read 106 rows, 8.48 KiB in 0.001146 sec., 92495.63699825479 rows/sec., 7.23 MiB/sec. 2026.03.16 22:29:42.903431 [ 262 ] {6d23cb0e-e5ff-49c8-a5d9-1c1375572482} TCPHandler: Processed in 0.001312987 sec. 2026.03.16 22:29:42.903537 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:42.903631 [ 262 ] {88d00e08-f775-4a9f-a801-b16e279b47f5} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:42.903673 [ 262 ] {88d00e08-f775-4a9f-a801-b16e279b47f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:42.904063 [ 262 ] {88d00e08-f775-4a9f-a801-b16e279b47f5} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:42.904097 [ 262 ] {88d00e08-f775-4a9f-a801-b16e279b47f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:42.904419 [ 262 ] {88d00e08-f775-4a9f-a801-b16e279b47f5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.16 22:29:42.904632 [ 262 ] {88d00e08-f775-4a9f-a801-b16e279b47f5} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:42.904762 [ 262 ] {88d00e08-f775-4a9f-a801-b16e279b47f5} executeQuery: Read 161 rows, 11.48 KiB in 0.001149 sec., 140121.84508268058 rows/sec., 9.76 MiB/sec. 2026.03.16 22:29:42.904799 [ 262 ] {88d00e08-f775-4a9f-a801-b16e279b47f5} TCPHandler: Processed in 0.001312388 sec. 2026.03.16 22:29:42.904905 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:42.904998 [ 262 ] {506ab52c-80da-4855-8e94-865a3dcf3418} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:42.905051 [ 262 ] {506ab52c-80da-4855-8e94-865a3dcf3418} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:29:42.905858 [ 262 ] {506ab52c-80da-4855-8e94-865a3dcf3418} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:42.905893 [ 262 ] {506ab52c-80da-4855-8e94-865a3dcf3418} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:42.906445 [ 262 ] {506ab52c-80da-4855-8e94-865a3dcf3418} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.16 22:29:42.906656 [ 262 ] {506ab52c-80da-4855-8e94-865a3dcf3418} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:29:42.906798 [ 262 ] {506ab52c-80da-4855-8e94-865a3dcf3418} executeQuery: Read 40 rows, 73.40 KiB in 0.001818 sec., 22002.200220022 rows/sec., 39.43 MiB/sec. 2026.03.16 22:29:42.906855 [ 262 ] {506ab52c-80da-4855-8e94-865a3dcf3418} TCPHandler: Processed in 0.002000032 sec. 2026.03.16 22:29:42.906961 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:42.907056 [ 262 ] {e87be10d-056d-4928-8915-2a886c89ec98} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:42.907098 [ 262 ] {e87be10d-056d-4928-8915-2a886c89ec98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:42.907419 [ 262 ] {e87be10d-056d-4928-8915-2a886c89ec98} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:42.907454 [ 262 ] {e87be10d-056d-4928-8915-2a886c89ec98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:42.907757 [ 262 ] {e87be10d-056d-4928-8915-2a886c89ec98} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.16 22:29:42.907962 [ 262 ] {e87be10d-056d-4928-8915-2a886c89ec98} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:42.908091 [ 262 ] {e87be10d-056d-4928-8915-2a886c89ec98} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.03.16 22:29:42.908125 [ 262 ] {e87be10d-056d-4928-8915-2a886c89ec98} TCPHandler: Processed in 0.001215056 sec. 2026.03.16 22:29:43.236733 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7182 2026.03.16 22:29:43.237339 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:43.237379 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:43.237925 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.16 22:29:43.238166 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:29:43.238290 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7182 2026.03.16 22:29:43.620787 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.16 22:29:43.637280 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:43.637351 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:43.642877 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.16 22:29:43.643621 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:29:43.646907 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.16 22:29:47.895009 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:47.895279 [ 262 ] {dd8f9cca-3177-4693-b8cd-a61d5246a1bf} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:47.895383 [ 262 ] {dd8f9cca-3177-4693-b8cd-a61d5246a1bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:47.896174 [ 262 ] {dd8f9cca-3177-4693-b8cd-a61d5246a1bf} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:47.896221 [ 262 ] {dd8f9cca-3177-4693-b8cd-a61d5246a1bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:47.896610 [ 262 ] {dd8f9cca-3177-4693-b8cd-a61d5246a1bf} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.16 22:29:47.896849 [ 262 ] {dd8f9cca-3177-4693-b8cd-a61d5246a1bf} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:47.897012 [ 262 ] {dd8f9cca-3177-4693-b8cd-a61d5246a1bf} executeQuery: Read 56 rows, 4.41 KiB in 0.001806 sec., 31007.751937984496 rows/sec., 2.38 MiB/sec. 2026.03.16 22:29:47.897059 [ 262 ] {dd8f9cca-3177-4693-b8cd-a61d5246a1bf} TCPHandler: Processed in 0.002210396 sec. 2026.03.16 22:29:47.897173 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:47.897277 [ 262 ] {15ce1e5f-d16c-4afe-93b8-95cba2b7538e} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:47.897320 [ 262 ] {15ce1e5f-d16c-4afe-93b8-95cba2b7538e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:47.897723 [ 262 ] {15ce1e5f-d16c-4afe-93b8-95cba2b7538e} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:47.897760 [ 262 ] {15ce1e5f-d16c-4afe-93b8-95cba2b7538e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:47.898068 [ 262 ] {15ce1e5f-d16c-4afe-93b8-95cba2b7538e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.16 22:29:47.898280 [ 262 ] {15ce1e5f-d16c-4afe-93b8-95cba2b7538e} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:47.898415 [ 262 ] {15ce1e5f-d16c-4afe-93b8-95cba2b7538e} executeQuery: Read 64 rows, 5.12 KiB in 0.001162 sec., 55077.45266781411 rows/sec., 4.30 MiB/sec. 2026.03.16 22:29:47.898451 [ 262 ] {15ce1e5f-d16c-4afe-93b8-95cba2b7538e} TCPHandler: Processed in 0.001330938 sec. 2026.03.16 22:29:47.898560 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:47.898655 [ 262 ] {0e171744-2db7-413f-931e-2e1dd0026dd1} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:47.898699 [ 262 ] {0e171744-2db7-413f-931e-2e1dd0026dd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:47.899080 [ 262 ] {0e171744-2db7-413f-931e-2e1dd0026dd1} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:47.899117 [ 262 ] {0e171744-2db7-413f-931e-2e1dd0026dd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:47.899447 [ 262 ] {0e171744-2db7-413f-931e-2e1dd0026dd1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.16 22:29:47.899659 [ 262 ] {0e171744-2db7-413f-931e-2e1dd0026dd1} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:47.899788 [ 262 ] {0e171744-2db7-413f-931e-2e1dd0026dd1} executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. 2026.03.16 22:29:47.899825 [ 262 ] {0e171744-2db7-413f-931e-2e1dd0026dd1} TCPHandler: Processed in 0.001317138 sec. 2026.03.16 22:29:47.899927 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:47.900020 [ 262 ] {d5a28fd2-4933-4b9d-9188-82716e7b4ae8} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:47.900062 [ 262 ] {d5a28fd2-4933-4b9d-9188-82716e7b4ae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:47.900368 [ 262 ] {d5a28fd2-4933-4b9d-9188-82716e7b4ae8} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:47.900411 [ 262 ] {d5a28fd2-4933-4b9d-9188-82716e7b4ae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:47.900711 [ 262 ] {d5a28fd2-4933-4b9d-9188-82716e7b4ae8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.16 22:29:47.900921 [ 262 ] {d5a28fd2-4933-4b9d-9188-82716e7b4ae8} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:47.901054 [ 262 ] {d5a28fd2-4933-4b9d-9188-82716e7b4ae8} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.03.16 22:29:47.901088 [ 262 ] {d5a28fd2-4933-4b9d-9188-82716e7b4ae8} TCPHandler: Processed in 0.001212046 sec. 2026.03.16 22:29:50.652604 [ 95 ] {} DNSResolver: Updating DNS cache 2026.03.16 22:29:50.652693 [ 95 ] {} DNSResolver: Updated DNS cache 2026.03.16 22:29:50.738444 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7630 2026.03.16 22:29:50.739008 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:50.739063 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:50.739560 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.16 22:29:50.739801 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:29:50.739941 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7630 2026.03.16 22:29:50.739939 [ 95 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.16 22:29:50.740013 [ 95 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:50.740034 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:50.740157 [ 187 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:50.740289 [ 187 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:50.740332 [ 187 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5262 rows starting from the beginning of the part 2026.03.16 22:29:50.740401 [ 187 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:50.740449 [ 187 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:50.740494 [ 187 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:50.740534 [ 187 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:50.740575 [ 187 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::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.16 22:29:50.742061 [ 197 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7630 rows, containing 4 columns (4 merged, 0 gathered) in 0.001954031 sec., 3904748.6964126974 rows/sec., 55.86 MiB/sec. 2026.03.16 22:29:50.742440 [ 187 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.16 22:29:50.742703 [ 187 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_16_3} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:29:50.742772 [ 187 ] {ee6cf086-9b1a-4c9d-b31a-d317c3113407::all_1_16_3} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.16 22:29:50.742838 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.03.16 22:29:50.754469 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 512 2026.03.16 22:29:50.756560 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:50.756603 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:50.757741 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.16 22:29:50.758001 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:29:50.758137 [ 106 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.16 22:29:50.758173 [ 106 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:50.758191 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:50.758246 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 512 2026.03.16 22:29:50.758273 [ 194 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::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.16 22:29:50.758728 [ 194 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:50.758847 [ 194 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 376 rows starting from the beginning of the part 2026.03.16 22:29:50.759170 [ 194 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part 2026.03.16 22:29:50.759499 [ 194 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part 2026.03.16 22:29:50.759834 [ 194 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part 2026.03.16 22:29:50.760170 [ 194 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part 2026.03.16 22:29:50.760491 [ 194 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 22 rows starting from the beginning of the part 2026.03.16 22:29:50.766103 [ 187 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 72 columns (72 merged, 0 gathered) in 0.007862327 sec., 65120.66974573812 rows/sec., 62.51 MiB/sec. 2026.03.16 22:29:50.767041 [ 187 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.16 22:29:50.767613 [ 187 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_11_2} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:29:50.767689 [ 187 ] {f4e4a36b-4ede-4294-82dc-58b43a49a0a5::all_1_11_2} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.16 22:29:50.767915 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. 2026.03.16 22:29:51.001611 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001105734 sec. 2026.03.16 22:29:51.147048 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.16 22:29:51.165854 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:51.165927 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:51.172219 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.16 22:29:51.172971 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:29:51.173306 [ 106 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.16 22:29:51.173380 [ 106 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:51.173405 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:51.173507 [ 195 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:51.176362 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.16 22:29:51.176752 [ 195 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:51.177530 [ 195 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:51.181003 [ 195 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:51.184358 [ 195 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:51.188078 [ 195 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:51.192214 [ 195 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:51.196356 [ 195 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::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.16 22:29:51.252472 [ 196 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.079000306 sec., 1531.6396369401402 rows/sec., 7.92 MiB/sec. 2026.03.16 22:29:51.254255 [ 191 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.16 22:29:51.256145 [ 191 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_16_3} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:29:51.256237 [ 191 ] {17c176fe-b254-42fc-bf2b-68f5777eca70::all_1_16_3} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.16 22:29:51.257522 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.03.16 22:29:52.000212 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 230.69 MiB, peak 240.68 MiB, free memory in arenas 0.00 B, will set to 238.83 MiB (RSS), difference: 8.14 MiB 2026.03.16 22:29:52.897076 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:52.897321 [ 262 ] {877f3296-e3d5-4138-a297-400a6167bf11} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:52.897395 [ 262 ] {877f3296-e3d5-4138-a297-400a6167bf11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:52.898174 [ 262 ] {877f3296-e3d5-4138-a297-400a6167bf11} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:52.898223 [ 262 ] {877f3296-e3d5-4138-a297-400a6167bf11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:52.898642 [ 262 ] {877f3296-e3d5-4138-a297-400a6167bf11} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.16 22:29:52.898871 [ 262 ] {877f3296-e3d5-4138-a297-400a6167bf11} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:52.899029 [ 262 ] {877f3296-e3d5-4138-a297-400a6167bf11} executeQuery: Read 136 rows, 12.10 KiB in 0.00176 sec., 77272.72727272726 rows/sec., 6.71 MiB/sec. 2026.03.16 22:29:52.899076 [ 262 ] {877f3296-e3d5-4138-a297-400a6167bf11} TCPHandler: Processed in 0.002184206 sec. 2026.03.16 22:29:52.899204 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:52.899306 [ 262 ] {371f7ec6-4dbe-453a-ac72-b345e24df878} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:29:52.899349 [ 262 ] {371f7ec6-4dbe-453a-ac72-b345e24df878} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:29:52.899757 [ 262 ] {371f7ec6-4dbe-453a-ac72-b345e24df878} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:52.899797 [ 262 ] {371f7ec6-4dbe-453a-ac72-b345e24df878} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:52.900100 [ 262 ] {371f7ec6-4dbe-453a-ac72-b345e24df878} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.16 22:29:52.900307 [ 262 ] {371f7ec6-4dbe-453a-ac72-b345e24df878} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:29:52.900442 [ 262 ] {371f7ec6-4dbe-453a-ac72-b345e24df878} executeQuery: Read 40 rows, 3.01 KiB in 0.00116 sec., 34482.75862068965 rows/sec., 2.53 MiB/sec. 2026.03.16 22:29:52.900480 [ 262 ] {371f7ec6-4dbe-453a-ac72-b345e24df878} TCPHandler: Processed in 0.001330568 sec. 2026.03.16 22:29:52.900583 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:52.900679 [ 262 ] {a435c5b2-c6c8-4f27-bed2-f5344731cd5d} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:52.900719 [ 262 ] {a435c5b2-c6c8-4f27-bed2-f5344731cd5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:52.901148 [ 262 ] {a435c5b2-c6c8-4f27-bed2-f5344731cd5d} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:52.901185 [ 262 ] {a435c5b2-c6c8-4f27-bed2-f5344731cd5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:52.901489 [ 262 ] {a435c5b2-c6c8-4f27-bed2-f5344731cd5d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.16 22:29:52.901693 [ 262 ] {a435c5b2-c6c8-4f27-bed2-f5344731cd5d} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:52.901824 [ 262 ] {a435c5b2-c6c8-4f27-bed2-f5344731cd5d} executeQuery: Read 104 rows, 8.32 KiB in 0.001165 sec., 89270.38626609441 rows/sec., 6.97 MiB/sec. 2026.03.16 22:29:52.901861 [ 262 ] {a435c5b2-c6c8-4f27-bed2-f5344731cd5d} TCPHandler: Processed in 0.001328448 sec. 2026.03.16 22:29:52.901972 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:52.902067 [ 262 ] {1e5b9a69-5be6-4504-940d-6cb4596371f2} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:52.902110 [ 262 ] {1e5b9a69-5be6-4504-940d-6cb4596371f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:52.902549 [ 262 ] {1e5b9a69-5be6-4504-940d-6cb4596371f2} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:52.902595 [ 262 ] {1e5b9a69-5be6-4504-940d-6cb4596371f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:52.902996 [ 262 ] {1e5b9a69-5be6-4504-940d-6cb4596371f2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.16 22:29:52.903233 [ 262 ] {1e5b9a69-5be6-4504-940d-6cb4596371f2} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:52.903369 [ 262 ] {1e5b9a69-5be6-4504-940d-6cb4596371f2} executeQuery: Read 160 rows, 11.41 KiB in 0.00132 sec., 121212.12121212122 rows/sec., 8.44 MiB/sec. 2026.03.16 22:29:52.903407 [ 262 ] {1e5b9a69-5be6-4504-940d-6cb4596371f2} TCPHandler: Processed in 0.001485211 sec. 2026.03.16 22:29:52.903542 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:52.903664 [ 262 ] {2f619f9e-b708-4662-8f85-dfe4b6d4ccca} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:52.903729 [ 262 ] {2f619f9e-b708-4662-8f85-dfe4b6d4ccca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:29:52.904614 [ 262 ] {2f619f9e-b708-4662-8f85-dfe4b6d4ccca} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:52.904651 [ 262 ] {2f619f9e-b708-4662-8f85-dfe4b6d4ccca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:52.905246 [ 262 ] {2f619f9e-b708-4662-8f85-dfe4b6d4ccca} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.16 22:29:52.905521 [ 262 ] {2f619f9e-b708-4662-8f85-dfe4b6d4ccca} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:29:52.905669 [ 262 ] {2f619f9e-b708-4662-8f85-dfe4b6d4ccca} executeQuery: Read 40 rows, 73.40 KiB in 0.00203 sec., 19704.433497536946 rows/sec., 35.31 MiB/sec. 2026.03.16 22:29:52.905723 [ 262 ] {2f619f9e-b708-4662-8f85-dfe4b6d4ccca} TCPHandler: Processed in 0.002244587 sec. 2026.03.16 22:29:52.905837 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:52.905932 [ 262 ] {c5b05b6e-abd7-49c5-a9a2-ff5ca66bca66} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:52.905975 [ 262 ] {c5b05b6e-abd7-49c5-a9a2-ff5ca66bca66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:52.906315 [ 262 ] {c5b05b6e-abd7-49c5-a9a2-ff5ca66bca66} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:52.906352 [ 262 ] {c5b05b6e-abd7-49c5-a9a2-ff5ca66bca66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:52.906658 [ 262 ] {c5b05b6e-abd7-49c5-a9a2-ff5ca66bca66} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.16 22:29:52.906875 [ 262 ] {c5b05b6e-abd7-49c5-a9a2-ff5ca66bca66} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:52.907005 [ 262 ] {c5b05b6e-abd7-49c5-a9a2-ff5ca66bca66} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2026.03.16 22:29:52.907042 [ 262 ] {c5b05b6e-abd7-49c5-a9a2-ff5ca66bca66} TCPHandler: Processed in 0.001257866 sec. 2026.03.16 22:29:53.488908 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:53.489097 [ 262 ] {5b891b96-3f77-4e28-bb13-fdbfd0493b05} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.16 22:29:53.489161 [ 262 ] {5b891b96-3f77-4e28-bb13-fdbfd0493b05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.16 22:29:53.489757 [ 262 ] {5b891b96-3f77-4e28-bb13-fdbfd0493b05} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:53.489803 [ 262 ] {5b891b96-3f77-4e28-bb13-fdbfd0493b05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:53.490175 [ 262 ] {5b891b96-3f77-4e28-bb13-fdbfd0493b05} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:29:53.490396 [ 262 ] {5b891b96-3f77-4e28-bb13-fdbfd0493b05} oximeter.fields_i16 (3db855a3-4d54-4a87-876a-6fc261b7c2c3): 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.16 22:29:53.490547 [ 262 ] {5b891b96-3f77-4e28-bb13-fdbfd0493b05} executeQuery: Read 24 rows, 2.04 KiB in 0.001497 sec., 16032.064128256512 rows/sec., 1.33 MiB/sec. 2026.03.16 22:29:53.490589 [ 262 ] {5b891b96-3f77-4e28-bb13-fdbfd0493b05} TCPHandler: Processed in 0.001809268 sec. 2026.03.16 22:29:53.490704 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:53.490800 [ 262 ] {2f45b6ea-db6d-4573-b4eb-965e52988620} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:53.490840 [ 262 ] {2f45b6ea-db6d-4573-b4eb-965e52988620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:53.492201 [ 262 ] {2f45b6ea-db6d-4573-b4eb-965e52988620} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:53.492237 [ 262 ] {2f45b6ea-db6d-4573-b4eb-965e52988620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:53.492745 [ 262 ] {2f45b6ea-db6d-4573-b4eb-965e52988620} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.16 22:29:53.492962 [ 262 ] {2f45b6ea-db6d-4573-b4eb-965e52988620} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:53.493100 [ 262 ] {2f45b6ea-db6d-4573-b4eb-965e52988620} executeQuery: Read 2056 rows, 160.58 KiB in 0.002318 sec., 886971.5271786022 rows/sec., 67.65 MiB/sec. 2026.03.16 22:29:53.493137 [ 262 ] {2f45b6ea-db6d-4573-b4eb-965e52988620} TCPHandler: Processed in 0.002484963 sec. 2026.03.16 22:29:53.493258 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:53.493361 [ 262 ] {2d0fe8da-9025-4486-9fb2-650b239d8464} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.16 22:29:53.493402 [ 262 ] {2d0fe8da-9025-4486-9fb2-650b239d8464} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.16 22:29:53.493800 [ 262 ] {2d0fe8da-9025-4486-9fb2-650b239d8464} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:53.493838 [ 262 ] {2d0fe8da-9025-4486-9fb2-650b239d8464} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:53.494146 [ 262 ] {2d0fe8da-9025-4486-9fb2-650b239d8464} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.16 22:29:53.494357 [ 262 ] {2d0fe8da-9025-4486-9fb2-650b239d8464} oximeter.fields_u16 (9ff80dee-a025-45d1-8480-5b19bdac903c): 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.16 22:29:53.494488 [ 262 ] {2d0fe8da-9025-4486-9fb2-650b239d8464} executeQuery: Read 21 rows, 1.64 KiB in 0.001144 sec., 18356.643356643355 rows/sec., 1.40 MiB/sec. 2026.03.16 22:29:53.494524 [ 262 ] {2d0fe8da-9025-4486-9fb2-650b239d8464} TCPHandler: Processed in 0.001318538 sec. 2026.03.16 22:29:53.494639 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:53.494734 [ 262 ] {a25e178f-b8ab-43bc-ae01-0c05ef318fff} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.16 22:29:53.494773 [ 262 ] {a25e178f-b8ab-43bc-ae01-0c05ef318fff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.16 22:29:53.495487 [ 262 ] {a25e178f-b8ab-43bc-ae01-0c05ef318fff} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:53.495525 [ 262 ] {a25e178f-b8ab-43bc-ae01-0c05ef318fff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:53.495869 [ 262 ] {a25e178f-b8ab-43bc-ae01-0c05ef318fff} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.16 22:29:53.496085 [ 262 ] {a25e178f-b8ab-43bc-ae01-0c05ef318fff} oximeter.fields_u32 (f69fa89f-d04b-4616-ad3f-cb9c7bd90317): 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.16 22:29:53.496209 [ 262 ] {a25e178f-b8ab-43bc-ae01-0c05ef318fff} executeQuery: Read 732 rows, 44.33 KiB in 0.001493 sec., 490288.0107166778 rows/sec., 29.00 MiB/sec. 2026.03.16 22:29:53.496246 [ 262 ] {a25e178f-b8ab-43bc-ae01-0c05ef318fff} TCPHandler: Processed in 0.001658335 sec. 2026.03.16 22:29:53.496363 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:53.496465 [ 262 ] {2695c475-ed66-4007-be61-d5088c804eed} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:53.496506 [ 262 ] {2695c475-ed66-4007-be61-d5088c804eed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.16 22:29:53.496878 [ 262 ] {2695c475-ed66-4007-be61-d5088c804eed} oximeter.fields_u64 (63a418c3-4d27-4237-ba51-0123f52a6509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:53.496914 [ 262 ] {2695c475-ed66-4007-be61-d5088c804eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:53.497199 [ 262 ] {2695c475-ed66-4007-be61-d5088c804eed} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.16 22:29:53.497409 [ 262 ] {2695c475-ed66-4007-be61-d5088c804eed} oximeter.fields_u64 (63a418c3-4d27-4237-ba51-0123f52a6509): 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.16 22:29:53.497537 [ 262 ] {2695c475-ed66-4007-be61-d5088c804eed} executeQuery: Read 1 rows, 72.00 B in 0.00109 sec., 917.4311926605504 rows/sec., 64.51 KiB/sec. 2026.03.16 22:29:53.497575 [ 262 ] {2695c475-ed66-4007-be61-d5088c804eed} TCPHandler: Processed in 0.001262236 sec. 2026.03.16 22:29:53.497686 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:53.497794 [ 262 ] {3d572726-43cb-4b43-b4cd-899510b51ac3} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.16 22:29:53.497835 [ 262 ] {3d572726-43cb-4b43-b4cd-899510b51ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.16 22:29:53.498222 [ 262 ] {3d572726-43cb-4b43-b4cd-899510b51ac3} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:53.498267 [ 262 ] {3d572726-43cb-4b43-b4cd-899510b51ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:53.498569 [ 262 ] {3d572726-43cb-4b43-b4cd-899510b51ac3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.16 22:29:53.498786 [ 262 ] {3d572726-43cb-4b43-b4cd-899510b51ac3} oximeter.fields_u8 (9b1a8965-360f-4fd6-98b0-efd269d87a53): 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.16 22:29:53.498915 [ 262 ] {3d572726-43cb-4b43-b4cd-899510b51ac3} executeQuery: Read 12 rows, 960.00 B in 0.001139 sec., 10535.557506584722 rows/sec., 823.09 KiB/sec. 2026.03.16 22:29:53.498952 [ 262 ] {3d572726-43cb-4b43-b4cd-899510b51ac3} TCPHandler: Processed in 0.001317898 sec. 2026.03.16 22:29:53.499064 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:53.499158 [ 262 ] {413181b5-dcd0-4a9e-bec9-37505ad09f96} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:53.499198 [ 262 ] {413181b5-dcd0-4a9e-bec9-37505ad09f96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:53.500066 [ 262 ] {413181b5-dcd0-4a9e-bec9-37505ad09f96} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:53.500101 [ 262 ] {413181b5-dcd0-4a9e-bec9-37505ad09f96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:53.500442 [ 262 ] {413181b5-dcd0-4a9e-bec9-37505ad09f96} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.16 22:29:53.500656 [ 262 ] {413181b5-dcd0-4a9e-bec9-37505ad09f96} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:53.500801 [ 262 ] {413181b5-dcd0-4a9e-bec9-37505ad09f96} executeQuery: Read 1045 rows, 74.32 KiB in 0.00166 sec., 629518.0722891566 rows/sec., 43.72 MiB/sec. 2026.03.16 22:29:53.500839 [ 262 ] {413181b5-dcd0-4a9e-bec9-37505ad09f96} TCPHandler: Processed in 0.001826789 sec. 2026.03.16 22:29:53.500963 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:53.501060 [ 262 ] {1adec484-b386-49a9-82fe-9f09790979bb} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:53.501103 [ 262 ] {1adec484-b386-49a9-82fe-9f09790979bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:53.501830 [ 262 ] {1adec484-b386-49a9-82fe-9f09790979bb} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:53.501868 [ 262 ] {1adec484-b386-49a9-82fe-9f09790979bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:53.502272 [ 262 ] {1adec484-b386-49a9-82fe-9f09790979bb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.16 22:29:53.502479 [ 262 ] {1adec484-b386-49a9-82fe-9f09790979bb} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:53.502616 [ 262 ] {1adec484-b386-49a9-82fe-9f09790979bb} executeQuery: Read 1253 rows, 80.91 KiB in 0.001574 sec., 796060.9911054637 rows/sec., 50.20 MiB/sec. 2026.03.16 22:29:53.502652 [ 262 ] {1adec484-b386-49a9-82fe-9f09790979bb} TCPHandler: Processed in 0.001739977 sec. 2026.03.16 22:29:53.502774 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:53.502869 [ 262 ] {e57c62b4-39aa-4e2e-bd8d-ac5e83d206a0} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:53.502922 [ 262 ] {e57c62b4-39aa-4e2e-bd8d-ac5e83d206a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.16 22:29:53.503661 [ 262 ] {e57c62b4-39aa-4e2e-bd8d-ac5e83d206a0} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:53.503698 [ 262 ] {e57c62b4-39aa-4e2e-bd8d-ac5e83d206a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:53.504197 [ 262 ] {e57c62b4-39aa-4e2e-bd8d-ac5e83d206a0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.16 22:29:53.504425 [ 262 ] {e57c62b4-39aa-4e2e-bd8d-ac5e83d206a0} oximeter.measurements_histogramu64 (75c4e3db-edb1-4787-8a10-1ef3ceee3465): 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.16 22:29:53.504563 [ 262 ] {e57c62b4-39aa-4e2e-bd8d-ac5e83d206a0} executeQuery: Read 9 rows, 16.51 KiB in 0.001712 sec., 5257.009345794392 rows/sec., 9.42 MiB/sec. 2026.03.16 22:29:53.504615 [ 262 ] {e57c62b4-39aa-4e2e-bd8d-ac5e83d206a0} TCPHandler: Processed in 0.0018923 sec. 2026.03.16 22:29:53.504740 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:53.504836 [ 262 ] {64894539-f930-4519-9288-a4cf3cc041d2} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:53.504878 [ 262 ] {64894539-f930-4519-9288-a4cf3cc041d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:53.505178 [ 262 ] {64894539-f930-4519-9288-a4cf3cc041d2} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:53.505214 [ 262 ] {64894539-f930-4519-9288-a4cf3cc041d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:53.505521 [ 262 ] {64894539-f930-4519-9288-a4cf3cc041d2} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.16 22:29:53.505726 [ 262 ] {64894539-f930-4519-9288-a4cf3cc041d2} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:53.505855 [ 262 ] {64894539-f930-4519-9288-a4cf3cc041d2} executeQuery: Read 12 rows, 848.00 B in 0.001037 sec., 11571.841851494697 rows/sec., 798.58 KiB/sec. 2026.03.16 22:29:53.505890 [ 262 ] {64894539-f930-4519-9288-a4cf3cc041d2} TCPHandler: Processed in 0.001201905 sec. 2026.03.16 22:29:57.893658 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:57.893837 [ 262 ] {0ec76dee-f34a-4c07-b579-cbc965c62287} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.16 22:29:57.893904 [ 262 ] {0ec76dee-f34a-4c07-b579-cbc965c62287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.16 22:29:57.894594 [ 262 ] {0ec76dee-f34a-4c07-b579-cbc965c62287} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:57.894646 [ 262 ] {0ec76dee-f34a-4c07-b579-cbc965c62287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:57.895095 [ 262 ] {0ec76dee-f34a-4c07-b579-cbc965c62287} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.16 22:29:57.895360 [ 262 ] {0ec76dee-f34a-4c07-b579-cbc965c62287} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:57.895493 [ 98 ] {} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.16 22:29:57.895520 [ 262 ] {0ec76dee-f34a-4c07-b579-cbc965c62287} executeQuery: Read 56 rows, 4.41 KiB in 0.00173 sec., 32369.942196531792 rows/sec., 2.49 MiB/sec. 2026.03.16 22:29:57.895563 [ 98 ] {} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:57.895581 [ 262 ] {0ec76dee-f34a-4c07-b579-cbc965c62287} TCPHandler: Processed in 0.002051603 sec. 2026.03.16 22:29:57.895592 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:57.895716 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:57.895736 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::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.16 22:29:57.895824 [ 262 ] {7e0e0324-5211-4953-91af-b5d8083a19aa} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.16 22:29:57.895872 [ 262 ] {7e0e0324-5211-4953-91af-b5d8083a19aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.16 22:29:57.895892 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:57.895935 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2888 rows starting from the beginning of the part 2026.03.16 22:29:57.896011 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 137 rows starting from the beginning of the part 2026.03.16 22:29:57.896060 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2026.03.16 22:29:57.896106 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 136 rows starting from the beginning of the part 2026.03.16 22:29:57.896148 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2056 rows starting from the beginning of the part 2026.03.16 22:29:57.896196 [ 200 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part 2026.03.16 22:29:57.896308 [ 262 ] {7e0e0324-5211-4953-91af-b5d8083a19aa} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:57.896354 [ 262 ] {7e0e0324-5211-4953-91af-b5d8083a19aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:57.896912 [ 262 ] {7e0e0324-5211-4953-91af-b5d8083a19aa} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.16 22:29:57.897141 [ 262 ] {7e0e0324-5211-4953-91af-b5d8083a19aa} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:57.897252 [ 98 ] {} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.16 22:29:57.897278 [ 262 ] {7e0e0324-5211-4953-91af-b5d8083a19aa} executeQuery: Read 64 rows, 5.12 KiB in 0.001478 sec., 43301.75913396482 rows/sec., 3.38 MiB/sec. 2026.03.16 22:29:57.897281 [ 98 ] {} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:57.897318 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:57.897323 [ 262 ] {7e0e0324-5211-4953-91af-b5d8083a19aa} TCPHandler: Processed in 0.001661425 sec. 2026.03.16 22:29:57.897424 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::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.16 22:29:57.897450 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:57.897556 [ 262 ] {f8247fa1-3bbd-4cca-9190-879b2839c625} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.16 22:29:57.897560 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:57.897601 [ 262 ] {f8247fa1-3bbd-4cca-9190-879b2839c625} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.16 22:29:57.897608 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1549 rows starting from the beginning of the part 2026.03.16 22:29:57.897688 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 106 rows starting from the beginning of the part 2026.03.16 22:29:57.897732 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2026.03.16 22:29:57.897780 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 104 rows starting from the beginning of the part 2026.03.16 22:29:57.897818 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1045 rows starting from the beginning of the part 2026.03.16 22:29:57.897860 [ 191 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part 2026.03.16 22:29:57.898007 [ 262 ] {f8247fa1-3bbd-4cca-9190-879b2839c625} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:57.898049 [ 262 ] {f8247fa1-3bbd-4cca-9190-879b2839c625} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.16 22:29:57.898564 [ 262 ] {f8247fa1-3bbd-4cca-9190-879b2839c625} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.16 22:29:57.898607 [ 192 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5329 rows, containing 5 columns (5 merged, 0 gathered) in 0.002933422 sec., 1816649.633090636 rows/sec., 147.37 MiB/sec. 2026.03.16 22:29:57.898796 [ 262 ] {f8247fa1-3bbd-4cca-9190-879b2839c625} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:57.898892 [ 196 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.16 22:29:57.898912 [ 98 ] {} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.16 22:29:57.898940 [ 98 ] {} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:57.898944 [ 262 ] {f8247fa1-3bbd-4cca-9190-879b2839c625} executeQuery: Read 128 rows, 9.13 KiB in 0.001407 sec., 90973.70291400142 rows/sec., 6.34 MiB/sec. 2026.03.16 22:29:57.898961 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.16 22:29:57.898992 [ 262 ] {f8247fa1-3bbd-4cca-9190-879b2839c625} TCPHandler: Processed in 0.001593184 sec. 2026.03.16 22:29:57.899053 [ 189 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::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.16 22:29:57.899123 [ 262 ] {} TCP-Session: f851201b-c204-4462-a33f-bebf16c30b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:57.899152 [ 189 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:57.899177 [ 196 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_26_5} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5): 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.16 22:29:57.899183 [ 189 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7628 rows starting from the beginning of the part 2026.03.16 22:29:57.899220 [ 262 ] {3d8f95af-8656-4242-b438-f59afee050ad} executeQuery: (from [fd00:1122:3344:101::d]:53145) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.16 22:29:57.899258 [ 189 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part 2026.03.16 22:29:57.899263 [ 262 ] {3d8f95af-8656-4242-b438-f59afee050ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.16 22:29:57.899258 [ 196 ] {44d66090-bcbc-4454-9964-cb4e87ce9eb5::all_1_26_5} oximeter.fields_string (44d66090-bcbc-4454-9964-cb4e87ce9eb5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.16 22:29:57.899307 [ 189 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2026.03.16 22:29:57.899323 [ 201 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2932 rows, containing 5 columns (5 merged, 0 gathered) in 0.001948931 sec., 1504414.471317866 rows/sec., 111.97 MiB/sec. 2026.03.16 22:29:57.899357 [ 189 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::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.16 22:29:57.899362 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.03.16 22:29:57.899413 [ 189 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1253 rows starting from the beginning of the part 2026.03.16 22:29:57.899461 [ 189 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 128 rows starting from the beginning of the part 2026.03.16 22:29:57.899611 [ 262 ] {3d8f95af-8656-4242-b438-f59afee050ad} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:57.899647 [ 262 ] {3d8f95af-8656-4242-b438-f59afee050ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.16 22:29:57.899719 [ 190 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.16 22:29:57.900003 [ 262 ] {3d8f95af-8656-4242-b438-f59afee050ad} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.16 22:29:57.900122 [ 190 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_26_5} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3): 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.16 22:29:57.900224 [ 190 ] {c888f540-4398-4f38-a47c-8f9982bf23e3::all_1_26_5} oximeter.fields_uuid (c888f540-4398-4f38-a47c-8f9982bf23e3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.16 22:29:57.900243 [ 262 ] {3d8f95af-8656-4242-b438-f59afee050ad} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:57.900352 [ 98 ] {} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.16 22:29:57.900365 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.03.16 22:29:57.900381 [ 98 ] {} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:57.900398 [ 262 ] {3d8f95af-8656-4242-b438-f59afee050ad} executeQuery: Read 48 rows, 3.31 KiB in 0.001196 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. 2026.03.16 22:29:57.900400 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.16 22:29:57.900441 [ 262 ] {3d8f95af-8656-4242-b438-f59afee050ad} TCPHandler: Processed in 0.001369589 sec. 2026.03.16 22:29:57.900504 [ 196 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:29:57.900587 [ 196 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.16 22:29:57.900611 [ 196 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1140 rows starting from the beginning of the part 2026.03.16 22:29:57.900659 [ 196 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:29:57.900697 [ 196 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.03.16 22:29:57.900732 [ 196 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::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.16 22:29:57.900768 [ 196 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2026.03.16 22:29:57.900803 [ 196 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part 2026.03.16 22:29:57.901688 [ 199 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1380 rows, containing 4 columns (4 merged, 0 gathered) in 0.001210746 sec., 1139793.152320966 rows/sec., 76.10 MiB/sec. 2026.03.16 22:29:57.901917 [ 193 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.16 22:29:57.902197 [ 193 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_26_5} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5): 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.16 22:29:57.902265 [ 193 ] {ee4dbc6b-39f2-4905-bb2b-8102059812b5::all_1_26_5} oximeter.measurements_u64 (ee4dbc6b-39f2-4905-bb2b-8102059812b5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.16 22:29:57.902349 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.03.16 22:29:57.903243 [ 192 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9490 rows, containing 5 columns (5 merged, 0 gathered) in 0.00422966 sec., 2243679.16097275 rows/sec., 147.87 MiB/sec. 2026.03.16 22:29:57.903546 [ 199 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.16 22:29:57.903873 [ 199 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_26_5} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf): 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.16 22:29:57.903962 [ 199 ] {17c7fce3-6da6-42f2-bbb2-e0cac14280bf::all_1_26_5} oximeter.measurements_cumulativeu64 (17c7fce3-6da6-42f2-bbb2-e0cac14280bf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.16 22:29:57.904058 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.03.16 22:29:58.001320 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 239.28 MiB, peak 246.42 MiB, free memory in arenas 0.00 B, will set to 240.88 MiB (RSS), difference: 1.60 MiB 2026.03.16 22:29:58.240095 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8142 2026.03.16 22:29:58.240572 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:58.240613 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.16 22:29:58.241054 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.16 22:29:58.241298 [ 244 ] {} system.asynchronous_metric_log (ee6cf086-9b1a-4c9d-b31a-d317c3113407): 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.16 22:29:58.241418 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8142 2026.03.16 22:29:58.676517 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.03.16 22:29:58.702620 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:29:58.702728 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.16 22:29:58.712063 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.16 22:29:58.713528 [ 243 ] {} system.metric_log (17c176fe-b254-42fc-bf2b-68f5777eca70): 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.16 22:29:58.723385 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.03.16 22:29:59.550217 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64022 2026.03.16 22:29:59.550340 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.550369 [ 287 ] {} TCP-Session: 932c6649-bf09-40c1-8e30-65fd6ef59fd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:64022 2026.03.16 22:29:59.550391 [ 287 ] {} TCP-Session: 932c6649-bf09-40c1-8e30-65fd6ef59fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.550403 [ 287 ] {} TCP-Session: 932c6649-bf09-40c1-8e30-65fd6ef59fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.550649 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46373 2026.03.16 22:29:59.550674 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38335 2026.03.16 22:29:59.550696 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49806 2026.03.16 22:29:59.550729 [ 287 ] {} TCP-Session: 932c6649-bf09-40c1-8e30-65fd6ef59fd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:59.550738 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41547 2026.03.16 22:29:59.550725 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37310 2026.03.16 22:29:59.550687 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39401 2026.03.16 22:29:59.550825 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.550833 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.550870 [ 288 ] {} TCP-Session: 85a0f159-fb28-4a93-af8e-3e986db9b7c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:46373 2026.03.16 22:29:59.550882 [ 259 ] {} TCP-Session: 19811b5b-32a2-4969-843a-1434d745d073 Authenticating user 'default' from [fd00:1122:3344:101::e]:41547 2026.03.16 22:29:59.550831 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.550908 [ 259 ] {} TCP-Session: 19811b5b-32a2-4969-843a-1434d745d073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.550906 [ 288 ] {} TCP-Session: 85a0f159-fb28-4a93-af8e-3e986db9b7c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.550931 [ 259 ] {} TCP-Session: 19811b5b-32a2-4969-843a-1434d745d073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.550946 [ 288 ] {} TCP-Session: 85a0f159-fb28-4a93-af8e-3e986db9b7c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.550950 [ 287 ] {982e5438-38ee-4628-9f6e-525cb3e4f5a0} executeQuery: (from [fd00:1122:3344:101::e]:64022) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:29:59.550930 [ 291 ] {} TCP-Session: 6d1e3161-eb9b-4d12-bdf0-f28bc0bb4b67 Authenticating user 'default' from [fd00:1122:3344:101::e]:38335 2026.03.16 22:29:59.551009 [ 291 ] {} TCP-Session: 6d1e3161-eb9b-4d12-bdf0-f28bc0bb4b67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.550666 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47972 2026.03.16 22:29:59.551026 [ 291 ] {} TCP-Session: 6d1e3161-eb9b-4d12-bdf0-f28bc0bb4b67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.551032 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.550658 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50291 2026.03.16 22:29:59.551108 [ 293 ] {} TCP-Session: 6ce28cea-d1e7-4ff8-bd6b-31361d3d906d Authenticating user 'default' from [fd00:1122:3344:101::e]:49806 2026.03.16 22:29:59.551133 [ 293 ] {} TCP-Session: 6ce28cea-d1e7-4ff8-bd6b-31361d3d906d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.551147 [ 293 ] {} TCP-Session: 6ce28cea-d1e7-4ff8-bd6b-31361d3d906d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.551170 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.551210 [ 294 ] {} TCP-Session: 72d8b720-6699-4de4-9e4b-bd6e279dd820 Authenticating user 'default' from [fd00:1122:3344:101::e]:37310 2026.03.16 22:29:59.551234 [ 294 ] {} TCP-Session: 72d8b720-6699-4de4-9e4b-bd6e279dd820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.551248 [ 294 ] {} TCP-Session: 72d8b720-6699-4de4-9e4b-bd6e279dd820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.551260 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.551293 [ 292 ] {} TCP-Session: 29bd36c3-a352-4f07-be97-5fd69334e3a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39401 2026.03.16 22:29:59.551308 [ 292 ] {} TCP-Session: 29bd36c3-a352-4f07-be97-5fd69334e3a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.551321 [ 292 ] {} TCP-Session: 29bd36c3-a352-4f07-be97-5fd69334e3a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.551327 [ 287 ] {982e5438-38ee-4628-9f6e-525cb3e4f5a0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.16 22:29:59.551383 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.551417 [ 289 ] {} TCP-Session: c8559ebc-94d3-47d7-b13c-b0226ad6a9ad Authenticating user 'default' from [fd00:1122:3344:101::e]:50291 2026.03.16 22:29:59.551419 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.551424 [ 287 ] {982e5438-38ee-4628-9f6e-525cb3e4f5a0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:29:59.551436 [ 289 ] {} TCP-Session: c8559ebc-94d3-47d7-b13c-b0226ad6a9ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.551461 [ 290 ] {} TCP-Session: 4b3af5db-7305-4829-ac11-5694d27c4367 Authenticating user 'default' from [fd00:1122:3344:101::e]:47972 2026.03.16 22:29:59.551479 [ 289 ] {} TCP-Session: c8559ebc-94d3-47d7-b13c-b0226ad6a9ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.551496 [ 290 ] {} TCP-Session: 4b3af5db-7305-4829-ac11-5694d27c4367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.551515 [ 290 ] {} TCP-Session: 4b3af5db-7305-4829-ac11-5694d27c4367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.551759 [ 287 ] {982e5438-38ee-4628-9f6e-525cb3e4f5a0} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f) (SelectExecutor): Key condition: unknown 2026.03.16 22:29:59.552788 [ 328 ] {982e5438-38ee-4628-9f6e-525cb3e4f5a0} AggregatingTransform: Aggregating 2026.03.16 22:29:59.552822 [ 328 ] {982e5438-38ee-4628-9f6e-525cb3e4f5a0} Aggregator: Aggregation method: without_key 2026.03.16 22:29:59.552849 [ 328 ] {982e5438-38ee-4628-9f6e-525cb3e4f5a0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000990261 sec. (1009.835 rows/sec., 39.45 KiB/sec.) 2026.03.16 22:29:59.552863 [ 328 ] {982e5438-38ee-4628-9f6e-525cb3e4f5a0} Aggregator: Merging aggregated data 2026.03.16 22:29:59.554788 [ 287 ] {982e5438-38ee-4628-9f6e-525cb3e4f5a0} executeQuery: Read 1 rows, 40.00 B in 0.003925 sec., 254.77707006369428 rows/sec., 9.95 KiB/sec. 2026.03.16 22:29:59.554885 [ 287 ] {982e5438-38ee-4628-9f6e-525cb3e4f5a0} TCPHandler: Processed in 0.004302002 sec. 2026.03.16 22:29:59.554968 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.554993 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.554997 [ 287 ] {} TCP-Session: 932c6649-bf09-40c1-8e30-65fd6ef59fd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.555007 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.555027 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.555039 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.555065 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.555076 [ 259 ] {} TCP-Session: 19811b5b-32a2-4969-843a-1434d745d073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.555098 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.555120 [ 294 ] {} TCP-Session: 72d8b720-6699-4de4-9e4b-bd6e279dd820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.555105 [ 290 ] {} TCP-Session: 4b3af5db-7305-4829-ac11-5694d27c4367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.555156 [ 293 ] {} TCP-Session: 6ce28cea-d1e7-4ff8-bd6b-31361d3d906d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.555085 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.555061 [ 288 ] {} TCP-Session: 85a0f159-fb28-4a93-af8e-3e986db9b7c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.555054 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.555240 [ 292 ] {} TCP-Session: 29bd36c3-a352-4f07-be97-5fd69334e3a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.555271 [ 289 ] {} TCP-Session: c8559ebc-94d3-47d7-b13c-b0226ad6a9ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.555030 [ 291 ] {} TCP-Session: 6d1e3161-eb9b-4d12-bdf0-f28bc0bb4b67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.618849 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47003 2026.03.16 22:29:59.618967 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.618996 [ 287 ] {} TCP-Session: f1dc1c56-aa12-4924-a817-aac66d54f3c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:47003 2026.03.16 22:29:59.619020 [ 287 ] {} TCP-Session: f1dc1c56-aa12-4924-a817-aac66d54f3c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619035 [ 287 ] {} TCP-Session: f1dc1c56-aa12-4924-a817-aac66d54f3c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619231 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42711 2026.03.16 22:29:59.619267 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60599 2026.03.16 22:29:59.619286 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46737 2026.03.16 22:29:59.619315 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55788 2026.03.16 22:29:59.619338 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60679 2026.03.16 22:29:59.619354 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.619301 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40671 2026.03.16 22:29:59.619386 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.619407 [ 287 ] {} TCP-Session: f1dc1c56-aa12-4924-a817-aac66d54f3c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:59.619417 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.619430 [ 291 ] {} TCP-Session: 1d78541f-6c58-4acf-80b9-9137ce35885f Authenticating user 'default' from [fd00:1122:3344:101::e]:46737 2026.03.16 22:29:59.619451 [ 259 ] {} TCP-Session: c33cf869-338c-423f-8d5f-de25760c8787 Authenticating user 'default' from [fd00:1122:3344:101::e]:60679 2026.03.16 22:29:59.619453 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.619471 [ 259 ] {} TCP-Session: c33cf869-338c-423f-8d5f-de25760c8787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619492 [ 292 ] {} TCP-Session: 640b4abb-bdc0-4837-90a2-44c4c9c6817c Authenticating user 'default' from [fd00:1122:3344:101::e]:40671 2026.03.16 22:29:59.619500 [ 259 ] {} TCP-Session: c33cf869-338c-423f-8d5f-de25760c8787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619405 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.619523 [ 292 ] {} TCP-Session: 640b4abb-bdc0-4837-90a2-44c4c9c6817c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619391 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.619560 [ 293 ] {} TCP-Session: bc647e76-b07b-4501-a8c5-51309f7762ac Authenticating user 'default' from [fd00:1122:3344:101::e]:55788 2026.03.16 22:29:59.619562 [ 292 ] {} TCP-Session: 640b4abb-bdc0-4837-90a2-44c4c9c6817c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619572 [ 287 ] {7898164e-6a5a-4fb2-b1e5-8d0a45602894} executeQuery: (from [fd00:1122:3344:101::e]:47003) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:29:59.619598 [ 293 ] {} TCP-Session: bc647e76-b07b-4501-a8c5-51309f7762ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619589 [ 289 ] {} TCP-Session: e443fb4d-dcfd-4c67-bcf2-f0b5d77249e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:60599 2026.03.16 22:29:59.619632 [ 293 ] {} TCP-Session: bc647e76-b07b-4501-a8c5-51309f7762ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619647 [ 289 ] {} TCP-Session: e443fb4d-dcfd-4c67-bcf2-f0b5d77249e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619276 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48407 2026.03.16 22:29:59.619666 [ 289 ] {} TCP-Session: e443fb4d-dcfd-4c67-bcf2-f0b5d77249e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619460 [ 291 ] {} TCP-Session: 1d78541f-6c58-4acf-80b9-9137ce35885f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619404 [ 288 ] {} TCP-Session: 2e679068-1900-4ae0-a7c9-2a9447073da4 Authenticating user 'default' from [fd00:1122:3344:101::e]:42711 2026.03.16 22:29:59.619749 [ 291 ] {} TCP-Session: 1d78541f-6c58-4acf-80b9-9137ce35885f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619772 [ 288 ] {} TCP-Session: 2e679068-1900-4ae0-a7c9-2a9447073da4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619780 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.619797 [ 288 ] {} TCP-Session: 2e679068-1900-4ae0-a7c9-2a9447073da4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619321 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37234 2026.03.16 22:29:59.619825 [ 290 ] {} TCP-Session: fcf5e025-0e2c-4bc9-b2c9-ff22d3cb8c8c Authenticating user 'default' from [fd00:1122:3344:101::e]:48407 2026.03.16 22:29:59.619865 [ 287 ] {7898164e-6a5a-4fb2-b1e5-8d0a45602894} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.16 22:29:59.619869 [ 290 ] {} TCP-Session: fcf5e025-0e2c-4bc9-b2c9-ff22d3cb8c8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619895 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.619905 [ 290 ] {} TCP-Session: fcf5e025-0e2c-4bc9-b2c9-ff22d3cb8c8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619918 [ 294 ] {} TCP-Session: a427a8c8-35e6-4c22-a287-6f85903c5f61 Authenticating user 'default' from [fd00:1122:3344:101::e]:37234 2026.03.16 22:29:59.619925 [ 287 ] {7898164e-6a5a-4fb2-b1e5-8d0a45602894} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:29:59.619935 [ 294 ] {} TCP-Session: a427a8c8-35e6-4c22-a287-6f85903c5f61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.619958 [ 294 ] {} TCP-Session: a427a8c8-35e6-4c22-a287-6f85903c5f61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.620202 [ 287 ] {7898164e-6a5a-4fb2-b1e5-8d0a45602894} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f) (SelectExecutor): Key condition: unknown 2026.03.16 22:29:59.621339 [ 328 ] {7898164e-6a5a-4fb2-b1e5-8d0a45602894} AggregatingTransform: Aggregating 2026.03.16 22:29:59.621381 [ 328 ] {7898164e-6a5a-4fb2-b1e5-8d0a45602894} Aggregator: Aggregation method: without_key 2026.03.16 22:29:59.621416 [ 328 ] {7898164e-6a5a-4fb2-b1e5-8d0a45602894} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001110964 sec. (900.119 rows/sec., 35.16 KiB/sec.) 2026.03.16 22:29:59.621436 [ 328 ] {7898164e-6a5a-4fb2-b1e5-8d0a45602894} Aggregator: Merging aggregated data 2026.03.16 22:29:59.622673 [ 287 ] {7898164e-6a5a-4fb2-b1e5-8d0a45602894} executeQuery: Read 1 rows, 40.00 B in 0.003155 sec., 316.9572107765452 rows/sec., 12.38 KiB/sec. 2026.03.16 22:29:59.622788 [ 287 ] {7898164e-6a5a-4fb2-b1e5-8d0a45602894} TCPHandler: Processed in 0.003507645 sec. 2026.03.16 22:29:59.622872 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.622899 [ 287 ] {} TCP-Session: f1dc1c56-aa12-4924-a817-aac66d54f3c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.622910 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.622923 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.622938 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.622953 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.622970 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.622986 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.623004 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.623024 [ 259 ] {} TCP-Session: c33cf869-338c-423f-8d5f-de25760c8787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.623036 [ 291 ] {} TCP-Session: 1d78541f-6c58-4acf-80b9-9137ce35885f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.623008 [ 289 ] {} TCP-Session: e443fb4d-dcfd-4c67-bcf2-f0b5d77249e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.623079 [ 293 ] {} TCP-Session: bc647e76-b07b-4501-a8c5-51309f7762ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.622989 [ 290 ] {} TCP-Session: fcf5e025-0e2c-4bc9-b2c9-ff22d3cb8c8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.622960 [ 292 ] {} TCP-Session: 640b4abb-bdc0-4837-90a2-44c4c9c6817c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.623016 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.622954 [ 288 ] {} TCP-Session: 2e679068-1900-4ae0-a7c9-2a9447073da4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.623183 [ 294 ] {} TCP-Session: a427a8c8-35e6-4c22-a287-6f85903c5f61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.712191 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40947 2026.03.16 22:29:59.712303 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.712329 [ 287 ] {} TCP-Session: 9e15aa44-f88e-4661-a3e7-814fe42fc20f Authenticating user 'default' from [fd00:1122:3344:101::e]:40947 2026.03.16 22:29:59.712355 [ 287 ] {} TCP-Session: 9e15aa44-f88e-4661-a3e7-814fe42fc20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.712368 [ 287 ] {} TCP-Session: 9e15aa44-f88e-4661-a3e7-814fe42fc20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.712535 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45978 2026.03.16 22:29:59.712580 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33332 2026.03.16 22:29:59.712609 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53588 2026.03.16 22:29:59.712624 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47857 2026.03.16 22:29:59.712641 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55652 2026.03.16 22:29:59.712671 [ 287 ] {} TCP-Session: 9e15aa44-f88e-4661-a3e7-814fe42fc20f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.16 22:29:59.712702 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.712710 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.712723 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.712740 [ 292 ] {} TCP-Session: b56d17ab-7d79-4d8c-8b82-dc6262137f2a Authenticating user 'default' from [fd00:1122:3344:101::e]:53588 2026.03.16 22:29:59.712745 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.712765 [ 293 ] {} TCP-Session: e59a8a79-a529-4d74-8361-26ce6a1bdb65 Authenticating user 'default' from [fd00:1122:3344:101::e]:47857 2026.03.16 22:29:59.712783 [ 292 ] {} TCP-Session: b56d17ab-7d79-4d8c-8b82-dc6262137f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.712795 [ 259 ] {} TCP-Session: 882e8496-e708-482b-bc48-107b1692da54 Authenticating user 'default' from [fd00:1122:3344:101::e]:55652 2026.03.16 22:29:59.712817 [ 292 ] {} TCP-Session: b56d17ab-7d79-4d8c-8b82-dc6262137f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.712813 [ 293 ] {} TCP-Session: e59a8a79-a529-4d74-8361-26ce6a1bdb65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.712834 [ 259 ] {} TCP-Session: 882e8496-e708-482b-bc48-107b1692da54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.712856 [ 293 ] {} TCP-Session: e59a8a79-a529-4d74-8361-26ce6a1bdb65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.712868 [ 259 ] {} TCP-Session: 882e8496-e708-482b-bc48-107b1692da54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.712869 [ 287 ] {cb370fb8-4f49-4cf0-bfa9-9a2d34659438} executeQuery: (from [fd00:1122:3344:101::e]:40947) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.16 22:29:59.712758 [ 289 ] {} TCP-Session: 6197cd6b-9cc7-42a7-983d-6bfad9c1f7f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:33332 2026.03.16 22:29:59.712590 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52092 2026.03.16 22:29:59.712938 [ 289 ] {} TCP-Session: 6197cd6b-9cc7-42a7-983d-6bfad9c1f7f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.712643 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.713000 [ 289 ] {} TCP-Session: 6197cd6b-9cc7-42a7-983d-6bfad9c1f7f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.713029 [ 288 ] {} TCP-Session: ba5ba52c-04a0-4295-98db-7d7251a84c3c Authenticating user 'default' from [fd00:1122:3344:101::e]:45978 2026.03.16 22:29:59.712597 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46481 2026.03.16 22:29:59.713056 [ 288 ] {} TCP-Session: ba5ba52c-04a0-4295-98db-7d7251a84c3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.713069 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.713095 [ 288 ] {} TCP-Session: ba5ba52c-04a0-4295-98db-7d7251a84c3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.712635 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60192 2026.03.16 22:29:59.713125 [ 290 ] {} TCP-Session: f657780d-c8d4-4975-989c-9d477fb0f933 Authenticating user 'default' from [fd00:1122:3344:101::e]:52092 2026.03.16 22:29:59.713141 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.713153 [ 287 ] {cb370fb8-4f49-4cf0-bfa9-9a2d34659438} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.16 22:29:59.713180 [ 290 ] {} TCP-Session: f657780d-c8d4-4975-989c-9d477fb0f933 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.713194 [ 291 ] {} TCP-Session: cfd0fe27-d267-489f-81ff-42d2c153ea7b Authenticating user 'default' from [fd00:1122:3344:101::e]:46481 2026.03.16 22:29:59.713228 [ 290 ] {} TCP-Session: f657780d-c8d4-4975-989c-9d477fb0f933 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.713240 [ 287 ] {cb370fb8-4f49-4cf0-bfa9-9a2d34659438} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.16 22:29:59.713249 [ 291 ] {} TCP-Session: cfd0fe27-d267-489f-81ff-42d2c153ea7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.713209 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.16 22:29:59.713286 [ 291 ] {} TCP-Session: cfd0fe27-d267-489f-81ff-42d2c153ea7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.713316 [ 294 ] {} TCP-Session: 2a50d76d-62a1-4fe5-9a6a-8b8949c1037f Authenticating user 'default' from [fd00:1122:3344:101::e]:60192 2026.03.16 22:29:59.713342 [ 294 ] {} TCP-Session: 2a50d76d-62a1-4fe5-9a6a-8b8949c1037f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.713354 [ 294 ] {} TCP-Session: 2a50d76d-62a1-4fe5-9a6a-8b8949c1037f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.713555 [ 287 ] {cb370fb8-4f49-4cf0-bfa9-9a2d34659438} oximeter.version (b90ba97a-e03f-4222-bd2b-4ce80a82988f) (SelectExecutor): Key condition: unknown 2026.03.16 22:29:59.714485 [ 327 ] {cb370fb8-4f49-4cf0-bfa9-9a2d34659438} AggregatingTransform: Aggregating 2026.03.16 22:29:59.714537 [ 327 ] {cb370fb8-4f49-4cf0-bfa9-9a2d34659438} Aggregator: Aggregation method: without_key 2026.03.16 22:29:59.714575 [ 327 ] {cb370fb8-4f49-4cf0-bfa9-9a2d34659438} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000917369 sec. (1090.074 rows/sec., 42.58 KiB/sec.) 2026.03.16 22:29:59.714594 [ 327 ] {cb370fb8-4f49-4cf0-bfa9-9a2d34659438} Aggregator: Merging aggregated data 2026.03.16 22:29:59.715901 [ 287 ] {cb370fb8-4f49-4cf0-bfa9-9a2d34659438} executeQuery: Read 1 rows, 40.00 B in 0.003091 sec., 323.51989647363314 rows/sec., 12.64 KiB/sec. 2026.03.16 22:29:59.716033 [ 287 ] {cb370fb8-4f49-4cf0-bfa9-9a2d34659438} TCPHandler: Processed in 0.003489124 sec. 2026.03.16 22:29:59.716155 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.716184 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.716195 [ 287 ] {} TCP-Session: 9e15aa44-f88e-4661-a3e7-814fe42fc20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.716212 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.716239 [ 288 ] {} TCP-Session: ba5ba52c-04a0-4295-98db-7d7251a84c3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.716241 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.716259 [ 292 ] {} TCP-Session: b56d17ab-7d79-4d8c-8b82-dc6262137f2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.716275 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.716298 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.716322 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.716343 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.716355 [ 291 ] {} TCP-Session: cfd0fe27-d267-489f-81ff-42d2c153ea7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.716379 [ 289 ] {} TCP-Session: 6197cd6b-9cc7-42a7-983d-6bfad9c1f7f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.716392 [ 293 ] {} TCP-Session: e59a8a79-a529-4d74-8361-26ce6a1bdb65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.716294 [ 259 ] {} TCP-Session: 882e8496-e708-482b-bc48-107b1692da54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.716258 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.16 22:29:59.716338 [ 294 ] {} TCP-Session: 2a50d76d-62a1-4fe5-9a6a-8b8949c1037f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:29:59.716480 [ 290 ] {} TCP-Session: f657780d-c8d4-4975-989c-9d477fb0f933 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.16 22:30:00.758463 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 558 2026.03.16 22:30:00.761422 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.16 22:30:00.761483 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.16 22:30:00.762880 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.16 22:30:00.763291 [ 242 ] {} system.query_log (f4e4a36b-4ede-4294-82dc-58b43a49a0a5): 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.16 22:30:00.763762 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 558