[ Mar 20 19:58:05 Enabled. ] [ Mar 20 19:58:05 Rereading configuration. ] [ Mar 20 19:58:06 Rereading configuration. ] [ Mar 20 19:58:08 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 20 19:58:08 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.20 19:58:09.186768 [ 1 ] {} Application: Will watch for the process with pid 24342 2026.03.20 19:58:09.187171 [ 1 ] {} Application: Forked a child process to watch 2026.03.20 19:58:09.635327 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24342 2026.03.20 19:58:09.636048 [ 1 ] {} Application: starting up 2026.03.20 19:58:09.636193 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.20 19:58:09.726190 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.20 19:58:09.780055 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.20 19:58:09.780112 [ 1 ] {} Application: Initializing DateLUT. 2026.03.20 19:58:09.780133 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.20 19:58:09.780206 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.20 19:58:09.780643 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.20 19:58:09.783686 [ 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.20 19:58:09.784653 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.20 19:58:09.785515 [ 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.20 19:58:09.785541 [ 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.20 19:58:09.785556 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.20 19:58:09.786296 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.20 19:58:09.787296 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.20 19:58:09.794397 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.20 19:58:09.795066 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.20 19:58:09.796765 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.20 19:58:09.796840 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.20 19:58:09.797988 [ 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.20 19:58:09.798383 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.20 19:58:09.802136 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.20 19:58:09.802597 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.20 19:58:09.805886 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.20 19:58:09.806251 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.20 19:58:09.806633 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.20 19:58:09.806967 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.20 19:58:09.808330 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.20 19:58:09.808359 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.20 19:58:09.808432 [ 114 ] {} DNSResolver: Updating DNS cache 2026.03.20 19:58:09.808490 [ 114 ] {} DNSResolver: Updated DNS cache 2026.03.20 19:58:09.827422 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.20 19:58:09.827450 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000180853 sec 2026.03.20 19:58:09.827479 [ 1 ] {} ReferentialDeps: No tables 2026.03.20 19:58:09.827495 [ 1 ] {} LoadingDeps: No tables 2026.03.20 19:58:09.828310 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.20 19:58:09.828894 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.20 19:58:09.838867 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.20 19:58:09.838909 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.20 19:58:09.838936 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.20 19:58:09.838951 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.20 19:58:09.838983 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.20 19:58:09.839001 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.20 19:58:09.841025 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.20 19:58:09.841066 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.20 19:58:09.841085 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.20 19:58:09.841212 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.20 19:58:09.841249 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.20 19:58:09.841262 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.20 19:58:09.841293 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.20 19:58:09.841304 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.20 19:58:09.841331 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.20 19:58:09.841353 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.20 19:58:09.863856 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.20 19:58:09.868151 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.20 19:58:09.868193 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0751e-05 sec 2026.03.20 19:58:09.868205 [ 1 ] {} ReferentialDeps: No tables 2026.03.20 19:58:09.868216 [ 1 ] {} LoadingDeps: No tables 2026.03.20 19:58:09.868241 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.20 19:58:09.868426 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.20 19:58:09.868468 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.20 19:58:09.868480 [ 1 ] {} Application: Loaded metadata. 2026.03.20 19:58:09.868491 [ 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.20 19:58:09.868502 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.20 19:58:09.871918 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.20 19:58:09.872111 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.01 MiB 2026.03.20 19:58:09.873471 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.294e-05 sec. 2026.03.20 19:58:09.873809 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.20 19:58:09.875015 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.20 19:58:09.875096 [ 1 ] {} Application: Ready for connections. 2026.03.20 19:58:10.001198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.80 MiB, peak 116.80 MiB, free memory in arenas 0.00 B, will set to 118.32 MiB (RSS), difference: 1.52 MiB 2026.03.20 19:58:10.581550 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60290 2026.03.20 19:58:10.582380 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:10.582448 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Authenticating user 'default' from [fd00:1122:3344:101::d]:60290 2026.03.20 19:58:10.582487 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.582500 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.582604 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.20 19:58:10.582643 [ 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.20 19:58:10.582659 [ 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.20 19:58:10.583155 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63586 2026.03.20 19:58:10.583251 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60645 2026.03.20 19:58:10.583264 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49955 2026.03.20 19:58:10.583373 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:10.583412 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Authenticating user 'default' from [fd00:1122:3344:101::d]:63586 2026.03.20 19:58:10.583415 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:10.583435 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.583439 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53508 2026.03.20 19:58:10.583460 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.583464 [ 254 ] {} TCP-Session: 2a7e0b0e-256a-43dd-964a-b79f6c7d53d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60645 2026.03.20 19:58:10.583502 [ 254 ] {} TCP-Session: 2a7e0b0e-256a-43dd-964a-b79f6c7d53d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.583501 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:10.583528 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36590 2026.03.20 19:58:10.583559 [ 5 ] {} TCP-Session: cac212f4-4843-4c05-abd6-541f69ba2730 Authenticating user 'default' from [fd00:1122:3344:101::d]:49955 2026.03.20 19:58:10.583574 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:10.583517 [ 254 ] {} TCP-Session: 2a7e0b0e-256a-43dd-964a-b79f6c7d53d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.583601 [ 5 ] {} TCP-Session: cac212f4-4843-4c05-abd6-541f69ba2730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.583622 [ 255 ] {} TCP-Session: d42a73f8-54b8-4dfd-bab2-f68adf465dad Authenticating user 'default' from [fd00:1122:3344:101::d]:53508 2026.03.20 19:58:10.583642 [ 5 ] {} TCP-Session: cac212f4-4843-4c05-abd6-541f69ba2730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.583650 [ 255 ] {} TCP-Session: d42a73f8-54b8-4dfd-bab2-f68adf465dad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.583671 [ 255 ] {} TCP-Session: d42a73f8-54b8-4dfd-bab2-f68adf465dad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.583687 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38175 2026.03.20 19:58:10.583847 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43386 2026.03.20 19:58:10.584348 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:10.584387 [ 256 ] {} TCP-Session: 939e15ae-ff56-4098-a388-07575be577ae Authenticating user 'default' from [fd00:1122:3344:101::d]:36590 2026.03.20 19:58:10.584405 [ 256 ] {} TCP-Session: 939e15ae-ff56-4098-a388-07575be577ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.584434 [ 256 ] {} TCP-Session: 939e15ae-ff56-4098-a388-07575be577ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.584443 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54179 2026.03.20 19:58:10.584576 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:10.584625 [ 258 ] {} TCP-Session: 2176b65b-f13f-4467-951d-6611cb62d149 Authenticating user 'default' from [fd00:1122:3344:101::d]:43386 2026.03.20 19:58:10.584660 [ 258 ] {} TCP-Session: 2176b65b-f13f-4467-951d-6611cb62d149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.584673 [ 258 ] {} TCP-Session: 2176b65b-f13f-4467-951d-6611cb62d149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.585116 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:10.585165 [ 257 ] {} TCP-Session: 0b773a81-8806-4a76-bb22-76535c18eb68 Authenticating user 'default' from [fd00:1122:3344:101::d]:38175 2026.03.20 19:58:10.585176 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:10.585188 [ 257 ] {} TCP-Session: 0b773a81-8806-4a76-bb22-76535c18eb68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.585222 [ 257 ] {} TCP-Session: 0b773a81-8806-4a76-bb22-76535c18eb68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.585231 [ 259 ] {} TCP-Session: 2fd83821-2217-44d7-9004-6441278457e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54179 2026.03.20 19:58:10.585262 [ 259 ] {} TCP-Session: 2fd83821-2217-44d7-9004-6441278457e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.585287 [ 259 ] {} TCP-Session: 2fd83821-2217-44d7-9004-6441278457e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:10.585845 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.588460 [ 3 ] {c50717b1-cc09-4bf9-bc11-9c0c4254d5a1} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 19:58:10.638082 [ 3 ] {c50717b1-cc09-4bf9-bc11-9c0c4254d5a1} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60290) (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.20 19:58:10.639123 [ 3 ] {c50717b1-cc09-4bf9-bc11-9c0c4254d5a1} 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.20 19:58:10.639290 [ 3 ] {c50717b1-cc09-4bf9-bc11-9c0c4254d5a1} TCPHandler: Processed in 0.055668402 sec. 2026.03.20 19:58:10.639638 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.640322 [ 4 ] {8c9c3dd0-0c60-4bd1-add5-7c605002343d} executeQuery: (from [fd00:1122:3344:101::d]:63586) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 19:58:10.640667 [ 4 ] {8c9c3dd0-0c60-4bd1-add5-7c605002343d} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63586) (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.20 19:58:10.640807 [ 4 ] {8c9c3dd0-0c60-4bd1-add5-7c605002343d} 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.20 19:58:10.640883 [ 4 ] {8c9c3dd0-0c60-4bd1-add5-7c605002343d} TCPHandler: Processed in 0.00140381 sec. 2026.03.20 19:58:10.641253 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.642159 [ 3 ] {6eea0de6-024e-46be-8e63-c3eb3c89cd76} executeQuery: (from [fd00:1122:3344:101::d]:60290) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.20 19:58:10.642985 [ 3 ] {6eea0de6-024e-46be-8e63-c3eb3c89cd76} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.20 19:58:10.647603 [ 3 ] {6eea0de6-024e-46be-8e63-c3eb3c89cd76} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.20 19:58:10.647627 [ 3 ] {6eea0de6-024e-46be-8e63-c3eb3c89cd76} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6381e-05 sec 2026.03.20 19:58:10.647674 [ 3 ] {6eea0de6-024e-46be-8e63-c3eb3c89cd76} ReferentialDeps: No tables 2026.03.20 19:58:10.647702 [ 3 ] {6eea0de6-024e-46be-8e63-c3eb3c89cd76} LoadingDeps: No tables 2026.03.20 19:58:10.647734 [ 3 ] {6eea0de6-024e-46be-8e63-c3eb3c89cd76} DatabaseAtomic (oximeter): Starting up tables. 2026.03.20 19:58:10.648394 [ 3 ] {6eea0de6-024e-46be-8e63-c3eb3c89cd76} TCPHandler: Processed in 0.007311885 sec. 2026.03.20 19:58:10.648550 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.648692 [ 3 ] {b010a592-12aa-4d96-b306-96570bc0b538} executeQuery: (from [fd00:1122:3344:101::d]:60290) /* 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.20 19:58:10.648753 [ 3 ] {b010a592-12aa-4d96-b306-96570bc0b538} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.20 19:58:10.653544 [ 3 ] {b010a592-12aa-4d96-b306-96570bc0b538} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.20 19:58:10.655014 [ 3 ] {b010a592-12aa-4d96-b306-96570bc0b538} oximeter.version (822d38ba-8737-4d54-86c6-a989b53b08f5): Loading data parts 2026.03.20 19:58:10.656149 [ 3 ] {b010a592-12aa-4d96-b306-96570bc0b538} oximeter.version (822d38ba-8737-4d54-86c6-a989b53b08f5): There are no data parts 2026.03.20 19:58:10.658506 [ 3 ] {b010a592-12aa-4d96-b306-96570bc0b538} TCPHandler: Processed in 0.009984374 sec. 2026.03.20 19:58:10.658673 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.658868 [ 3 ] {28aa9e52-a191-4739-99fd-c6a95072c8cc} executeQuery: (from [fd00:1122:3344:101::d]:60290) /* 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.20 19:58:10.658934 [ 3 ] {28aa9e52-a191-4739-99fd-c6a95072c8cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.20 19:58:10.669185 [ 3 ] {28aa9e52-a191-4739-99fd-c6a95072c8cc} oximeter.measurements_bool (c36aea24-924b-4c97-bb66-a844abc721e1): Loading data parts 2026.03.20 19:58:10.669473 [ 3 ] {28aa9e52-a191-4739-99fd-c6a95072c8cc} oximeter.measurements_bool (c36aea24-924b-4c97-bb66-a844abc721e1): There are no data parts 2026.03.20 19:58:10.675529 [ 3 ] {28aa9e52-a191-4739-99fd-c6a95072c8cc} TCPHandler: Processed in 0.016907454 sec. 2026.03.20 19:58:10.675747 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.675959 [ 3 ] {a5255852-6d9d-44d9-8d33-9dd2baab045c} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.676029 [ 3 ] {a5255852-6d9d-44d9-8d33-9dd2baab045c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.20 19:58:10.682358 [ 3 ] {a5255852-6d9d-44d9-8d33-9dd2baab045c} oximeter.measurements_i8 (04a90389-fc14-4ee0-934c-0cda6d49159e): Loading data parts 2026.03.20 19:58:10.682603 [ 3 ] {a5255852-6d9d-44d9-8d33-9dd2baab045c} oximeter.measurements_i8 (04a90389-fc14-4ee0-934c-0cda6d49159e): There are no data parts 2026.03.20 19:58:10.688798 [ 3 ] {a5255852-6d9d-44d9-8d33-9dd2baab045c} TCPHandler: Processed in 0.013133689 sec. 2026.03.20 19:58:10.688966 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.689309 [ 3 ] {82c642cd-592a-4378-a2b5-bd7165943741} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.689364 [ 3 ] {82c642cd-592a-4378-a2b5-bd7165943741} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.20 19:58:10.698712 [ 3 ] {82c642cd-592a-4378-a2b5-bd7165943741} oximeter.measurements_u8 (4b7c7667-3425-4a11-9fa0-08a993fd3661): Loading data parts 2026.03.20 19:58:10.698876 [ 3 ] {82c642cd-592a-4378-a2b5-bd7165943741} oximeter.measurements_u8 (4b7c7667-3425-4a11-9fa0-08a993fd3661): There are no data parts 2026.03.20 19:58:10.707122 [ 3 ] {82c642cd-592a-4378-a2b5-bd7165943741} TCPHandler: Processed in 0.018208892 sec. 2026.03.20 19:58:10.707386 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.707553 [ 3 ] {96d9a99a-64b9-41c7-9293-c12b41733b80} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.707688 [ 3 ] {96d9a99a-64b9-41c7-9293-c12b41733b80} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.20 19:58:10.712612 [ 3 ] {96d9a99a-64b9-41c7-9293-c12b41733b80} oximeter.measurements_i16 (26be5fbd-22dd-43aa-b2de-1e4891e4cce3): Loading data parts 2026.03.20 19:58:10.712790 [ 3 ] {96d9a99a-64b9-41c7-9293-c12b41733b80} oximeter.measurements_i16 (26be5fbd-22dd-43aa-b2de-1e4891e4cce3): There are no data parts 2026.03.20 19:58:10.715024 [ 3 ] {96d9a99a-64b9-41c7-9293-c12b41733b80} TCPHandler: Processed in 0.007747301 sec. 2026.03.20 19:58:10.715169 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.715423 [ 3 ] {8f95559a-0a4f-409f-a3ce-05ed30a8a30a} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.715658 [ 3 ] {8f95559a-0a4f-409f-a3ce-05ed30a8a30a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.20 19:58:10.724429 [ 3 ] {8f95559a-0a4f-409f-a3ce-05ed30a8a30a} oximeter.measurements_u16 (dd435893-13fd-43ed-98ea-bf435ce59b11): Loading data parts 2026.03.20 19:58:10.724580 [ 3 ] {8f95559a-0a4f-409f-a3ce-05ed30a8a30a} oximeter.measurements_u16 (dd435893-13fd-43ed-98ea-bf435ce59b11): There are no data parts 2026.03.20 19:58:10.728516 [ 3 ] {8f95559a-0a4f-409f-a3ce-05ed30a8a30a} TCPHandler: Processed in 0.013333012 sec. 2026.03.20 19:58:10.728768 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.728990 [ 3 ] {f801a75f-d36e-4997-8cb1-1601779d892a} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.729129 [ 3 ] {f801a75f-d36e-4997-8cb1-1601779d892a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.20 19:58:10.740548 [ 3 ] {f801a75f-d36e-4997-8cb1-1601779d892a} oximeter.measurements_i32 (51880097-9a29-40ed-88f5-f91ba36beb9f): Loading data parts 2026.03.20 19:58:10.740818 [ 3 ] {f801a75f-d36e-4997-8cb1-1601779d892a} oximeter.measurements_i32 (51880097-9a29-40ed-88f5-f91ba36beb9f): There are no data parts 2026.03.20 19:58:10.745858 [ 3 ] {f801a75f-d36e-4997-8cb1-1601779d892a} TCPHandler: Processed in 0.017139737 sec. 2026.03.20 19:58:10.746020 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.746183 [ 3 ] {1589e352-10ae-47d4-91e6-9b5a43d24dfd} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.746323 [ 3 ] {1589e352-10ae-47d4-91e6-9b5a43d24dfd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.20 19:58:10.748508 [ 3 ] {1589e352-10ae-47d4-91e6-9b5a43d24dfd} oximeter.measurements_u32 (92b6449e-3095-43f7-85d6-c6a613d81c60): Loading data parts 2026.03.20 19:58:10.748659 [ 3 ] {1589e352-10ae-47d4-91e6-9b5a43d24dfd} oximeter.measurements_u32 (92b6449e-3095-43f7-85d6-c6a613d81c60): There are no data parts 2026.03.20 19:58:10.752563 [ 3 ] {1589e352-10ae-47d4-91e6-9b5a43d24dfd} TCPHandler: Processed in 0.006621846 sec. 2026.03.20 19:58:10.752704 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.752956 [ 3 ] {27b9a104-acd1-4a4d-a609-188ef37b292b} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.753069 [ 3 ] {27b9a104-acd1-4a4d-a609-188ef37b292b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.20 19:58:10.759689 [ 3 ] {27b9a104-acd1-4a4d-a609-188ef37b292b} oximeter.measurements_i64 (5f6ac6c9-7ae8-44a2-8371-44876dee8e52): Loading data parts 2026.03.20 19:58:10.759834 [ 3 ] {27b9a104-acd1-4a4d-a609-188ef37b292b} oximeter.measurements_i64 (5f6ac6c9-7ae8-44a2-8371-44876dee8e52): There are no data parts 2026.03.20 19:58:10.768836 [ 3 ] {27b9a104-acd1-4a4d-a609-188ef37b292b} TCPHandler: Processed in 0.016148793 sec. 2026.03.20 19:58:10.769008 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.769196 [ 3 ] {b0ec3c80-ba80-4401-b00b-ed9c51ccd723} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.769329 [ 3 ] {b0ec3c80-ba80-4401-b00b-ed9c51ccd723} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.20 19:58:10.776452 [ 3 ] {b0ec3c80-ba80-4401-b00b-ed9c51ccd723} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Loading data parts 2026.03.20 19:58:10.776640 [ 3 ] {b0ec3c80-ba80-4401-b00b-ed9c51ccd723} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): There are no data parts 2026.03.20 19:58:10.785431 [ 3 ] {b0ec3c80-ba80-4401-b00b-ed9c51ccd723} TCPHandler: Processed in 0.016490338 sec. 2026.03.20 19:58:10.785592 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.785870 [ 3 ] {bfbc7804-36bd-4dce-b3bb-86005494d053} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.785998 [ 3 ] {bfbc7804-36bd-4dce-b3bb-86005494d053} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.20 19:58:10.788588 [ 3 ] {bfbc7804-36bd-4dce-b3bb-86005494d053} oximeter.measurements_f32 (adfd4ec2-adf5-4ef2-9f74-1926094ae5ee): Loading data parts 2026.03.20 19:58:10.788734 [ 3 ] {bfbc7804-36bd-4dce-b3bb-86005494d053} oximeter.measurements_f32 (adfd4ec2-adf5-4ef2-9f74-1926094ae5ee): There are no data parts 2026.03.20 19:58:10.792162 [ 3 ] {bfbc7804-36bd-4dce-b3bb-86005494d053} TCPHandler: Processed in 0.006611485 sec. 2026.03.20 19:58:10.792325 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.792505 [ 3 ] {a33ff1e0-3714-4956-9442-84816b4d9e4b} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.792705 [ 3 ] {a33ff1e0-3714-4956-9442-84816b4d9e4b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.20 19:58:10.802774 [ 3 ] {a33ff1e0-3714-4956-9442-84816b4d9e4b} oximeter.measurements_f64 (7a6443ec-5bc3-4018-95ea-19117b6b4827): Loading data parts 2026.03.20 19:58:10.803013 [ 3 ] {a33ff1e0-3714-4956-9442-84816b4d9e4b} oximeter.measurements_f64 (7a6443ec-5bc3-4018-95ea-19117b6b4827): There are no data parts 2026.03.20 19:58:10.809032 [ 3 ] {a33ff1e0-3714-4956-9442-84816b4d9e4b} TCPHandler: Processed in 0.016768722 sec. 2026.03.20 19:58:10.809180 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.809447 [ 3 ] {bfd9b01b-a437-4200-9672-2a89903d4b80} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.809578 [ 3 ] {bfd9b01b-a437-4200-9672-2a89903d4b80} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.20 19:58:10.815325 [ 3 ] {bfd9b01b-a437-4200-9672-2a89903d4b80} oximeter.measurements_string (4d9f2c53-3a6d-4011-bd0a-f947e42658e9): Loading data parts 2026.03.20 19:58:10.815479 [ 3 ] {bfd9b01b-a437-4200-9672-2a89903d4b80} oximeter.measurements_string (4d9f2c53-3a6d-4011-bd0a-f947e42658e9): There are no data parts 2026.03.20 19:58:10.818253 [ 3 ] {bfd9b01b-a437-4200-9672-2a89903d4b80} TCPHandler: Processed in 0.009121322 sec. 2026.03.20 19:58:10.818397 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.818545 [ 3 ] {b5c0277d-74b5-4519-abe4-10418349d288} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.818730 [ 3 ] {b5c0277d-74b5-4519-abe4-10418349d288} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.20 19:58:10.823863 [ 3 ] {b5c0277d-74b5-4519-abe4-10418349d288} oximeter.measurements_bytes (e11ddc68-e8d1-4d22-85c5-28333aacdb8f): Loading data parts 2026.03.20 19:58:10.824045 [ 3 ] {b5c0277d-74b5-4519-abe4-10418349d288} oximeter.measurements_bytes (e11ddc68-e8d1-4d22-85c5-28333aacdb8f): There are no data parts 2026.03.20 19:58:10.829835 [ 3 ] {b5c0277d-74b5-4519-abe4-10418349d288} TCPHandler: Processed in 0.011515426 sec. 2026.03.20 19:58:10.829978 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.830130 [ 3 ] {7fac6428-1dba-4bfc-9325-7a9f53287c76} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.830332 [ 3 ] {7fac6428-1dba-4bfc-9325-7a9f53287c76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.20 19:58:10.838554 [ 3 ] {7fac6428-1dba-4bfc-9325-7a9f53287c76} oximeter.measurements_cumulativei64 (88d475ef-9838-4e6e-a5d6-df1c29c4ad9e): Loading data parts 2026.03.20 19:58:10.838732 [ 3 ] {7fac6428-1dba-4bfc-9325-7a9f53287c76} oximeter.measurements_cumulativei64 (88d475ef-9838-4e6e-a5d6-df1c29c4ad9e): There are no data parts 2026.03.20 19:58:10.841738 [ 3 ] {7fac6428-1dba-4bfc-9325-7a9f53287c76} TCPHandler: Processed in 0.011758209 sec. 2026.03.20 19:58:10.841947 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.842211 [ 3 ] {42ae5ad0-08c2-4af7-a277-dd129f32e0a3} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.842344 [ 3 ] {42ae5ad0-08c2-4af7-a277-dd129f32e0a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.20 19:58:10.847537 [ 3 ] {42ae5ad0-08c2-4af7-a277-dd129f32e0a3} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Loading data parts 2026.03.20 19:58:10.847804 [ 3 ] {42ae5ad0-08c2-4af7-a277-dd129f32e0a3} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): There are no data parts 2026.03.20 19:58:10.852465 [ 3 ] {42ae5ad0-08c2-4af7-a277-dd129f32e0a3} TCPHandler: Processed in 0.010563943 sec. 2026.03.20 19:58:10.852612 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.852900 [ 3 ] {4e3971f5-0c16-4f72-81fe-7b661d3d45cd} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.852996 [ 3 ] {4e3971f5-0c16-4f72-81fe-7b661d3d45cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.20 19:58:10.855699 [ 3 ] {4e3971f5-0c16-4f72-81fe-7b661d3d45cd} oximeter.measurements_cumulativef32 (af3a95ea-0a4e-4f66-b93c-44d45a77ec38): Loading data parts 2026.03.20 19:58:10.855856 [ 3 ] {4e3971f5-0c16-4f72-81fe-7b661d3d45cd} oximeter.measurements_cumulativef32 (af3a95ea-0a4e-4f66-b93c-44d45a77ec38): There are no data parts 2026.03.20 19:58:10.864187 [ 3 ] {4e3971f5-0c16-4f72-81fe-7b661d3d45cd} TCPHandler: Processed in 0.011622977 sec. 2026.03.20 19:58:10.864335 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.864505 [ 3 ] {d8adc342-b035-4652-b808-59167808020f} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.864639 [ 3 ] {d8adc342-b035-4652-b808-59167808020f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.20 19:58:10.870821 [ 3 ] {d8adc342-b035-4652-b808-59167808020f} oximeter.measurements_cumulativef64 (e562a5bd-2969-4bf7-ae29-b5a45a03ace7): Loading data parts 2026.03.20 19:58:10.871060 [ 3 ] {d8adc342-b035-4652-b808-59167808020f} oximeter.measurements_cumulativef64 (e562a5bd-2969-4bf7-ae29-b5a45a03ace7): There are no data parts 2026.03.20 19:58:10.876481 [ 3 ] {d8adc342-b035-4652-b808-59167808020f} TCPHandler: Processed in 0.012192246 sec. 2026.03.20 19:58:10.876651 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.877071 [ 3 ] {4e91221e-47a5-482b-acc1-16c2af6b3246} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.877256 [ 3 ] {4e91221e-47a5-482b-acc1-16c2af6b3246} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.20 19:58:10.883849 [ 3 ] {4e91221e-47a5-482b-acc1-16c2af6b3246} oximeter.measurements_histogrami8 (f326fd73-0c1a-4530-af1b-3a7d0729605e): Loading data parts 2026.03.20 19:58:10.883998 [ 3 ] {4e91221e-47a5-482b-acc1-16c2af6b3246} oximeter.measurements_histogrami8 (f326fd73-0c1a-4530-af1b-3a7d0729605e): There are no data parts 2026.03.20 19:58:10.889530 [ 3 ] {4e91221e-47a5-482b-acc1-16c2af6b3246} TCPHandler: Processed in 0.012953017 sec. 2026.03.20 19:58:10.889676 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.889884 [ 3 ] {9a08247d-88e9-43e5-923a-77a6e3fda8c5} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.890017 [ 3 ] {9a08247d-88e9-43e5-923a-77a6e3fda8c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.20 19:58:10.896577 [ 3 ] {9a08247d-88e9-43e5-923a-77a6e3fda8c5} oximeter.measurements_histogramu8 (fe444789-a865-41ea-b222-393ce1aa3c8e): Loading data parts 2026.03.20 19:58:10.896817 [ 3 ] {9a08247d-88e9-43e5-923a-77a6e3fda8c5} oximeter.measurements_histogramu8 (fe444789-a865-41ea-b222-393ce1aa3c8e): There are no data parts 2026.03.20 19:58:10.902185 [ 3 ] {9a08247d-88e9-43e5-923a-77a6e3fda8c5} TCPHandler: Processed in 0.012528581 sec. 2026.03.20 19:58:10.902343 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.902660 [ 3 ] {1e85a519-9bcc-48f6-b00f-d83a9845a846} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.902806 [ 3 ] {1e85a519-9bcc-48f6-b00f-d83a9845a846} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.20 19:58:10.908539 [ 3 ] {1e85a519-9bcc-48f6-b00f-d83a9845a846} oximeter.measurements_histogrami16 (5423197c-ce23-4b5a-85d8-4b94ee5bf4a7): Loading data parts 2026.03.20 19:58:10.908690 [ 3 ] {1e85a519-9bcc-48f6-b00f-d83a9845a846} oximeter.measurements_histogrami16 (5423197c-ce23-4b5a-85d8-4b94ee5bf4a7): There are no data parts 2026.03.20 19:58:10.913915 [ 3 ] {1e85a519-9bcc-48f6-b00f-d83a9845a846} TCPHandler: Processed in 0.011619147 sec. 2026.03.20 19:58:10.914263 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.914479 [ 3 ] {a67addee-8413-42e6-9d61-a99bd96572b5} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.914635 [ 3 ] {a67addee-8413-42e6-9d61-a99bd96572b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.20 19:58:10.918924 [ 3 ] {a67addee-8413-42e6-9d61-a99bd96572b5} oximeter.measurements_histogramu16 (cc31367c-a81a-4d12-9246-520008babb1a): Loading data parts 2026.03.20 19:58:10.919243 [ 3 ] {a67addee-8413-42e6-9d61-a99bd96572b5} oximeter.measurements_histogramu16 (cc31367c-a81a-4d12-9246-520008babb1a): There are no data parts 2026.03.20 19:58:10.925169 [ 3 ] {a67addee-8413-42e6-9d61-a99bd96572b5} TCPHandler: Processed in 0.010952418 sec. 2026.03.20 19:58:10.925337 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.925652 [ 3 ] {c8267247-b343-4717-be98-b1f8e45ba8bf} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.925785 [ 3 ] {c8267247-b343-4717-be98-b1f8e45ba8bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.20 19:58:10.931743 [ 3 ] {c8267247-b343-4717-be98-b1f8e45ba8bf} oximeter.measurements_histogrami32 (29bdcf50-e4ba-495a-91d6-9fafe07c618c): Loading data parts 2026.03.20 19:58:10.931936 [ 3 ] {c8267247-b343-4717-be98-b1f8e45ba8bf} oximeter.measurements_histogrami32 (29bdcf50-e4ba-495a-91d6-9fafe07c618c): There are no data parts 2026.03.20 19:58:10.937358 [ 3 ] {c8267247-b343-4717-be98-b1f8e45ba8bf} TCPHandler: Processed in 0.012080014 sec. 2026.03.20 19:58:10.937610 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.937876 [ 3 ] {1e7add05-db4a-4ccf-bd63-b04f96876d50} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.938027 [ 3 ] {1e7add05-db4a-4ccf-bd63-b04f96876d50} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.20 19:58:10.942580 [ 3 ] {1e7add05-db4a-4ccf-bd63-b04f96876d50} oximeter.measurements_histogramu32 (07ce06c7-19c1-4255-badc-2066dce6a184): Loading data parts 2026.03.20 19:58:10.942839 [ 3 ] {1e7add05-db4a-4ccf-bd63-b04f96876d50} oximeter.measurements_histogramu32 (07ce06c7-19c1-4255-badc-2066dce6a184): There are no data parts 2026.03.20 19:58:10.949214 [ 3 ] {1e7add05-db4a-4ccf-bd63-b04f96876d50} TCPHandler: Processed in 0.011659308 sec. 2026.03.20 19:58:10.949380 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.949687 [ 3 ] {785b70af-7f00-461a-9e08-e5f58d2376dc} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.949816 [ 3 ] {785b70af-7f00-461a-9e08-e5f58d2376dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.20 19:58:10.955646 [ 3 ] {785b70af-7f00-461a-9e08-e5f58d2376dc} oximeter.measurements_histogrami64 (c974019c-b2a0-43b4-b853-599f4795941d): Loading data parts 2026.03.20 19:58:10.955801 [ 3 ] {785b70af-7f00-461a-9e08-e5f58d2376dc} oximeter.measurements_histogrami64 (c974019c-b2a0-43b4-b853-599f4795941d): There are no data parts 2026.03.20 19:58:10.959381 [ 3 ] {785b70af-7f00-461a-9e08-e5f58d2376dc} TCPHandler: Processed in 0.010057245 sec. 2026.03.20 19:58:10.959619 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.959866 [ 3 ] {1aa7d1da-ca51-409e-abd5-c99e1078817f} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.960013 [ 3 ] {1aa7d1da-ca51-409e-abd5-c99e1078817f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.20 19:58:10.965331 [ 3 ] {1aa7d1da-ca51-409e-abd5-c99e1078817f} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Loading data parts 2026.03.20 19:58:10.965485 [ 3 ] {1aa7d1da-ca51-409e-abd5-c99e1078817f} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): There are no data parts 2026.03.20 19:58:10.970931 [ 3 ] {1aa7d1da-ca51-409e-abd5-c99e1078817f} TCPHandler: Processed in 0.011393394 sec. 2026.03.20 19:58:10.971087 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.971392 [ 3 ] {2b8c1dd2-41c5-45b5-bd38-4c846e5e1b12} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.971530 [ 3 ] {2b8c1dd2-41c5-45b5-bd38-4c846e5e1b12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.20 19:58:10.974058 [ 3 ] {2b8c1dd2-41c5-45b5-bd38-4c846e5e1b12} oximeter.measurements_histogramf32 (98aabd2a-7f0a-4a9a-b387-7df2be81e664): Loading data parts 2026.03.20 19:58:10.974202 [ 3 ] {2b8c1dd2-41c5-45b5-bd38-4c846e5e1b12} oximeter.measurements_histogramf32 (98aabd2a-7f0a-4a9a-b387-7df2be81e664): There are no data parts 2026.03.20 19:58:10.980560 [ 3 ] {2b8c1dd2-41c5-45b5-bd38-4c846e5e1b12} TCPHandler: Processed in 0.009479957 sec. 2026.03.20 19:58:10.980938 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.981199 [ 3 ] {5ae27937-529f-4261-824f-1e90da3f2eb9} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:10.981566 [ 3 ] {5ae27937-529f-4261-824f-1e90da3f2eb9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.20 19:58:10.990257 [ 3 ] {5ae27937-529f-4261-824f-1e90da3f2eb9} oximeter.measurements_histogramf64 (eb0be766-5795-4eb2-9201-669ba2e1f6e7): Loading data parts 2026.03.20 19:58:10.990452 [ 3 ] {5ae27937-529f-4261-824f-1e90da3f2eb9} oximeter.measurements_histogramf64 (eb0be766-5795-4eb2-9201-669ba2e1f6e7): There are no data parts 2026.03.20 19:58:10.995301 [ 3 ] {5ae27937-529f-4261-824f-1e90da3f2eb9} TCPHandler: Processed in 0.014411227 sec. 2026.03.20 19:58:10.995482 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:10.995688 [ 3 ] {b68990e7-8b37-450c-8951-9c7ec21c1d0a} executeQuery: (from [fd00:1122:3344:101::d]:60290) /* 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.20 19:58:10.995863 [ 3 ] {b68990e7-8b37-450c-8951-9c7ec21c1d0a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.20 19:58:11.000352 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.63 MiB, peak 124.63 MiB, free memory in arenas 0.00 B, will set to 133.23 MiB (RSS), difference: 8.60 MiB 2026.03.20 19:58:11.001154 [ 3 ] {b68990e7-8b37-450c-8951-9c7ec21c1d0a} oximeter.fields_bool (ce8f9e99-604a-43da-b18c-0e6a580422c7): Loading data parts 2026.03.20 19:58:11.001330 [ 3 ] {b68990e7-8b37-450c-8951-9c7ec21c1d0a} oximeter.fields_bool (ce8f9e99-604a-43da-b18c-0e6a580422c7): There are no data parts 2026.03.20 19:58:11.006032 [ 3 ] {b68990e7-8b37-450c-8951-9c7ec21c1d0a} TCPHandler: Processed in 0.010663044 sec. 2026.03.20 19:58:11.006352 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.006515 [ 3 ] {25893f1e-c72f-4ea7-96ae-e7e2941bbdf3} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:11.006648 [ 3 ] {25893f1e-c72f-4ea7-96ae-e7e2941bbdf3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.20 19:58:11.011679 [ 3 ] {25893f1e-c72f-4ea7-96ae-e7e2941bbdf3} oximeter.fields_i8 (33678c34-8108-4420-859e-b44a06e0cc16): Loading data parts 2026.03.20 19:58:11.011960 [ 3 ] {25893f1e-c72f-4ea7-96ae-e7e2941bbdf3} oximeter.fields_i8 (33678c34-8108-4420-859e-b44a06e0cc16): There are no data parts 2026.03.20 19:58:11.015288 [ 3 ] {25893f1e-c72f-4ea7-96ae-e7e2941bbdf3} TCPHandler: Processed in 0.008990229 sec. 2026.03.20 19:58:11.015434 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.015679 [ 3 ] {8fce2b40-4a94-453b-8a5b-9e963a94adce} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:11.015776 [ 3 ] {8fce2b40-4a94-453b-8a5b-9e963a94adce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.20 19:58:11.021708 [ 3 ] {8fce2b40-4a94-453b-8a5b-9e963a94adce} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): Loading data parts 2026.03.20 19:58:11.021896 [ 3 ] {8fce2b40-4a94-453b-8a5b-9e963a94adce} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): There are no data parts 2026.03.20 19:58:11.026182 [ 3 ] {8fce2b40-4a94-453b-8a5b-9e963a94adce} TCPHandler: Processed in 0.010845206 sec. 2026.03.20 19:58:11.026515 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.026676 [ 3 ] {8a28e864-cfbb-4b34-9c40-193bccbeb2f2} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:11.026809 [ 3 ] {8a28e864-cfbb-4b34-9c40-193bccbeb2f2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.20 19:58:11.031352 [ 3 ] {8a28e864-cfbb-4b34-9c40-193bccbeb2f2} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): Loading data parts 2026.03.20 19:58:11.031793 [ 3 ] {8a28e864-cfbb-4b34-9c40-193bccbeb2f2} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): There are no data parts 2026.03.20 19:58:11.033506 [ 3 ] {8a28e864-cfbb-4b34-9c40-193bccbeb2f2} TCPHandler: Processed in 0.007040352 sec. 2026.03.20 19:58:11.033656 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.033970 [ 3 ] {25935220-7d2b-4ca2-af2c-2baf771aaa76} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:11.034073 [ 3 ] {25935220-7d2b-4ca2-af2c-2baf771aaa76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.20 19:58:11.038808 [ 3 ] {25935220-7d2b-4ca2-af2c-2baf771aaa76} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Loading data parts 2026.03.20 19:58:11.039037 [ 3 ] {25935220-7d2b-4ca2-af2c-2baf771aaa76} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): There are no data parts 2026.03.20 19:58:11.043406 [ 3 ] {25935220-7d2b-4ca2-af2c-2baf771aaa76} TCPHandler: Processed in 0.009800801 sec. 2026.03.20 19:58:11.043723 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.043922 [ 3 ] {3bd7a674-a28a-417f-8ba6-dc15b09bec06} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:11.044058 [ 3 ] {3bd7a674-a28a-417f-8ba6-dc15b09bec06} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.20 19:58:11.050679 [ 3 ] {3bd7a674-a28a-417f-8ba6-dc15b09bec06} oximeter.fields_i32 (a8c6df33-b691-4560-a8dc-a42c2ff46145): Loading data parts 2026.03.20 19:58:11.050935 [ 3 ] {3bd7a674-a28a-417f-8ba6-dc15b09bec06} oximeter.fields_i32 (a8c6df33-b691-4560-a8dc-a42c2ff46145): There are no data parts 2026.03.20 19:58:11.054679 [ 3 ] {3bd7a674-a28a-417f-8ba6-dc15b09bec06} TCPHandler: Processed in 0.011014589 sec. 2026.03.20 19:58:11.054851 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.055149 [ 3 ] {a7355511-217e-4394-b1e6-6087bd5bae90} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:11.055298 [ 3 ] {a7355511-217e-4394-b1e6-6087bd5bae90} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.20 19:58:11.060434 [ 3 ] {a7355511-217e-4394-b1e6-6087bd5bae90} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): Loading data parts 2026.03.20 19:58:11.060584 [ 3 ] {a7355511-217e-4394-b1e6-6087bd5bae90} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): There are no data parts 2026.03.20 19:58:11.062547 [ 3 ] {a7355511-217e-4394-b1e6-6087bd5bae90} TCPHandler: Processed in 0.007757072 sec. 2026.03.20 19:58:11.062796 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.062984 [ 3 ] {6bd8a0f9-e488-43e4-897b-8ec6d82b3040} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:11.063155 [ 3 ] {6bd8a0f9-e488-43e4-897b-8ec6d82b3040} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.20 19:58:11.067929 [ 3 ] {6bd8a0f9-e488-43e4-897b-8ec6d82b3040} oximeter.fields_i64 (0ed217fb-241d-4763-ae67-3386c4b8d985): Loading data parts 2026.03.20 19:58:11.068215 [ 3 ] {6bd8a0f9-e488-43e4-897b-8ec6d82b3040} oximeter.fields_i64 (0ed217fb-241d-4763-ae67-3386c4b8d985): There are no data parts 2026.03.20 19:58:11.073751 [ 3 ] {6bd8a0f9-e488-43e4-897b-8ec6d82b3040} TCPHandler: Processed in 0.011015678 sec. 2026.03.20 19:58:11.073909 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.074179 [ 3 ] {f1186ac4-853f-4a76-9f97-5c42485d44bd} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:11.074300 [ 3 ] {f1186ac4-853f-4a76-9f97-5c42485d44bd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.20 19:58:11.078791 [ 3 ] {f1186ac4-853f-4a76-9f97-5c42485d44bd} oximeter.fields_u64 (5494091c-3909-4783-87db-e009456b3548): Loading data parts 2026.03.20 19:58:11.078961 [ 3 ] {f1186ac4-853f-4a76-9f97-5c42485d44bd} oximeter.fields_u64 (5494091c-3909-4783-87db-e009456b3548): There are no data parts 2026.03.20 19:58:11.084403 [ 3 ] {f1186ac4-853f-4a76-9f97-5c42485d44bd} TCPHandler: Processed in 0.010547512 sec. 2026.03.20 19:58:11.084602 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.084767 [ 3 ] {27b2ae67-7fed-475c-a298-e336d2cb0022} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:11.084901 [ 3 ] {27b2ae67-7fed-475c-a298-e336d2cb0022} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.20 19:58:11.089718 [ 3 ] {27b2ae67-7fed-475c-a298-e336d2cb0022} oximeter.fields_ipaddr (3b08f642-d5cb-4af3-b666-7dff611724bd): Loading data parts 2026.03.20 19:58:11.089941 [ 3 ] {27b2ae67-7fed-475c-a298-e336d2cb0022} oximeter.fields_ipaddr (3b08f642-d5cb-4af3-b666-7dff611724bd): There are no data parts 2026.03.20 19:58:11.095133 [ 3 ] {27b2ae67-7fed-475c-a298-e336d2cb0022} TCPHandler: Processed in 0.010579363 sec. 2026.03.20 19:58:11.095281 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.095544 [ 3 ] {38b8db6c-d9c7-49bd-b9e1-c325ddb16924} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:11.095671 [ 3 ] {38b8db6c-d9c7-49bd-b9e1-c325ddb16924} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.20 19:58:11.100310 [ 3 ] {38b8db6c-d9c7-49bd-b9e1-c325ddb16924} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Loading data parts 2026.03.20 19:58:11.100465 [ 3 ] {38b8db6c-d9c7-49bd-b9e1-c325ddb16924} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): There are no data parts 2026.03.20 19:58:11.104248 [ 3 ] {38b8db6c-d9c7-49bd-b9e1-c325ddb16924} TCPHandler: Processed in 0.00901539 sec. 2026.03.20 19:58:11.104404 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.104559 [ 3 ] {157365b0-01a5-41af-8c03-1a1c910264dc} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:11.104698 [ 3 ] {157365b0-01a5-41af-8c03-1a1c910264dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.20 19:58:11.111404 [ 3 ] {157365b0-01a5-41af-8c03-1a1c910264dc} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Loading data parts 2026.03.20 19:58:11.111704 [ 3 ] {157365b0-01a5-41af-8c03-1a1c910264dc} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): There are no data parts 2026.03.20 19:58:11.120750 [ 3 ] {157365b0-01a5-41af-8c03-1a1c910264dc} TCPHandler: Processed in 0.016393787 sec. 2026.03.20 19:58:11.120922 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.121265 [ 3 ] {c7ea495b-05a0-4da5-9333-4130832de1b4} executeQuery: (from [fd00:1122:3344:101::d]:60290) /* 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.20 19:58:11.121421 [ 3 ] {c7ea495b-05a0-4da5-9333-4130832de1b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.20 19:58:11.128525 [ 3 ] {c7ea495b-05a0-4da5-9333-4130832de1b4} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e): Loading data parts 2026.03.20 19:58:11.128779 [ 3 ] {c7ea495b-05a0-4da5-9333-4130832de1b4} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e): There are no data parts 2026.03.20 19:58:11.137692 [ 3 ] {c7ea495b-05a0-4da5-9333-4130832de1b4} TCPHandler: Processed in 0.016818623 sec. 2026.03.20 19:58:11.137953 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:11.138388 [ 4 ] {2ca4d8b5-be20-493e-845e-87e0b152abd0} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.20 19:58:11.139833 [ 4 ] {2ca4d8b5-be20-493e-845e-87e0b152abd0} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.20 19:58:11.148057 [ 260 ] {2ca4d8b5-be20-493e-845e-87e0b152abd0} oximeter.version (822d38ba-8737-4d54-86c6-a989b53b08f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:11.148246 [ 260 ] {2ca4d8b5-be20-493e-845e-87e0b152abd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2026.03.20 19:58:11.153047 [ 260 ] {2ca4d8b5-be20-493e-845e-87e0b152abd0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:11.153637 [ 260 ] {2ca4d8b5-be20-493e-845e-87e0b152abd0} oximeter.version (822d38ba-8737-4d54-86c6-a989b53b08f5): 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.20 19:58:11.154010 [ 4 ] {2ca4d8b5-be20-493e-845e-87e0b152abd0} executeQuery: Read 1 rows, 16.00 B in 0.015761 sec., 63.447750777234944 rows/sec., 1015.16 B/sec. 2026.03.20 19:58:11.154251 [ 4 ] {2ca4d8b5-be20-493e-845e-87e0b152abd0} TCPHandler: Processed in 0.016414876 sec. 2026.03.20 19:58:11.384583 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44427 2026.03.20 19:58:11.384823 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:11.384858 [ 262 ] {} TCP-Session: c82f36d9-6ffd-4091-b508-e51417df9c01 Authenticating user 'default' from [fd00:1122:3344:101::b]:44427 2026.03.20 19:58:11.384881 [ 262 ] {} TCP-Session: c82f36d9-6ffd-4091-b508-e51417df9c01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.384927 [ 262 ] {} TCP-Session: c82f36d9-6ffd-4091-b508-e51417df9c01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.385025 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.20 19:58:11.385054 [ 262 ] {} 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.20 19:58:11.385167 [ 262 ] {} 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.20 19:58:11.385660 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47604 2026.03.20 19:58:11.385823 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:11.385850 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60197 2026.03.20 19:58:11.385855 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35805 2026.03.20 19:58:11.385925 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43234 2026.03.20 19:58:11.385858 [ 263 ] {} TCP-Session: 1ffb3a0e-b6c9-452e-a365-8c9acaee20b0 Authenticating user 'default' from [fd00:1122:3344:101::b]:47604 2026.03.20 19:58:11.386064 [ 263 ] {} TCP-Session: 1ffb3a0e-b6c9-452e-a365-8c9acaee20b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.386082 [ 263 ] {} TCP-Session: 1ffb3a0e-b6c9-452e-a365-8c9acaee20b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.386120 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:11.386091 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54353 2026.03.20 19:58:11.386195 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39182 2026.03.20 19:58:11.386282 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:11.386266 [ 265 ] {} TCP-Session: dcd88bf0-52d9-4846-aa44-e64417b61c01 Authenticating user 'default' from [fd00:1122:3344:101::b]:60197 2026.03.20 19:58:11.386376 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:11.386271 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:11.386466 [ 264 ] {} TCP-Session: 37d886d9-91ee-42bf-8dbb-3e8c6bf64ebc Authenticating user 'default' from [fd00:1122:3344:101::b]:35805 2026.03.20 19:58:11.386453 [ 267 ] {} TCP-Session: 4723384e-f943-47d3-b5ad-b011dcb413e4 Authenticating user 'default' from [fd00:1122:3344:101::b]:54353 2026.03.20 19:58:11.386508 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:11.386567 [ 264 ] {} TCP-Session: 37d886d9-91ee-42bf-8dbb-3e8c6bf64ebc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.386547 [ 267 ] {} TCP-Session: 4723384e-f943-47d3-b5ad-b011dcb413e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.386545 [ 266 ] {} TCP-Session: 7a3ba864-00d3-4598-bb04-936e0244ae7d Authenticating user 'default' from [fd00:1122:3344:101::b]:43234 2026.03.20 19:58:11.386661 [ 264 ] {} TCP-Session: 37d886d9-91ee-42bf-8dbb-3e8c6bf64ebc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.386647 [ 267 ] {} TCP-Session: 4723384e-f943-47d3-b5ad-b011dcb413e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.386641 [ 268 ] {} TCP-Session: 4e56aafc-8a5b-4fb3-8cc0-5976e1c266e2 Authenticating user 'default' from [fd00:1122:3344:101::b]:39182 2026.03.20 19:58:11.386742 [ 266 ] {} TCP-Session: 7a3ba864-00d3-4598-bb04-936e0244ae7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.386418 [ 265 ] {} TCP-Session: dcd88bf0-52d9-4846-aa44-e64417b61c01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.386409 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57167 2026.03.20 19:58:11.386845 [ 266 ] {} TCP-Session: 7a3ba864-00d3-4598-bb04-936e0244ae7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.386834 [ 265 ] {} TCP-Session: dcd88bf0-52d9-4846-aa44-e64417b61c01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.386820 [ 268 ] {} TCP-Session: 4e56aafc-8a5b-4fb3-8cc0-5976e1c266e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.387071 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:11.387155 [ 269 ] {} TCP-Session: 37e3544e-cd03-45bc-9322-02c2cb2dd34d Authenticating user 'default' from [fd00:1122:3344:101::b]:57167 2026.03.20 19:58:11.387163 [ 268 ] {} TCP-Session: 4e56aafc-8a5b-4fb3-8cc0-5976e1c266e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.387313 [ 269 ] {} TCP-Session: 37e3544e-cd03-45bc-9322-02c2cb2dd34d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:11.387419 [ 269 ] {} TCP-Session: 37e3544e-cd03-45bc-9322-02c2cb2dd34d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.000277 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 134.32 MiB, peak 134.32 MiB, free memory in arenas 0.00 B, will set to 138.59 MiB (RSS), difference: 4.27 MiB 2026.03.20 19:58:12.946636 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49077 2026.03.20 19:58:12.946858 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:12.946893 [ 270 ] {} TCP-Session: a1189edf-91bd-4fe1-9241-c39c18901ed1 Authenticating user 'default' from [fd00:1122:3344:101::c]:49077 2026.03.20 19:58:12.946914 [ 270 ] {} TCP-Session: a1189edf-91bd-4fe1-9241-c39c18901ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.947017 [ 270 ] {} TCP-Session: a1189edf-91bd-4fe1-9241-c39c18901ed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.947084 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.20 19:58:12.947109 [ 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.20 19:58:12.947201 [ 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.20 19:58:12.947736 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39184 2026.03.20 19:58:12.947953 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:12.947981 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50070 2026.03.20 19:58:12.948048 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40619 2026.03.20 19:58:12.948130 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50488 2026.03.20 19:58:12.947987 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38796 2026.03.20 19:58:12.948004 [ 271 ] {} TCP-Session: 9c0726d4-bc5e-478c-b635-add262c3a6b6 Authenticating user 'default' from [fd00:1122:3344:101::c]:39184 2026.03.20 19:58:12.948282 [ 271 ] {} TCP-Session: 9c0726d4-bc5e-478c-b635-add262c3a6b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.948346 [ 271 ] {} TCP-Session: 9c0726d4-bc5e-478c-b635-add262c3a6b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.948498 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54932 2026.03.20 19:58:12.948556 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44837 2026.03.20 19:58:12.948655 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:12.948585 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:12.948711 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:12.948772 [ 273 ] {} TCP-Session: a3a17d5a-316c-47ef-824c-9bae7e21369a Authenticating user 'default' from [fd00:1122:3344:101::c]:50070 2026.03.20 19:58:12.948795 [ 275 ] {} TCP-Session: 78435b07-ac00-49a8-b83b-98c744a11969 Authenticating user 'default' from [fd00:1122:3344:101::c]:50488 2026.03.20 19:58:12.948816 [ 272 ] {} TCP-Session: d2070d8f-d997-4a1e-99b1-7ca0e78c142b Authenticating user 'default' from [fd00:1122:3344:101::c]:38796 2026.03.20 19:58:12.948741 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:12.948891 [ 275 ] {} TCP-Session: 78435b07-ac00-49a8-b83b-98c744a11969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.948883 [ 272 ] {} TCP-Session: d2070d8f-d997-4a1e-99b1-7ca0e78c142b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.948866 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:12.949046 [ 275 ] {} TCP-Session: 78435b07-ac00-49a8-b83b-98c744a11969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.949036 [ 277 ] {} TCP-Session: 3159fa74-8b3c-4934-9a8b-163caaae153e Authenticating user 'default' from [fd00:1122:3344:101::c]:54932 2026.03.20 19:58:12.949026 [ 272 ] {} TCP-Session: d2070d8f-d997-4a1e-99b1-7ca0e78c142b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.949152 [ 277 ] {} TCP-Session: 3159fa74-8b3c-4934-9a8b-163caaae153e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.949148 [ 276 ] {} TCP-Session: acb51550-f8bd-4d9a-9061-ce7da60223e2 Authenticating user 'default' from [fd00:1122:3344:101::c]:44837 2026.03.20 19:58:12.948868 [ 273 ] {} TCP-Session: a3a17d5a-316c-47ef-824c-9bae7e21369a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.949263 [ 276 ] {} TCP-Session: acb51550-f8bd-4d9a-9061-ce7da60223e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.949272 [ 277 ] {} TCP-Session: 3159fa74-8b3c-4934-9a8b-163caaae153e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.948806 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:12.949368 [ 276 ] {} TCP-Session: acb51550-f8bd-4d9a-9061-ce7da60223e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.949341 [ 273 ] {} TCP-Session: a3a17d5a-316c-47ef-824c-9bae7e21369a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.949448 [ 274 ] {} TCP-Session: 9d9195db-67a6-484f-bf4f-bf5d3e7b266f Authenticating user 'default' from [fd00:1122:3344:101::c]:40619 2026.03.20 19:58:12.949541 [ 274 ] {} TCP-Session: 9d9195db-67a6-484f-bf4f-bf5d3e7b266f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:12.949555 [ 274 ] {} TCP-Session: 9d9195db-67a6-484f-bf4f-bf5d3e7b266f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.205008 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59516 2026.03.20 19:58:13.205314 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:13.205405 [ 278 ] {} TCP-Session: cea96808-2dd6-4cf5-aa2b-349f43bef512 Authenticating user 'default' from [fd00:1122:3344:101::a]:59516 2026.03.20 19:58:13.205430 [ 278 ] {} TCP-Session: cea96808-2dd6-4cf5-aa2b-349f43bef512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.205443 [ 278 ] {} TCP-Session: cea96808-2dd6-4cf5-aa2b-349f43bef512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.205669 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.20 19:58:13.205702 [ 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.20 19:58:13.205810 [ 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.20 19:58:13.206329 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51365 2026.03.20 19:58:13.206433 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34035 2026.03.20 19:58:13.206500 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56360 2026.03.20 19:58:13.206554 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:13.206723 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59197 2026.03.20 19:58:13.206756 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:13.206747 [ 279 ] {} TCP-Session: 9800bd94-cf3e-46a5-a7d2-123cc0f17b2b Authenticating user 'default' from [fd00:1122:3344:101::a]:51365 2026.03.20 19:58:13.206787 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:13.206894 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35431 2026.03.20 19:58:13.206904 [ 280 ] {} TCP-Session: 437d7b33-cb4c-4eef-9049-f88d1f28eddf Authenticating user 'default' from [fd00:1122:3344:101::a]:34035 2026.03.20 19:58:13.206857 [ 279 ] {} TCP-Session: 9800bd94-cf3e-46a5-a7d2-123cc0f17b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.206991 [ 281 ] {} TCP-Session: ca70db61-0d1a-430b-aff4-632844a3e44e Authenticating user 'default' from [fd00:1122:3344:101::a]:56360 2026.03.20 19:58:13.207011 [ 280 ] {} TCP-Session: 437d7b33-cb4c-4eef-9049-f88d1f28eddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.207012 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:13.207036 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46842 2026.03.20 19:58:13.207115 [ 282 ] {} TCP-Session: 9654fda3-efba-4ffb-bdad-044fba53fca2 Authenticating user 'default' from [fd00:1122:3344:101::a]:59197 2026.03.20 19:58:13.207125 [ 280 ] {} TCP-Session: 437d7b33-cb4c-4eef-9049-f88d1f28eddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.207088 [ 281 ] {} TCP-Session: ca70db61-0d1a-430b-aff4-632844a3e44e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.207294 [ 282 ] {} TCP-Session: 9654fda3-efba-4ffb-bdad-044fba53fca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.207165 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:13.207372 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:13.207021 [ 279 ] {} TCP-Session: 9800bd94-cf3e-46a5-a7d2-123cc0f17b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.207440 [ 281 ] {} TCP-Session: ca70db61-0d1a-430b-aff4-632844a3e44e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.207455 [ 285 ] {} TCP-Session: 0c637981-6bdb-4355-9b4a-5ff23ef24809 Authenticating user 'default' from [fd00:1122:3344:101::a]:46842 2026.03.20 19:58:13.206802 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42004 2026.03.20 19:58:13.207525 [ 282 ] {} TCP-Session: 9654fda3-efba-4ffb-bdad-044fba53fca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.207537 [ 285 ] {} TCP-Session: 0c637981-6bdb-4355-9b4a-5ff23ef24809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.207630 [ 284 ] {} TCP-Session: b8fc40b1-2fe5-484d-b87a-f32cd54b5e7c Authenticating user 'default' from [fd00:1122:3344:101::a]:35431 2026.03.20 19:58:13.207635 [ 285 ] {} TCP-Session: 0c637981-6bdb-4355-9b4a-5ff23ef24809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.207772 [ 284 ] {} TCP-Session: b8fc40b1-2fe5-484d-b87a-f32cd54b5e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.207781 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:13.207796 [ 284 ] {} TCP-Session: b8fc40b1-2fe5-484d-b87a-f32cd54b5e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.207945 [ 283 ] {} TCP-Session: fe69da0d-418c-4d88-91d0-1d34b7d0678c Authenticating user 'default' from [fd00:1122:3344:101::a]:42004 2026.03.20 19:58:13.207969 [ 283 ] {} TCP-Session: fe69da0d-418c-4d88-91d0-1d34b7d0678c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:13.208067 [ 283 ] {} TCP-Session: fe69da0d-418c-4d88-91d0-1d34b7d0678c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:17.341834 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.20 19:58:17.341914 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.20 19:58:17.341954 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.20 19:58:17.342159 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.20 19:58:17.346328 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Loading data parts 2026.03.20 19:58:17.346512 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): There are no data parts 2026.03.20 19:58:17.354427 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:17.354478 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2026.03.20 19:58:17.364655 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:17.365606 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:58:17.365786 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.20 19:58:17.367579 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Loading data parts 2026.03.20 19:58:17.367886 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): There are no data parts 2026.03.20 19:58:17.394336 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:17.394397 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2026.03.20 19:58:17.401466 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:17.402897 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:58:17.406588 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.20 19:58:18.001073 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.82 MiB, peak 148.82 MiB, free memory in arenas 0.00 B, will set to 153.84 MiB (RSS), difference: 9.02 MiB 2026.03.20 19:58:19.841601 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.20 19:58:19.841695 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.20 19:58:19.845706 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Loading data parts 2026.03.20 19:58:19.845908 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): There are no data parts 2026.03.20 19:58:19.851597 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:19.851637 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:19.855390 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:19.855883 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): 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.20 19:58:19.856206 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.20 19:58:20.001128 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.04 MiB, peak 158.04 MiB, free memory in arenas 0.00 B, will set to 154.83 MiB (RSS), difference: -3.22 MiB 2026.03.20 19:58:24.808533 [ 92 ] {} DNSResolver: Updating DNS cache 2026.03.20 19:58:24.808683 [ 92 ] {} DNSResolver: Updated DNS cache 2026.03.20 19:58:24.865992 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.03.20 19:58:24.873223 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:24.873281 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:24.874248 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:24.874797 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:58:24.874967 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.03.20 19:58:24.906803 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.20 19:58:24.924501 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:24.924558 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:24.931027 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:24.932237 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:58:24.935392 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.20 19:58:25.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.58 MiB, peak 159.58 MiB, free memory in arenas 0.00 B, will set to 157.73 MiB (RSS), difference: 2.14 MiB 2026.03.20 19:58:30.000153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.76 MiB, peak 159.58 MiB, free memory in arenas 0.00 B, will set to 157.79 MiB (RSS), difference: 4.02 MiB 2026.03.20 19:58:31.161442 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.161638 [ 3 ] {23db550c-1d85-4d96-8b98-a6e425a035ac} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.20 19:58:31.168497 [ 3 ] {23db550c-1d85-4d96-8b98-a6e425a035ac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.178425 [ 3 ] {23db550c-1d85-4d96-8b98-a6e425a035ac} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.189362 [ 3 ] {23db550c-1d85-4d96-8b98-a6e425a035ac} TCPHandler: Processed in 0.028048654 sec. 2026.03.20 19:58:31.211839 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.211980 [ 3 ] {38c01ae2-044d-4a4f-9598-7c63edc957e9} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.20 19:58:31.224447 [ 3 ] {38c01ae2-044d-4a4f-9598-7c63edc957e9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.224497 [ 3 ] {38c01ae2-044d-4a4f-9598-7c63edc957e9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.227020 [ 3 ] {38c01ae2-044d-4a4f-9598-7c63edc957e9} TCPHandler: Processed in 0.01523362 sec. 2026.03.20 19:58:31.227261 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.227382 [ 3 ] {3fc0278e-9f67-416b-a515-26a8faee7db6} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.20 19:58:31.232020 [ 3 ] {3fc0278e-9f67-416b-a515-26a8faee7db6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.232075 [ 3 ] {3fc0278e-9f67-416b-a515-26a8faee7db6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.232460 [ 3 ] {3fc0278e-9f67-416b-a515-26a8faee7db6} TCPHandler: Processed in 0.005249016 sec. 2026.03.20 19:58:31.232767 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.232905 [ 3 ] {65e3836b-8f38-493a-b72d-39ff9b53bd8e} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.233162 [ 3 ] {65e3836b-8f38-493a-b72d-39ff9b53bd8e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.233205 [ 3 ] {65e3836b-8f38-493a-b72d-39ff9b53bd8e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.233510 [ 3 ] {65e3836b-8f38-493a-b72d-39ff9b53bd8e} TCPHandler: Processed in 0.000801581 sec. 2026.03.20 19:58:31.233698 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.233809 [ 3 ] {8456bbbb-9691-4d19-90f7-29be7684c971} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.234042 [ 3 ] {8456bbbb-9691-4d19-90f7-29be7684c971} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.234083 [ 3 ] {8456bbbb-9691-4d19-90f7-29be7684c971} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.234398 [ 3 ] {8456bbbb-9691-4d19-90f7-29be7684c971} TCPHandler: Processed in 0.000747371 sec. 2026.03.20 19:58:31.234583 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.234697 [ 3 ] {2854abd6-c92e-4b94-b45e-e3dd26416a72} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.234927 [ 3 ] {2854abd6-c92e-4b94-b45e-e3dd26416a72} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.234971 [ 3 ] {2854abd6-c92e-4b94-b45e-e3dd26416a72} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.235277 [ 3 ] {2854abd6-c92e-4b94-b45e-e3dd26416a72} TCPHandler: Processed in 0.000741791 sec. 2026.03.20 19:58:31.235467 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.235579 [ 3 ] {7d10a82a-d6a0-41b8-9fea-b0fcd7549426} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.235813 [ 3 ] {7d10a82a-d6a0-41b8-9fea-b0fcd7549426} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.235855 [ 3 ] {7d10a82a-d6a0-41b8-9fea-b0fcd7549426} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.236157 [ 3 ] {7d10a82a-d6a0-41b8-9fea-b0fcd7549426} TCPHandler: Processed in 0.00073717 sec. 2026.03.20 19:58:31.236342 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.236456 [ 3 ] {b9450f28-7016-482a-890c-4db3f2cf05d6} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.236690 [ 3 ] {b9450f28-7016-482a-890c-4db3f2cf05d6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.236733 [ 3 ] {b9450f28-7016-482a-890c-4db3f2cf05d6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.237038 [ 3 ] {b9450f28-7016-482a-890c-4db3f2cf05d6} TCPHandler: Processed in 0.000742281 sec. 2026.03.20 19:58:31.237223 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.237334 [ 3 ] {c9cefe33-1ba0-4010-824d-a2cc268bb5ef} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.237568 [ 3 ] {c9cefe33-1ba0-4010-824d-a2cc268bb5ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.237611 [ 3 ] {c9cefe33-1ba0-4010-824d-a2cc268bb5ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.237916 [ 3 ] {c9cefe33-1ba0-4010-824d-a2cc268bb5ef} TCPHandler: Processed in 0.00073888 sec. 2026.03.20 19:58:31.238103 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.238216 [ 3 ] {71c7c0f1-1d25-4f1e-9a76-d998d1468908} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.238453 [ 3 ] {71c7c0f1-1d25-4f1e-9a76-d998d1468908} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.238497 [ 3 ] {71c7c0f1-1d25-4f1e-9a76-d998d1468908} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.238783 [ 3 ] {71c7c0f1-1d25-4f1e-9a76-d998d1468908} TCPHandler: Processed in 0.000748371 sec. 2026.03.20 19:58:31.238951 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.239058 [ 3 ] {fa72b535-8506-476d-9ae7-e27fa07a9d6f} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.239279 [ 3 ] {fa72b535-8506-476d-9ae7-e27fa07a9d6f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.239318 [ 3 ] {fa72b535-8506-476d-9ae7-e27fa07a9d6f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.239682 [ 3 ] {fa72b535-8506-476d-9ae7-e27fa07a9d6f} TCPHandler: Processed in 0.000745111 sec. 2026.03.20 19:58:31.239865 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.239979 [ 3 ] {b470e78c-978f-487b-a117-4321d13bd76e} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.240215 [ 3 ] {b470e78c-978f-487b-a117-4321d13bd76e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.240256 [ 3 ] {b470e78c-978f-487b-a117-4321d13bd76e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.240563 [ 3 ] {b470e78c-978f-487b-a117-4321d13bd76e} TCPHandler: Processed in 0.000744891 sec. 2026.03.20 19:58:31.240750 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.240865 [ 3 ] {bc56e674-99d0-4be4-9001-1263d48c84c1} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.241104 [ 3 ] {bc56e674-99d0-4be4-9001-1263d48c84c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.241145 [ 3 ] {bc56e674-99d0-4be4-9001-1263d48c84c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.241447 [ 3 ] {bc56e674-99d0-4be4-9001-1263d48c84c1} TCPHandler: Processed in 0.00074324 sec. 2026.03.20 19:58:31.241639 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.241752 [ 3 ] {76897397-d2d2-4e71-af54-cd28e7089f9f} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.241992 [ 3 ] {76897397-d2d2-4e71-af54-cd28e7089f9f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.242033 [ 3 ] {76897397-d2d2-4e71-af54-cd28e7089f9f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.242332 [ 3 ] {76897397-d2d2-4e71-af54-cd28e7089f9f} TCPHandler: Processed in 0.000740221 sec. 2026.03.20 19:58:31.242517 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.242632 [ 3 ] {7088b32d-1e10-4f7f-8b88-bece1c629cdb} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.242876 [ 3 ] {7088b32d-1e10-4f7f-8b88-bece1c629cdb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.242917 [ 3 ] {7088b32d-1e10-4f7f-8b88-bece1c629cdb} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.243272 [ 3 ] {7088b32d-1e10-4f7f-8b88-bece1c629cdb} TCPHandler: Processed in 0.000802742 sec. 2026.03.20 19:58:31.243885 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.244000 [ 3 ] {9e91089a-4ef1-46a2-9104-dd16fd1566fb} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.244246 [ 3 ] {9e91089a-4ef1-46a2-9104-dd16fd1566fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.244287 [ 3 ] {9e91089a-4ef1-46a2-9104-dd16fd1566fb} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.244595 [ 3 ] {9e91089a-4ef1-46a2-9104-dd16fd1566fb} TCPHandler: Processed in 0.000757541 sec. 2026.03.20 19:58:31.245845 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.245960 [ 3 ] {d128eca4-d6d6-44d8-915b-b6af6dfd8b4d} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.20 19:58:31.246255 [ 3 ] {d128eca4-d6d6-44d8-915b-b6af6dfd8b4d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.246306 [ 3 ] {d128eca4-d6d6-44d8-915b-b6af6dfd8b4d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.246697 [ 3 ] {d128eca4-d6d6-44d8-915b-b6af6dfd8b4d} TCPHandler: Processed in 0.000898663 sec. 2026.03.20 19:58:31.246903 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.247046 [ 3 ] {d93b6556-5289-4932-ac8d-f1197e6927d1} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.20 19:58:31.247302 [ 3 ] {d93b6556-5289-4932-ac8d-f1197e6927d1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.247344 [ 3 ] {d93b6556-5289-4932-ac8d-f1197e6927d1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.247660 [ 3 ] {d93b6556-5289-4932-ac8d-f1197e6927d1} TCPHandler: Processed in 0.000813662 sec. 2026.03.20 19:58:31.247845 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.247962 [ 3 ] {1ae83a5f-a271-498d-9245-8ca8018464d4} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.20 19:58:31.248213 [ 3 ] {1ae83a5f-a271-498d-9245-8ca8018464d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.248254 [ 3 ] {1ae83a5f-a271-498d-9245-8ca8018464d4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.248564 [ 3 ] {1ae83a5f-a271-498d-9245-8ca8018464d4} TCPHandler: Processed in 0.000765891 sec. 2026.03.20 19:58:31.248748 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.248864 [ 3 ] {3b15f2fc-5e71-4576-9153-b1634c841b12} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.20 19:58:31.249117 [ 3 ] {3b15f2fc-5e71-4576-9153-b1634c841b12} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.249159 [ 3 ] {3b15f2fc-5e71-4576-9153-b1634c841b12} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.249473 [ 3 ] {3b15f2fc-5e71-4576-9153-b1634c841b12} TCPHandler: Processed in 0.000771741 sec. 2026.03.20 19:58:31.249667 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.249785 [ 3 ] {a0e82ae6-e8b0-430c-8923-4f7ea65b1ba3} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.250040 [ 3 ] {a0e82ae6-e8b0-430c-8923-4f7ea65b1ba3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.250082 [ 3 ] {a0e82ae6-e8b0-430c-8923-4f7ea65b1ba3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.250391 [ 3 ] {a0e82ae6-e8b0-430c-8923-4f7ea65b1ba3} TCPHandler: Processed in 0.000771121 sec. 2026.03.20 19:58:31.250639 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.250758 [ 3 ] {f0e7789f-eeb2-4a08-bcce-9dc2f3b2c11f} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.251013 [ 3 ] {f0e7789f-eeb2-4a08-bcce-9dc2f3b2c11f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.251054 [ 3 ] {f0e7789f-eeb2-4a08-bcce-9dc2f3b2c11f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.251359 [ 3 ] {f0e7789f-eeb2-4a08-bcce-9dc2f3b2c11f} TCPHandler: Processed in 0.000766461 sec. 2026.03.20 19:58:31.251850 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.251967 [ 3 ] {97497049-f0af-4611-86d8-07a1b95b3693} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.252222 [ 3 ] {97497049-f0af-4611-86d8-07a1b95b3693} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.252264 [ 3 ] {97497049-f0af-4611-86d8-07a1b95b3693} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.252569 [ 3 ] {97497049-f0af-4611-86d8-07a1b95b3693} TCPHandler: Processed in 0.000766491 sec. 2026.03.20 19:58:31.252791 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.252911 [ 3 ] {0a95debc-c385-471c-b6f3-d9a2f1290f35} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.253167 [ 3 ] {0a95debc-c385-471c-b6f3-d9a2f1290f35} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.253209 [ 3 ] {0a95debc-c385-471c-b6f3-d9a2f1290f35} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.253512 [ 3 ] {0a95debc-c385-471c-b6f3-d9a2f1290f35} TCPHandler: Processed in 0.000767971 sec. 2026.03.20 19:58:31.253724 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.253844 [ 3 ] {f4477eb6-d7b9-4a3c-916a-d96c3f2c77d4} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.254102 [ 3 ] {f4477eb6-d7b9-4a3c-916a-d96c3f2c77d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.254143 [ 3 ] {f4477eb6-d7b9-4a3c-916a-d96c3f2c77d4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.254450 [ 3 ] {f4477eb6-d7b9-4a3c-916a-d96c3f2c77d4} TCPHandler: Processed in 0.000773221 sec. 2026.03.20 19:58:31.254670 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.254790 [ 3 ] {b571cc34-c9b3-4c5b-983f-d3104d825dfc} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.255052 [ 3 ] {b571cc34-c9b3-4c5b-983f-d3104d825dfc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.255093 [ 3 ] {b571cc34-c9b3-4c5b-983f-d3104d825dfc} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.255398 [ 3 ] {b571cc34-c9b3-4c5b-983f-d3104d825dfc} TCPHandler: Processed in 0.000775192 sec. 2026.03.20 19:58:31.255612 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.255735 [ 3 ] {9c24dc77-dcc6-41fc-ad15-38d4ce4551c2} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.255999 [ 3 ] {9c24dc77-dcc6-41fc-ad15-38d4ce4551c2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.256041 [ 3 ] {9c24dc77-dcc6-41fc-ad15-38d4ce4551c2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.256350 [ 3 ] {9c24dc77-dcc6-41fc-ad15-38d4ce4551c2} TCPHandler: Processed in 0.000785241 sec. 2026.03.20 19:58:31.256557 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.256678 [ 3 ] {05883747-0468-4c1b-aee2-fc9551972b07} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.256940 [ 3 ] {05883747-0468-4c1b-aee2-fc9551972b07} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.256981 [ 3 ] {05883747-0468-4c1b-aee2-fc9551972b07} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.257290 [ 3 ] {05883747-0468-4c1b-aee2-fc9551972b07} TCPHandler: Processed in 0.000780251 sec. 2026.03.20 19:58:31.257513 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.257633 [ 3 ] {d4cb2292-3bab-4949-8cac-2e6518ec1dae} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.257897 [ 3 ] {d4cb2292-3bab-4949-8cac-2e6518ec1dae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.257938 [ 3 ] {d4cb2292-3bab-4949-8cac-2e6518ec1dae} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.258245 [ 3 ] {d4cb2292-3bab-4949-8cac-2e6518ec1dae} TCPHandler: Processed in 0.000778921 sec. 2026.03.20 19:58:31.258469 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.258592 [ 3 ] {7657547f-f99d-460b-a7df-271b2d4d58bd} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.258857 [ 3 ] {7657547f-f99d-460b-a7df-271b2d4d58bd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.258898 [ 3 ] {7657547f-f99d-460b-a7df-271b2d4d58bd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.259210 [ 3 ] {7657547f-f99d-460b-a7df-271b2d4d58bd} TCPHandler: Processed in 0.000786671 sec. 2026.03.20 19:58:31.259416 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.259540 [ 3 ] {095d1e43-c79f-4dec-874a-d182062325f6} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.259808 [ 3 ] {095d1e43-c79f-4dec-874a-d182062325f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.259848 [ 3 ] {095d1e43-c79f-4dec-874a-d182062325f6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.260164 [ 3 ] {095d1e43-c79f-4dec-874a-d182062325f6} TCPHandler: Processed in 0.000794551 sec. 2026.03.20 19:58:31.267709 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.267849 [ 3 ] {b4a310ef-f6bf-4329-9322-009a6e51e3b3} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:31.268129 [ 3 ] {b4a310ef-f6bf-4329-9322-009a6e51e3b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.268166 [ 3 ] {b4a310ef-f6bf-4329-9322-009a6e51e3b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:31.268524 [ 3 ] {b4a310ef-f6bf-4329-9322-009a6e51e3b3} TCPHandler: Processed in 0.000855343 sec. 2026.03.20 19:58:31.274963 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.275124 [ 3 ] {60dbcf9b-8d61-4cd8-8527-4a25a9e5e867} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.20 19:58:31.275202 [ 3 ] {60dbcf9b-8d61-4cd8-8527-4a25a9e5e867} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:31.278067 [ 3 ] {60dbcf9b-8d61-4cd8-8527-4a25a9e5e867} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.278113 [ 3 ] {60dbcf9b-8d61-4cd8-8527-4a25a9e5e867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.280708 [ 3 ] {60dbcf9b-8d61-4cd8-8527-4a25a9e5e867} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.281095 [ 3 ] {60dbcf9b-8d61-4cd8-8527-4a25a9e5e867} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e): 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.20 19:58:31.281240 [ 3 ] {60dbcf9b-8d61-4cd8-8527-4a25a9e5e867} executeQuery: Read 32 rows, 7.26 KiB in 0.006176 sec., 5181.347150259067 rows/sec., 1.15 MiB/sec. 2026.03.20 19:58:31.281277 [ 3 ] {60dbcf9b-8d61-4cd8-8527-4a25a9e5e867} TCPHandler: Processed in 0.006373062 sec. 2026.03.20 19:58:31.281426 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.281520 [ 3 ] {9dd84f9b-62c3-45d6-a1c2-95946641b162} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 19:58:31.281560 [ 3 ] {9dd84f9b-62c3-45d6-a1c2-95946641b162} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 19:58:31.289280 [ 3 ] {9dd84f9b-62c3-45d6-a1c2-95946641b162} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.289339 [ 3 ] {9dd84f9b-62c3-45d6-a1c2-95946641b162} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.292306 [ 3 ] {9dd84f9b-62c3-45d6-a1c2-95946641b162} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.292781 [ 3 ] {9dd84f9b-62c3-45d6-a1c2-95946641b162} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): 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.20 19:58:31.292931 [ 3 ] {9dd84f9b-62c3-45d6-a1c2-95946641b162} executeQuery: Read 284 rows, 18.47 KiB in 0.011429 sec., 24849.068159944003 rows/sec., 1.58 MiB/sec. 2026.03.20 19:58:31.292976 [ 3 ] {9dd84f9b-62c3-45d6-a1c2-95946641b162} TCPHandler: Processed in 0.011598107 sec. 2026.03.20 19:58:31.293093 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.293186 [ 3 ] {58f3137e-c0e8-46c1-a51c-e3c4c7fbea65} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 19:58:31.293225 [ 3 ] {58f3137e-c0e8-46c1-a51c-e3c4c7fbea65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 19:58:31.293616 [ 3 ] {58f3137e-c0e8-46c1-a51c-e3c4c7fbea65} oximeter.fields_ipaddr (3b08f642-d5cb-4af3-b666-7dff611724bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.293652 [ 3 ] {58f3137e-c0e8-46c1-a51c-e3c4c7fbea65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.294031 [ 3 ] {58f3137e-c0e8-46c1-a51c-e3c4c7fbea65} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.294430 [ 3 ] {58f3137e-c0e8-46c1-a51c-e3c4c7fbea65} oximeter.fields_ipaddr (3b08f642-d5cb-4af3-b666-7dff611724bd): 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.20 19:58:31.294556 [ 3 ] {58f3137e-c0e8-46c1-a51c-e3c4c7fbea65} executeQuery: Read 10 rows, 835.00 B in 0.001387 sec., 7209.805335255948 rows/sec., 587.91 KiB/sec. 2026.03.20 19:58:31.294592 [ 3 ] {58f3137e-c0e8-46c1-a51c-e3c4c7fbea65} TCPHandler: Processed in 0.001548462 sec. 2026.03.20 19:58:31.294694 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.294785 [ 3 ] {5c39fa2e-bb33-41fe-9003-00f6bf6b2ba2} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:58:31.294822 [ 3 ] {5c39fa2e-bb33-41fe-9003-00f6bf6b2ba2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:58:31.295596 [ 3 ] {5c39fa2e-bb33-41fe-9003-00f6bf6b2ba2} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.295632 [ 3 ] {5c39fa2e-bb33-41fe-9003-00f6bf6b2ba2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.296096 [ 3 ] {5c39fa2e-bb33-41fe-9003-00f6bf6b2ba2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.296540 [ 3 ] {5c39fa2e-bb33-41fe-9003-00f6bf6b2ba2} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:58:31.296663 [ 3 ] {5c39fa2e-bb33-41fe-9003-00f6bf6b2ba2} executeQuery: Read 822 rows, 65.83 KiB in 0.001896 sec., 433544.30379746837 rows/sec., 33.91 MiB/sec. 2026.03.20 19:58:31.296700 [ 3 ] {5c39fa2e-bb33-41fe-9003-00f6bf6b2ba2} TCPHandler: Processed in 0.00205284 sec. 2026.03.20 19:58:31.296803 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.296896 [ 3 ] {d32e5a95-0f11-4144-b958-6a2fb3822a27} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:58:31.296934 [ 3 ] {d32e5a95-0f11-4144-b958-6a2fb3822a27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:58:31.297371 [ 3 ] {d32e5a95-0f11-4144-b958-6a2fb3822a27} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.297406 [ 3 ] {d32e5a95-0f11-4144-b958-6a2fb3822a27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.297781 [ 3 ] {d32e5a95-0f11-4144-b958-6a2fb3822a27} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.298156 [ 3 ] {d32e5a95-0f11-4144-b958-6a2fb3822a27} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:58:31.298270 [ 3 ] {d32e5a95-0f11-4144-b958-6a2fb3822a27} executeQuery: Read 162 rows, 9.99 KiB in 0.001444 sec., 112188.36565096953 rows/sec., 6.76 MiB/sec. 2026.03.20 19:58:31.298304 [ 3 ] {d32e5a95-0f11-4144-b958-6a2fb3822a27} TCPHandler: Processed in 0.001604664 sec. 2026.03.20 19:58:31.298405 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.298559 [ 3 ] {f6cf5b9d-0e9d-4979-9aa0-dde5814435d6} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 19:58:31.298598 [ 3 ] {f6cf5b9d-0e9d-4979-9aa0-dde5814435d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 19:58:31.299054 [ 3 ] {f6cf5b9d-0e9d-4979-9aa0-dde5814435d6} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.299087 [ 3 ] {f6cf5b9d-0e9d-4979-9aa0-dde5814435d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.299490 [ 3 ] {f6cf5b9d-0e9d-4979-9aa0-dde5814435d6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.299907 [ 3 ] {f6cf5b9d-0e9d-4979-9aa0-dde5814435d6} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): 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.20 19:58:31.300028 [ 3 ] {f6cf5b9d-0e9d-4979-9aa0-dde5814435d6} executeQuery: Read 149 rows, 9.86 KiB in 0.001486 sec., 100269.1790040377 rows/sec., 6.48 MiB/sec. 2026.03.20 19:58:31.300064 [ 3 ] {f6cf5b9d-0e9d-4979-9aa0-dde5814435d6} TCPHandler: Processed in 0.001645264 sec. 2026.03.20 19:58:31.300232 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.300324 [ 3 ] {354b8642-2244-4663-b71b-a1f8a1ac2bb3} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 19:58:31.300363 [ 3 ] {354b8642-2244-4663-b71b-a1f8a1ac2bb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 19:58:31.300781 [ 3 ] {354b8642-2244-4663-b71b-a1f8a1ac2bb3} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.300817 [ 3 ] {354b8642-2244-4663-b71b-a1f8a1ac2bb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.301302 [ 3 ] {354b8642-2244-4663-b71b-a1f8a1ac2bb3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.301742 [ 3 ] {354b8642-2244-4663-b71b-a1f8a1ac2bb3} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): 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.20 19:58:31.301865 [ 3 ] {354b8642-2244-4663-b71b-a1f8a1ac2bb3} executeQuery: Read 148 rows, 8.62 KiB in 0.001558 sec., 94993.58151476253 rows/sec., 5.40 MiB/sec. 2026.03.20 19:58:31.301901 [ 3 ] {354b8642-2244-4663-b71b-a1f8a1ac2bb3} TCPHandler: Processed in 0.001717444 sec. 2026.03.20 19:58:31.302008 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.302099 [ 3 ] {acdfc653-5a91-4292-a89f-1bba75431944} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:58:31.302136 [ 3 ] {acdfc653-5a91-4292-a89f-1bba75431944} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:58:31.302688 [ 3 ] {acdfc653-5a91-4292-a89f-1bba75431944} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.302724 [ 3 ] {acdfc653-5a91-4292-a89f-1bba75431944} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.303135 [ 3 ] {acdfc653-5a91-4292-a89f-1bba75431944} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.303547 [ 3 ] {acdfc653-5a91-4292-a89f-1bba75431944} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:58:31.303672 [ 3 ] {acdfc653-5a91-4292-a89f-1bba75431944} executeQuery: Read 510 rows, 36.79 KiB in 0.001591 sec., 320553.1112507857 rows/sec., 22.58 MiB/sec. 2026.03.20 19:58:31.303710 [ 3 ] {acdfc653-5a91-4292-a89f-1bba75431944} TCPHandler: Processed in 0.001750595 sec. 2026.03.20 19:58:31.303813 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.303906 [ 3 ] {3c2065dc-2b61-4ed7-bc19-57d3e0ef9596} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 19:58:31.303946 [ 3 ] {3c2065dc-2b61-4ed7-bc19-57d3e0ef9596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 19:58:31.306333 [ 3 ] {3c2065dc-2b61-4ed7-bc19-57d3e0ef9596} oximeter.measurements_bool (c36aea24-924b-4c97-bb66-a844abc721e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.306375 [ 3 ] {3c2065dc-2b61-4ed7-bc19-57d3e0ef9596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.308828 [ 3 ] {3c2065dc-2b61-4ed7-bc19-57d3e0ef9596} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.309240 [ 3 ] {3c2065dc-2b61-4ed7-bc19-57d3e0ef9596} oximeter.measurements_bool (c36aea24-924b-4c97-bb66-a844abc721e1): 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.20 19:58:31.309365 [ 3 ] {3c2065dc-2b61-4ed7-bc19-57d3e0ef9596} executeQuery: Read 6 rows, 321.00 B in 0.005476 sec., 1095.6902848794741 rows/sec., 57.25 KiB/sec. 2026.03.20 19:58:31.309400 [ 3 ] {3c2065dc-2b61-4ed7-bc19-57d3e0ef9596} TCPHandler: Processed in 0.005636232 sec. 2026.03.20 19:58:31.309513 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.309606 [ 3 ] {0200f3cc-d228-492d-8a97-4dcda622e742} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:31.309647 [ 3 ] {0200f3cc-d228-492d-8a97-4dcda622e742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:58:31.312114 [ 3 ] {0200f3cc-d228-492d-8a97-4dcda622e742} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.312161 [ 3 ] {0200f3cc-d228-492d-8a97-4dcda622e742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.312686 [ 3 ] {0200f3cc-d228-492d-8a97-4dcda622e742} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.313166 [ 3 ] {0200f3cc-d228-492d-8a97-4dcda622e742} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:58:31.313290 [ 3 ] {0200f3cc-d228-492d-8a97-4dcda622e742} executeQuery: Read 270 rows, 18.38 KiB in 0.003703 sec., 72913.85363219012 rows/sec., 4.85 MiB/sec. 2026.03.20 19:58:31.313326 [ 3 ] {0200f3cc-d228-492d-8a97-4dcda622e742} TCPHandler: Processed in 0.003861175 sec. 2026.03.20 19:58:31.313439 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.313532 [ 3 ] {d4c1da43-ba87-412d-9ad2-e5d08c3ed94b} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 19:58:31.313573 [ 3 ] {d4c1da43-ba87-412d-9ad2-e5d08c3ed94b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 19:58:31.313874 [ 3 ] {d4c1da43-ba87-412d-9ad2-e5d08c3ed94b} oximeter.measurements_f64 (7a6443ec-5bc3-4018-95ea-19117b6b4827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.313908 [ 3 ] {d4c1da43-ba87-412d-9ad2-e5d08c3ed94b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.314340 [ 3 ] {d4c1da43-ba87-412d-9ad2-e5d08c3ed94b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.314755 [ 3 ] {d4c1da43-ba87-412d-9ad2-e5d08c3ed94b} oximeter.measurements_f64 (7a6443ec-5bc3-4018-95ea-19117b6b4827): 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.20 19:58:31.314880 [ 3 ] {d4c1da43-ba87-412d-9ad2-e5d08c3ed94b} executeQuery: Read 1 rows, 69.00 B in 0.001365 sec., 732.6007326007326 rows/sec., 49.36 KiB/sec. 2026.03.20 19:58:31.314914 [ 3 ] {d4c1da43-ba87-412d-9ad2-e5d08c3ed94b} TCPHandler: Processed in 0.001523502 sec. 2026.03.20 19:58:31.315019 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.315110 [ 3 ] {cae7b950-a14a-4436-bad4-0fcbc1ab6f6a} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:31.315161 [ 3 ] {cae7b950-a14a-4436-bad4-0fcbc1ab6f6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:58:31.315891 [ 3 ] {cae7b950-a14a-4436-bad4-0fcbc1ab6f6a} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.315927 [ 3 ] {cae7b950-a14a-4436-bad4-0fcbc1ab6f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.319265 [ 3 ] {cae7b950-a14a-4436-bad4-0fcbc1ab6f6a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.319674 [ 3 ] {cae7b950-a14a-4436-bad4-0fcbc1ab6f6a} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:58:31.319807 [ 3 ] {cae7b950-a14a-4436-bad4-0fcbc1ab6f6a} executeQuery: Read 10 rows, 18.35 KiB in 0.004714 sec., 2121.3406873143826 rows/sec., 3.80 MiB/sec. 2026.03.20 19:58:31.319854 [ 3 ] {cae7b950-a14a-4436-bad4-0fcbc1ab6f6a} TCPHandler: Processed in 0.00488404 sec. 2026.03.20 19:58:31.319978 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:31.320082 [ 3 ] {ff430cd0-9379-4479-9c84-fc7a8a61e6aa} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:58:31.320121 [ 3 ] {ff430cd0-9379-4479-9c84-fc7a8a61e6aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:58:31.320462 [ 3 ] {ff430cd0-9379-4479-9c84-fc7a8a61e6aa} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:31.320497 [ 3 ] {ff430cd0-9379-4479-9c84-fc7a8a61e6aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:31.320905 [ 3 ] {ff430cd0-9379-4479-9c84-fc7a8a61e6aa} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:31.321317 [ 3 ] {ff430cd0-9379-4479-9c84-fc7a8a61e6aa} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:58:31.321442 [ 3 ] {ff430cd0-9379-4479-9c84-fc7a8a61e6aa} executeQuery: Read 90 rows, 5.77 KiB in 0.001378 sec., 65312.04644412191 rows/sec., 4.09 MiB/sec. 2026.03.20 19:58:31.321482 [ 3 ] {ff430cd0-9379-4479-9c84-fc7a8a61e6aa} TCPHandler: Processed in 0.001547582 sec. 2026.03.20 19:58:32.375253 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.03.20 19:58:32.375745 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:32.375788 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:32.376455 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:32.376887 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:58:32.377016 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.03.20 19:58:32.435528 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.20 19:58:32.451246 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:32.451294 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2026.03.20 19:58:32.457703 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:32.458833 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:58:32.461617 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.20 19:58:33.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.71 MiB, peak 163.71 MiB, free memory in arenas 0.00 B, will set to 161.14 MiB (RSS), difference: 1.42 MiB 2026.03.20 19:58:34.696747 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58030 2026.03.20 19:58:34.698810 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:34.698851 [ 286 ] {} TCP-Session: 44c4463b-ce65-48ab-bfa1-8d277f96ebd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:58030 2026.03.20 19:58:34.698873 [ 286 ] {} TCP-Session: 44c4463b-ce65-48ab-bfa1-8d277f96ebd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.698887 [ 286 ] {} TCP-Session: 44c4463b-ce65-48ab-bfa1-8d277f96ebd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.698949 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.20 19:58:34.698976 [ 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.20 19:58:34.698994 [ 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.20 19:58:34.699386 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43311 2026.03.20 19:58:34.699527 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:34.699560 [ 287 ] {} TCP-Session: 00e63c70-45e4-4940-80d7-aed93df70b78 Authenticating user 'default' from [fd00:1122:3344:101::e]:43311 2026.03.20 19:58:34.699583 [ 287 ] {} TCP-Session: 00e63c70-45e4-4940-80d7-aed93df70b78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.699596 [ 287 ] {} TCP-Session: 00e63c70-45e4-4940-80d7-aed93df70b78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.699606 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50501 2026.03.20 19:58:34.699609 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44301 2026.03.20 19:58:34.699659 [ 286 ] {} TCP-Session: 44c4463b-ce65-48ab-bfa1-8d277f96ebd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:34.699685 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54044 2026.03.20 19:58:34.699783 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41955 2026.03.20 19:58:34.699869 [ 286 ] {06298681-18e9-4d15-a213-a20c149c1403} executeQuery: (from [fd00:1122:3344:101::e]:58030) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 19:58:34.699888 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:34.699929 [ 289 ] {} TCP-Session: c446fb82-047d-4572-be37-3d93125d459d Authenticating user 'default' from [fd00:1122:3344:101::e]:50501 2026.03.20 19:58:34.699951 [ 289 ] {} TCP-Session: c446fb82-047d-4572-be37-3d93125d459d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.699964 [ 289 ] {} TCP-Session: c446fb82-047d-4572-be37-3d93125d459d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.699966 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59153 2026.03.20 19:58:34.700131 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:34.700142 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:34.700214 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:34.700256 [ 291 ] {} TCP-Session: b68bbd59-6805-4f5b-acca-38ee9a7157d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:41955 2026.03.20 19:58:34.700264 [ 288 ] {} TCP-Session: 917aab1a-7b84-4a18-949a-5dc93dabf984 Authenticating user 'default' from [fd00:1122:3344:101::e]:44301 2026.03.20 19:58:34.700287 [ 290 ] {} TCP-Session: b36cf95e-e07a-4a0c-b86d-11f588d08f91 Authenticating user 'default' from [fd00:1122:3344:101::e]:54044 2026.03.20 19:58:34.700297 [ 291 ] {} TCP-Session: b68bbd59-6805-4f5b-acca-38ee9a7157d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.700302 [ 288 ] {} TCP-Session: 917aab1a-7b84-4a18-949a-5dc93dabf984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.700314 [ 290 ] {} TCP-Session: b36cf95e-e07a-4a0c-b86d-11f588d08f91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.700337 [ 288 ] {} TCP-Session: 917aab1a-7b84-4a18-949a-5dc93dabf984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.700348 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56365 2026.03.20 19:58:34.700354 [ 290 ] {} TCP-Session: b36cf95e-e07a-4a0c-b86d-11f588d08f91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.700320 [ 291 ] {} TCP-Session: b68bbd59-6805-4f5b-acca-38ee9a7157d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.700342 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:34.700441 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61312 2026.03.20 19:58:34.700462 [ 292 ] {} TCP-Session: 677274f0-282e-4712-99ce-fb01cdef3481 Authenticating user 'default' from [fd00:1122:3344:101::e]:59153 2026.03.20 19:58:34.700488 [ 292 ] {} TCP-Session: 677274f0-282e-4712-99ce-fb01cdef3481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.700501 [ 292 ] {} TCP-Session: 677274f0-282e-4712-99ce-fb01cdef3481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.700551 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:34.700587 [ 293 ] {} TCP-Session: 1c7d050d-fe0f-4d9c-a106-d09b4d1a82ae Authenticating user 'default' from [fd00:1122:3344:101::e]:56365 2026.03.20 19:58:34.700591 [ 286 ] {06298681-18e9-4d15-a213-a20c149c1403} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 19:58:34.700605 [ 293 ] {} TCP-Session: 1c7d050d-fe0f-4d9c-a106-d09b4d1a82ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.700634 [ 293 ] {} TCP-Session: 1c7d050d-fe0f-4d9c-a106-d09b4d1a82ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.700657 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:34.700702 [ 294 ] {} TCP-Session: 86ad70a6-9308-4034-ba22-9da39f467259 Authenticating user 'default' from [fd00:1122:3344:101::e]:61312 2026.03.20 19:58:34.700722 [ 294 ] {} TCP-Session: 86ad70a6-9308-4034-ba22-9da39f467259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.700734 [ 294 ] {} TCP-Session: 86ad70a6-9308-4034-ba22-9da39f467259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.704550 [ 286 ] {06298681-18e9-4d15-a213-a20c149c1403} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:34.714504 [ 286 ] {06298681-18e9-4d15-a213-a20c149c1403} oximeter.version (822d38ba-8737-4d54-86c6-a989b53b08f5) (SelectExecutor): Key condition: unknown 2026.03.20 19:58:34.729927 [ 295 ] {06298681-18e9-4d15-a213-a20c149c1403} AggregatingTransform: Aggregating 2026.03.20 19:58:34.732150 [ 295 ] {06298681-18e9-4d15-a213-a20c149c1403} Aggregator: Aggregation method: without_key 2026.03.20 19:58:34.732836 [ 295 ] {06298681-18e9-4d15-a213-a20c149c1403} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006888079 sec. (145.178 rows/sec., 5.67 KiB/sec.) 2026.03.20 19:58:34.732859 [ 295 ] {06298681-18e9-4d15-a213-a20c149c1403} Aggregator: Merging aggregated data 2026.03.20 19:58:34.732883 [ 295 ] {06298681-18e9-4d15-a213-a20c149c1403} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.20 19:58:34.736091 [ 286 ] {06298681-18e9-4d15-a213-a20c149c1403} executeQuery: Read 1 rows, 40.00 B in 0.036286 sec., 27.558838119384887 rows/sec., 1.08 KiB/sec. 2026.03.20 19:58:34.736237 [ 286 ] {06298681-18e9-4d15-a213-a20c149c1403} TCPHandler: Processed in 0.03677762 sec. 2026.03.20 19:58:34.741871 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:34.741925 [ 286 ] {} TCP-Session: 44c4463b-ce65-48ab-bfa1-8d277f96ebd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.741928 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:34.741948 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:34.741980 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:34.741995 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:34.742014 [ 288 ] {} TCP-Session: 917aab1a-7b84-4a18-949a-5dc93dabf984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.742019 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:34.742052 [ 293 ] {} TCP-Session: 1c7d050d-fe0f-4d9c-a106-d09b4d1a82ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.742058 [ 291 ] {} TCP-Session: b68bbd59-6805-4f5b-acca-38ee9a7157d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.742070 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:34.742084 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:34.742111 [ 290 ] {} TCP-Session: b36cf95e-e07a-4a0c-b86d-11f588d08f91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.742131 [ 289 ] {} TCP-Session: c446fb82-047d-4572-be37-3d93125d459d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.742144 [ 294 ] {} TCP-Session: 86ad70a6-9308-4034-ba22-9da39f467259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.742047 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:34.742001 [ 287 ] {} TCP-Session: 00e63c70-45e4-4940-80d7-aed93df70b78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:34.742213 [ 292 ] {} TCP-Session: 677274f0-282e-4712-99ce-fb01cdef3481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:35.000219 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.39 MiB, peak 169.50 MiB, free memory in arenas 0.00 B, will set to 164.48 MiB (RSS), difference: 3.09 MiB 2026.03.20 19:58:36.169818 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:36.170010 [ 3 ] {d3447440-4c30-4bc1-b664-a73db1dc1282} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:58:36.170080 [ 3 ] {d3447440-4c30-4bc1-b664-a73db1dc1282} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:58:36.170743 [ 3 ] {d3447440-4c30-4bc1-b664-a73db1dc1282} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:36.170790 [ 3 ] {d3447440-4c30-4bc1-b664-a73db1dc1282} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:36.171346 [ 3 ] {d3447440-4c30-4bc1-b664-a73db1dc1282} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:36.171772 [ 3 ] {d3447440-4c30-4bc1-b664-a73db1dc1282} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:58:36.171939 [ 3 ] {d3447440-4c30-4bc1-b664-a73db1dc1282} executeQuery: Read 56 rows, 4.38 KiB in 0.001979 sec., 28297.11975745326 rows/sec., 2.16 MiB/sec. 2026.03.20 19:58:36.171992 [ 3 ] {d3447440-4c30-4bc1-b664-a73db1dc1282} TCPHandler: Processed in 0.002303323 sec. 2026.03.20 19:58:36.172118 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:36.172220 [ 3 ] {8c498881-4425-418e-9df8-c41dcf395826} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:58:36.172264 [ 3 ] {8c498881-4425-418e-9df8-c41dcf395826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:58:36.172722 [ 3 ] {8c498881-4425-418e-9df8-c41dcf395826} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:36.172757 [ 3 ] {8c498881-4425-418e-9df8-c41dcf395826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:36.173163 [ 3 ] {8c498881-4425-418e-9df8-c41dcf395826} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:36.173562 [ 3 ] {8c498881-4425-418e-9df8-c41dcf395826} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:58:36.173700 [ 3 ] {8c498881-4425-418e-9df8-c41dcf395826} executeQuery: Read 64 rows, 5.12 KiB in 0.001503 sec., 42581.503659347974 rows/sec., 3.32 MiB/sec. 2026.03.20 19:58:36.173744 [ 3 ] {8c498881-4425-418e-9df8-c41dcf395826} TCPHandler: Processed in 0.001677344 sec. 2026.03.20 19:58:36.173858 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:36.173955 [ 3 ] {27c954c4-54f5-4ffb-a169-9acae8e50411} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:36.173998 [ 3 ] {27c954c4-54f5-4ffb-a169-9acae8e50411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:58:36.174421 [ 3 ] {27c954c4-54f5-4ffb-a169-9acae8e50411} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:36.174456 [ 3 ] {27c954c4-54f5-4ffb-a169-9acae8e50411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:36.174882 [ 3 ] {27c954c4-54f5-4ffb-a169-9acae8e50411} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:36.175292 [ 3 ] {27c954c4-54f5-4ffb-a169-9acae8e50411} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:58:36.175428 [ 3 ] {27c954c4-54f5-4ffb-a169-9acae8e50411} executeQuery: Read 160 rows, 11.41 KiB in 0.001493 sec., 107166.7782987274 rows/sec., 7.46 MiB/sec. 2026.03.20 19:58:36.175470 [ 3 ] {27c954c4-54f5-4ffb-a169-9acae8e50411} TCPHandler: Processed in 0.001661454 sec. 2026.03.20 19:58:36.175584 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:36.175677 [ 3 ] {c1cc6a06-4736-4505-9a96-5b7fc1c89c63} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:58:36.175717 [ 3 ] {c1cc6a06-4736-4505-9a96-5b7fc1c89c63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:58:36.176054 [ 3 ] {c1cc6a06-4736-4505-9a96-5b7fc1c89c63} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:36.176089 [ 3 ] {c1cc6a06-4736-4505-9a96-5b7fc1c89c63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:36.176485 [ 3 ] {c1cc6a06-4736-4505-9a96-5b7fc1c89c63} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:36.176971 [ 3 ] {c1cc6a06-4736-4505-9a96-5b7fc1c89c63} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:58:36.177103 [ 3 ] {c1cc6a06-4736-4505-9a96-5b7fc1c89c63} executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec. 2026.03.20 19:58:36.177143 [ 3 ] {c1cc6a06-4736-4505-9a96-5b7fc1c89c63} TCPHandler: Processed in 0.001607813 sec. 2026.03.20 19:58:37.192689 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50160 2026.03.20 19:58:37.192797 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:37.192827 [ 286 ] {} TCP-Session: fb00cbf6-68d6-4f0e-a780-bb24ced13dec Authenticating user 'default' from [fd00:1122:3344:101::e]:50160 2026.03.20 19:58:37.192852 [ 286 ] {} TCP-Session: fb00cbf6-68d6-4f0e-a780-bb24ced13dec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.192868 [ 286 ] {} TCP-Session: fb00cbf6-68d6-4f0e-a780-bb24ced13dec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193085 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41688 2026.03.20 19:58:37.193134 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51821 2026.03.20 19:58:37.193159 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64420 2026.03.20 19:58:37.193172 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33997 2026.03.20 19:58:37.193203 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38007 2026.03.20 19:58:37.193210 [ 286 ] {} TCP-Session: fb00cbf6-68d6-4f0e-a780-bb24ced13dec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:37.193251 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:37.193271 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:37.193290 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:37.193290 [ 290 ] {} TCP-Session: b158b92e-40d7-4a96-9897-3a6c10576261 Authenticating user 'default' from [fd00:1122:3344:101::e]:64420 2026.03.20 19:58:37.193311 [ 291 ] {} TCP-Session: cf821598-ae7e-49b0-ab85-ed83cab242ed Authenticating user 'default' from [fd00:1122:3344:101::e]:33997 2026.03.20 19:58:37.193317 [ 294 ] {} TCP-Session: da386e97-127d-4458-91e2-d7b29da990a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:38007 2026.03.20 19:58:37.193329 [ 290 ] {} TCP-Session: b158b92e-40d7-4a96-9897-3a6c10576261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193354 [ 294 ] {} TCP-Session: da386e97-127d-4458-91e2-d7b29da990a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193371 [ 290 ] {} TCP-Session: b158b92e-40d7-4a96-9897-3a6c10576261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193384 [ 294 ] {} TCP-Session: da386e97-127d-4458-91e2-d7b29da990a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193347 [ 291 ] {} TCP-Session: cf821598-ae7e-49b0-ab85-ed83cab242ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193250 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:37.193419 [ 291 ] {} TCP-Session: cf821598-ae7e-49b0-ab85-ed83cab242ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193415 [ 286 ] {b5ace93b-f4fa-487b-abcf-03280850590c} executeQuery: (from [fd00:1122:3344:101::e]:50160) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 19:58:37.193442 [ 288 ] {} TCP-Session: 2294a951-40bd-4ec1-986e-c7e7eb48c1ef Authenticating user 'default' from [fd00:1122:3344:101::e]:51821 2026.03.20 19:58:37.193192 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:37.193479 [ 288 ] {} TCP-Session: 2294a951-40bd-4ec1-986e-c7e7eb48c1ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193195 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60685 2026.03.20 19:58:37.193517 [ 287 ] {} TCP-Session: 5fb16549-2085-4aa4-b718-15263da19e81 Authenticating user 'default' from [fd00:1122:3344:101::e]:41688 2026.03.20 19:58:37.193183 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42700 2026.03.20 19:58:37.193591 [ 287 ] {} TCP-Session: 5fb16549-2085-4aa4-b718-15263da19e81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193138 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56953 2026.03.20 19:58:37.193611 [ 287 ] {} TCP-Session: 5fb16549-2085-4aa4-b718-15263da19e81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193634 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:37.193646 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:37.193673 [ 293 ] {} TCP-Session: db66ad39-039c-401e-a996-ec7c3f72f6ac Authenticating user 'default' from [fd00:1122:3344:101::e]:60685 2026.03.20 19:58:37.193686 [ 292 ] {} TCP-Session: 7df9b504-11a5-4524-ada8-b6963d0ace03 Authenticating user 'default' from [fd00:1122:3344:101::e]:42700 2026.03.20 19:58:37.193700 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:37.193708 [ 293 ] {} TCP-Session: db66ad39-039c-401e-a996-ec7c3f72f6ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193709 [ 286 ] {b5ace93b-f4fa-487b-abcf-03280850590c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 19:58:37.193733 [ 289 ] {} TCP-Session: ec10bb19-ccaf-4dcd-ba2c-ce34baaa27dd Authenticating user 'default' from [fd00:1122:3344:101::e]:56953 2026.03.20 19:58:37.193715 [ 292 ] {} TCP-Session: 7df9b504-11a5-4524-ada8-b6963d0ace03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193772 [ 289 ] {} TCP-Session: ec10bb19-ccaf-4dcd-ba2c-ce34baaa27dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193785 [ 286 ] {b5ace93b-f4fa-487b-abcf-03280850590c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:37.193801 [ 289 ] {} TCP-Session: ec10bb19-ccaf-4dcd-ba2c-ce34baaa27dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193788 [ 292 ] {} TCP-Session: 7df9b504-11a5-4524-ada8-b6963d0ace03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193732 [ 293 ] {} TCP-Session: db66ad39-039c-401e-a996-ec7c3f72f6ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.193519 [ 288 ] {} TCP-Session: 2294a951-40bd-4ec1-986e-c7e7eb48c1ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.194110 [ 286 ] {b5ace93b-f4fa-487b-abcf-03280850590c} oximeter.version (822d38ba-8737-4d54-86c6-a989b53b08f5) (SelectExecutor): Key condition: unknown 2026.03.20 19:58:37.195058 [ 331 ] {b5ace93b-f4fa-487b-abcf-03280850590c} AggregatingTransform: Aggregating 2026.03.20 19:58:37.195107 [ 331 ] {b5ace93b-f4fa-487b-abcf-03280850590c} Aggregator: Aggregation method: without_key 2026.03.20 19:58:37.195146 [ 331 ] {b5ace93b-f4fa-487b-abcf-03280850590c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000934694 sec. (1069.869 rows/sec., 41.79 KiB/sec.) 2026.03.20 19:58:37.195169 [ 331 ] {b5ace93b-f4fa-487b-abcf-03280850590c} Aggregator: Merging aggregated data 2026.03.20 19:58:37.196326 [ 286 ] {b5ace93b-f4fa-487b-abcf-03280850590c} executeQuery: Read 1 rows, 40.00 B in 0.002962 sec., 337.60972316002704 rows/sec., 13.19 KiB/sec. 2026.03.20 19:58:37.196475 [ 286 ] {b5ace93b-f4fa-487b-abcf-03280850590c} TCPHandler: Processed in 0.003385339 sec. 2026.03.20 19:58:37.196582 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:37.196608 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:37.196613 [ 286 ] {} TCP-Session: fb00cbf6-68d6-4f0e-a780-bb24ced13dec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.196625 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:37.196654 [ 287 ] {} TCP-Session: 5fb16549-2085-4aa4-b718-15263da19e81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.196676 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:37.196695 [ 294 ] {} TCP-Session: da386e97-127d-4458-91e2-d7b29da990a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.196706 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:37.196726 [ 289 ] {} TCP-Session: ec10bb19-ccaf-4dcd-ba2c-ce34baaa27dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.196720 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:37.196758 [ 288 ] {} TCP-Session: 2294a951-40bd-4ec1-986e-c7e7eb48c1ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.196702 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:37.196800 [ 290 ] {} TCP-Session: b158b92e-40d7-4a96-9897-3a6c10576261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.196658 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:37.196837 [ 293 ] {} TCP-Session: db66ad39-039c-401e-a996-ec7c3f72f6ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.196641 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:37.196877 [ 292 ] {} TCP-Session: 7df9b504-11a5-4524-ada8-b6963d0ace03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:37.196918 [ 291 ] {} TCP-Session: cf821598-ae7e-49b0-ab85-ed83cab242ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.394377 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64312 2026.03.20 19:58:38.394482 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:38.394515 [ 286 ] {} TCP-Session: e31b42af-0897-49d3-a97f-9133505f1e0a Authenticating user 'default' from [fd00:1122:3344:101::e]:64312 2026.03.20 19:58:38.394539 [ 286 ] {} TCP-Session: e31b42af-0897-49d3-a97f-9133505f1e0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.394553 [ 286 ] {} TCP-Session: e31b42af-0897-49d3-a97f-9133505f1e0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.394746 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58569 2026.03.20 19:58:38.394775 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46110 2026.03.20 19:58:38.394799 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33485 2026.03.20 19:58:38.394841 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54345 2026.03.20 19:58:38.394864 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:38.394904 [ 286 ] {} TCP-Session: e31b42af-0897-49d3-a97f-9133505f1e0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:38.394910 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:38.394927 [ 287 ] {} TCP-Session: 4ec47e1a-78cd-4eb9-8ba8-9f50302d6c37 Authenticating user 'default' from [fd00:1122:3344:101::e]:58569 2026.03.20 19:58:38.394950 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:38.394952 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:38.394963 [ 289 ] {} TCP-Session: ce04907f-2927-44c2-86a6-c99058e98184 Authenticating user 'default' from [fd00:1122:3344:101::e]:46110 2026.03.20 19:58:38.394988 [ 294 ] {} TCP-Session: 65fcc0f8-9325-4843-98f0-1a3ad49f2832 Authenticating user 'default' from [fd00:1122:3344:101::e]:54345 2026.03.20 19:58:38.395002 [ 291 ] {} TCP-Session: 403600bf-09f1-4098-9391-9ac39dee5d79 Authenticating user 'default' from [fd00:1122:3344:101::e]:33485 2026.03.20 19:58:38.395016 [ 289 ] {} TCP-Session: ce04907f-2927-44c2-86a6-c99058e98184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395027 [ 294 ] {} TCP-Session: 65fcc0f8-9325-4843-98f0-1a3ad49f2832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395034 [ 291 ] {} TCP-Session: 403600bf-09f1-4098-9391-9ac39dee5d79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395044 [ 289 ] {} TCP-Session: ce04907f-2927-44c2-86a6-c99058e98184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395054 [ 294 ] {} TCP-Session: 65fcc0f8-9325-4843-98f0-1a3ad49f2832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395065 [ 291 ] {} TCP-Session: 403600bf-09f1-4098-9391-9ac39dee5d79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395076 [ 286 ] {f4673f48-ccd9-46e5-a93c-a18c64163dc5} executeQuery: (from [fd00:1122:3344:101::e]:64312) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 19:58:38.394975 [ 287 ] {} TCP-Session: 4ec47e1a-78cd-4eb9-8ba8-9f50302d6c37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.394835 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38942 2026.03.20 19:58:38.395141 [ 287 ] {} TCP-Session: 4ec47e1a-78cd-4eb9-8ba8-9f50302d6c37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.394802 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47198 2026.03.20 19:58:38.394787 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34921 2026.03.20 19:58:38.395234 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:38.395265 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:38.394764 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33532 2026.03.20 19:58:38.395291 [ 293 ] {} TCP-Session: 4a9c1191-5520-4bf6-b7a6-f22c18da573c Authenticating user 'default' from [fd00:1122:3344:101::e]:38942 2026.03.20 19:58:38.395323 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:38.395349 [ 293 ] {} TCP-Session: 4a9c1191-5520-4bf6-b7a6-f22c18da573c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395362 [ 286 ] {f4673f48-ccd9-46e5-a93c-a18c64163dc5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 19:58:38.395373 [ 290 ] {} TCP-Session: b92498d0-bc19-4abd-afe2-6460375af2ca Authenticating user 'default' from [fd00:1122:3344:101::e]:34921 2026.03.20 19:58:38.395383 [ 293 ] {} TCP-Session: 4a9c1191-5520-4bf6-b7a6-f22c18da573c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395413 [ 290 ] {} TCP-Session: b92498d0-bc19-4abd-afe2-6460375af2ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395367 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:58:38.395449 [ 286 ] {f4673f48-ccd9-46e5-a93c-a18c64163dc5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:38.395470 [ 288 ] {} TCP-Session: 0a166269-a36a-4d85-812c-68a3fd78314b Authenticating user 'default' from [fd00:1122:3344:101::e]:33532 2026.03.20 19:58:38.395441 [ 290 ] {} TCP-Session: b92498d0-bc19-4abd-afe2-6460375af2ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395500 [ 288 ] {} TCP-Session: 0a166269-a36a-4d85-812c-68a3fd78314b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395301 [ 292 ] {} TCP-Session: 6861d4a8-e7c5-40e7-8167-b8501466c461 Authenticating user 'default' from [fd00:1122:3344:101::e]:47198 2026.03.20 19:58:38.395530 [ 288 ] {} TCP-Session: 0a166269-a36a-4d85-812c-68a3fd78314b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395555 [ 292 ] {} TCP-Session: 6861d4a8-e7c5-40e7-8167-b8501466c461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395574 [ 292 ] {} TCP-Session: 6861d4a8-e7c5-40e7-8167-b8501466c461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.395756 [ 286 ] {f4673f48-ccd9-46e5-a93c-a18c64163dc5} oximeter.version (822d38ba-8737-4d54-86c6-a989b53b08f5) (SelectExecutor): Key condition: unknown 2026.03.20 19:58:38.396651 [ 300 ] {f4673f48-ccd9-46e5-a93c-a18c64163dc5} AggregatingTransform: Aggregating 2026.03.20 19:58:38.396695 [ 300 ] {f4673f48-ccd9-46e5-a93c-a18c64163dc5} Aggregator: Aggregation method: without_key 2026.03.20 19:58:38.396726 [ 300 ] {f4673f48-ccd9-46e5-a93c-a18c64163dc5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000869482 sec. (1150.110 rows/sec., 44.93 KiB/sec.) 2026.03.20 19:58:38.396742 [ 300 ] {f4673f48-ccd9-46e5-a93c-a18c64163dc5} Aggregator: Merging aggregated data 2026.03.20 19:58:38.398419 [ 286 ] {f4673f48-ccd9-46e5-a93c-a18c64163dc5} executeQuery: Read 1 rows, 40.00 B in 0.0034 sec., 294.11764705882354 rows/sec., 11.49 KiB/sec. 2026.03.20 19:58:38.398580 [ 286 ] {f4673f48-ccd9-46e5-a93c-a18c64163dc5} TCPHandler: Processed in 0.003801445 sec. 2026.03.20 19:58:38.398665 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:38.398687 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:38.398696 [ 286 ] {} TCP-Session: e31b42af-0897-49d3-a97f-9133505f1e0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.398705 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:38.398729 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:38.398743 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:38.398783 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:38.398802 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:38.398813 [ 290 ] {} TCP-Session: b92498d0-bc19-4abd-afe2-6460375af2ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.398832 [ 291 ] {} TCP-Session: 403600bf-09f1-4098-9391-9ac39dee5d79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.398856 [ 293 ] {} TCP-Session: 4a9c1191-5520-4bf6-b7a6-f22c18da573c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.398793 [ 289 ] {} TCP-Session: ce04907f-2927-44c2-86a6-c99058e98184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.398764 [ 288 ] {} TCP-Session: 0a166269-a36a-4d85-812c-68a3fd78314b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.398763 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:38.398734 [ 287 ] {} TCP-Session: 4ec47e1a-78cd-4eb9-8ba8-9f50302d6c37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.398816 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 19:58:38.398964 [ 292 ] {} TCP-Session: 6861d4a8-e7c5-40e7-8167-b8501466c461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:38.399004 [ 294 ] {} TCP-Session: 65fcc0f8-9325-4843-98f0-1a3ad49f2832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:58:39.808733 [ 109 ] {} DNSResolver: Updating DNS cache 2026.03.20 19:58:39.808829 [ 109 ] {} DNSResolver: Updated DNS cache 2026.03.20 19:58:39.856854 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 104 entries to flush up to offset 192 2026.03.20 19:58:39.860846 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:39.860898 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:39.862263 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:39.862797 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): 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.20 19:58:39.863079 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 192 2026.03.20 19:58:39.878083 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 442 entries to flush up to offset 1906 2026.03.20 19:58:39.878658 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:39.878702 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:39.879316 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:58:39.879768 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:58:39.879910 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1906 2026.03.20 19:58:39.962666 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.20 19:58:39.980014 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:39.980110 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:39.986801 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:58:39.988347 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:58:39.993829 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.20 19:58:40.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.32 MiB, peak 176.95 MiB, free memory in arenas 0.00 B, will set to 166.95 MiB (RSS), difference: 1.63 MiB 2026.03.20 19:58:41.178190 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:41.178364 [ 3 ] {2aa0bbd8-8a62-47e7-8065-4cefb99f70ff} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 19:58:41.178428 [ 3 ] {2aa0bbd8-8a62-47e7-8065-4cefb99f70ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 19:58:41.179188 [ 3 ] {2aa0bbd8-8a62-47e7-8065-4cefb99f70ff} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:41.179236 [ 3 ] {2aa0bbd8-8a62-47e7-8065-4cefb99f70ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:41.179773 [ 3 ] {2aa0bbd8-8a62-47e7-8065-4cefb99f70ff} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:41.180212 [ 3 ] {2aa0bbd8-8a62-47e7-8065-4cefb99f70ff} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): 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.20 19:58:41.180364 [ 3 ] {2aa0bbd8-8a62-47e7-8065-4cefb99f70ff} executeQuery: Read 284 rows, 18.47 KiB in 0.002046 sec., 138807.42913000978 rows/sec., 8.82 MiB/sec. 2026.03.20 19:58:41.180408 [ 3 ] {2aa0bbd8-8a62-47e7-8065-4cefb99f70ff} TCPHandler: Processed in 0.002340413 sec. 2026.03.20 19:58:41.180538 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:41.180633 [ 3 ] {f7ecd0eb-e58c-4c3b-a183-44cb6764dff2} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:58:41.180674 [ 3 ] {f7ecd0eb-e58c-4c3b-a183-44cb6764dff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:58:41.181428 [ 3 ] {f7ecd0eb-e58c-4c3b-a183-44cb6764dff2} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:41.181464 [ 3 ] {f7ecd0eb-e58c-4c3b-a183-44cb6764dff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:41.181952 [ 3 ] {f7ecd0eb-e58c-4c3b-a183-44cb6764dff2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:41.182363 [ 3 ] {f7ecd0eb-e58c-4c3b-a183-44cb6764dff2} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:58:41.182492 [ 3 ] {f7ecd0eb-e58c-4c3b-a183-44cb6764dff2} executeQuery: Read 817 rows, 65.46 KiB in 0.001877 sec., 435269.0463505594 rows/sec., 34.06 MiB/sec. 2026.03.20 19:58:41.182529 [ 3 ] {f7ecd0eb-e58c-4c3b-a183-44cb6764dff2} TCPHandler: Processed in 0.002043209 sec. 2026.03.20 19:58:41.182642 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:41.182735 [ 3 ] {b97bb1cf-4902-4987-b2c0-8f99e30afe3c} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:58:41.182775 [ 3 ] {b97bb1cf-4902-4987-b2c0-8f99e30afe3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:58:41.183222 [ 3 ] {b97bb1cf-4902-4987-b2c0-8f99e30afe3c} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:41.183258 [ 3 ] {b97bb1cf-4902-4987-b2c0-8f99e30afe3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:41.183670 [ 3 ] {b97bb1cf-4902-4987-b2c0-8f99e30afe3c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:41.184119 [ 3 ] {b97bb1cf-4902-4987-b2c0-8f99e30afe3c} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:58:41.184246 [ 3 ] {b97bb1cf-4902-4987-b2c0-8f99e30afe3c} executeQuery: Read 152 rows, 9.29 KiB in 0.00153 sec., 99346.40522875817 rows/sec., 5.93 MiB/sec. 2026.03.20 19:58:41.184283 [ 3 ] {b97bb1cf-4902-4987-b2c0-8f99e30afe3c} TCPHandler: Processed in 0.001690534 sec. 2026.03.20 19:58:41.184392 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:41.184484 [ 3 ] {89da4a49-1ded-4c6c-972f-a3cc07cab034} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 19:58:41.184524 [ 3 ] {89da4a49-1ded-4c6c-972f-a3cc07cab034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 19:58:41.184960 [ 3 ] {89da4a49-1ded-4c6c-972f-a3cc07cab034} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:41.184996 [ 3 ] {89da4a49-1ded-4c6c-972f-a3cc07cab034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:41.185418 [ 3 ] {89da4a49-1ded-4c6c-972f-a3cc07cab034} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:41.185835 [ 3 ] {89da4a49-1ded-4c6c-972f-a3cc07cab034} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): 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.20 19:58:41.185963 [ 3 ] {89da4a49-1ded-4c6c-972f-a3cc07cab034} executeQuery: Read 149 rows, 9.86 KiB in 0.001496 sec., 99598.93048128343 rows/sec., 6.43 MiB/sec. 2026.03.20 19:58:41.186000 [ 3 ] {89da4a49-1ded-4c6c-972f-a3cc07cab034} TCPHandler: Processed in 0.001657474 sec. 2026.03.20 19:58:41.186107 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:41.186199 [ 3 ] {bae8b377-68ad-434a-8eda-78ead1a61d5f} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 19:58:41.186238 [ 3 ] {bae8b377-68ad-434a-8eda-78ead1a61d5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 19:58:41.186707 [ 3 ] {bae8b377-68ad-434a-8eda-78ead1a61d5f} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:41.186743 [ 3 ] {bae8b377-68ad-434a-8eda-78ead1a61d5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:41.187177 [ 3 ] {bae8b377-68ad-434a-8eda-78ead1a61d5f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:41.187604 [ 3 ] {bae8b377-68ad-434a-8eda-78ead1a61d5f} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): 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.20 19:58:41.187734 [ 3 ] {bae8b377-68ad-434a-8eda-78ead1a61d5f} executeQuery: Read 148 rows, 8.62 KiB in 0.001552 sec., 95360.82474226804 rows/sec., 5.42 MiB/sec. 2026.03.20 19:58:41.187769 [ 3 ] {bae8b377-68ad-434a-8eda-78ead1a61d5f} TCPHandler: Processed in 0.001710905 sec. 2026.03.20 19:58:41.187880 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:41.187974 [ 3 ] {5005837c-42db-4f2e-99ec-931ee2e602fc} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:58:41.188013 [ 3 ] {5005837c-42db-4f2e-99ec-931ee2e602fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:58:41.188591 [ 3 ] {5005837c-42db-4f2e-99ec-931ee2e602fc} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:41.188625 [ 3 ] {5005837c-42db-4f2e-99ec-931ee2e602fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:41.189052 [ 3 ] {5005837c-42db-4f2e-99ec-931ee2e602fc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:41.189507 [ 3 ] {5005837c-42db-4f2e-99ec-931ee2e602fc} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:58:41.189633 [ 3 ] {5005837c-42db-4f2e-99ec-931ee2e602fc} executeQuery: Read 500 rows, 35.98 KiB in 0.001677 sec., 298151.4609421586 rows/sec., 20.95 MiB/sec. 2026.03.20 19:58:41.189670 [ 3 ] {5005837c-42db-4f2e-99ec-931ee2e602fc} TCPHandler: Processed in 0.001839826 sec. 2026.03.20 19:58:41.189779 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:41.189873 [ 3 ] {1014429f-e6ca-4413-ad10-3e84766248d3} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.20 19:58:41.189913 [ 3 ] {1014429f-e6ca-4413-ad10-3e84766248d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.20 19:58:41.190246 [ 3 ] {1014429f-e6ca-4413-ad10-3e84766248d3} oximeter.measurements_bool (c36aea24-924b-4c97-bb66-a844abc721e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:41.190281 [ 3 ] {1014429f-e6ca-4413-ad10-3e84766248d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:41.190701 [ 3 ] {1014429f-e6ca-4413-ad10-3e84766248d3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:41.191123 [ 3 ] {1014429f-e6ca-4413-ad10-3e84766248d3} oximeter.measurements_bool (c36aea24-924b-4c97-bb66-a844abc721e1): 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.20 19:58:41.191246 [ 3 ] {1014429f-e6ca-4413-ad10-3e84766248d3} executeQuery: Read 6 rows, 321.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 225.36 KiB/sec. 2026.03.20 19:58:41.191286 [ 3 ] {1014429f-e6ca-4413-ad10-3e84766248d3} TCPHandler: Processed in 0.001555852 sec. 2026.03.20 19:58:41.191395 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:41.191486 [ 3 ] {11b5545d-1ec4-4695-a4b4-b2895042942f} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:41.191528 [ 3 ] {11b5545d-1ec4-4695-a4b4-b2895042942f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:58:41.191933 [ 3 ] {11b5545d-1ec4-4695-a4b4-b2895042942f} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:41.191966 [ 3 ] {11b5545d-1ec4-4695-a4b4-b2895042942f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:41.192391 [ 3 ] {11b5545d-1ec4-4695-a4b4-b2895042942f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:41.192807 [ 3 ] {11b5545d-1ec4-4695-a4b4-b2895042942f} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:58:41.192933 [ 3 ] {11b5545d-1ec4-4695-a4b4-b2895042942f} executeQuery: Read 265 rows, 18.03 KiB in 0.001464 sec., 181010.92896174864 rows/sec., 12.03 MiB/sec. 2026.03.20 19:58:41.192974 [ 3 ] {11b5545d-1ec4-4695-a4b4-b2895042942f} TCPHandler: Processed in 0.001626444 sec. 2026.03.20 19:58:41.193082 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:41.193175 [ 3 ] {fa3278ef-4463-40ab-b4c9-9cae84559847} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.20 19:58:41.193215 [ 3 ] {fa3278ef-4463-40ab-b4c9-9cae84559847} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.20 19:58:41.193553 [ 3 ] {fa3278ef-4463-40ab-b4c9-9cae84559847} oximeter.measurements_f64 (7a6443ec-5bc3-4018-95ea-19117b6b4827): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:41.193589 [ 3 ] {fa3278ef-4463-40ab-b4c9-9cae84559847} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:41.194082 [ 3 ] {fa3278ef-4463-40ab-b4c9-9cae84559847} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:41.194492 [ 3 ] {fa3278ef-4463-40ab-b4c9-9cae84559847} oximeter.measurements_f64 (7a6443ec-5bc3-4018-95ea-19117b6b4827): 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.20 19:58:41.194619 [ 3 ] {fa3278ef-4463-40ab-b4c9-9cae84559847} executeQuery: Read 1 rows, 69.00 B in 0.001463 sec., 683.5269993164729 rows/sec., 46.06 KiB/sec. 2026.03.20 19:58:41.194654 [ 3 ] {fa3278ef-4463-40ab-b4c9-9cae84559847} TCPHandler: Processed in 0.001620703 sec. 2026.03.20 19:58:41.194761 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:41.194852 [ 3 ] {a7671542-50b5-4a73-babf-2d6a73f0a880} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:41.194906 [ 3 ] {a7671542-50b5-4a73-babf-2d6a73f0a880} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:58:41.195707 [ 3 ] {a7671542-50b5-4a73-babf-2d6a73f0a880} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:41.195744 [ 3 ] {a7671542-50b5-4a73-babf-2d6a73f0a880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:41.196388 [ 3 ] {a7671542-50b5-4a73-babf-2d6a73f0a880} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:41.196799 [ 3 ] {a7671542-50b5-4a73-babf-2d6a73f0a880} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:58:41.196932 [ 3 ] {a7671542-50b5-4a73-babf-2d6a73f0a880} executeQuery: Read 10 rows, 18.35 KiB in 0.002097 sec., 4768.717215069147 rows/sec., 8.55 MiB/sec. 2026.03.20 19:58:41.196980 [ 3 ] {a7671542-50b5-4a73-babf-2d6a73f0a880} TCPHandler: Processed in 0.002267522 sec. 2026.03.20 19:58:41.197087 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:41.197180 [ 3 ] {e918f17a-8a21-4656-80d3-4481af9d94e5} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:58:41.197220 [ 3 ] {e918f17a-8a21-4656-80d3-4481af9d94e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:58:41.197546 [ 3 ] {e918f17a-8a21-4656-80d3-4481af9d94e5} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:41.197581 [ 3 ] {e918f17a-8a21-4656-80d3-4481af9d94e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:41.197984 [ 3 ] {e918f17a-8a21-4656-80d3-4481af9d94e5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:41.198386 [ 3 ] {e918f17a-8a21-4656-80d3-4481af9d94e5} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:58:41.198511 [ 3 ] {e918f17a-8a21-4656-80d3-4481af9d94e5} executeQuery: Read 90 rows, 5.77 KiB in 0.00135 sec., 66666.66666666666 rows/sec., 4.17 MiB/sec. 2026.03.20 19:58:41.198546 [ 3 ] {e918f17a-8a21-4656-80d3-4481af9d94e5} TCPHandler: Processed in 0.001508002 sec. 2026.03.20 19:58:42.160147 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.160374 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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.20 19:58:42.160728 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.164936 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} 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.20 19:58:42.165221 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.165310 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.165529 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.20 19:58:42.167820 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.169783 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.169813 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.173690 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} 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.20 19:58:42.173729 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.196968 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} executeQuery: Read 32 rows, 1.21 KiB in 0.036692 sec., 872.1247138340782 rows/sec., 32.92 KiB/sec. 2026.03.20 19:58:42.197066 [ 3 ] {11049d27-7c82-4986-a6dc-7e39743df61d} TCPHandler: Processed in 0.037047754 sec. 2026.03.20 19:58:42.197388 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.197541 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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', '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.20 19:58:42.197785 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.197823 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} 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', '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.20 19:58:42.198047 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.198104 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.198222 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.20 19:58:42.198255 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.198276 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.198293 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.198333 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} 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', '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.20 19:58:42.198353 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.198766 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} executeQuery: Read 32 rows, 1.21 KiB in 0.001297 sec., 24672.320740169624 rows/sec., 931.39 KiB/sec. 2026.03.20 19:58:42.198825 [ 3 ] {314e0a1f-f9f7-4139-84b7-7a47711abc4c} TCPHandler: Processed in 0.001491981 sec. 2026.03.20 19:58:42.199054 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.199187 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} executeQuery: (from [fd00:1122:3344:101::d]:60290) 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', '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.20 19:58:42.199417 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.199456 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} 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', '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.20 19:58:42.199672 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.199732 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.199834 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.20 19:58:42.199865 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.199884 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.199898 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.199932 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} 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', '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.20 19:58:42.199950 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.200358 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} executeQuery: Read 32 rows, 1.21 KiB in 0.001228 sec., 26058.631921824104 rows/sec., 983.72 KiB/sec. 2026.03.20 19:58:42.200420 [ 3 ] {ddae8a15-96d7-4b2e-b354-46e3f374bc2f} TCPHandler: Processed in 0.00141565 sec. 2026.03.20 19:58:42.202616 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.202759 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 19:58:42.202997 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.203035 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 19:58:42.203238 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.203294 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.203399 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.20 19:58:42.203429 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.203449 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.203463 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.203497 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 19:58:42.203515 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.203918 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} executeQuery: Read 32 rows, 1.21 KiB in 0.001222 sec., 26186.579378068738 rows/sec., 988.55 KiB/sec. 2026.03.20 19:58:42.203977 [ 3 ] {dabc9876-57f3-41f7-994b-e91f427cc6ac} TCPHandler: Processed in 0.00141161 sec. 2026.03.20 19:58:42.204233 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.204367 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 19:58:42.204598 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.204635 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 19:58:42.204842 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.204897 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.204997 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.20 19:58:42.205027 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.205046 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.205062 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.205095 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 19:58:42.205114 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.205515 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} executeQuery: Read 32 rows, 1.21 KiB in 0.001205 sec., 26556.016597510374 rows/sec., 1002.50 KiB/sec. 2026.03.20 19:58:42.205571 [ 3 ] {2b498542-1d27-4136-8bd7-e243ea413f7e} TCPHandler: Processed in 0.00138808 sec. 2026.03.20 19:58:42.205834 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.205967 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 19:58:42.206193 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.206230 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 19:58:42.206431 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.206484 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.206584 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.20 19:58:42.206613 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.206632 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.206647 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.206679 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 19:58:42.206699 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.207469 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} executeQuery: Read 32 rows, 1.21 KiB in 0.001557 sec., 20552.34425176622 rows/sec., 775.86 KiB/sec. 2026.03.20 19:58:42.207557 [ 3 ] {1f4b43e0-7041-4d9f-94f2-e5d516e44c0e} TCPHandler: Processed in 0.001773976 sec. 2026.03.20 19:58:42.207806 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.207941 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 19:58:42.208178 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.208216 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 19:58:42.208437 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.208492 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.208600 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.20 19:58:42.208631 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.208649 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.208663 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.208696 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 19:58:42.208715 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.209155 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} executeQuery: Read 32 rows, 1.21 KiB in 0.001271 sec., 25177.025963808024 rows/sec., 950.44 KiB/sec. 2026.03.20 19:58:42.209237 [ 3 ] {f33d873c-5d3a-4b08-b21a-6d828bd01c1c} TCPHandler: Processed in 0.001481241 sec. 2026.03.20 19:58:42.209468 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.209624 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 19:58:42.209861 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.209899 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 19:58:42.210118 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.210171 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.210271 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.20 19:58:42.210301 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.210321 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.210335 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.210369 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 19:58:42.210388 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.210798 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} executeQuery: Read 32 rows, 1.21 KiB in 0.001231 sec., 25995.125913891145 rows/sec., 981.32 KiB/sec. 2026.03.20 19:58:42.210877 [ 3 ] {cb092025-8f66-4921-b1e9-7f56a8c6e88c} TCPHandler: Processed in 0.001458981 sec. 2026.03.20 19:58:42.211124 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.211272 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 19:58:42.211525 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.211563 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 19:58:42.211789 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.211847 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.211950 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.20 19:58:42.211980 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.211999 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.212013 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.212047 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 19:58:42.212065 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.212517 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} executeQuery: Read 32 rows, 1.21 KiB in 0.001298 sec., 24653.312788906012 rows/sec., 930.67 KiB/sec. 2026.03.20 19:58:42.212609 [ 3 ] {36e6ca4b-7f5f-42ba-92a6-85d5cf023290} TCPHandler: Processed in 0.001538543 sec. 2026.03.20 19:58:42.220414 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.220562 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.20 19:58:42.220814 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.220852 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.20 19:58:42.221067 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.221121 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.221222 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.20 19:58:42.221251 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.221271 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.221286 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.221320 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.20 19:58:42.221339 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.221820 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} executeQuery: Read 32 rows, 1.21 KiB in 0.001319 sec., 24260.803639120546 rows/sec., 915.85 KiB/sec. 2026.03.20 19:58:42.221909 [ 3 ] {155a59d7-7703-44c9-802d-060fccc46760} TCPHandler: Processed in 0.001550563 sec. 2026.03.20 19:58:42.222248 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.222397 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.222645 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.222689 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.222901 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.222954 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.223052 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.20 19:58:42.223080 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.223099 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.223114 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.223147 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.223165 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.223703 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} executeQuery: Read 32 rows, 1.21 KiB in 0.001376 sec., 23255.81395348837 rows/sec., 877.91 KiB/sec. 2026.03.20 19:58:42.223789 [ 3 ] {66f92e58-cd79-4e77-946c-9c9c71d25dc2} TCPHandler: Processed in 0.001591363 sec. 2026.03.20 19:58:42.224033 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.224178 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.224424 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.224464 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.224691 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.224746 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.224848 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.03.20 19:58:42.224877 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.224897 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.224911 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.224945 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.224963 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.225706 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} executeQuery: Read 32 rows, 1.21 KiB in 0.001587 sec., 20163.8311279143 rows/sec., 761.19 KiB/sec. 2026.03.20 19:58:42.225799 [ 3 ] {9f1caec1-43bc-4144-b118-9a1432cf3588} TCPHandler: Processed in 0.001815746 sec. 2026.03.20 19:58:42.226054 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.226194 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.226457 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.226497 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.226744 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.226800 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.226902 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.03.20 19:58:42.226932 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.226951 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.226966 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.227000 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.227021 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.227752 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} executeQuery: Read 32 rows, 1.21 KiB in 0.001618 sec., 19777.503090234855 rows/sec., 746.61 KiB/sec. 2026.03.20 19:58:42.227845 [ 3 ] {1f29783e-862f-483f-8c22-23bb585070c0} TCPHandler: Processed in 0.001839926 sec. 2026.03.20 19:58:42.228064 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.228203 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.228465 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.228507 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.228731 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.228784 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.228885 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.03.20 19:58:42.228916 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.228934 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.228950 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.228985 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.229003 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.229526 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} executeQuery: Read 32 rows, 1.21 KiB in 0.001384 sec., 23121.387283236993 rows/sec., 872.84 KiB/sec. 2026.03.20 19:58:42.229594 [ 3 ] {aac2194a-7474-4992-8dbf-2d911877b32c} TCPHandler: Processed in 0.001580042 sec. 2026.03.20 19:58:42.229834 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.229971 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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.20 19:58:42.230213 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.230251 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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.20 19:58:42.230482 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.230536 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.230645 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.03.20 19:58:42.230675 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.230695 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.230710 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.230744 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_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.20 19:58:42.230762 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.231285 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} executeQuery: Read 32 rows, 1.21 KiB in 0.001365 sec., 23443.223443223444 rows/sec., 884.99 KiB/sec. 2026.03.20 19:58:42.231365 [ 3 ] {c9cfddc6-5906-481f-b2b5-889da85da3ef} TCPHandler: Processed in 0.001580533 sec. 2026.03.20 19:58:42.275658 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.275850 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.20 19:58:42.276192 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.276240 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.20 19:58:42.276478 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.276538 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.276651 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.03.20 19:58:42.276685 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.276706 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.276721 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.276758 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.20 19:58:42.276777 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.277322 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} executeQuery: Read 32 rows, 1.21 KiB in 0.001554 sec., 20592.02059202059 rows/sec., 777.35 KiB/sec. 2026.03.20 19:58:42.277408 [ 3 ] {88671b5f-b847-4f21-adc0-6162afacb574} TCPHandler: Processed in 0.001822176 sec. 2026.03.20 19:58:42.324782 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.324968 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} executeQuery: (from [fd00:1122:3344:101::d]:60290) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.325289 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.20 19:58:42.325332 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.325588 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.325651 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:58:42.325775 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.03.20 19:58:42.325807 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.20 19:58:42.325827 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (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.20 19:58:42.325843 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.20 19:58:42.325879 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.20 19:58:42.325899 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.03.20 19:58:42.326466 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} executeQuery: Read 32 rows, 1.21 KiB in 0.001577 sec., 20291.69308814204 rows/sec., 766.02 KiB/sec. 2026.03.20 19:58:42.326556 [ 3 ] {6ba6c846-dac1-4538-b52c-c28fedc2049d} TCPHandler: Processed in 0.001853227 sec. 2026.03.20 19:58:42.327500 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.327607 [ 3 ] {b9c26b16-5699-4cac-9b5a-de969cfd96c3} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.20 19:58:42.327651 [ 3 ] {b9c26b16-5699-4cac-9b5a-de969cfd96c3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.20 19:58:42.328194 [ 3 ] {b9c26b16-5699-4cac-9b5a-de969cfd96c3} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.328239 [ 3 ] {b9c26b16-5699-4cac-9b5a-de969cfd96c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.328810 [ 3 ] {b9c26b16-5699-4cac-9b5a-de969cfd96c3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:42.329196 [ 3 ] {b9c26b16-5699-4cac-9b5a-de969cfd96c3} oximeter.timeseries_schema (7cde00d3-cf97-42f6-bed1-21f4c592799e): 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.20 19:58:42.329367 [ 3 ] {b9c26b16-5699-4cac-9b5a-de969cfd96c3} executeQuery: Read 17 rows, 4.77 KiB in 0.001791 sec., 9491.903964265774 rows/sec., 2.60 MiB/sec. 2026.03.20 19:58:42.329410 [ 3 ] {b9c26b16-5699-4cac-9b5a-de969cfd96c3} TCPHandler: Processed in 0.001963399 sec. 2026.03.20 19:58:42.329563 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.329665 [ 3 ] {2b51551c-1c51-4940-bdb3-7e6c3cabe910} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 19:58:42.329708 [ 3 ] {2b51551c-1c51-4940-bdb3-7e6c3cabe910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 19:58:42.330162 [ 3 ] {2b51551c-1c51-4940-bdb3-7e6c3cabe910} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.330198 [ 3 ] {2b51551c-1c51-4940-bdb3-7e6c3cabe910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.330614 [ 3 ] {2b51551c-1c51-4940-bdb3-7e6c3cabe910} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:42.331045 [ 3 ] {2b51551c-1c51-4940-bdb3-7e6c3cabe910} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): 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.20 19:58:42.331193 [ 3 ] {2b51551c-1c51-4940-bdb3-7e6c3cabe910} executeQuery: Read 24 rows, 2.04 KiB in 0.00155 sec., 15483.870967741936 rows/sec., 1.28 MiB/sec. 2026.03.20 19:58:42.331233 [ 3 ] {2b51551c-1c51-4940-bdb3-7e6c3cabe910} TCPHandler: Processed in 0.001728645 sec. 2026.03.20 19:58:42.331354 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.331448 [ 3 ] {6d9c1944-88b8-499f-8ff8-65a9456085ae} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 19:58:42.331489 [ 3 ] {6d9c1944-88b8-499f-8ff8-65a9456085ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 19:58:42.331914 [ 3 ] {6d9c1944-88b8-499f-8ff8-65a9456085ae} oximeter.fields_ipaddr (3b08f642-d5cb-4af3-b666-7dff611724bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.331951 [ 3 ] {6d9c1944-88b8-499f-8ff8-65a9456085ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.332383 [ 3 ] {6d9c1944-88b8-499f-8ff8-65a9456085ae} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:42.332884 [ 3 ] {6d9c1944-88b8-499f-8ff8-65a9456085ae} oximeter.fields_ipaddr (3b08f642-d5cb-4af3-b666-7dff611724bd): 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.20 19:58:42.333031 [ 3 ] {6d9c1944-88b8-499f-8ff8-65a9456085ae} executeQuery: Read 4 rows, 334.00 B in 0.001602 sec., 2496.8789013732835 rows/sec., 203.60 KiB/sec. 2026.03.20 19:58:42.333072 [ 3 ] {6d9c1944-88b8-499f-8ff8-65a9456085ae} TCPHandler: Processed in 0.001768105 sec. 2026.03.20 19:58:42.333186 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.333282 [ 3 ] {140306ad-ac44-4b59-af48-472cbd63bfb1} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:58:42.333322 [ 3 ] {140306ad-ac44-4b59-af48-472cbd63bfb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:58:42.335236 [ 3 ] {140306ad-ac44-4b59-af48-472cbd63bfb1} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.335274 [ 3 ] {140306ad-ac44-4b59-af48-472cbd63bfb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.335929 [ 3 ] {140306ad-ac44-4b59-af48-472cbd63bfb1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:58:42.336370 [ 3 ] {140306ad-ac44-4b59-af48-472cbd63bfb1} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:58:42.336520 [ 3 ] {140306ad-ac44-4b59-af48-472cbd63bfb1} executeQuery: Read 2066 rows, 160.58 KiB in 0.003256 sec., 634520.8845208845 rows/sec., 48.16 MiB/sec. 2026.03.20 19:58:42.336641 [ 3 ] {140306ad-ac44-4b59-af48-472cbd63bfb1} TCPHandler: Processed in 0.00350366 sec. 2026.03.20 19:58:42.336755 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.336850 [ 3 ] {4baa64d2-cfa9-469a-8585-42be17e53fd4} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:58:42.336890 [ 3 ] {4baa64d2-cfa9-469a-8585-42be17e53fd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:58:42.337640 [ 3 ] {4baa64d2-cfa9-469a-8585-42be17e53fd4} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.337678 [ 3 ] {4baa64d2-cfa9-469a-8585-42be17e53fd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.338079 [ 3 ] {4baa64d2-cfa9-469a-8585-42be17e53fd4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:42.338550 [ 3 ] {4baa64d2-cfa9-469a-8585-42be17e53fd4} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:58:42.338770 [ 3 ] {4baa64d2-cfa9-469a-8585-42be17e53fd4} executeQuery: Read 29 rows, 2.22 KiB in 0.001938 sec., 14963.880288957687 rows/sec., 1.12 MiB/sec. 2026.03.20 19:58:42.338815 [ 3 ] {4baa64d2-cfa9-469a-8585-42be17e53fd4} TCPHandler: Processed in 0.00211024 sec. 2026.03.20 19:58:42.338927 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.339024 [ 3 ] {a5ceb498-8a57-4b34-a490-55c5fd0acf8f} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 19:58:42.339063 [ 3 ] {a5ceb498-8a57-4b34-a490-55c5fd0acf8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 19:58:42.339818 [ 3 ] {a5ceb498-8a57-4b34-a490-55c5fd0acf8f} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.339855 [ 3 ] {a5ceb498-8a57-4b34-a490-55c5fd0acf8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.340313 [ 3 ] {a5ceb498-8a57-4b34-a490-55c5fd0acf8f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:42.340770 [ 3 ] {a5ceb498-8a57-4b34-a490-55c5fd0acf8f} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): 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.20 19:58:42.340899 [ 3 ] {a5ceb498-8a57-4b34-a490-55c5fd0acf8f} executeQuery: Read 732 rows, 44.33 KiB in 0.001893 sec., 386687.79714738514 rows/sec., 22.87 MiB/sec. 2026.03.20 19:58:42.340941 [ 3 ] {a5ceb498-8a57-4b34-a490-55c5fd0acf8f} TCPHandler: Processed in 0.00206256 sec. 2026.03.20 19:58:42.341063 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.341157 [ 3 ] {f9970879-a199-4483-9458-ef4e32ec434f} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 19:58:42.341195 [ 3 ] {f9970879-a199-4483-9458-ef4e32ec434f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 19:58:42.341589 [ 3 ] {f9970879-a199-4483-9458-ef4e32ec434f} oximeter.fields_u64 (5494091c-3909-4783-87db-e009456b3548): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.341626 [ 3 ] {f9970879-a199-4483-9458-ef4e32ec434f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.342075 [ 3 ] {f9970879-a199-4483-9458-ef4e32ec434f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:42.342492 [ 3 ] {f9970879-a199-4483-9458-ef4e32ec434f} oximeter.fields_u64 (5494091c-3909-4783-87db-e009456b3548): 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.20 19:58:42.342620 [ 3 ] {f9970879-a199-4483-9458-ef4e32ec434f} executeQuery: Read 1 rows, 72.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 47.44 KiB/sec. 2026.03.20 19:58:42.342663 [ 3 ] {f9970879-a199-4483-9458-ef4e32ec434f} TCPHandler: Processed in 0.001649544 sec. 2026.03.20 19:58:42.342781 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.342875 [ 3 ] {229d9294-e78f-4c6d-9234-cb2a31d24420} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 19:58:42.342914 [ 3 ] {229d9294-e78f-4c6d-9234-cb2a31d24420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 19:58:42.343312 [ 3 ] {229d9294-e78f-4c6d-9234-cb2a31d24420} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.343350 [ 3 ] {229d9294-e78f-4c6d-9234-cb2a31d24420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.343806 [ 3 ] {229d9294-e78f-4c6d-9234-cb2a31d24420} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:42.344269 [ 3 ] {229d9294-e78f-4c6d-9234-cb2a31d24420} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): 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.20 19:58:42.344419 [ 3 ] {229d9294-e78f-4c6d-9234-cb2a31d24420} executeQuery: Read 12 rows, 960.00 B in 0.001561 sec., 7687.379884689301 rows/sec., 600.58 KiB/sec. 2026.03.20 19:58:42.344463 [ 3 ] {229d9294-e78f-4c6d-9234-cb2a31d24420} TCPHandler: Processed in 0.001730465 sec. 2026.03.20 19:58:42.344577 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.344671 [ 3 ] {dc750a87-6cf9-4e88-8da2-99b6672f167d} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:58:42.344709 [ 3 ] {dc750a87-6cf9-4e88-8da2-99b6672f167d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:58:42.345587 [ 3 ] {dc750a87-6cf9-4e88-8da2-99b6672f167d} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.345624 [ 3 ] {dc750a87-6cf9-4e88-8da2-99b6672f167d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.346168 [ 3 ] {dc750a87-6cf9-4e88-8da2-99b6672f167d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:58:42.346658 [ 3 ] {dc750a87-6cf9-4e88-8da2-99b6672f167d} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:58:42.346800 [ 3 ] {dc750a87-6cf9-4e88-8da2-99b6672f167d} executeQuery: Read 1059 rows, 75.45 KiB in 0.002148 sec., 493016.75977653626 rows/sec., 34.30 MiB/sec. 2026.03.20 19:58:42.346844 [ 3 ] {dc750a87-6cf9-4e88-8da2-99b6672f167d} TCPHandler: Processed in 0.002318783 sec. 2026.03.20 19:58:42.346958 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.347051 [ 3 ] {5f9be69a-2196-4da8-95fc-7a7e71cb0ba5} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:42.347095 [ 3 ] {5f9be69a-2196-4da8-95fc-7a7e71cb0ba5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:58:42.348170 [ 3 ] {5f9be69a-2196-4da8-95fc-7a7e71cb0ba5} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.348206 [ 3 ] {5f9be69a-2196-4da8-95fc-7a7e71cb0ba5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.348785 [ 3 ] {5f9be69a-2196-4da8-95fc-7a7e71cb0ba5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:58:42.349206 [ 3 ] {5f9be69a-2196-4da8-95fc-7a7e71cb0ba5} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:58:42.349345 [ 3 ] {5f9be69a-2196-4da8-95fc-7a7e71cb0ba5} executeQuery: Read 2297 rows, 154.31 KiB in 0.002312 sec., 993512.1107266437 rows/sec., 65.18 MiB/sec. 2026.03.20 19:58:42.349389 [ 3 ] {5f9be69a-2196-4da8-95fc-7a7e71cb0ba5} TCPHandler: Processed in 0.002479686 sec. 2026.03.20 19:58:42.349527 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.349621 [ 3 ] {aad78ede-efdc-4fd1-92d2-42b356563c1e} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:42.349675 [ 3 ] {aad78ede-efdc-4fd1-92d2-42b356563c1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:58:42.350394 [ 3 ] {aad78ede-efdc-4fd1-92d2-42b356563c1e} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.350436 [ 3 ] {aad78ede-efdc-4fd1-92d2-42b356563c1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.351041 [ 3 ] {aad78ede-efdc-4fd1-92d2-42b356563c1e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:42.351455 [ 3 ] {aad78ede-efdc-4fd1-92d2-42b356563c1e} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:58:42.351601 [ 3 ] {aad78ede-efdc-4fd1-92d2-42b356563c1e} executeQuery: Read 13 rows, 23.85 KiB in 0.001998 sec., 6506.5065065065055 rows/sec., 11.66 MiB/sec. 2026.03.20 19:58:42.351650 [ 3 ] {aad78ede-efdc-4fd1-92d2-42b356563c1e} TCPHandler: Processed in 0.002173141 sec. 2026.03.20 19:58:42.351767 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.351863 [ 3 ] {30e3c7a3-19fb-4c61-8656-eb08062b29e5} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.20 19:58:42.351904 [ 3 ] {30e3c7a3-19fb-4c61-8656-eb08062b29e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.20 19:58:42.352234 [ 3 ] {30e3c7a3-19fb-4c61-8656-eb08062b29e5} oximeter.measurements_i64 (5f6ac6c9-7ae8-44a2-8371-44876dee8e52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.352272 [ 3 ] {30e3c7a3-19fb-4c61-8656-eb08062b29e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.352869 [ 3 ] {30e3c7a3-19fb-4c61-8656-eb08062b29e5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.20 19:58:42.353411 [ 3 ] {30e3c7a3-19fb-4c61-8656-eb08062b29e5} oximeter.measurements_i64 (5f6ac6c9-7ae8-44a2-8371-44876dee8e52): 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.20 19:58:42.353547 [ 3 ] {30e3c7a3-19fb-4c61-8656-eb08062b29e5} executeQuery: Read 6 rows, 434.00 B in 0.001704 sec., 3521.1267605633802 rows/sec., 248.73 KiB/sec. 2026.03.20 19:58:42.353585 [ 3 ] {30e3c7a3-19fb-4c61-8656-eb08062b29e5} TCPHandler: Processed in 0.001866967 sec. 2026.03.20 19:58:42.353692 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:42.353786 [ 3 ] {3c2c7386-6fab-4301-b96f-a8ac121274cc} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:58:42.353828 [ 3 ] {3c2c7386-6fab-4301-b96f-a8ac121274cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:58:42.354166 [ 3 ] {3c2c7386-6fab-4301-b96f-a8ac121274cc} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:42.354202 [ 3 ] {3c2c7386-6fab-4301-b96f-a8ac121274cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:42.354680 [ 3 ] {3c2c7386-6fab-4301-b96f-a8ac121274cc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:58:42.355136 [ 3 ] {3c2c7386-6fab-4301-b96f-a8ac121274cc} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:58:42.355283 [ 3 ] {3c2c7386-6fab-4301-b96f-a8ac121274cc} executeQuery: Read 12 rows, 848.00 B in 0.001515 sec., 7920.79207920792 rows/sec., 546.62 KiB/sec. 2026.03.20 19:58:42.355320 [ 3 ] {3c2c7386-6fab-4301-b96f-a8ac121274cc} TCPHandler: Processed in 0.001678084 sec. 2026.03.20 19:58:46.167481 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:46.167689 [ 3 ] {04e782c3-7866-4495-bddf-52d5f6ef0eae} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:58:46.167762 [ 3 ] {04e782c3-7866-4495-bddf-52d5f6ef0eae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:58:46.168502 [ 3 ] {04e782c3-7866-4495-bddf-52d5f6ef0eae} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:46.168553 [ 3 ] {04e782c3-7866-4495-bddf-52d5f6ef0eae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:46.169056 [ 3 ] {04e782c3-7866-4495-bddf-52d5f6ef0eae} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:58:46.169512 [ 3 ] {04e782c3-7866-4495-bddf-52d5f6ef0eae} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:58:46.169703 [ 3 ] {04e782c3-7866-4495-bddf-52d5f6ef0eae} executeQuery: Read 56 rows, 4.38 KiB in 0.002064 sec., 27131.782945736435 rows/sec., 2.07 MiB/sec. 2026.03.20 19:58:46.169753 [ 3 ] {04e782c3-7866-4495-bddf-52d5f6ef0eae} TCPHandler: Processed in 0.002402445 sec. 2026.03.20 19:58:46.169880 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:46.169981 [ 3 ] {368d959a-6e37-447b-8924-689c7378f406} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:58:46.170025 [ 3 ] {368d959a-6e37-447b-8924-689c7378f406} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:58:46.170475 [ 3 ] {368d959a-6e37-447b-8924-689c7378f406} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:46.170514 [ 3 ] {368d959a-6e37-447b-8924-689c7378f406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:46.170942 [ 3 ] {368d959a-6e37-447b-8924-689c7378f406} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:58:46.171360 [ 3 ] {368d959a-6e37-447b-8924-689c7378f406} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:58:46.171516 [ 3 ] {368d959a-6e37-447b-8924-689c7378f406} executeQuery: Read 64 rows, 5.12 KiB in 0.001558 sec., 41078.30551989731 rows/sec., 3.21 MiB/sec. 2026.03.20 19:58:46.171556 [ 3 ] {368d959a-6e37-447b-8924-689c7378f406} TCPHandler: Processed in 0.001727605 sec. 2026.03.20 19:58:46.171668 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:46.171764 [ 3 ] {34912831-7eb8-4bbd-89e8-c9afeba02bda} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:46.171810 [ 3 ] {34912831-7eb8-4bbd-89e8-c9afeba02bda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:58:46.172198 [ 3 ] {34912831-7eb8-4bbd-89e8-c9afeba02bda} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:46.172235 [ 3 ] {34912831-7eb8-4bbd-89e8-c9afeba02bda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:46.172734 [ 3 ] {34912831-7eb8-4bbd-89e8-c9afeba02bda} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:58:46.173246 [ 3 ] {34912831-7eb8-4bbd-89e8-c9afeba02bda} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:58:46.173436 [ 3 ] {34912831-7eb8-4bbd-89e8-c9afeba02bda} executeQuery: Read 128 rows, 9.13 KiB in 0.001692 sec., 75650.1182033097 rows/sec., 5.27 MiB/sec. 2026.03.20 19:58:46.173474 [ 3 ] {34912831-7eb8-4bbd-89e8-c9afeba02bda} TCPHandler: Processed in 0.001856636 sec. 2026.03.20 19:58:46.173608 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:46.173704 [ 3 ] {52457e3a-8d70-44b2-b3aa-9fb7a34110cb} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:58:46.173745 [ 3 ] {52457e3a-8d70-44b2-b3aa-9fb7a34110cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:58:46.174101 [ 3 ] {52457e3a-8d70-44b2-b3aa-9fb7a34110cb} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:46.174138 [ 3 ] {52457e3a-8d70-44b2-b3aa-9fb7a34110cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:46.174563 [ 3 ] {52457e3a-8d70-44b2-b3aa-9fb7a34110cb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:58:46.175075 [ 3 ] {52457e3a-8d70-44b2-b3aa-9fb7a34110cb} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:58:46.175228 [ 3 ] {52457e3a-8d70-44b2-b3aa-9fb7a34110cb} executeQuery: Read 48 rows, 3.31 KiB in 0.001542 sec., 31128.4046692607 rows/sec., 2.10 MiB/sec. 2026.03.20 19:58:46.175265 [ 3 ] {52457e3a-8d70-44b2-b3aa-9fb7a34110cb} TCPHandler: Processed in 0.001709555 sec. 2026.03.20 19:58:47.380812 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2418 2026.03.20 19:58:47.381331 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:47.381379 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:47.382035 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:58:47.382536 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:58:47.382686 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2418 2026.03.20 19:58:47.494727 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.20 19:58:47.512131 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:47.512193 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2026.03.20 19:58:47.518500 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:58:47.519764 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:58:47.525132 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.20 19:58:48.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.09 MiB, peak 176.95 MiB, free memory in arenas 0.00 B, will set to 171.56 MiB (RSS), difference: 1.47 MiB 2026.03.20 19:58:49.864278 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 282 2026.03.20 19:58:49.867565 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:49.867619 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:49.868978 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:58:49.869485 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): 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.20 19:58:49.869779 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 282 2026.03.20 19:58:51.169702 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:51.169896 [ 3 ] {d5b8a6bb-8517-4a3c-857e-5a030ba878f8} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:58:51.169968 [ 3 ] {d5b8a6bb-8517-4a3c-857e-5a030ba878f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:58:51.170648 [ 3 ] {d5b8a6bb-8517-4a3c-857e-5a030ba878f8} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:51.170697 [ 3 ] {d5b8a6bb-8517-4a3c-857e-5a030ba878f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:51.171215 [ 3 ] {d5b8a6bb-8517-4a3c-857e-5a030ba878f8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 19:58:51.171706 [ 3 ] {d5b8a6bb-8517-4a3c-857e-5a030ba878f8} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:58:51.171836 [ 83 ] {} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 19:58:51.171863 [ 3 ] {d5b8a6bb-8517-4a3c-857e-5a030ba878f8} executeQuery: Read 76 rows, 6.39 KiB in 0.002018 sec., 37661.05054509416 rows/sec., 3.09 MiB/sec. 2026.03.20 19:58:51.171882 [ 83 ] {} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:51.171903 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:51.171907 [ 3 ] {d5b8a6bb-8517-4a3c-857e-5a030ba878f8} TCPHandler: Processed in 0.002336053 sec. 2026.03.20 19:58:51.172032 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:51.172134 [ 3 ] {a3f02af6-d73e-4d62-a144-e6af3ee34367} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:58:51.172178 [ 3 ] {a3f02af6-d73e-4d62-a144-e6af3ee34367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:58:51.172614 [ 3 ] {a3f02af6-d73e-4d62-a144-e6af3ee34367} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:51.172659 [ 3 ] {a3f02af6-d73e-4d62-a144-e6af3ee34367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:51.173168 [ 3 ] {a3f02af6-d73e-4d62-a144-e6af3ee34367} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:58:51.173672 [ 3 ] {a3f02af6-d73e-4d62-a144-e6af3ee34367} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:58:51.173804 [ 3 ] {a3f02af6-d73e-4d62-a144-e6af3ee34367} executeQuery: Read 10 rows, 770.00 B in 0.001692 sec., 5910.16548463357 rows/sec., 444.42 KiB/sec. 2026.03.20 19:58:51.173847 [ 3 ] {a3f02af6-d73e-4d62-a144-e6af3ee34367} TCPHandler: Processed in 0.001867036 sec. 2026.03.20 19:58:51.173956 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:51.174051 [ 3 ] {ece8131e-e4dc-4791-ad05-c16eb4fd768a} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:58:51.174091 [ 3 ] {ece8131e-e4dc-4791-ad05-c16eb4fd768a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:58:51.174311 [ 189 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::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.20 19:58:51.174516 [ 3 ] {ece8131e-e4dc-4791-ad05-c16eb4fd768a} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:51.174557 [ 3 ] {ece8131e-e4dc-4791-ad05-c16eb4fd768a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:51.174991 [ 3 ] {ece8131e-e4dc-4791-ad05-c16eb4fd768a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 19:58:51.175501 [ 3 ] {ece8131e-e4dc-4791-ad05-c16eb4fd768a} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:58:51.175598 [ 83 ] {} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 19:58:51.175629 [ 83 ] {} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:51.175631 [ 3 ] {ece8131e-e4dc-4791-ad05-c16eb4fd768a} executeQuery: Read 74 rows, 5.92 KiB in 0.001598 sec., 46307.884856070086 rows/sec., 3.62 MiB/sec. 2026.03.20 19:58:51.175652 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:51.175678 [ 3 ] {ece8131e-e4dc-4791-ad05-c16eb4fd768a} TCPHandler: Processed in 0.001770046 sec. 2026.03.20 19:58:51.175760 [ 191 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::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.20 19:58:51.175787 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:51.175881 [ 3 ] {5e326940-3df6-46dd-a15e-626a92c55f6b} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:51.175925 [ 3 ] {5e326940-3df6-46dd-a15e-626a92c55f6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:58:51.176326 [ 3 ] {5e326940-3df6-46dd-a15e-626a92c55f6b} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:51.176362 [ 3 ] {5e326940-3df6-46dd-a15e-626a92c55f6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:51.176447 [ 191 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:58:51.176454 [ 189 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:58:51.176558 [ 191 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::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.20 19:58:51.176565 [ 189 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::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.20 19:58:51.176681 [ 191 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::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.20 19:58:51.176711 [ 189 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::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.20 19:58:51.176744 [ 191 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::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.20 19:58:51.176790 [ 189 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::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.20 19:58:51.176802 [ 191 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1059 rows starting from the beginning of the part 2026.03.20 19:58:51.176812 [ 3 ] {5e326940-3df6-46dd-a15e-626a92c55f6b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 19:58:51.176859 [ 189 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2066 rows starting from the beginning of the part 2026.03.20 19:58:51.176861 [ 191 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::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.20 19:58:51.176925 [ 189 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::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.20 19:58:51.176932 [ 191 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::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.20 19:58:51.176992 [ 189 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::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.20 19:58:51.177449 [ 3 ] {5e326940-3df6-46dd-a15e-626a92c55f6b} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:58:51.177557 [ 83 ] {} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 19:58:51.177586 [ 83 ] {} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:51.177594 [ 3 ] {5e326940-3df6-46dd-a15e-626a92c55f6b} executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec. 2026.03.20 19:58:51.177605 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:51.177631 [ 3 ] {5e326940-3df6-46dd-a15e-626a92c55f6b} TCPHandler: Processed in 0.001893177 sec. 2026.03.20 19:58:51.177720 [ 190 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:58:51.177740 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:51.177857 [ 3 ] {3fb64e05-705d-499a-b369-f513c9de2238} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:51.177910 [ 190 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:58:51.177911 [ 3 ] {3fb64e05-705d-499a-b369-f513c9de2238} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:58:51.177959 [ 190 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:58:51.178065 [ 190 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:58:51.178129 [ 190 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:58:51.178203 [ 190 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2297 rows starting from the beginning of the part 2026.03.20 19:58:51.178267 [ 190 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:58:51.178325 [ 190 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:58:51.178492 [ 188 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2271 rows, containing 5 columns (5 merged, 0 gathered) in 0.00277086 sec., 819601.1346657716 rows/sec., 61.06 MiB/sec. 2026.03.20 19:58:51.178702 [ 3 ] {3fb64e05-705d-499a-b369-f513c9de2238} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:51.178745 [ 3 ] {3fb64e05-705d-499a-b369-f513c9de2238} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:51.178930 [ 201 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 19:58:51.179275 [ 189 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3893 rows, containing 5 columns (5 merged, 0 gathered) in 0.007237194 sec., 537915.6617882566 rows/sec., 43.48 MiB/sec. 2026.03.20 19:58:51.179493 [ 3 ] {3fb64e05-705d-499a-b369-f513c9de2238} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:58:51.179641 [ 201 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_6_1} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:58:51.179737 [ 201 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_6_1} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 19:58:51.179794 [ 188 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 19:58:51.179848 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.03.20 19:58:51.180070 [ 3 ] {3fb64e05-705d-499a-b369-f513c9de2238} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:58:51.180235 [ 3 ] {3fb64e05-705d-499a-b369-f513c9de2238} executeQuery: Read 10 rows, 18.35 KiB in 0.002395 sec., 4175.365344467641 rows/sec., 7.48 MiB/sec. 2026.03.20 19:58:51.180303 [ 3 ] {3fb64e05-705d-499a-b369-f513c9de2238} TCPHandler: Processed in 0.002611208 sec. 2026.03.20 19:58:51.180410 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:51.180501 [ 188 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_6_1} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:58:51.180505 [ 3 ] {77624e58-59a0-483e-bf11-9ac45460cddd} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:58:51.180564 [ 3 ] {77624e58-59a0-483e-bf11-9ac45460cddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:58:51.180591 [ 188 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_6_1} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 19:58:51.180685 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2026.03.20 19:58:51.180902 [ 3 ] {77624e58-59a0-483e-bf11-9ac45460cddd} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:51.180943 [ 3 ] {77624e58-59a0-483e-bf11-9ac45460cddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:51.181400 [ 3 ] {77624e58-59a0-483e-bf11-9ac45460cddd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 19:58:51.181551 [ 194 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3280 rows, containing 5 columns (5 merged, 0 gathered) in 0.003884916 sec., 844291.09921553 rows/sec., 55.97 MiB/sec. 2026.03.20 19:58:51.181928 [ 3 ] {77624e58-59a0-483e-bf11-9ac45460cddd} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:58:51.182030 [ 83 ] {} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 19:58:51.182039 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 19:58:51.182059 [ 83 ] {} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:51.182069 [ 3 ] {77624e58-59a0-483e-bf11-9ac45460cddd} executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec. 2026.03.20 19:58:51.182086 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:51.182110 [ 3 ] {77624e58-59a0-483e-bf11-9ac45460cddd} TCPHandler: Processed in 0.001748346 sec. 2026.03.20 19:58:51.182171 [ 194 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:58:51.182278 [ 194 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:58:51.182312 [ 194 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:58:51.182389 [ 194 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:58:51.182437 [ 194 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:58:51.182483 [ 194 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:58:51.182524 [ 194 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:58:51.182568 [ 194 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:58:51.182629 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_6_1} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:58:51.182715 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_6_1} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 19:58:51.182791 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.03.20 19:58:51.183394 [ 188 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.001264048 sec., 284799.3114185537 rows/sec., 18.51 MiB/sec. 2026.03.20 19:58:51.183635 [ 194 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 19:58:51.184115 [ 194 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_6_1} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:58:51.184178 [ 194 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_6_1} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 19:58:51.184232 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.20 19:58:52.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 172.20 MiB, peak 181.86 MiB, free memory in arenas 0.00 B, will set to 173.55 MiB (RSS), difference: 1.35 MiB 2026.03.20 19:58:54.808895 [ 78 ] {} DNSResolver: Updating DNS cache 2026.03.20 19:58:54.808993 [ 78 ] {} DNSResolver: Updated DNS cache 2026.03.20 19:58:54.882920 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2866 2026.03.20 19:58:54.883702 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:54.883784 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:54.884956 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 19:58:54.885418 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:58:54.885545 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2866 2026.03.20 19:58:54.885608 [ 77 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 19:58:54.885652 [ 77 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:54.885674 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:54.885775 [ 201 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::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.20 19:58:54.885871 [ 201 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:58:54.885906 [ 201 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::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.20 19:58:54.886011 [ 201 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::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.20 19:58:54.886072 [ 201 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::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.20 19:58:54.886126 [ 201 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 442 rows starting from the beginning of the part 2026.03.20 19:58:54.886176 [ 201 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.03.20 19:58:54.886233 [ 201 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::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.20 19:58:54.918473 [ 188 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2866 rows, containing 4 columns (4 merged, 0 gathered) in 0.032737872 sec., 87543.86968096155 rows/sec., 1.25 MiB/sec. 2026.03.20 19:58:54.919407 [ 189 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 19:58:54.919926 [ 189 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_6_1} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:58:54.920003 [ 189 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_6_1} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 19:58:54.920100 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2026.03.20 19:58:55.000259 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 173.60 MiB, peak 181.86 MiB, free memory in arenas 0.00 B, will set to 174.75 MiB (RSS), difference: 1.15 MiB 2026.03.20 19:58:55.025313 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.20 19:58:55.042348 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:55.042395 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:55.048857 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 19:58:55.049973 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:58:55.050254 [ 74 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 19:58:55.050300 [ 74 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:55.050318 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:55.050398 [ 189 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:58:55.054051 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.20 19:58:55.054877 [ 189 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:58:55.056317 [ 189 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:58:55.060964 [ 189 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:58:55.065277 [ 189 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:58:55.069651 [ 189 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:58:55.078599 [ 189 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:58:55.083169 [ 189 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:58:55.143803 [ 189 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.093436907 sec., 492.310816752528 rows/sec., 2.55 MiB/sec. 2026.03.20 19:58:55.145605 [ 193 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 19:58:55.147968 [ 193 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::all_1_6_1} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:58:55.148069 [ 193 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::all_1_6_1} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 19:58:55.149308 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.20 19:58:56.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 175.83 MiB, peak 185.36 MiB, free memory in arenas 0.00 B, will set to 184.92 MiB (RSS), difference: 9.10 MiB 2026.03.20 19:58:56.171583 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:56.171778 [ 3 ] {32c4c9a9-04f3-4a21-b618-397327dcd643} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:58:56.171851 [ 3 ] {32c4c9a9-04f3-4a21-b618-397327dcd643} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:58:56.172535 [ 3 ] {32c4c9a9-04f3-4a21-b618-397327dcd643} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:56.172595 [ 3 ] {32c4c9a9-04f3-4a21-b618-397327dcd643} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:56.173108 [ 3 ] {32c4c9a9-04f3-4a21-b618-397327dcd643} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 19:58:56.173552 [ 3 ] {32c4c9a9-04f3-4a21-b618-397327dcd643} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:58:56.173709 [ 3 ] {32c4c9a9-04f3-4a21-b618-397327dcd643} executeQuery: Read 106 rows, 9.09 KiB in 0.001981 sec., 53508.329126703684 rows/sec., 4.48 MiB/sec. 2026.03.20 19:58:56.173756 [ 3 ] {32c4c9a9-04f3-4a21-b618-397327dcd643} TCPHandler: Processed in 0.002303063 sec. 2026.03.20 19:58:56.173875 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:56.173974 [ 3 ] {dcb49d8f-81a8-4eb4-9a7c-b3cc00e2009c} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:58:56.174018 [ 3 ] {dcb49d8f-81a8-4eb4-9a7c-b3cc00e2009c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:58:56.174417 [ 3 ] {dcb49d8f-81a8-4eb4-9a7c-b3cc00e2009c} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:56.174455 [ 3 ] {dcb49d8f-81a8-4eb4-9a7c-b3cc00e2009c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:56.174854 [ 3 ] {dcb49d8f-81a8-4eb4-9a7c-b3cc00e2009c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:58:56.175258 [ 3 ] {dcb49d8f-81a8-4eb4-9a7c-b3cc00e2009c} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:58:56.175407 [ 3 ] {dcb49d8f-81a8-4eb4-9a7c-b3cc00e2009c} executeQuery: Read 25 rows, 1.88 KiB in 0.001455 sec., 17182.13058419244 rows/sec., 1.26 MiB/sec. 2026.03.20 19:58:56.175446 [ 3 ] {dcb49d8f-81a8-4eb4-9a7c-b3cc00e2009c} TCPHandler: Processed in 0.001622824 sec. 2026.03.20 19:58:56.175557 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:56.175649 [ 3 ] {6c2d0ec3-8d55-429a-9cf4-53256f3fa61d} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:58:56.175688 [ 3 ] {6c2d0ec3-8d55-429a-9cf4-53256f3fa61d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:58:56.176101 [ 3 ] {6c2d0ec3-8d55-429a-9cf4-53256f3fa61d} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:56.176137 [ 3 ] {6c2d0ec3-8d55-429a-9cf4-53256f3fa61d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:56.176541 [ 3 ] {6c2d0ec3-8d55-429a-9cf4-53256f3fa61d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 19:58:56.176946 [ 3 ] {6c2d0ec3-8d55-429a-9cf4-53256f3fa61d} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:58:56.177074 [ 3 ] {6c2d0ec3-8d55-429a-9cf4-53256f3fa61d} executeQuery: Read 97 rows, 7.78 KiB in 0.001443 sec., 67221.06722106722 rows/sec., 5.26 MiB/sec. 2026.03.20 19:58:56.177111 [ 3 ] {6c2d0ec3-8d55-429a-9cf4-53256f3fa61d} TCPHandler: Processed in 0.001603472 sec. 2026.03.20 19:58:56.177220 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:56.177312 [ 3 ] {10433b36-bfb6-47d4-8530-0fb4c045a05d} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:56.177355 [ 3 ] {10433b36-bfb6-47d4-8530-0fb4c045a05d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:58:56.177736 [ 3 ] {10433b36-bfb6-47d4-8530-0fb4c045a05d} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:56.177772 [ 3 ] {10433b36-bfb6-47d4-8530-0fb4c045a05d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:56.178224 [ 3 ] {10433b36-bfb6-47d4-8530-0fb4c045a05d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 19:58:56.178643 [ 3 ] {10433b36-bfb6-47d4-8530-0fb4c045a05d} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:58:56.178771 [ 3 ] {10433b36-bfb6-47d4-8530-0fb4c045a05d} executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec. 2026.03.20 19:58:56.178807 [ 3 ] {10433b36-bfb6-47d4-8530-0fb4c045a05d} TCPHandler: Processed in 0.001635494 sec. 2026.03.20 19:58:56.178912 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:56.179005 [ 3 ] {5ee2b53d-6186-462b-b2d2-b8ccdf0674fe} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:58:56.179058 [ 3 ] {5ee2b53d-6186-462b-b2d2-b8ccdf0674fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:58:56.179774 [ 3 ] {5ee2b53d-6186-462b-b2d2-b8ccdf0674fe} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:56.179810 [ 3 ] {5ee2b53d-6186-462b-b2d2-b8ccdf0674fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:56.180433 [ 3 ] {5ee2b53d-6186-462b-b2d2-b8ccdf0674fe} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:58:56.180905 [ 3 ] {5ee2b53d-6186-462b-b2d2-b8ccdf0674fe} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:58:56.181064 [ 3 ] {5ee2b53d-6186-462b-b2d2-b8ccdf0674fe} executeQuery: Read 25 rows, 45.87 KiB in 0.002076 sec., 12042.389210019266 rows/sec., 21.58 MiB/sec. 2026.03.20 19:58:56.181116 [ 3 ] {5ee2b53d-6186-462b-b2d2-b8ccdf0674fe} TCPHandler: Processed in 0.002250912 sec. 2026.03.20 19:58:56.181215 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:56.181308 [ 3 ] {e45399b9-897c-402b-bec6-aa9c7af01c47} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.20 19:58:56.181350 [ 3 ] {e45399b9-897c-402b-bec6-aa9c7af01c47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.20 19:58:56.181660 [ 3 ] {e45399b9-897c-402b-bec6-aa9c7af01c47} oximeter.measurements_i64 (5f6ac6c9-7ae8-44a2-8371-44876dee8e52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:56.181697 [ 3 ] {e45399b9-897c-402b-bec6-aa9c7af01c47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:56.182097 [ 3 ] {e45399b9-897c-402b-bec6-aa9c7af01c47} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:58:56.182506 [ 3 ] {e45399b9-897c-402b-bec6-aa9c7af01c47} oximeter.measurements_i64 (5f6ac6c9-7ae8-44a2-8371-44876dee8e52): 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.20 19:58:56.182632 [ 3 ] {e45399b9-897c-402b-bec6-aa9c7af01c47} executeQuery: Read 15 rows, 1.14 KiB in 0.001342 sec., 11177.347242921012 rows/sec., 852.85 KiB/sec. 2026.03.20 19:58:56.182668 [ 3 ] {e45399b9-897c-402b-bec6-aa9c7af01c47} TCPHandler: Processed in 0.001500572 sec. 2026.03.20 19:58:56.182775 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:58:56.182867 [ 3 ] {17ab4d23-5a97-431c-8b6f-24cba0ca3242} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:58:56.182907 [ 3 ] {17ab4d23-5a97-431c-8b6f-24cba0ca3242} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:58:56.183219 [ 3 ] {17ab4d23-5a97-431c-8b6f-24cba0ca3242} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:56.183254 [ 3 ] {17ab4d23-5a97-431c-8b6f-24cba0ca3242} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:56.183679 [ 3 ] {17ab4d23-5a97-431c-8b6f-24cba0ca3242} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 19:58:56.184088 [ 3 ] {17ab4d23-5a97-431c-8b6f-24cba0ca3242} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:58:56.184218 [ 3 ] {17ab4d23-5a97-431c-8b6f-24cba0ca3242} executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. 2026.03.20 19:58:56.184254 [ 3 ] {17ab4d23-5a97-431c-8b6f-24cba0ca3242} TCPHandler: Processed in 0.001527273 sec. 2026.03.20 19:58:59.870235 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 308 2026.03.20 19:58:59.872285 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:58:59.872329 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:58:59.873622 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:58:59.874113 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): 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.20 19:58:59.874425 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 308 2026.03.20 19:59:01.169694 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:01.169873 [ 3 ] {fd2e4cde-133c-411c-8617-8dcd23f9cb38} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:01.169937 [ 3 ] {fd2e4cde-133c-411c-8617-8dcd23f9cb38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:01.170699 [ 3 ] {fd2e4cde-133c-411c-8617-8dcd23f9cb38} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:01.170748 [ 3 ] {fd2e4cde-133c-411c-8617-8dcd23f9cb38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:01.171324 [ 3 ] {fd2e4cde-133c-411c-8617-8dcd23f9cb38} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 19:59:01.171952 [ 3 ] {fd2e4cde-133c-411c-8617-8dcd23f9cb38} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:01.172103 [ 3 ] {fd2e4cde-133c-411c-8617-8dcd23f9cb38} executeQuery: Read 76 rows, 6.39 KiB in 0.002254 sec., 33717.834960070984 rows/sec., 2.77 MiB/sec. 2026.03.20 19:59:01.172146 [ 3 ] {fd2e4cde-133c-411c-8617-8dcd23f9cb38} TCPHandler: Processed in 0.002559667 sec. 2026.03.20 19:59:01.172283 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:01.172386 [ 3 ] {58820bd6-ea86-4d43-8ab6-e089e3b96811} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:01.172428 [ 3 ] {58820bd6-ea86-4d43-8ab6-e089e3b96811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:01.172863 [ 3 ] {58820bd6-ea86-4d43-8ab6-e089e3b96811} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:01.172899 [ 3 ] {58820bd6-ea86-4d43-8ab6-e089e3b96811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:01.173298 [ 3 ] {58820bd6-ea86-4d43-8ab6-e089e3b96811} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 19:59:01.173736 [ 3 ] {58820bd6-ea86-4d43-8ab6-e089e3b96811} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:01.173858 [ 63 ] {} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 19:59:01.173865 [ 3 ] {58820bd6-ea86-4d43-8ab6-e089e3b96811} executeQuery: Read 10 rows, 770.00 B in 0.001501 sec., 6662.225183211192 rows/sec., 500.97 KiB/sec. 2026.03.20 19:59:01.173903 [ 63 ] {} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:01.173918 [ 3 ] {58820bd6-ea86-4d43-8ab6-e089e3b96811} TCPHandler: Processed in 0.001700424 sec. 2026.03.20 19:59:01.173926 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:01.174037 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:01.174039 [ 188 ] {58393122-9d39-4a68-8803-de2717db2f19::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.20 19:59:01.174128 [ 3 ] {e3436949-60fd-4d06-a005-5d976e28bc30} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:01.174173 [ 188 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:01.174179 [ 3 ] {e3436949-60fd-4d06-a005-5d976e28bc30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:01.174211 [ 188 ] {58393122-9d39-4a68-8803-de2717db2f19::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.20 19:59:01.174301 [ 188 ] {58393122-9d39-4a68-8803-de2717db2f19::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.20 19:59:01.174347 [ 188 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 29 rows starting from the beginning of the part 2026.03.20 19:59:01.174390 [ 188 ] {58393122-9d39-4a68-8803-de2717db2f19::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.20 19:59:01.174436 [ 188 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part 2026.03.20 19:59:01.174481 [ 188 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2026.03.20 19:59:01.174626 [ 3 ] {e3436949-60fd-4d06-a005-5d976e28bc30} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:01.174665 [ 3 ] {e3436949-60fd-4d06-a005-5d976e28bc30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:01.175184 [ 3 ] {e3436949-60fd-4d06-a005-5d976e28bc30} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 19:59:01.175422 [ 200 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 388 rows, containing 5 columns (5 merged, 0 gathered) in 0.001428281 sec., 271655.2275077523 rows/sec., 18.05 MiB/sec. 2026.03.20 19:59:01.175685 [ 3 ] {e3436949-60fd-4d06-a005-5d976e28bc30} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:01.175718 [ 192 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 19:59:01.175825 [ 3 ] {e3436949-60fd-4d06-a005-5d976e28bc30} executeQuery: Read 74 rows, 5.92 KiB in 0.001715 sec., 43148.68804664723 rows/sec., 3.37 MiB/sec. 2026.03.20 19:59:01.175865 [ 3 ] {e3436949-60fd-4d06-a005-5d976e28bc30} TCPHandler: Processed in 0.001876057 sec. 2026.03.20 19:59:01.175997 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:01.176089 [ 3 ] {83371258-faae-4fd3-b10a-54554b937373} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:01.176132 [ 3 ] {83371258-faae-4fd3-b10a-54554b937373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:01.176209 [ 192 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_6_1} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:01.176281 [ 192 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_6_1} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 19:59:01.176345 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.20 19:59:01.176566 [ 3 ] {83371258-faae-4fd3-b10a-54554b937373} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:01.176605 [ 3 ] {83371258-faae-4fd3-b10a-54554b937373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:01.177040 [ 3 ] {83371258-faae-4fd3-b10a-54554b937373} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 19:59:01.177461 [ 3 ] {83371258-faae-4fd3-b10a-54554b937373} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:01.177591 [ 3 ] {83371258-faae-4fd3-b10a-54554b937373} executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. 2026.03.20 19:59:01.177627 [ 3 ] {83371258-faae-4fd3-b10a-54554b937373} TCPHandler: Processed in 0.001686365 sec. 2026.03.20 19:59:01.177744 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:01.177834 [ 3 ] {881e980c-c562-4427-93e4-80620e16ea3c} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:01.177887 [ 3 ] {881e980c-c562-4427-93e4-80620e16ea3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:01.178617 [ 3 ] {881e980c-c562-4427-93e4-80620e16ea3c} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:01.178653 [ 3 ] {881e980c-c562-4427-93e4-80620e16ea3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:01.179319 [ 3 ] {881e980c-c562-4427-93e4-80620e16ea3c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 19:59:01.179741 [ 3 ] {881e980c-c562-4427-93e4-80620e16ea3c} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:01.179877 [ 3 ] {881e980c-c562-4427-93e4-80620e16ea3c} executeQuery: Read 10 rows, 18.35 KiB in 0.002061 sec., 4852.01358563804 rows/sec., 8.69 MiB/sec. 2026.03.20 19:59:01.179878 [ 66 ] {} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 19:59:01.179925 [ 3 ] {881e980c-c562-4427-93e4-80620e16ea3c} TCPHandler: Processed in 0.002236012 sec. 2026.03.20 19:59:01.179961 [ 66 ] {} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:01.179991 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:01.180048 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:01.180099 [ 188 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::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.20 19:59:01.180145 [ 3 ] {511f3741-9eda-4076-9c51-326d99f4b662} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:01.180191 [ 3 ] {511f3741-9eda-4076-9c51-326d99f4b662} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:01.180394 [ 188 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:01.180476 [ 188 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::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.20 19:59:01.180523 [ 3 ] {511f3741-9eda-4076-9c51-326d99f4b662} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:01.180564 [ 3 ] {511f3741-9eda-4076-9c51-326d99f4b662} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:01.180647 [ 188 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::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.20 19:59:01.180830 [ 188 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part 2026.03.20 19:59:01.180928 [ 188 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::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.20 19:59:01.180982 [ 3 ] {511f3741-9eda-4076-9c51-326d99f4b662} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 19:59:01.181022 [ 188 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part 2026.03.20 19:59:01.181120 [ 188 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2026.03.20 19:59:01.181481 [ 3 ] {511f3741-9eda-4076-9c51-326d99f4b662} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:01.181621 [ 3 ] {511f3741-9eda-4076-9c51-326d99f4b662} executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. 2026.03.20 19:59:01.181656 [ 3 ] {511f3741-9eda-4076-9c51-326d99f4b662} TCPHandler: Processed in 0.001655924 sec. 2026.03.20 19:59:01.182714 [ 199 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 19 columns (19 merged, 0 gathered) in 0.002666409 sec., 29252.826554365816 rows/sec., 52.42 MiB/sec. 2026.03.20 19:59:01.183070 [ 188 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 19:59:01.183573 [ 188 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_6_1} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:01.183638 [ 188 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_6_1} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 19:59:01.183705 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.20 19:59:02.385636 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3378 2026.03.20 19:59:02.386249 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:02.386301 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:02.386971 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 19:59:02.387411 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:59:02.387550 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3378 2026.03.20 19:59:02.554135 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.20 19:59:02.570959 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:02.571023 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:02.576482 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 19:59:02.577548 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:59:02.580521 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.20 19:59:06.169978 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:06.170185 [ 3 ] {62299f84-08e9-4d8f-afa3-b56b6d825498} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:06.170255 [ 3 ] {62299f84-08e9-4d8f-afa3-b56b6d825498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:06.170963 [ 3 ] {62299f84-08e9-4d8f-afa3-b56b6d825498} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:06.171004 [ 3 ] {62299f84-08e9-4d8f-afa3-b56b6d825498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:06.171384 [ 3 ] {62299f84-08e9-4d8f-afa3-b56b6d825498} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 19:59:06.171602 [ 3 ] {62299f84-08e9-4d8f-afa3-b56b6d825498} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:06.171746 [ 3 ] {62299f84-08e9-4d8f-afa3-b56b6d825498} executeQuery: Read 106 rows, 9.09 KiB in 0.001611 sec., 65797.64121663563 rows/sec., 5.51 MiB/sec. 2026.03.20 19:59:06.171785 [ 3 ] {62299f84-08e9-4d8f-afa3-b56b6d825498} TCPHandler: Processed in 0.001936778 sec. 2026.03.20 19:59:06.171917 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:06.172013 [ 3 ] {c142872e-4bc4-438b-b861-c1ecadc0c815} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:06.172054 [ 3 ] {c142872e-4bc4-438b-b861-c1ecadc0c815} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:06.172452 [ 3 ] {c142872e-4bc4-438b-b861-c1ecadc0c815} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:06.172487 [ 3 ] {c142872e-4bc4-438b-b861-c1ecadc0c815} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:06.172774 [ 3 ] {c142872e-4bc4-438b-b861-c1ecadc0c815} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 19:59:06.172978 [ 3 ] {c142872e-4bc4-438b-b861-c1ecadc0c815} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:06.173103 [ 3 ] {c142872e-4bc4-438b-b861-c1ecadc0c815} executeQuery: Read 25 rows, 1.88 KiB in 0.001109 sec., 22542.831379621282 rows/sec., 1.66 MiB/sec. 2026.03.20 19:59:06.173139 [ 3 ] {c142872e-4bc4-438b-b861-c1ecadc0c815} TCPHandler: Processed in 0.001271039 sec. 2026.03.20 19:59:06.173248 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:06.173342 [ 3 ] {773a4251-5c62-4405-918b-f6bbf112e1d1} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:06.173381 [ 3 ] {773a4251-5c62-4405-918b-f6bbf112e1d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:06.173784 [ 3 ] {773a4251-5c62-4405-918b-f6bbf112e1d1} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:06.173820 [ 3 ] {773a4251-5c62-4405-918b-f6bbf112e1d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:06.174117 [ 3 ] {773a4251-5c62-4405-918b-f6bbf112e1d1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 19:59:06.174336 [ 3 ] {773a4251-5c62-4405-918b-f6bbf112e1d1} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:06.174462 [ 3 ] {773a4251-5c62-4405-918b-f6bbf112e1d1} executeQuery: Read 89 rows, 7.12 KiB in 0.001138 sec., 78207.38137082601 rows/sec., 6.11 MiB/sec. 2026.03.20 19:59:06.174499 [ 3 ] {773a4251-5c62-4405-918b-f6bbf112e1d1} TCPHandler: Processed in 0.001298329 sec. 2026.03.20 19:59:06.174608 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:06.174700 [ 3 ] {074c13cd-5088-4249-a374-c6f3912cd380} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:06.174743 [ 3 ] {074c13cd-5088-4249-a374-c6f3912cd380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:06.175162 [ 3 ] {074c13cd-5088-4249-a374-c6f3912cd380} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:06.175198 [ 3 ] {074c13cd-5088-4249-a374-c6f3912cd380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:06.175511 [ 3 ] {074c13cd-5088-4249-a374-c6f3912cd380} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 19:59:06.175718 [ 3 ] {074c13cd-5088-4249-a374-c6f3912cd380} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:06.175842 [ 3 ] {074c13cd-5088-4249-a374-c6f3912cd380} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2026.03.20 19:59:06.175878 [ 3 ] {074c13cd-5088-4249-a374-c6f3912cd380} TCPHandler: Processed in 0.001318079 sec. 2026.03.20 19:59:06.175996 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:06.176088 [ 3 ] {0093a80c-f831-4145-b5ae-0dac255bff8c} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:06.176140 [ 3 ] {0093a80c-f831-4145-b5ae-0dac255bff8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:06.176933 [ 3 ] {0093a80c-f831-4145-b5ae-0dac255bff8c} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:06.176969 [ 3 ] {0093a80c-f831-4145-b5ae-0dac255bff8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:06.177463 [ 3 ] {0093a80c-f831-4145-b5ae-0dac255bff8c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 19:59:06.177676 [ 3 ] {0093a80c-f831-4145-b5ae-0dac255bff8c} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:06.177809 [ 3 ] {0093a80c-f831-4145-b5ae-0dac255bff8c} executeQuery: Read 25 rows, 45.87 KiB in 0.001738 sec., 14384.349827387803 rows/sec., 25.78 MiB/sec. 2026.03.20 19:59:06.177857 [ 3 ] {0093a80c-f831-4145-b5ae-0dac255bff8c} TCPHandler: Processed in 0.001909618 sec. 2026.03.20 19:59:06.177967 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:06.178060 [ 3 ] {1ead361a-4808-45d3-bad6-48fdb4a8bb08} executeQuery: (from [fd00:1122:3344:101::d]:60290) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:06.178102 [ 3 ] {1ead361a-4808-45d3-bad6-48fdb4a8bb08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:06.178427 [ 3 ] {1ead361a-4808-45d3-bad6-48fdb4a8bb08} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:06.178463 [ 3 ] {1ead361a-4808-45d3-bad6-48fdb4a8bb08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:06.178756 [ 3 ] {1ead361a-4808-45d3-bad6-48fdb4a8bb08} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 19:59:06.178958 [ 3 ] {1ead361a-4808-45d3-bad6-48fdb4a8bb08} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:06.179083 [ 3 ] {1ead361a-4808-45d3-bad6-48fdb4a8bb08} executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. 2026.03.20 19:59:06.179118 [ 3 ] {1ead361a-4808-45d3-bad6-48fdb4a8bb08} TCPHandler: Processed in 0.001199577 sec. 2026.03.20 19:59:09.809686 [ 50 ] {} DNSResolver: Updating DNS cache 2026.03.20 19:59:09.809793 [ 50 ] {} DNSResolver: Updated DNS cache 2026.03.20 19:59:09.874616 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 332 2026.03.20 19:59:09.876601 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:09.876642 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:09.877735 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:59:09.877985 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): 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.20 19:59:09.878214 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 332 2026.03.20 19:59:09.887709 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3826 2026.03.20 19:59:09.888502 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:09.888541 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:09.889024 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 19:59:09.889287 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:59:09.889413 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3826 2026.03.20 19:59:10.080629 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.20 19:59:10.098858 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:10.098919 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:10.104712 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 19:59:10.105416 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:59:10.108520 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.20 19:59:10.584690 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:10.584776 [ 3 ] {} TCP-Session: 9963578e-4952-4a7d-8261-884420ec3406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:11.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 183.83 MiB, peak 189.86 MiB, free memory in arenas 0.00 B, will set to 185.91 MiB (RSS), difference: 2.09 MiB 2026.03.20 19:59:11.169829 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:11.170010 [ 4 ] {34600349-8ae1-4da5-8d6e-ce41c2c9e513} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:11.170080 [ 4 ] {34600349-8ae1-4da5-8d6e-ce41c2c9e513} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:11.170744 [ 4 ] {34600349-8ae1-4da5-8d6e-ce41c2c9e513} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:11.170788 [ 4 ] {34600349-8ae1-4da5-8d6e-ce41c2c9e513} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:11.171198 [ 4 ] {34600349-8ae1-4da5-8d6e-ce41c2c9e513} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 19:59:11.171436 [ 4 ] {34600349-8ae1-4da5-8d6e-ce41c2c9e513} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:11.171596 [ 4 ] {34600349-8ae1-4da5-8d6e-ce41c2c9e513} executeQuery: Read 76 rows, 6.39 KiB in 0.001638 sec., 46398.0463980464 rows/sec., 3.81 MiB/sec. 2026.03.20 19:59:11.171640 [ 4 ] {34600349-8ae1-4da5-8d6e-ce41c2c9e513} TCPHandler: Processed in 0.001938068 sec. 2026.03.20 19:59:11.171767 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:11.171869 [ 4 ] {c12f4eee-a813-43eb-b8ba-6c749e7dd672} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:11.171912 [ 4 ] {c12f4eee-a813-43eb-b8ba-6c749e7dd672} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:11.172326 [ 4 ] {c12f4eee-a813-43eb-b8ba-6c749e7dd672} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:11.172364 [ 4 ] {c12f4eee-a813-43eb-b8ba-6c749e7dd672} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:11.172678 [ 4 ] {c12f4eee-a813-43eb-b8ba-6c749e7dd672} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 19:59:11.172896 [ 4 ] {c12f4eee-a813-43eb-b8ba-6c749e7dd672} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:11.173035 [ 4 ] {c12f4eee-a813-43eb-b8ba-6c749e7dd672} executeQuery: Read 10 rows, 770.00 B in 0.001189 sec., 8410.428931875525 rows/sec., 632.42 KiB/sec. 2026.03.20 19:59:11.173073 [ 4 ] {c12f4eee-a813-43eb-b8ba-6c749e7dd672} TCPHandler: Processed in 0.0013576 sec. 2026.03.20 19:59:11.173183 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:11.173280 [ 4 ] {d03a2a0e-16e1-4a38-8c27-58adc32015ac} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:11.173321 [ 4 ] {d03a2a0e-16e1-4a38-8c27-58adc32015ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:11.173747 [ 4 ] {d03a2a0e-16e1-4a38-8c27-58adc32015ac} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:11.173783 [ 4 ] {d03a2a0e-16e1-4a38-8c27-58adc32015ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:11.174105 [ 4 ] {d03a2a0e-16e1-4a38-8c27-58adc32015ac} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 19:59:11.174322 [ 4 ] {d03a2a0e-16e1-4a38-8c27-58adc32015ac} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:11.174453 [ 4 ] {d03a2a0e-16e1-4a38-8c27-58adc32015ac} executeQuery: Read 74 rows, 5.92 KiB in 0.001192 sec., 62080.53691275168 rows/sec., 4.85 MiB/sec. 2026.03.20 19:59:11.174489 [ 4 ] {d03a2a0e-16e1-4a38-8c27-58adc32015ac} TCPHandler: Processed in 0.001355469 sec. 2026.03.20 19:59:11.174605 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:11.174701 [ 4 ] {4eba37c0-d083-44b8-af86-92c3f318414e} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:11.174744 [ 4 ] {4eba37c0-d083-44b8-af86-92c3f318414e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:11.175154 [ 4 ] {4eba37c0-d083-44b8-af86-92c3f318414e} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:11.175191 [ 4 ] {4eba37c0-d083-44b8-af86-92c3f318414e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:11.175528 [ 4 ] {4eba37c0-d083-44b8-af86-92c3f318414e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 19:59:11.175746 [ 4 ] {4eba37c0-d083-44b8-af86-92c3f318414e} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:11.175878 [ 4 ] {4eba37c0-d083-44b8-af86-92c3f318414e} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.03.20 19:59:11.175914 [ 4 ] {4eba37c0-d083-44b8-af86-92c3f318414e} TCPHandler: Processed in 0.00135864 sec. 2026.03.20 19:59:11.176032 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:11.176127 [ 4 ] {b0c94283-9223-4f6a-848c-683d727ad65f} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:11.176181 [ 4 ] {b0c94283-9223-4f6a-848c-683d727ad65f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:11.176945 [ 4 ] {b0c94283-9223-4f6a-848c-683d727ad65f} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:11.176982 [ 4 ] {b0c94283-9223-4f6a-848c-683d727ad65f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:11.177473 [ 4 ] {b0c94283-9223-4f6a-848c-683d727ad65f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 19:59:11.177693 [ 4 ] {b0c94283-9223-4f6a-848c-683d727ad65f} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:11.177832 [ 4 ] {b0c94283-9223-4f6a-848c-683d727ad65f} executeQuery: Read 10 rows, 18.35 KiB in 0.001723 sec., 5803.830528148578 rows/sec., 10.40 MiB/sec. 2026.03.20 19:59:11.177887 [ 4 ] {b0c94283-9223-4f6a-848c-683d727ad65f} TCPHandler: Processed in 0.001901717 sec. 2026.03.20 19:59:11.177997 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:11.178093 [ 4 ] {e1a6f521-7fb4-44d1-bba2-db02ca77ea3b} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:11.178135 [ 4 ] {e1a6f521-7fb4-44d1-bba2-db02ca77ea3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:11.178463 [ 4 ] {e1a6f521-7fb4-44d1-bba2-db02ca77ea3b} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:11.178500 [ 4 ] {e1a6f521-7fb4-44d1-bba2-db02ca77ea3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:11.178811 [ 4 ] {e1a6f521-7fb4-44d1-bba2-db02ca77ea3b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 19:59:11.179034 [ 4 ] {e1a6f521-7fb4-44d1-bba2-db02ca77ea3b} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:11.179167 [ 4 ] {e1a6f521-7fb4-44d1-bba2-db02ca77ea3b} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.03.20 19:59:11.179202 [ 4 ] {e1a6f521-7fb4-44d1-bba2-db02ca77ea3b} TCPHandler: Processed in 0.001252018 sec. 2026.03.20 19:59:12.145165 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:12.145354 [ 4 ] {59cf8cfd-53f8-45bb-9fae-598bed946f50} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 19:59:12.145423 [ 4 ] {59cf8cfd-53f8-45bb-9fae-598bed946f50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 19:59:12.146104 [ 4 ] {59cf8cfd-53f8-45bb-9fae-598bed946f50} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.146152 [ 4 ] {59cf8cfd-53f8-45bb-9fae-598bed946f50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.146535 [ 4 ] {59cf8cfd-53f8-45bb-9fae-598bed946f50} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:59:12.146765 [ 4 ] {59cf8cfd-53f8-45bb-9fae-598bed946f50} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): 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.20 19:59:12.146927 [ 4 ] {59cf8cfd-53f8-45bb-9fae-598bed946f50} executeQuery: Read 24 rows, 2.04 KiB in 0.001626 sec., 14760.147601476014 rows/sec., 1.22 MiB/sec. 2026.03.20 19:59:12.146968 [ 4 ] {59cf8cfd-53f8-45bb-9fae-598bed946f50} TCPHandler: Processed in 0.001971069 sec. 2026.03.20 19:59:12.147112 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:12.147208 [ 4 ] {3b4d1f6d-b406-44c3-950b-19145c7108f4} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:12.147249 [ 4 ] {3b4d1f6d-b406-44c3-950b-19145c7108f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:12.148801 [ 4 ] {3b4d1f6d-b406-44c3-950b-19145c7108f4} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.148837 [ 4 ] {3b4d1f6d-b406-44c3-950b-19145c7108f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.149269 [ 4 ] {3b4d1f6d-b406-44c3-950b-19145c7108f4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 19:59:12.149493 [ 4 ] {3b4d1f6d-b406-44c3-950b-19145c7108f4} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:12.149606 [ 45 ] {} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 19:59:12.149624 [ 4 ] {3b4d1f6d-b406-44c3-950b-19145c7108f4} executeQuery: Read 2104 rows, 164.14 KiB in 0.002435 sec., 864065.7084188912 rows/sec., 65.83 MiB/sec. 2026.03.20 19:59:12.149683 [ 45 ] {} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.149689 [ 4 ] {3b4d1f6d-b406-44c3-950b-19145c7108f4} TCPHandler: Processed in 0.002625188 sec. 2026.03.20 19:59:12.149717 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.149820 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:12.149828 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::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.20 19:59:12.149922 [ 4 ] {b95e18cf-4d36-4da5-ae5d-3d8d36a85c9f} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:12.149940 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:12.149961 [ 4 ] {b95e18cf-4d36-4da5-ae5d-3d8d36a85c9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:12.149985 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2832 rows starting from the beginning of the part 2026.03.20 19:59:12.150089 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 106 rows starting from the beginning of the part 2026.03.20 19:59:12.150144 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 76 rows starting from the beginning of the part 2026.03.20 19:59:12.150185 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 106 rows starting from the beginning of the part 2026.03.20 19:59:12.150223 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 76 rows starting from the beginning of the part 2026.03.20 19:59:12.150262 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2104 rows starting from the beginning of the part 2026.03.20 19:59:12.150379 [ 4 ] {b95e18cf-4d36-4da5-ae5d-3d8d36a85c9f} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.150415 [ 4 ] {b95e18cf-4d36-4da5-ae5d-3d8d36a85c9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.150768 [ 4 ] {b95e18cf-4d36-4da5-ae5d-3d8d36a85c9f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 19:59:12.150999 [ 4 ] {b95e18cf-4d36-4da5-ae5d-3d8d36a85c9f} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:12.151128 [ 4 ] {b95e18cf-4d36-4da5-ae5d-3d8d36a85c9f} executeQuery: Read 45 rows, 3.44 KiB in 0.001225 sec., 36734.69387755102 rows/sec., 2.74 MiB/sec. 2026.03.20 19:59:12.151165 [ 4 ] {b95e18cf-4d36-4da5-ae5d-3d8d36a85c9f} TCPHandler: Processed in 0.00139356 sec. 2026.03.20 19:59:12.151277 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:12.151373 [ 4 ] {61aa6cac-13a7-4750-8ec2-28b0aedb9d87} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 19:59:12.151412 [ 4 ] {61aa6cac-13a7-4750-8ec2-28b0aedb9d87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 19:59:12.152018 [ 4 ] {61aa6cac-13a7-4750-8ec2-28b0aedb9d87} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.152054 [ 4 ] {61aa6cac-13a7-4750-8ec2-28b0aedb9d87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.152406 [ 4 ] {61aa6cac-13a7-4750-8ec2-28b0aedb9d87} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:59:12.152615 [ 4 ] {61aa6cac-13a7-4750-8ec2-28b0aedb9d87} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): 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.20 19:59:12.152739 [ 4 ] {61aa6cac-13a7-4750-8ec2-28b0aedb9d87} executeQuery: Read 732 rows, 44.33 KiB in 0.001384 sec., 528901.7341040462 rows/sec., 31.28 MiB/sec. 2026.03.20 19:59:12.152775 [ 4 ] {61aa6cac-13a7-4750-8ec2-28b0aedb9d87} TCPHandler: Processed in 0.001546552 sec. 2026.03.20 19:59:12.152899 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:12.152993 [ 4 ] {84994b0e-d30e-41f2-a868-8b0f79161f5c} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:12.153031 [ 4 ] {84994b0e-d30e-41f2-a868-8b0f79161f5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 19:59:12.153405 [ 4 ] {84994b0e-d30e-41f2-a868-8b0f79161f5c} oximeter.fields_u64 (5494091c-3909-4783-87db-e009456b3548): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.153441 [ 4 ] {84994b0e-d30e-41f2-a868-8b0f79161f5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.153718 [ 4 ] {84994b0e-d30e-41f2-a868-8b0f79161f5c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.20 19:59:12.153934 [ 4 ] {84994b0e-d30e-41f2-a868-8b0f79161f5c} oximeter.fields_u64 (5494091c-3909-4783-87db-e009456b3548): 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.20 19:59:12.154061 [ 4 ] {84994b0e-d30e-41f2-a868-8b0f79161f5c} executeQuery: Read 1 rows, 72.00 B in 0.001086 sec., 920.8103130755065 rows/sec., 64.74 KiB/sec. 2026.03.20 19:59:12.154098 [ 4 ] {84994b0e-d30e-41f2-a868-8b0f79161f5c} TCPHandler: Processed in 0.001247718 sec. 2026.03.20 19:59:12.154207 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:12.154301 [ 4 ] {960f6457-ae44-4338-a324-fc96d847f0db} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 19:59:12.154339 [ 4 ] {960f6457-ae44-4338-a324-fc96d847f0db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 19:59:12.154724 [ 4 ] {960f6457-ae44-4338-a324-fc96d847f0db} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.154759 [ 4 ] {960f6457-ae44-4338-a324-fc96d847f0db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.155046 [ 4 ] {960f6457-ae44-4338-a324-fc96d847f0db} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:59:12.155255 [ 4 ] {960f6457-ae44-4338-a324-fc96d847f0db} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): 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.20 19:59:12.155379 [ 4 ] {960f6457-ae44-4338-a324-fc96d847f0db} executeQuery: Read 12 rows, 960.00 B in 0.001097 sec., 10938.924339106654 rows/sec., 854.60 KiB/sec. 2026.03.20 19:59:12.155416 [ 4 ] {960f6457-ae44-4338-a324-fc96d847f0db} TCPHandler: Processed in 0.001257618 sec. 2026.03.20 19:59:12.155515 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:12.155613 [ 4 ] {4ce32e02-403c-4935-a4b2-2a2b2fac219f} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:12.155653 [ 4 ] {4ce32e02-403c-4935-a4b2-2a2b2fac219f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:12.156411 [ 4 ] {4ce32e02-403c-4935-a4b2-2a2b2fac219f} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.156447 [ 4 ] {4ce32e02-403c-4935-a4b2-2a2b2fac219f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.156577 [ 188 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5300 rows, containing 5 columns (5 merged, 0 gathered) in 0.006795188 sec., 779963.7037268138 rows/sec., 62.92 MiB/sec. 2026.03.20 19:59:12.156798 [ 4 ] {4ce32e02-403c-4935-a4b2-2a2b2fac219f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 19:59:12.156987 [ 199 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 19:59:12.157029 [ 4 ] {4ce32e02-403c-4935-a4b2-2a2b2fac219f} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:12.157136 [ 45 ] {} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 19:59:12.157163 [ 4 ] {4ce32e02-403c-4935-a4b2-2a2b2fac219f} executeQuery: Read 1069 rows, 76.24 KiB in 0.001568 sec., 681760.2040816327 rows/sec., 47.48 MiB/sec. 2026.03.20 19:59:12.157176 [ 45 ] {} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.157208 [ 4 ] {4ce32e02-403c-4935-a4b2-2a2b2fac219f} TCPHandler: Processed in 0.001741155 sec. 2026.03.20 19:59:12.157213 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.157331 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:12.157334 [ 199 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_11_2} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:12.157337 [ 195 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::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.20 19:59:12.157433 [ 4 ] {e3feb16f-eeb3-4523-8a67-ab61b33cf69d} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:12.157440 [ 199 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_11_2} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 19:59:12.157475 [ 195 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:12.157482 [ 4 ] {e3feb16f-eeb3-4523-8a67-ab61b33cf69d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:12.157514 [ 195 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1505 rows starting from the beginning of the part 2026.03.20 19:59:12.157537 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.03.20 19:59:12.157609 [ 195 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 97 rows starting from the beginning of the part 2026.03.20 19:59:12.157664 [ 195 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 74 rows starting from the beginning of the part 2026.03.20 19:59:12.157711 [ 195 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 89 rows starting from the beginning of the part 2026.03.20 19:59:12.157755 [ 195 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 74 rows starting from the beginning of the part 2026.03.20 19:59:12.157797 [ 195 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1069 rows starting from the beginning of the part 2026.03.20 19:59:12.158138 [ 4 ] {e3feb16f-eeb3-4523-8a67-ab61b33cf69d} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.158180 [ 4 ] {e3feb16f-eeb3-4523-8a67-ab61b33cf69d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.158622 [ 4 ] {e3feb16f-eeb3-4523-8a67-ab61b33cf69d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 19:59:12.158863 [ 4 ] {e3feb16f-eeb3-4523-8a67-ab61b33cf69d} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:12.158968 [ 45 ] {} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 19:59:12.158994 [ 4 ] {e3feb16f-eeb3-4523-8a67-ab61b33cf69d} executeQuery: Read 1253 rows, 80.91 KiB in 0.001578 sec., 794043.0925221799 rows/sec., 50.07 MiB/sec. 2026.03.20 19:59:12.159005 [ 45 ] {} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.159035 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.159037 [ 4 ] {e3feb16f-eeb3-4523-8a67-ab61b33cf69d} TCPHandler: Processed in 0.001755476 sec. 2026.03.20 19:59:12.159107 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:12.159154 [ 199 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2908 rows, containing 5 columns (5 merged, 0 gathered) in 0.001863477 sec., 1560523.6877085147 rows/sec., 116.06 MiB/sec. 2026.03.20 19:59:12.159160 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:12.159190 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:12.159217 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3280 rows starting from the beginning of the part 2026.03.20 19:59:12.159268 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:12.159274 [ 4 ] {1d2d8aba-c08b-4561-800c-90158c893068} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:12.159314 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.03.20 19:59:12.159328 [ 199 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 19:59:12.159332 [ 4 ] {1d2d8aba-c08b-4561-800c-90158c893068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:12.159358 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:12.159397 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:12.159438 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:12.159598 [ 199 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_11_2} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:12.159668 [ 199 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_11_2} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 19:59:12.159727 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.20 19:59:12.160134 [ 4 ] {1d2d8aba-c08b-4561-800c-90158c893068} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.160174 [ 4 ] {1d2d8aba-c08b-4561-800c-90158c893068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.160726 [ 4 ] {1d2d8aba-c08b-4561-800c-90158c893068} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 19:59:12.160952 [ 4 ] {1d2d8aba-c08b-4561-800c-90158c893068} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:12.161087 [ 4 ] {1d2d8aba-c08b-4561-800c-90158c893068} executeQuery: Read 33 rows, 60.55 KiB in 0.001832 sec., 18013.100436681223 rows/sec., 32.28 MiB/sec. 2026.03.20 19:59:12.161138 [ 4 ] {1d2d8aba-c08b-4561-800c-90158c893068} TCPHandler: Processed in 0.002027499 sec. 2026.03.20 19:59:12.161247 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:12.161343 [ 4 ] {47bf7fec-ee81-428c-b095-c6421bbda0e0} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:12.161383 [ 4 ] {47bf7fec-ee81-428c-b095-c6421bbda0e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:12.161458 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5173 rows, containing 5 columns (5 merged, 0 gathered) in 0.002381835 sec., 2171854.8933910197 rows/sec., 143.18 MiB/sec. 2026.03.20 19:59:12.161693 [ 4 ] {47bf7fec-ee81-428c-b095-c6421bbda0e0} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.161730 [ 4 ] {47bf7fec-ee81-428c-b095-c6421bbda0e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.161762 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 19:59:12.161996 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_11_2} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:12.162028 [ 4 ] {47bf7fec-ee81-428c-b095-c6421bbda0e0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 19:59:12.162058 [ 188 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_11_2} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 19:59:12.162116 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.03.20 19:59:12.162237 [ 4 ] {47bf7fec-ee81-428c-b095-c6421bbda0e0} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:12.162334 [ 45 ] {} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 19:59:12.162364 [ 45 ] {} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:12.162366 [ 4 ] {47bf7fec-ee81-428c-b095-c6421bbda0e0} executeQuery: Read 12 rows, 848.00 B in 0.001042 sec., 11516.314779270633 rows/sec., 794.75 KiB/sec. 2026.03.20 19:59:12.162384 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:12.162415 [ 4 ] {47bf7fec-ee81-428c-b095-c6421bbda0e0} TCPHandler: Processed in 0.001215807 sec. 2026.03.20 19:59:12.162462 [ 199 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:12.162546 [ 199 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:12.162571 [ 199 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:12.162630 [ 199 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:12.162674 [ 199 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:12.162716 [ 199 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:12.162754 [ 199 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:12.162802 [ 199 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:12.163573 [ 196 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 612 rows, containing 4 columns (4 merged, 0 gathered) in 0.001139686 sec., 536990.013038679 rows/sec., 35.43 MiB/sec. 2026.03.20 19:59:12.163802 [ 197 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 19:59:12.164110 [ 197 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_11_2} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:12.164191 [ 197 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_11_2} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 19:59:12.164277 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.20 19:59:16.168339 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:16.168522 [ 4 ] {c481e4de-776a-4ab5-ae3f-c859898ec6f9} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:16.168585 [ 4 ] {c481e4de-776a-4ab5-ae3f-c859898ec6f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:16.169220 [ 4 ] {c481e4de-776a-4ab5-ae3f-c859898ec6f9} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:16.169264 [ 4 ] {c481e4de-776a-4ab5-ae3f-c859898ec6f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:16.169667 [ 4 ] {c481e4de-776a-4ab5-ae3f-c859898ec6f9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 19:59:16.169900 [ 4 ] {c481e4de-776a-4ab5-ae3f-c859898ec6f9} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:16.170052 [ 4 ] {c481e4de-776a-4ab5-ae3f-c859898ec6f9} executeQuery: Read 56 rows, 4.38 KiB in 0.001577 sec., 35510.46290424857 rows/sec., 2.71 MiB/sec. 2026.03.20 19:59:16.170092 [ 4 ] {c481e4de-776a-4ab5-ae3f-c859898ec6f9} TCPHandler: Processed in 0.001872207 sec. 2026.03.20 19:59:16.170213 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:16.170310 [ 4 ] {e857675a-c209-47a1-a241-83150995d611} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:16.170351 [ 4 ] {e857675a-c209-47a1-a241-83150995d611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:16.170782 [ 4 ] {e857675a-c209-47a1-a241-83150995d611} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:16.170819 [ 4 ] {e857675a-c209-47a1-a241-83150995d611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:16.171131 [ 4 ] {e857675a-c209-47a1-a241-83150995d611} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 19:59:16.171343 [ 4 ] {e857675a-c209-47a1-a241-83150995d611} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:16.171473 [ 4 ] {e857675a-c209-47a1-a241-83150995d611} executeQuery: Read 64 rows, 5.12 KiB in 0.001183 sec., 54099.74640743872 rows/sec., 4.22 MiB/sec. 2026.03.20 19:59:16.171510 [ 4 ] {e857675a-c209-47a1-a241-83150995d611} TCPHandler: Processed in 0.001344349 sec. 2026.03.20 19:59:16.171622 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:16.171717 [ 4 ] {1cede29b-f0c0-4c7a-acb6-8fd6d7e48ec7} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:16.171760 [ 4 ] {1cede29b-f0c0-4c7a-acb6-8fd6d7e48ec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:16.172136 [ 4 ] {1cede29b-f0c0-4c7a-acb6-8fd6d7e48ec7} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:16.172174 [ 4 ] {1cede29b-f0c0-4c7a-acb6-8fd6d7e48ec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:16.172519 [ 4 ] {1cede29b-f0c0-4c7a-acb6-8fd6d7e48ec7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 19:59:16.172750 [ 4 ] {1cede29b-f0c0-4c7a-acb6-8fd6d7e48ec7} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:16.172879 [ 4 ] {1cede29b-f0c0-4c7a-acb6-8fd6d7e48ec7} executeQuery: Read 128 rows, 9.13 KiB in 0.001181 sec., 108382.72650296359 rows/sec., 7.55 MiB/sec. 2026.03.20 19:59:16.172915 [ 4 ] {1cede29b-f0c0-4c7a-acb6-8fd6d7e48ec7} TCPHandler: Processed in 0.001341479 sec. 2026.03.20 19:59:16.173029 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:16.173123 [ 4 ] {da6f35de-8cd0-49c2-a3bd-bbbc2274a0f8} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:16.173164 [ 4 ] {da6f35de-8cd0-49c2-a3bd-bbbc2274a0f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:16.173486 [ 4 ] {da6f35de-8cd0-49c2-a3bd-bbbc2274a0f8} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:16.173522 [ 4 ] {da6f35de-8cd0-49c2-a3bd-bbbc2274a0f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:16.173836 [ 4 ] {da6f35de-8cd0-49c2-a3bd-bbbc2274a0f8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 19:59:16.174042 [ 4 ] {da6f35de-8cd0-49c2-a3bd-bbbc2274a0f8} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:16.174169 [ 4 ] {da6f35de-8cd0-49c2-a3bd-bbbc2274a0f8} executeQuery: Read 48 rows, 3.31 KiB in 0.001065 sec., 45070.42253521127 rows/sec., 3.04 MiB/sec. 2026.03.20 19:59:16.174204 [ 4 ] {da6f35de-8cd0-49c2-a3bd-bbbc2274a0f8} TCPHandler: Processed in 0.001223748 sec. 2026.03.20 19:59:17.140519 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59525 2026.03.20 19:59:17.140629 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:17.140655 [ 3 ] {} TCP-Session: 3e6d6fd5-e4f1-4348-a1a4-e8ddbe62eae4 Authenticating user 'default' from [fd00:1122:3344:101::e]:59525 2026.03.20 19:59:17.140676 [ 3 ] {} TCP-Session: 3e6d6fd5-e4f1-4348-a1a4-e8ddbe62eae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.140689 [ 3 ] {} TCP-Session: 3e6d6fd5-e4f1-4348-a1a4-e8ddbe62eae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.140912 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38618 2026.03.20 19:59:17.140919 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36138 2026.03.20 19:59:17.140961 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62926 2026.03.20 19:59:17.140997 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62310 2026.03.20 19:59:17.141030 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:17.140987 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47822 2026.03.20 19:59:17.141067 [ 3 ] {} TCP-Session: 3e6d6fd5-e4f1-4348-a1a4-e8ddbe62eae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:17.141072 [ 286 ] {} TCP-Session: f1f1280d-c4e6-418d-b7da-31a45dad8317 Authenticating user 'default' from [fd00:1122:3344:101::e]:38618 2026.03.20 19:59:17.140979 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59070 2026.03.20 19:59:17.141144 [ 286 ] {} TCP-Session: f1f1280d-c4e6-418d-b7da-31a45dad8317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141139 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:17.141180 [ 286 ] {} TCP-Session: f1f1280d-c4e6-418d-b7da-31a45dad8317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.140959 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62645 2026.03.20 19:59:17.141211 [ 287 ] {} TCP-Session: c0e1600c-9df6-4aa0-b866-0895c1fbb1fb Authenticating user 'default' from [fd00:1122:3344:101::e]:36138 2026.03.20 19:59:17.140955 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53387 2026.03.20 19:59:17.141248 [ 3 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} executeQuery: (from [fd00:1122:3344:101::e]:59525) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 19:59:17.141261 [ 287 ] {} TCP-Session: c0e1600c-9df6-4aa0-b866-0895c1fbb1fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141299 [ 287 ] {} TCP-Session: c0e1600c-9df6-4aa0-b866-0895c1fbb1fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141489 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:17.141490 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:17.141523 [ 289 ] {} TCP-Session: fb75736d-e5d4-4c8a-9cd9-095322776c52 Authenticating user 'default' from [fd00:1122:3344:101::e]:53387 2026.03.20 19:59:17.141525 [ 3 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 19:59:17.141553 [ 289 ] {} TCP-Session: fb75736d-e5d4-4c8a-9cd9-095322776c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141548 [ 288 ] {} TCP-Session: 5cda08dc-6000-467b-af89-4ba6c04cc184 Authenticating user 'default' from [fd00:1122:3344:101::e]:62645 2026.03.20 19:59:17.141572 [ 289 ] {} TCP-Session: fb75736d-e5d4-4c8a-9cd9-095322776c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141592 [ 3 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:59:17.141596 [ 288 ] {} TCP-Session: 5cda08dc-6000-467b-af89-4ba6c04cc184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141528 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:17.141631 [ 288 ] {} TCP-Session: 5cda08dc-6000-467b-af89-4ba6c04cc184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141664 [ 292 ] {} TCP-Session: f6acb877-cdaa-4b17-baaf-a9a993c3f39a Authenticating user 'default' from [fd00:1122:3344:101::e]:47822 2026.03.20 19:59:17.141666 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:17.141689 [ 292 ] {} TCP-Session: f6acb877-cdaa-4b17-baaf-a9a993c3f39a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141668 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:17.141713 [ 293 ] {} TCP-Session: f084f978-be78-4a83-98ee-dfda65aebcfc Authenticating user 'default' from [fd00:1122:3344:101::e]:62310 2026.03.20 19:59:17.141736 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:17.141755 [ 293 ] {} TCP-Session: f084f978-be78-4a83-98ee-dfda65aebcfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141748 [ 291 ] {} TCP-Session: a3a26984-1b9c-45ce-92e5-f36517a15788 Authenticating user 'default' from [fd00:1122:3344:101::e]:59070 2026.03.20 19:59:17.141781 [ 293 ] {} TCP-Session: f084f978-be78-4a83-98ee-dfda65aebcfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141803 [ 291 ] {} TCP-Session: a3a26984-1b9c-45ce-92e5-f36517a15788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141775 [ 290 ] {} TCP-Session: 41e2fbae-9dfc-42b1-9699-022181c5603d Authenticating user 'default' from [fd00:1122:3344:101::e]:62926 2026.03.20 19:59:17.141829 [ 291 ] {} TCP-Session: a3a26984-1b9c-45ce-92e5-f36517a15788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141850 [ 290 ] {} TCP-Session: 41e2fbae-9dfc-42b1-9699-022181c5603d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141717 [ 292 ] {} TCP-Session: f6acb877-cdaa-4b17-baaf-a9a993c3f39a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141875 [ 290 ] {} TCP-Session: 41e2fbae-9dfc-42b1-9699-022181c5603d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.141884 [ 3 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} oximeter.version (822d38ba-8737-4d54-86c6-a989b53b08f5) (SelectExecutor): Key condition: unknown 2026.03.20 19:59:17.141982 [ 3 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} Aggregator: Compile expression max()(UInt64) 0 2026.03.20 19:59:17.389526 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4338 2026.03.20 19:59:17.390219 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:17.390267 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:17.393025 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 19:59:17.393318 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:59:17.393459 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4338 2026.03.20 19:59:17.508559 [ 295 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} AggregatingTransform: Aggregating 2026.03.20 19:59:17.508629 [ 295 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} Aggregator: Aggregation method: without_key 2026.03.20 19:59:17.508668 [ 295 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001285139 sec. (778.126 rows/sec., 30.40 KiB/sec.) 2026.03.20 19:59:17.508685 [ 295 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} Aggregator: Merging aggregated data 2026.03.20 19:59:17.509898 [ 3 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} executeQuery: Read 1 rows, 40.00 B in 0.368719 sec., 2.712092406412471 rows/sec., 108.48 B/sec. 2026.03.20 19:59:17.510060 [ 3 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.20 19:59:17.510076 [ 3 ] {afc15c6a-2e07-4f21-b4db-d4f50cfd476c} TCPHandler: Processed in 0.369130068 sec. 2026.03.20 19:59:17.510190 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:17.510220 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:17.510237 [ 286 ] {} TCP-Session: f1f1280d-c4e6-418d-b7da-31a45dad8317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.510245 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:17.510273 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:17.510296 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:17.510317 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:17.510343 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:17.510333 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:17.510387 [ 3 ] {} TCP-Session: 3e6d6fd5-e4f1-4348-a1a4-e8ddbe62eae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.510373 [ 288 ] {} TCP-Session: 5cda08dc-6000-467b-af89-4ba6c04cc184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.510426 [ 292 ] {} TCP-Session: f6acb877-cdaa-4b17-baaf-a9a993c3f39a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.510328 [ 289 ] {} TCP-Session: fb75736d-e5d4-4c8a-9cd9-095322776c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.510316 [ 287 ] {} TCP-Session: c0e1600c-9df6-4aa0-b866-0895c1fbb1fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.510266 [ 293 ] {} TCP-Session: f084f978-be78-4a83-98ee-dfda65aebcfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.510254 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:17.510377 [ 291 ] {} TCP-Session: a3a26984-1b9c-45ce-92e5-f36517a15788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.510558 [ 290 ] {} TCP-Session: 41e2fbae-9dfc-42b1-9699-022181c5603d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:17.608602 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.20 19:59:17.624697 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:17.624759 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.48 GiB. 2026.03.20 19:59:17.630901 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 19:59:17.631615 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:59:17.634757 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.20 19:59:18.001171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 189.16 MiB, peak 198.78 MiB, free memory in arenas 0.00 B, will set to 208.46 MiB (RSS), difference: 19.30 MiB 2026.03.20 19:59:18.367297 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54579 2026.03.20 19:59:18.367517 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:18.367559 [ 288 ] {} TCP-Session: 6da58a5f-7ee6-4c2d-b42b-85008c30855d Authenticating user 'default' from [fd00:1122:3344:101::e]:54579 2026.03.20 19:59:18.367599 [ 288 ] {} TCP-Session: 6da58a5f-7ee6-4c2d-b42b-85008c30855d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.367623 [ 288 ] {} TCP-Session: 6da58a5f-7ee6-4c2d-b42b-85008c30855d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.367964 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46828 2026.03.20 19:59:18.367993 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40311 2026.03.20 19:59:18.368006 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44202 2026.03.20 19:59:18.368053 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60707 2026.03.20 19:59:18.368064 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35147 2026.03.20 19:59:18.368114 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:18.368116 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:18.368149 [ 288 ] {} TCP-Session: 6da58a5f-7ee6-4c2d-b42b-85008c30855d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:18.368165 [ 291 ] {} TCP-Session: 495d12d8-739d-4a8b-9a26-2e72ee0f18da Authenticating user 'default' from [fd00:1122:3344:101::e]:40311 2026.03.20 19:59:18.368187 [ 289 ] {} TCP-Session: 3d1b0466-1406-4f1d-bc7d-6afe002f0126 Authenticating user 'default' from [fd00:1122:3344:101::e]:46828 2026.03.20 19:59:18.368216 [ 291 ] {} TCP-Session: 495d12d8-739d-4a8b-9a26-2e72ee0f18da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368174 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:18.368248 [ 291 ] {} TCP-Session: 495d12d8-739d-4a8b-9a26-2e72ee0f18da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368247 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:18.368296 [ 292 ] {} TCP-Session: 70aff9ae-9262-4369-9907-43b9265ce952 Authenticating user 'default' from [fd00:1122:3344:101::e]:44202 2026.03.20 19:59:18.368244 [ 289 ] {} TCP-Session: 3d1b0466-1406-4f1d-bc7d-6afe002f0126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368339 [ 286 ] {} TCP-Session: a575bd0b-7f68-4e61-bbd3-c89a444ecb87 Authenticating user 'default' from [fd00:1122:3344:101::e]:35147 2026.03.20 19:59:18.368367 [ 289 ] {} TCP-Session: 3d1b0466-1406-4f1d-bc7d-6afe002f0126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368369 [ 292 ] {} TCP-Session: 70aff9ae-9262-4369-9907-43b9265ce952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368395 [ 286 ] {} TCP-Session: a575bd0b-7f68-4e61-bbd3-c89a444ecb87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368423 [ 292 ] {} TCP-Session: 70aff9ae-9262-4369-9907-43b9265ce952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368435 [ 286 ] {} TCP-Session: a575bd0b-7f68-4e61-bbd3-c89a444ecb87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368427 [ 288 ] {a0287884-942c-4b73-b5d7-81379f1c5cb6} executeQuery: (from [fd00:1122:3344:101::e]:54579) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.20 19:59:18.368163 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:18.368037 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61555 2026.03.20 19:59:18.368559 [ 294 ] {} TCP-Session: ab57308c-9d50-436d-b17f-cf31c9b1eca8 Authenticating user 'default' from [fd00:1122:3344:101::e]:60707 2026.03.20 19:59:18.367993 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35952 2026.03.20 19:59:18.368610 [ 294 ] {} TCP-Session: ab57308c-9d50-436d-b17f-cf31c9b1eca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368643 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:18.368657 [ 294 ] {} TCP-Session: ab57308c-9d50-436d-b17f-cf31c9b1eca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368683 [ 293 ] {} TCP-Session: 8ea899fa-e397-4af1-b6f6-c814aa3717da Authenticating user 'default' from [fd00:1122:3344:101::e]:61555 2026.03.20 19:59:18.368694 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:18.368713 [ 293 ] {} TCP-Session: 8ea899fa-e397-4af1-b6f6-c814aa3717da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368055 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59937 2026.03.20 19:59:18.368738 [ 290 ] {} TCP-Session: 2a6e02fc-adc6-4eef-826f-361a72c10385 Authenticating user 'default' from [fd00:1122:3344:101::e]:35952 2026.03.20 19:59:18.368745 [ 293 ] {} TCP-Session: 8ea899fa-e397-4af1-b6f6-c814aa3717da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368779 [ 290 ] {} TCP-Session: 2a6e02fc-adc6-4eef-826f-361a72c10385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368803 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.20 19:59:18.368808 [ 290 ] {} TCP-Session: 2a6e02fc-adc6-4eef-826f-361a72c10385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368837 [ 3 ] {} TCP-Session: a1c06d07-f7cf-4ab5-9231-cec5cfdc06d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:59937 2026.03.20 19:59:18.368859 [ 3 ] {} TCP-Session: a1c06d07-f7cf-4ab5-9231-cec5cfdc06d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368872 [ 3 ] {} TCP-Session: a1c06d07-f7cf-4ab5-9231-cec5cfdc06d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.368908 [ 288 ] {a0287884-942c-4b73-b5d7-81379f1c5cb6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.20 19:59:18.368979 [ 288 ] {a0287884-942c-4b73-b5d7-81379f1c5cb6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.20 19:59:18.369369 [ 288 ] {a0287884-942c-4b73-b5d7-81379f1c5cb6} oximeter.version (822d38ba-8737-4d54-86c6-a989b53b08f5) (SelectExecutor): Key condition: unknown 2026.03.20 19:59:18.370722 [ 337 ] {a0287884-942c-4b73-b5d7-81379f1c5cb6} AggregatingTransform: Aggregating 2026.03.20 19:59:18.370781 [ 337 ] {a0287884-942c-4b73-b5d7-81379f1c5cb6} Aggregator: Aggregation method: without_key 2026.03.20 19:59:18.370823 [ 337 ] {a0287884-942c-4b73-b5d7-81379f1c5cb6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001349329 sec. (741.109 rows/sec., 28.95 KiB/sec.) 2026.03.20 19:59:18.370847 [ 337 ] {a0287884-942c-4b73-b5d7-81379f1c5cb6} Aggregator: Merging aggregated data 2026.03.20 19:59:18.372156 [ 288 ] {a0287884-942c-4b73-b5d7-81379f1c5cb6} executeQuery: Read 1 rows, 40.00 B in 0.003815 sec., 262.12319790301444 rows/sec., 10.24 KiB/sec. 2026.03.20 19:59:18.372275 [ 288 ] {a0287884-942c-4b73-b5d7-81379f1c5cb6} TCPHandler: Processed in 0.004379193 sec. 2026.03.20 19:59:18.372388 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:18.372425 [ 288 ] {} TCP-Session: 6da58a5f-7ee6-4c2d-b42b-85008c30855d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.372433 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:18.372454 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:18.372477 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:18.372483 [ 286 ] {} TCP-Session: a575bd0b-7f68-4e61-bbd3-c89a444ecb87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.372499 [ 290 ] {} TCP-Session: 2a6e02fc-adc6-4eef-826f-361a72c10385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.372522 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:18.372532 [ 292 ] {} TCP-Session: 70aff9ae-9262-4369-9907-43b9265ce952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.372548 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:18.372583 [ 293 ] {} TCP-Session: 8ea899fa-e397-4af1-b6f6-c814aa3717da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.372597 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:18.372619 [ 294 ] {} TCP-Session: ab57308c-9d50-436d-b17f-cf31c9b1eca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.372517 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:18.372663 [ 289 ] {} TCP-Session: 3d1b0466-1406-4f1d-bc7d-6afe002f0126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.372578 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.20 19:59:18.372690 [ 291 ] {} TCP-Session: 495d12d8-739d-4a8b-9a26-2e72ee0f18da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:18.372735 [ 3 ] {} TCP-Session: a1c06d07-f7cf-4ab5-9231-cec5cfdc06d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.20 19:59:19.878333 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 376 2026.03.20 19:59:19.880996 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:19.881050 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:19.882296 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.20 19:59:19.882557 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): 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.20 19:59:19.882717 [ 32 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.20 19:59:19.882780 [ 32 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:19.882799 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:19.882829 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 376 2026.03.20 19:59:19.882937 [ 198 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::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.20 19:59:19.883631 [ 198 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:19.883822 [ 198 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::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.20 19:59:19.884334 [ 198 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 104 rows starting from the beginning of the part 2026.03.20 19:59:19.884718 [ 198 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::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.20 19:59:19.885072 [ 198 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2026.03.20 19:59:19.885422 [ 198 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::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.20 19:59:19.885756 [ 198 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part 2026.03.20 19:59:19.892158 [ 196 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 376 rows, containing 72 columns (72 merged, 0 gathered) in 0.009289333 sec., 40476.53367577629 rows/sec., 42.12 MiB/sec. 2026.03.20 19:59:19.892983 [ 199 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.20 19:59:19.893587 [ 199 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::all_1_6_1} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): 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.20 19:59:19.893653 [ 199 ] {08aa0a00-e2b3-4f66-829f-e379cd15d2dc::all_1_6_1} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.20 19:59:19.893849 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. 2026.03.20 19:59:21.169244 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:21.169413 [ 4 ] {8aac9358-4268-472e-b7d9-a1114f684c21} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:21.169476 [ 4 ] {8aac9358-4268-472e-b7d9-a1114f684c21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:21.170151 [ 4 ] {8aac9358-4268-472e-b7d9-a1114f684c21} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:21.170193 [ 4 ] {8aac9358-4268-472e-b7d9-a1114f684c21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:21.170579 [ 4 ] {8aac9358-4268-472e-b7d9-a1114f684c21} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 19:59:21.170807 [ 4 ] {8aac9358-4268-472e-b7d9-a1114f684c21} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:21.170963 [ 4 ] {8aac9358-4268-472e-b7d9-a1114f684c21} executeQuery: Read 76 rows, 6.39 KiB in 0.001596 sec., 47619.04761904762 rows/sec., 3.91 MiB/sec. 2026.03.20 19:59:21.171008 [ 4 ] {8aac9358-4268-472e-b7d9-a1114f684c21} TCPHandler: Processed in 0.001893848 sec. 2026.03.20 19:59:21.171143 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:21.171248 [ 4 ] {98d2d2ab-7524-417c-a2f2-4a321c2436c7} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:21.171294 [ 4 ] {98d2d2ab-7524-417c-a2f2-4a321c2436c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:21.171798 [ 4 ] {98d2d2ab-7524-417c-a2f2-4a321c2436c7} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:21.171836 [ 4 ] {98d2d2ab-7524-417c-a2f2-4a321c2436c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:21.172169 [ 4 ] {98d2d2ab-7524-417c-a2f2-4a321c2436c7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 19:59:21.172397 [ 4 ] {98d2d2ab-7524-417c-a2f2-4a321c2436c7} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:21.172532 [ 4 ] {98d2d2ab-7524-417c-a2f2-4a321c2436c7} executeQuery: Read 10 rows, 770.00 B in 0.001308 sec., 7645.259938837921 rows/sec., 574.89 KiB/sec. 2026.03.20 19:59:21.172570 [ 4 ] {98d2d2ab-7524-417c-a2f2-4a321c2436c7} TCPHandler: Processed in 0.001478071 sec. 2026.03.20 19:59:21.172690 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:21.172785 [ 4 ] {e590944b-575d-4681-95db-908b3df1db77} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:21.172824 [ 4 ] {e590944b-575d-4681-95db-908b3df1db77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:21.173271 [ 4 ] {e590944b-575d-4681-95db-908b3df1db77} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:21.173308 [ 4 ] {e590944b-575d-4681-95db-908b3df1db77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:21.173608 [ 4 ] {e590944b-575d-4681-95db-908b3df1db77} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 19:59:21.173816 [ 4 ] {e590944b-575d-4681-95db-908b3df1db77} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:21.173943 [ 4 ] {e590944b-575d-4681-95db-908b3df1db77} executeQuery: Read 74 rows, 5.92 KiB in 0.001177 sec., 62871.70773152081 rows/sec., 4.91 MiB/sec. 2026.03.20 19:59:21.173979 [ 4 ] {e590944b-575d-4681-95db-908b3df1db77} TCPHandler: Processed in 0.00133867 sec. 2026.03.20 19:59:21.174101 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:21.174197 [ 4 ] {121ffedf-60f8-43b8-8641-495d944fa9dd} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:21.174238 [ 4 ] {121ffedf-60f8-43b8-8641-495d944fa9dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:21.174659 [ 4 ] {121ffedf-60f8-43b8-8641-495d944fa9dd} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:21.174695 [ 4 ] {121ffedf-60f8-43b8-8641-495d944fa9dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:21.175013 [ 4 ] {121ffedf-60f8-43b8-8641-495d944fa9dd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 19:59:21.175223 [ 4 ] {121ffedf-60f8-43b8-8641-495d944fa9dd} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:21.175351 [ 4 ] {121ffedf-60f8-43b8-8641-495d944fa9dd} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2026.03.20 19:59:21.175388 [ 4 ] {121ffedf-60f8-43b8-8641-495d944fa9dd} TCPHandler: Processed in 0.001335639 sec. 2026.03.20 19:59:21.175504 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:21.175604 [ 4 ] {45892e8b-3df9-4070-9c1b-c2aa2b38c470} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:21.175656 [ 4 ] {45892e8b-3df9-4070-9c1b-c2aa2b38c470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:21.176414 [ 4 ] {45892e8b-3df9-4070-9c1b-c2aa2b38c470} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:21.176451 [ 4 ] {45892e8b-3df9-4070-9c1b-c2aa2b38c470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:21.176960 [ 4 ] {45892e8b-3df9-4070-9c1b-c2aa2b38c470} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 19:59:21.177186 [ 4 ] {45892e8b-3df9-4070-9c1b-c2aa2b38c470} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:21.177320 [ 4 ] {45892e8b-3df9-4070-9c1b-c2aa2b38c470} executeQuery: Read 10 rows, 18.35 KiB in 0.001734 sec., 5767.012687427912 rows/sec., 10.33 MiB/sec. 2026.03.20 19:59:21.177375 [ 4 ] {45892e8b-3df9-4070-9c1b-c2aa2b38c470} TCPHandler: Processed in 0.001924007 sec. 2026.03.20 19:59:21.177486 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:21.177584 [ 4 ] {c026519e-97dd-456e-8797-139c25800d54} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:21.177629 [ 4 ] {c026519e-97dd-456e-8797-139c25800d54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:21.177960 [ 4 ] {c026519e-97dd-456e-8797-139c25800d54} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:21.177997 [ 4 ] {c026519e-97dd-456e-8797-139c25800d54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:21.178292 [ 4 ] {c026519e-97dd-456e-8797-139c25800d54} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 19:59:21.178503 [ 4 ] {c026519e-97dd-456e-8797-139c25800d54} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:21.178632 [ 4 ] {c026519e-97dd-456e-8797-139c25800d54} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.03.20 19:59:21.178667 [ 4 ] {c026519e-97dd-456e-8797-139c25800d54} TCPHandler: Processed in 0.001229487 sec. 2026.03.20 19:59:24.809845 [ 53 ] {} DNSResolver: Updating DNS cache 2026.03.20 19:59:24.809915 [ 53 ] {} DNSResolver: Updated DNS cache 2026.03.20 19:59:24.894509 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4786 2026.03.20 19:59:24.894975 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:24.895010 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:24.895507 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 19:59:24.895737 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:59:24.895864 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4786 2026.03.20 19:59:25.134814 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.20 19:59:25.151816 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:25.151884 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:25.157852 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 19:59:25.158554 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:59:25.161453 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.20 19:59:26.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 210.02 MiB, peak 216.78 MiB, free memory in arenas 0.00 B, will set to 211.22 MiB (RSS), difference: 1.20 MiB 2026.03.20 19:59:26.170939 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:26.171098 [ 4 ] {a7541e0f-6a2f-42c6-a0e0-7b4504cb9107} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:26.171159 [ 4 ] {a7541e0f-6a2f-42c6-a0e0-7b4504cb9107} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:26.171790 [ 4 ] {a7541e0f-6a2f-42c6-a0e0-7b4504cb9107} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:26.171835 [ 4 ] {a7541e0f-6a2f-42c6-a0e0-7b4504cb9107} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:26.172216 [ 4 ] {a7541e0f-6a2f-42c6-a0e0-7b4504cb9107} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 19:59:26.172441 [ 4 ] {a7541e0f-6a2f-42c6-a0e0-7b4504cb9107} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:26.172589 [ 4 ] {a7541e0f-6a2f-42c6-a0e0-7b4504cb9107} executeQuery: Read 106 rows, 9.09 KiB in 0.001537 sec., 68965.51724137932 rows/sec., 5.77 MiB/sec. 2026.03.20 19:59:26.172632 [ 4 ] {a7541e0f-6a2f-42c6-a0e0-7b4504cb9107} TCPHandler: Processed in 0.001809586 sec. 2026.03.20 19:59:26.172759 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:26.172860 [ 4 ] {5e5070da-7cf5-4df7-a363-eea7ab55d669} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:26.172901 [ 4 ] {5e5070da-7cf5-4df7-a363-eea7ab55d669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:26.173309 [ 4 ] {5e5070da-7cf5-4df7-a363-eea7ab55d669} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:26.173347 [ 4 ] {5e5070da-7cf5-4df7-a363-eea7ab55d669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:26.173636 [ 4 ] {5e5070da-7cf5-4df7-a363-eea7ab55d669} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 19:59:26.173856 [ 4 ] {5e5070da-7cf5-4df7-a363-eea7ab55d669} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:26.173958 [ 75 ] {} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 19:59:26.173982 [ 4 ] {5e5070da-7cf5-4df7-a363-eea7ab55d669} executeQuery: Read 25 rows, 1.88 KiB in 0.001146 sec., 21815.00872600349 rows/sec., 1.60 MiB/sec. 2026.03.20 19:59:26.174025 [ 75 ] {} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:26.174032 [ 4 ] {5e5070da-7cf5-4df7-a363-eea7ab55d669} TCPHandler: Processed in 0.001325169 sec. 2026.03.20 19:59:26.174055 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:26.174158 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:26.174191 [ 198 ] {58393122-9d39-4a68-8803-de2717db2f19::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.20 19:59:26.174256 [ 4 ] {0b300b58-e0c7-4861-9928-65e34fde040b} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:26.174300 [ 4 ] {0b300b58-e0c7-4861-9928-65e34fde040b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:26.174349 [ 198 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:26.174390 [ 198 ] {58393122-9d39-4a68-8803-de2717db2f19::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.20 19:59:26.174464 [ 198 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part 2026.03.20 19:59:26.174510 [ 198 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.03.20 19:59:26.174549 [ 198 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 45 rows starting from the beginning of the part 2026.03.20 19:59:26.174587 [ 198 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.03.20 19:59:26.174626 [ 198 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 25 rows starting from the beginning of the part 2026.03.20 19:59:26.174714 [ 4 ] {0b300b58-e0c7-4861-9928-65e34fde040b} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:26.174756 [ 4 ] {0b300b58-e0c7-4861-9928-65e34fde040b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:26.175080 [ 4 ] {0b300b58-e0c7-4861-9928-65e34fde040b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 19:59:26.175327 [ 4 ] {0b300b58-e0c7-4861-9928-65e34fde040b} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:26.175458 [ 4 ] {0b300b58-e0c7-4861-9928-65e34fde040b} executeQuery: Read 89 rows, 7.12 KiB in 0.00122 sec., 72950.81967213115 rows/sec., 5.70 MiB/sec. 2026.03.20 19:59:26.175471 [ 196 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 321 rows, containing 5 columns (5 merged, 0 gathered) in 0.001346569 sec., 238383.62534708582 rows/sec., 16.90 MiB/sec. 2026.03.20 19:59:26.175495 [ 4 ] {0b300b58-e0c7-4861-9928-65e34fde040b} TCPHandler: Processed in 0.00138526 sec. 2026.03.20 19:59:26.175620 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:26.175702 [ 199 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 19:59:26.175714 [ 4 ] {2de19ecc-84b1-40f4-9549-5b802f403453} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:26.175768 [ 4 ] {2de19ecc-84b1-40f4-9549-5b802f403453} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:26.176068 [ 199 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_11_2} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:26.176170 [ 199 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_11_2} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 19:59:26.176275 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.20 19:59:26.176550 [ 4 ] {2de19ecc-84b1-40f4-9549-5b802f403453} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:26.176590 [ 4 ] {2de19ecc-84b1-40f4-9549-5b802f403453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:26.176929 [ 4 ] {2de19ecc-84b1-40f4-9549-5b802f403453} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 19:59:26.177137 [ 4 ] {2de19ecc-84b1-40f4-9549-5b802f403453} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:26.177265 [ 4 ] {2de19ecc-84b1-40f4-9549-5b802f403453} executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. 2026.03.20 19:59:26.177300 [ 4 ] {2de19ecc-84b1-40f4-9549-5b802f403453} TCPHandler: Processed in 0.001727985 sec. 2026.03.20 19:59:26.177411 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:26.177507 [ 4 ] {d05c721f-9be9-4df7-817d-932f2f943650} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:26.177559 [ 4 ] {d05c721f-9be9-4df7-817d-932f2f943650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:26.178318 [ 4 ] {d05c721f-9be9-4df7-817d-932f2f943650} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:26.178354 [ 4 ] {d05c721f-9be9-4df7-817d-932f2f943650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:26.178875 [ 4 ] {d05c721f-9be9-4df7-817d-932f2f943650} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 19:59:26.179098 [ 4 ] {d05c721f-9be9-4df7-817d-932f2f943650} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:26.179205 [ 75 ] {} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 19:59:26.179232 [ 4 ] {d05c721f-9be9-4df7-817d-932f2f943650} executeQuery: Read 25 rows, 45.87 KiB in 0.001743 sec., 14343.08663224326 rows/sec., 25.70 MiB/sec. 2026.03.20 19:59:26.179239 [ 75 ] {} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:26.179271 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:26.179287 [ 4 ] {d05c721f-9be9-4df7-817d-932f2f943650} TCPHandler: Processed in 0.001923818 sec. 2026.03.20 19:59:26.179373 [ 187 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::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.20 19:59:26.179416 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:26.179516 [ 4 ] {d2c883cd-6010-4b3e-ae89-113cbbcab095} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:26.179556 [ 4 ] {d2c883cd-6010-4b3e-ae89-113cbbcab095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:26.179635 [ 187 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:26.179705 [ 187 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 78 rows starting from the beginning of the part 2026.03.20 19:59:26.179873 [ 187 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part 2026.03.20 19:59:26.179916 [ 4 ] {d2c883cd-6010-4b3e-ae89-113cbbcab095} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:26.179957 [ 4 ] {d2c883cd-6010-4b3e-ae89-113cbbcab095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:26.179999 [ 187 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.03.20 19:59:26.180123 [ 187 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part 2026.03.20 19:59:26.180240 [ 187 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.03.20 19:59:26.180291 [ 4 ] {d2c883cd-6010-4b3e-ae89-113cbbcab095} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 19:59:26.180358 [ 187 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 25 rows starting from the beginning of the part 2026.03.20 19:59:26.180519 [ 4 ] {d2c883cd-6010-4b3e-ae89-113cbbcab095} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:26.180653 [ 4 ] {d2c883cd-6010-4b3e-ae89-113cbbcab095} executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. 2026.03.20 19:59:26.180688 [ 4 ] {d2c883cd-6010-4b3e-ae89-113cbbcab095} TCPHandler: Processed in 0.001320609 sec. 2026.03.20 19:59:26.182393 [ 199 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 19 columns (19 merged, 0 gathered) in 0.003063474 sec., 59083.24993128716 rows/sec., 105.87 MiB/sec. 2026.03.20 19:59:26.182964 [ 196 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 19:59:26.183508 [ 196 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_11_2} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:26.183576 [ 196 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_11_2} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 19:59:26.183677 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.03.20 19:59:29.883047 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 400 2026.03.20 19:59:29.885226 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:29.885277 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:29.886383 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.20 19:59:29.886708 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): 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.20 19:59:29.887033 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 400 2026.03.20 19:59:31.170602 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:31.170779 [ 4 ] {260d686f-eb91-43eb-8d8e-6b263b733a2d} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 19:59:31.170842 [ 4 ] {260d686f-eb91-43eb-8d8e-6b263b733a2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 19:59:31.171469 [ 4 ] {260d686f-eb91-43eb-8d8e-6b263b733a2d} oximeter.fields_ipaddr (3b08f642-d5cb-4af3-b666-7dff611724bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:31.171512 [ 4 ] {260d686f-eb91-43eb-8d8e-6b263b733a2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:31.171887 [ 4 ] {260d686f-eb91-43eb-8d8e-6b263b733a2d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:59:31.172109 [ 4 ] {260d686f-eb91-43eb-8d8e-6b263b733a2d} oximeter.fields_ipaddr (3b08f642-d5cb-4af3-b666-7dff611724bd): 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.20 19:59:31.172258 [ 4 ] {260d686f-eb91-43eb-8d8e-6b263b733a2d} executeQuery: Read 14 rows, 1.14 KiB in 0.001526 sec., 9174.311926605504 rows/sec., 748.10 KiB/sec. 2026.03.20 19:59:31.172298 [ 4 ] {260d686f-eb91-43eb-8d8e-6b263b733a2d} TCPHandler: Processed in 0.001826587 sec. 2026.03.20 19:59:31.172434 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:31.172528 [ 4 ] {8ee5d7fd-02f7-418f-b53d-66fe127b473a} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:31.172568 [ 4 ] {8ee5d7fd-02f7-418f-b53d-66fe127b473a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:31.173002 [ 4 ] {8ee5d7fd-02f7-418f-b53d-66fe127b473a} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:31.173039 [ 4 ] {8ee5d7fd-02f7-418f-b53d-66fe127b473a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:31.173351 [ 4 ] {8ee5d7fd-02f7-418f-b53d-66fe127b473a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 19:59:31.173564 [ 4 ] {8ee5d7fd-02f7-418f-b53d-66fe127b473a} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:31.173693 [ 4 ] {8ee5d7fd-02f7-418f-b53d-66fe127b473a} executeQuery: Read 91 rows, 7.67 KiB in 0.001183 sec., 76923.07692307692 rows/sec., 6.33 MiB/sec. 2026.03.20 19:59:31.173729 [ 4 ] {8ee5d7fd-02f7-418f-b53d-66fe127b473a} TCPHandler: Processed in 0.001344489 sec. 2026.03.20 19:59:31.173866 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:31.173961 [ 4 ] {5ca5bda4-77ad-4645-8dff-c75dbdcf0ef8} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:31.174000 [ 4 ] {5ca5bda4-77ad-4645-8dff-c75dbdcf0ef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:31.174414 [ 4 ] {5ca5bda4-77ad-4645-8dff-c75dbdcf0ef8} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:31.174451 [ 4 ] {5ca5bda4-77ad-4645-8dff-c75dbdcf0ef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:31.174762 [ 4 ] {5ca5bda4-77ad-4645-8dff-c75dbdcf0ef8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 19:59:31.174969 [ 4 ] {5ca5bda4-77ad-4645-8dff-c75dbdcf0ef8} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:31.175096 [ 4 ] {5ca5bda4-77ad-4645-8dff-c75dbdcf0ef8} executeQuery: Read 28 rows, 2.03 KiB in 0.001153 sec., 24284.475281873376 rows/sec., 1.72 MiB/sec. 2026.03.20 19:59:31.175131 [ 4 ] {5ca5bda4-77ad-4645-8dff-c75dbdcf0ef8} TCPHandler: Processed in 0.001315079 sec. 2026.03.20 19:59:31.175245 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:31.175338 [ 4 ] {cd34344a-b6f4-42b3-a1e8-2579526c531e} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:31.175377 [ 4 ] {cd34344a-b6f4-42b3-a1e8-2579526c531e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:31.175792 [ 4 ] {cd34344a-b6f4-42b3-a1e8-2579526c531e} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:31.175829 [ 4 ] {cd34344a-b6f4-42b3-a1e8-2579526c531e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:31.176128 [ 4 ] {cd34344a-b6f4-42b3-a1e8-2579526c531e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 19:59:31.176338 [ 4 ] {cd34344a-b6f4-42b3-a1e8-2579526c531e} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:31.176463 [ 4 ] {cd34344a-b6f4-42b3-a1e8-2579526c531e} executeQuery: Read 98 rows, 7.86 KiB in 0.001142 sec., 85814.36077057793 rows/sec., 6.72 MiB/sec. 2026.03.20 19:59:31.176499 [ 4 ] {cd34344a-b6f4-42b3-a1e8-2579526c531e} TCPHandler: Processed in 0.001301779 sec. 2026.03.20 19:59:31.176617 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:31.176710 [ 4 ] {1cdf495b-008d-440a-8f2c-0e5ddb8231a9} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:31.176753 [ 4 ] {1cdf495b-008d-440a-8f2c-0e5ddb8231a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:31.177168 [ 4 ] {1cdf495b-008d-440a-8f2c-0e5ddb8231a9} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:31.177205 [ 4 ] {1cdf495b-008d-440a-8f2c-0e5ddb8231a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:31.177524 [ 4 ] {1cdf495b-008d-440a-8f2c-0e5ddb8231a9} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 19:59:31.177732 [ 4 ] {1cdf495b-008d-440a-8f2c-0e5ddb8231a9} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:31.177858 [ 4 ] {1cdf495b-008d-440a-8f2c-0e5ddb8231a9} executeQuery: Read 167 rows, 11.90 KiB in 0.001165 sec., 143347.63948497854 rows/sec., 9.98 MiB/sec. 2026.03.20 19:59:31.177893 [ 4 ] {1cdf495b-008d-440a-8f2c-0e5ddb8231a9} TCPHandler: Processed in 0.001324099 sec. 2026.03.20 19:59:31.178001 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:31.178095 [ 4 ] {c3819978-0e99-499c-826b-ac0025946667} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:31.178148 [ 4 ] {c3819978-0e99-499c-826b-ac0025946667} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:31.178890 [ 4 ] {c3819978-0e99-499c-826b-ac0025946667} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:31.178927 [ 4 ] {c3819978-0e99-499c-826b-ac0025946667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:31.179434 [ 4 ] {c3819978-0e99-499c-826b-ac0025946667} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 19:59:31.179663 [ 4 ] {c3819978-0e99-499c-826b-ac0025946667} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:31.179802 [ 4 ] {c3819978-0e99-499c-826b-ac0025946667} executeQuery: Read 14 rows, 25.69 KiB in 0.001726 sec., 8111.239860950173 rows/sec., 14.53 MiB/sec. 2026.03.20 19:59:31.179851 [ 4 ] {c3819978-0e99-499c-826b-ac0025946667} TCPHandler: Processed in 0.001898418 sec. 2026.03.20 19:59:31.179969 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:31.180063 [ 4 ] {7388f8ff-e524-4b15-9bc5-c413f366fdf6} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.20 19:59:31.180104 [ 4 ] {7388f8ff-e524-4b15-9bc5-c413f366fdf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.20 19:59:31.180418 [ 4 ] {7388f8ff-e524-4b15-9bc5-c413f366fdf6} oximeter.measurements_i64 (5f6ac6c9-7ae8-44a2-8371-44876dee8e52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:31.180455 [ 4 ] {7388f8ff-e524-4b15-9bc5-c413f366fdf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:31.180748 [ 4 ] {7388f8ff-e524-4b15-9bc5-c413f366fdf6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:59:31.180956 [ 4 ] {7388f8ff-e524-4b15-9bc5-c413f366fdf6} oximeter.measurements_i64 (5f6ac6c9-7ae8-44a2-8371-44876dee8e52): 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.20 19:59:31.181080 [ 4 ] {7388f8ff-e524-4b15-9bc5-c413f366fdf6} executeQuery: Read 6 rows, 434.00 B in 0.001035 sec., 5797.101449275363 rows/sec., 409.50 KiB/sec. 2026.03.20 19:59:31.181114 [ 4 ] {7388f8ff-e524-4b15-9bc5-c413f366fdf6} TCPHandler: Processed in 0.001193968 sec. 2026.03.20 19:59:31.181237 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:31.181332 [ 4 ] {ed79517e-5e68-477c-8f03-4a6c8c069978} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:31.181372 [ 4 ] {ed79517e-5e68-477c-8f03-4a6c8c069978} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:31.181719 [ 4 ] {ed79517e-5e68-477c-8f03-4a6c8c069978} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:31.181755 [ 4 ] {ed79517e-5e68-477c-8f03-4a6c8c069978} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:31.182054 [ 4 ] {ed79517e-5e68-477c-8f03-4a6c8c069978} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 19:59:31.182264 [ 4 ] {ed79517e-5e68-477c-8f03-4a6c8c069978} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:31.182389 [ 4 ] {ed79517e-5e68-477c-8f03-4a6c8c069978} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.03.20 19:59:31.182424 [ 4 ] {ed79517e-5e68-477c-8f03-4a6c8c069978} TCPHandler: Processed in 0.001234347 sec. 2026.03.20 19:59:32.396038 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5298 2026.03.20 19:59:32.396893 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:32.396980 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:32.397531 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 19:59:32.397768 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:59:32.397890 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5298 2026.03.20 19:59:32.397889 [ 150 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 19:59:32.397962 [ 150 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:32.397982 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:32.398108 [ 199 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::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.20 19:59:32.398257 [ 199 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:32.398296 [ 199 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2866 rows starting from the beginning of the part 2026.03.20 19:59:32.398364 [ 199 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::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.20 19:59:32.398410 [ 199 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::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.20 19:59:32.398453 [ 199 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::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.20 19:59:32.398490 [ 199 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::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.20 19:59:32.398529 [ 199 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::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.20 19:59:32.399826 [ 196 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5298 rows, containing 4 columns (4 merged, 0 gathered) in 0.001773696 sec., 2986983.1132279714 rows/sec., 42.73 MiB/sec. 2026.03.20 19:59:32.400465 [ 199 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 19:59:32.400706 [ 199 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_11_2} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:59:32.400776 [ 199 ] {7549e133-f86f-405d-a35e-31254c4f0d4d::all_1_11_2} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 19:59:32.400839 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.20 19:59:32.661582 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.20 19:59:32.678266 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:32.678318 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:32.684682 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.20 19:59:32.685372 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:59:32.685638 [ 150 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.20 19:59:32.685674 [ 150 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:32.685698 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:32.685794 [ 196 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:59:32.688239 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.20 19:59:32.688715 [ 196 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:32.689394 [ 196 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:59:32.692713 [ 196 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:59:32.696253 [ 196 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:59:32.700154 [ 196 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:59:32.704652 [ 196 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:59:32.708819 [ 196 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::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.20 19:59:32.761902 [ 199 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.076141907 sec., 1090.069887532499 rows/sec., 5.64 MiB/sec. 2026.03.20 19:59:32.764269 [ 191 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.20 19:59:32.766348 [ 191 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::all_1_11_2} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:59:32.766459 [ 191 ] {696c1f90-4ecf-4d49-82f2-c205c963b4ad::all_1_11_2} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.20 19:59:32.768161 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.20 19:59:33.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 212.45 MiB, peak 222.35 MiB, free memory in arenas 0.00 B, will set to 222.42 MiB (RSS), difference: 9.97 MiB 2026.03.20 19:59:36.170898 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:36.171108 [ 4 ] {106500dc-20b7-459e-8e0d-8a1e68876d3f} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:36.171179 [ 4 ] {106500dc-20b7-459e-8e0d-8a1e68876d3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:36.171912 [ 4 ] {106500dc-20b7-459e-8e0d-8a1e68876d3f} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:36.171956 [ 4 ] {106500dc-20b7-459e-8e0d-8a1e68876d3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:36.172369 [ 4 ] {106500dc-20b7-459e-8e0d-8a1e68876d3f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 19:59:36.172610 [ 4 ] {106500dc-20b7-459e-8e0d-8a1e68876d3f} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:36.172741 [ 146 ] {} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 19:59:36.172757 [ 4 ] {106500dc-20b7-459e-8e0d-8a1e68876d3f} executeQuery: Read 106 rows, 9.09 KiB in 0.001701 sec., 62316.284538506756 rows/sec., 5.22 MiB/sec. 2026.03.20 19:59:36.172788 [ 146 ] {} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:36.172804 [ 4 ] {106500dc-20b7-459e-8e0d-8a1e68876d3f} TCPHandler: Processed in 0.002037969 sec. 2026.03.20 19:59:36.172812 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:36.172937 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:36.172984 [ 190 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::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.20 19:59:36.173032 [ 4 ] {94998578-2645-43d9-810c-197a6a31f7ca} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:36.173101 [ 4 ] {94998578-2645-43d9-810c-197a6a31f7ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:36.173234 [ 190 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:36.173299 [ 190 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2872 rows starting from the beginning of the part 2026.03.20 19:59:36.173404 [ 190 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::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.20 19:59:36.173480 [ 190 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 76 rows starting from the beginning of the part 2026.03.20 19:59:36.173512 [ 4 ] {94998578-2645-43d9-810c-197a6a31f7ca} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:36.173552 [ 190 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 106 rows starting from the beginning of the part 2026.03.20 19:59:36.173556 [ 4 ] {94998578-2645-43d9-810c-197a6a31f7ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:36.173628 [ 190 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 91 rows starting from the beginning of the part 2026.03.20 19:59:36.173703 [ 190 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 106 rows starting from the beginning of the part 2026.03.20 19:59:36.173922 [ 4 ] {94998578-2645-43d9-810c-197a6a31f7ca} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 19:59:36.174177 [ 4 ] {94998578-2645-43d9-810c-197a6a31f7ca} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:36.174309 [ 4 ] {94998578-2645-43d9-810c-197a6a31f7ca} executeQuery: Read 25 rows, 1.88 KiB in 0.001296 sec., 19290.123456790123 rows/sec., 1.42 MiB/sec. 2026.03.20 19:59:36.174345 [ 4 ] {94998578-2645-43d9-810c-197a6a31f7ca} TCPHandler: Processed in 0.001458561 sec. 2026.03.20 19:59:36.174456 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:36.174550 [ 4 ] {be42a724-c8b3-4c1f-84fa-f2526f16afeb} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:36.174590 [ 4 ] {be42a724-c8b3-4c1f-84fa-f2526f16afeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:36.175028 [ 4 ] {be42a724-c8b3-4c1f-84fa-f2526f16afeb} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:36.175063 [ 4 ] {be42a724-c8b3-4c1f-84fa-f2526f16afeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:36.175420 [ 191 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.002522017 sec., 1311252.0653112172 rows/sec., 106.59 MiB/sec. 2026.03.20 19:59:36.175428 [ 4 ] {be42a724-c8b3-4c1f-84fa-f2526f16afeb} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 19:59:36.175691 [ 4 ] {be42a724-c8b3-4c1f-84fa-f2526f16afeb} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:36.175790 [ 146 ] {} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 19:59:36.175820 [ 4 ] {be42a724-c8b3-4c1f-84fa-f2526f16afeb} executeQuery: Read 89 rows, 7.12 KiB in 0.001288 sec., 69099.37888198758 rows/sec., 5.40 MiB/sec. 2026.03.20 19:59:36.175823 [ 146 ] {} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:36.175854 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:36.175858 [ 4 ] {be42a724-c8b3-4c1f-84fa-f2526f16afeb} TCPHandler: Processed in 0.00145017 sec. 2026.03.20 19:59:36.175853 [ 194 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 19:59:36.175922 [ 190 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::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.20 19:59:36.176007 [ 190 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:36.176031 [ 190 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1532 rows starting from the beginning of the part 2026.03.20 19:59:36.176075 [ 190 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::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.20 19:59:36.176113 [ 190 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 74 rows starting from the beginning of the part 2026.03.20 19:59:36.176147 [ 194 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_16_3} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:36.176150 [ 190 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 89 rows starting from the beginning of the part 2026.03.20 19:59:36.176192 [ 190 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 98 rows starting from the beginning of the part 2026.03.20 19:59:36.176227 [ 190 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 89 rows starting from the beginning of the part 2026.03.20 19:59:36.176227 [ 194 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_16_3} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 19:59:36.176313 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2026.03.20 19:59:36.176493 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:36.176595 [ 4 ] {67bb524d-2c04-4db9-972b-e34df205c38d} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:36.176639 [ 4 ] {67bb524d-2c04-4db9-972b-e34df205c38d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:36.177063 [ 4 ] {67bb524d-2c04-4db9-972b-e34df205c38d} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:36.177098 [ 4 ] {67bb524d-2c04-4db9-972b-e34df205c38d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:36.177189 [ 201 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1946 rows, containing 5 columns (5 merged, 0 gathered) in 0.001294368 sec., 1503436.4261168386 rows/sec., 113.19 MiB/sec. 2026.03.20 19:59:36.177378 [ 190 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 19:59:36.177474 [ 4 ] {67bb524d-2c04-4db9-972b-e34df205c38d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 19:59:36.177675 [ 190 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_16_3} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:36.177756 [ 190 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_16_3} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 19:59:36.177776 [ 4 ] {67bb524d-2c04-4db9-972b-e34df205c38d} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:36.177815 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.03.20 19:59:36.177896 [ 146 ] {} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 19:59:36.177920 [ 4 ] {67bb524d-2c04-4db9-972b-e34df205c38d} executeQuery: Read 160 rows, 11.41 KiB in 0.001345 sec., 118959.10780669145 rows/sec., 8.29 MiB/sec. 2026.03.20 19:59:36.177932 [ 146 ] {} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:36.177955 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:36.177957 [ 4 ] {67bb524d-2c04-4db9-972b-e34df205c38d} TCPHandler: Processed in 0.001512812 sec. 2026.03.20 19:59:36.178037 [ 191 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:36.178077 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:36.178157 [ 191 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:36.178176 [ 4 ] {c3f577b1-7438-46ad-ab96-6e7e1e5d64b4} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:36.178195 [ 191 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5173 rows starting from the beginning of the part 2026.03.20 19:59:36.178233 [ 4 ] {c3f577b1-7438-46ad-ab96-6e7e1e5d64b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:36.178263 [ 191 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:36.178311 [ 191 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:36.178352 [ 191 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:36.178389 [ 191 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:36.178428 [ 191 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:36.179040 [ 4 ] {c3f577b1-7438-46ad-ab96-6e7e1e5d64b4} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:36.179081 [ 4 ] {c3f577b1-7438-46ad-ab96-6e7e1e5d64b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:36.179647 [ 4 ] {c3f577b1-7438-46ad-ab96-6e7e1e5d64b4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 19:59:36.179882 [ 4 ] {c3f577b1-7438-46ad-ab96-6e7e1e5d64b4} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:36.180019 [ 4 ] {c3f577b1-7438-46ad-ab96-6e7e1e5d64b4} executeQuery: Read 25 rows, 45.87 KiB in 0.001862 sec., 13426.423200859292 rows/sec., 24.06 MiB/sec. 2026.03.20 19:59:36.180070 [ 4 ] {c3f577b1-7438-46ad-ab96-6e7e1e5d64b4} TCPHandler: Processed in 0.002040879 sec. 2026.03.20 19:59:36.180181 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:36.180275 [ 4 ] {58aaa7f4-bb54-42c0-b27a-e0e301026b24} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:36.180317 [ 4 ] {58aaa7f4-bb54-42c0-b27a-e0e301026b24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:36.180646 [ 4 ] {58aaa7f4-bb54-42c0-b27a-e0e301026b24} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:36.180681 [ 4 ] {58aaa7f4-bb54-42c0-b27a-e0e301026b24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:36.181015 [ 190 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5948 rows, containing 5 columns (5 merged, 0 gathered) in 0.003014634 sec., 1973042.1669761569 rows/sec., 131.03 MiB/sec. 2026.03.20 19:59:36.181075 [ 4 ] {58aaa7f4-bb54-42c0-b27a-e0e301026b24} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 19:59:36.181287 [ 4 ] {58aaa7f4-bb54-42c0-b27a-e0e301026b24} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:36.181376 [ 146 ] {} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 19:59:36.181402 [ 146 ] {} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:36.181418 [ 4 ] {58aaa7f4-bb54-42c0-b27a-e0e301026b24} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2026.03.20 19:59:36.181419 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:36.181452 [ 201 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 19:59:36.181453 [ 4 ] {58aaa7f4-bb54-42c0-b27a-e0e301026b24} TCPHandler: Processed in 0.001320909 sec. 2026.03.20 19:59:36.181548 [ 193 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:36.181720 [ 193 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:36.181731 [ 201 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_16_3} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:36.181769 [ 193 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:36.181821 [ 201 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_16_3} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 19:59:36.181876 [ 193 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:36.181900 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.03.20 19:59:36.181929 [ 193 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:36.181978 [ 193 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:36.182017 [ 193 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:36.182058 [ 193 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:36.182989 [ 201 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 4 columns (4 merged, 0 gathered) in 0.001507612 sec., 596970.5733305386 rows/sec., 39.66 MiB/sec. 2026.03.20 19:59:36.183146 [ 190 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 19:59:36.183395 [ 190 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_16_3} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:36.183461 [ 190 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_16_3} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 19:59:36.183532 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.20 19:59:37.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 222.96 MiB, peak 227.16 MiB, free memory in arenas 0.00 B, will set to 224.05 MiB (RSS), difference: 1.09 MiB 2026.03.20 19:59:39.809965 [ 119 ] {} DNSResolver: Updating DNS cache 2026.03.20 19:59:39.810031 [ 119 ] {} DNSResolver: Updated DNS cache 2026.03.20 19:59:39.887189 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 428 2026.03.20 19:59:39.889661 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:39.889730 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:39.891083 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.20 19:59:39.891385 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): 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.20 19:59:39.891807 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 428 2026.03.20 19:59:39.897984 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5746 2026.03.20 19:59:39.898540 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:39.898590 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:39.899142 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 19:59:39.899372 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:59:39.899506 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5746 2026.03.20 19:59:40.188311 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.20 19:59:40.205899 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:40.205957 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:40.211687 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.20 19:59:40.212386 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:59:40.215418 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.20 19:59:41.170494 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:41.170685 [ 4 ] {573e41e9-1b7b-4bf8-a316-8baa37895ef9} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:41.170754 [ 4 ] {573e41e9-1b7b-4bf8-a316-8baa37895ef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:41.171459 [ 4 ] {573e41e9-1b7b-4bf8-a316-8baa37895ef9} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:41.171504 [ 4 ] {573e41e9-1b7b-4bf8-a316-8baa37895ef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:41.171888 [ 4 ] {573e41e9-1b7b-4bf8-a316-8baa37895ef9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 19:59:41.172116 [ 4 ] {573e41e9-1b7b-4bf8-a316-8baa37895ef9} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:41.172263 [ 4 ] {573e41e9-1b7b-4bf8-a316-8baa37895ef9} executeQuery: Read 84 rows, 7.16 KiB in 0.001631 sec., 51502.14592274678 rows/sec., 4.29 MiB/sec. 2026.03.20 19:59:41.172303 [ 4 ] {573e41e9-1b7b-4bf8-a316-8baa37895ef9} TCPHandler: Processed in 0.001936858 sec. 2026.03.20 19:59:41.172430 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:41.172524 [ 4 ] {db116495-6376-431d-9deb-279d1141b2bc} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:41.172565 [ 4 ] {db116495-6376-431d-9deb-279d1141b2bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:41.172973 [ 4 ] {db116495-6376-431d-9deb-279d1141b2bc} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:41.173009 [ 4 ] {db116495-6376-431d-9deb-279d1141b2bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:41.173298 [ 4 ] {db116495-6376-431d-9deb-279d1141b2bc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 19:59:41.173503 [ 4 ] {db116495-6376-431d-9deb-279d1141b2bc} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:41.173672 [ 4 ] {db116495-6376-431d-9deb-279d1141b2bc} executeQuery: Read 14 rows, 1.05 KiB in 0.001167 sec., 11996.572407883461 rows/sec., 902.09 KiB/sec. 2026.03.20 19:59:41.173712 [ 4 ] {db116495-6376-431d-9deb-279d1141b2bc} TCPHandler: Processed in 0.001331009 sec. 2026.03.20 19:59:41.173824 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:41.173917 [ 4 ] {6d90c3bc-d443-4f03-a3c5-24fa1c5fd641} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:41.173956 [ 4 ] {6d90c3bc-d443-4f03-a3c5-24fa1c5fd641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:41.174380 [ 4 ] {6d90c3bc-d443-4f03-a3c5-24fa1c5fd641} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:41.174416 [ 4 ] {6d90c3bc-d443-4f03-a3c5-24fa1c5fd641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:41.174718 [ 4 ] {6d90c3bc-d443-4f03-a3c5-24fa1c5fd641} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 19:59:41.174943 [ 4 ] {6d90c3bc-d443-4f03-a3c5-24fa1c5fd641} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:41.175147 [ 4 ] {6d90c3bc-d443-4f03-a3c5-24fa1c5fd641} executeQuery: Read 78 rows, 6.24 KiB in 0.001248 sec., 62500 rows/sec., 4.88 MiB/sec. 2026.03.20 19:59:41.175184 [ 4 ] {6d90c3bc-d443-4f03-a3c5-24fa1c5fd641} TCPHandler: Processed in 0.00140782 sec. 2026.03.20 19:59:41.175298 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:41.175390 [ 4 ] {3c662bfb-c933-453e-a026-c071869505cf} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:41.175433 [ 4 ] {3c662bfb-c933-453e-a026-c071869505cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:41.175846 [ 4 ] {3c662bfb-c933-453e-a026-c071869505cf} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:41.175881 [ 4 ] {3c662bfb-c933-453e-a026-c071869505cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:41.176199 [ 4 ] {3c662bfb-c933-453e-a026-c071869505cf} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 19:59:41.176401 [ 4 ] {3c662bfb-c933-453e-a026-c071869505cf} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:41.176526 [ 4 ] {3c662bfb-c933-453e-a026-c071869505cf} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2026.03.20 19:59:41.176561 [ 4 ] {3c662bfb-c933-453e-a026-c071869505cf} TCPHandler: Processed in 0.001309668 sec. 2026.03.20 19:59:41.176670 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:41.176764 [ 4 ] {48d55cb9-3499-4955-bbce-e23b9dfbe17c} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:41.176816 [ 4 ] {48d55cb9-3499-4955-bbce-e23b9dfbe17c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:41.177548 [ 4 ] {48d55cb9-3499-4955-bbce-e23b9dfbe17c} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:41.177583 [ 4 ] {48d55cb9-3499-4955-bbce-e23b9dfbe17c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:41.178102 [ 4 ] {48d55cb9-3499-4955-bbce-e23b9dfbe17c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 19:59:41.178312 [ 4 ] {48d55cb9-3499-4955-bbce-e23b9dfbe17c} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:41.178444 [ 4 ] {48d55cb9-3499-4955-bbce-e23b9dfbe17c} executeQuery: Read 14 rows, 25.69 KiB in 0.001698 sec., 8244.994110718491 rows/sec., 14.77 MiB/sec. 2026.03.20 19:59:41.178493 [ 4 ] {48d55cb9-3499-4955-bbce-e23b9dfbe17c} TCPHandler: Processed in 0.001870087 sec. 2026.03.20 19:59:41.178605 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:41.178698 [ 4 ] {41511e71-b35b-40c3-b7e8-83b02d8e5977} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:41.178738 [ 4 ] {41511e71-b35b-40c3-b7e8-83b02d8e5977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:41.179068 [ 4 ] {41511e71-b35b-40c3-b7e8-83b02d8e5977} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:41.179103 [ 4 ] {41511e71-b35b-40c3-b7e8-83b02d8e5977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:41.179420 [ 4 ] {41511e71-b35b-40c3-b7e8-83b02d8e5977} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 19:59:41.179638 [ 4 ] {41511e71-b35b-40c3-b7e8-83b02d8e5977} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:41.179764 [ 4 ] {41511e71-b35b-40c3-b7e8-83b02d8e5977} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.03.20 19:59:41.179799 [ 4 ] {41511e71-b35b-40c3-b7e8-83b02d8e5977} TCPHandler: Processed in 0.001241958 sec. 2026.03.20 19:59:42.146985 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:42.147262 [ 4 ] {da6d401a-6658-4d4a-8cd9-af0dd938d5de} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.20 19:59:42.147362 [ 4 ] {da6d401a-6658-4d4a-8cd9-af0dd938d5de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.20 19:59:42.148205 [ 4 ] {da6d401a-6658-4d4a-8cd9-af0dd938d5de} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:42.148245 [ 4 ] {da6d401a-6658-4d4a-8cd9-af0dd938d5de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:42.148622 [ 4 ] {da6d401a-6658-4d4a-8cd9-af0dd938d5de} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:59:42.148849 [ 4 ] {da6d401a-6658-4d4a-8cd9-af0dd938d5de} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): 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.20 19:59:42.149008 [ 4 ] {da6d401a-6658-4d4a-8cd9-af0dd938d5de} executeQuery: Read 24 rows, 2.04 KiB in 0.001822 sec., 13172.338090010977 rows/sec., 1.09 MiB/sec. 2026.03.20 19:59:42.149050 [ 4 ] {da6d401a-6658-4d4a-8cd9-af0dd938d5de} TCPHandler: Processed in 0.002241872 sec. 2026.03.20 19:59:42.149163 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:42.149259 [ 4 ] {f1f677c4-96c8-4fdf-b009-86e9d97c634c} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.20 19:59:42.149300 [ 4 ] {f1f677c4-96c8-4fdf-b009-86e9d97c634c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.20 19:59:42.149685 [ 4 ] {f1f677c4-96c8-4fdf-b009-86e9d97c634c} oximeter.fields_ipaddr (3b08f642-d5cb-4af3-b666-7dff611724bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:42.149721 [ 4 ] {f1f677c4-96c8-4fdf-b009-86e9d97c634c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:42.150007 [ 4 ] {f1f677c4-96c8-4fdf-b009-86e9d97c634c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.20 19:59:42.150220 [ 4 ] {f1f677c4-96c8-4fdf-b009-86e9d97c634c} oximeter.fields_ipaddr (3b08f642-d5cb-4af3-b666-7dff611724bd): 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.20 19:59:42.150347 [ 4 ] {f1f677c4-96c8-4fdf-b009-86e9d97c634c} executeQuery: Read 4 rows, 334.00 B in 0.001107 sec., 3613.369467028004 rows/sec., 294.64 KiB/sec. 2026.03.20 19:59:42.150385 [ 4 ] {f1f677c4-96c8-4fdf-b009-86e9d97c634c} TCPHandler: Processed in 0.001271578 sec. 2026.03.20 19:59:42.150486 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:42.150581 [ 4 ] {c25cd8ae-0f1a-4db2-b189-856e561a46d5} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:42.150620 [ 4 ] {c25cd8ae-0f1a-4db2-b189-856e561a46d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:42.151998 [ 4 ] {c25cd8ae-0f1a-4db2-b189-856e561a46d5} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:42.152036 [ 4 ] {c25cd8ae-0f1a-4db2-b189-856e561a46d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:42.152474 [ 4 ] {c25cd8ae-0f1a-4db2-b189-856e561a46d5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 19:59:42.152687 [ 4 ] {c25cd8ae-0f1a-4db2-b189-856e561a46d5} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:42.152823 [ 4 ] {c25cd8ae-0f1a-4db2-b189-856e561a46d5} executeQuery: Read 2108 rows, 164.47 KiB in 0.002261 sec., 932330.8270676691 rows/sec., 71.04 MiB/sec. 2026.03.20 19:59:42.152861 [ 4 ] {c25cd8ae-0f1a-4db2-b189-856e561a46d5} TCPHandler: Processed in 0.002422905 sec. 2026.03.20 19:59:42.152960 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:42.153055 [ 4 ] {dadbac44-7e93-484e-a899-38c065c5fa2a} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:42.153095 [ 4 ] {dadbac44-7e93-484e-a899-38c065c5fa2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:42.153504 [ 4 ] {dadbac44-7e93-484e-a899-38c065c5fa2a} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:42.153541 [ 4 ] {dadbac44-7e93-484e-a899-38c065c5fa2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:42.153853 [ 4 ] {dadbac44-7e93-484e-a899-38c065c5fa2a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 19:59:42.154058 [ 4 ] {dadbac44-7e93-484e-a899-38c065c5fa2a} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:42.154185 [ 4 ] {dadbac44-7e93-484e-a899-38c065c5fa2a} executeQuery: Read 50 rows, 3.80 KiB in 0.001148 sec., 43554.006968641115 rows/sec., 3.23 MiB/sec. 2026.03.20 19:59:42.154221 [ 4 ] {dadbac44-7e93-484e-a899-38c065c5fa2a} TCPHandler: Processed in 0.001309939 sec. 2026.03.20 19:59:42.154320 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:42.154415 [ 4 ] {613a1a25-142b-4236-8c28-b44e0db098c3} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.20 19:59:42.154455 [ 4 ] {613a1a25-142b-4236-8c28-b44e0db098c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.20 19:59:42.155062 [ 4 ] {613a1a25-142b-4236-8c28-b44e0db098c3} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:42.155097 [ 4 ] {613a1a25-142b-4236-8c28-b44e0db098c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:42.155414 [ 4 ] {613a1a25-142b-4236-8c28-b44e0db098c3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:59:42.155617 [ 4 ] {613a1a25-142b-4236-8c28-b44e0db098c3} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): 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.20 19:59:42.155744 [ 4 ] {613a1a25-142b-4236-8c28-b44e0db098c3} executeQuery: Read 732 rows, 44.33 KiB in 0.001348 sec., 543026.706231454 rows/sec., 32.12 MiB/sec. 2026.03.20 19:59:42.155783 [ 4 ] {613a1a25-142b-4236-8c28-b44e0db098c3} TCPHandler: Processed in 0.001511482 sec. 2026.03.20 19:59:42.155897 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:42.155993 [ 4 ] {1ae04692-bbdc-4d27-9b61-272f8b183fc7} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:42.156033 [ 4 ] {1ae04692-bbdc-4d27-9b61-272f8b183fc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.20 19:59:42.156402 [ 4 ] {1ae04692-bbdc-4d27-9b61-272f8b183fc7} oximeter.fields_u64 (5494091c-3909-4783-87db-e009456b3548): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:42.156438 [ 4 ] {1ae04692-bbdc-4d27-9b61-272f8b183fc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:42.156721 [ 4 ] {1ae04692-bbdc-4d27-9b61-272f8b183fc7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.20 19:59:42.156929 [ 4 ] {1ae04692-bbdc-4d27-9b61-272f8b183fc7} oximeter.fields_u64 (5494091c-3909-4783-87db-e009456b3548): 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.20 19:59:42.157056 [ 4 ] {1ae04692-bbdc-4d27-9b61-272f8b183fc7} executeQuery: Read 1 rows, 72.00 B in 0.001081 sec., 925.0693802035154 rows/sec., 65.04 KiB/sec. 2026.03.20 19:59:42.157092 [ 4 ] {1ae04692-bbdc-4d27-9b61-272f8b183fc7} TCPHandler: Processed in 0.001245298 sec. 2026.03.20 19:59:42.157211 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:42.157332 [ 4 ] {a37e1714-1181-4490-bb51-5621a3d00783} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.20 19:59:42.157380 [ 4 ] {a37e1714-1181-4490-bb51-5621a3d00783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.20 19:59:42.157857 [ 4 ] {a37e1714-1181-4490-bb51-5621a3d00783} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:42.157900 [ 4 ] {a37e1714-1181-4490-bb51-5621a3d00783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:42.158235 [ 4 ] {a37e1714-1181-4490-bb51-5621a3d00783} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.20 19:59:42.158445 [ 4 ] {a37e1714-1181-4490-bb51-5621a3d00783} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): 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.20 19:59:42.158581 [ 4 ] {a37e1714-1181-4490-bb51-5621a3d00783} executeQuery: Read 12 rows, 960.00 B in 0.001274 sec., 9419.152276295134 rows/sec., 735.87 KiB/sec. 2026.03.20 19:59:42.158619 [ 4 ] {a37e1714-1181-4490-bb51-5621a3d00783} TCPHandler: Processed in 0.001467931 sec. 2026.03.20 19:59:42.158718 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:42.158813 [ 4 ] {affa6e15-f979-4b42-baee-3c9cd936be0c} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:42.158853 [ 4 ] {affa6e15-f979-4b42-baee-3c9cd936be0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:42.159590 [ 4 ] {affa6e15-f979-4b42-baee-3c9cd936be0c} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:42.159626 [ 4 ] {affa6e15-f979-4b42-baee-3c9cd936be0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:42.159974 [ 4 ] {affa6e15-f979-4b42-baee-3c9cd936be0c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 19:59:42.160182 [ 4 ] {affa6e15-f979-4b42-baee-3c9cd936be0c} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:42.160325 [ 4 ] {affa6e15-f979-4b42-baee-3c9cd936be0c} executeQuery: Read 1074 rows, 76.65 KiB in 0.00153 sec., 701960.7843137255 rows/sec., 48.92 MiB/sec. 2026.03.20 19:59:42.160363 [ 4 ] {affa6e15-f979-4b42-baee-3c9cd936be0c} TCPHandler: Processed in 0.001692194 sec. 2026.03.20 19:59:42.160477 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:42.160571 [ 4 ] {f4e2f5ed-b1d6-40ff-83c9-6caf3b0b1e14} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:42.160613 [ 4 ] {f4e2f5ed-b1d6-40ff-83c9-6caf3b0b1e14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:42.161184 [ 4 ] {f4e2f5ed-b1d6-40ff-83c9-6caf3b0b1e14} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:42.161218 [ 4 ] {f4e2f5ed-b1d6-40ff-83c9-6caf3b0b1e14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:42.161622 [ 4 ] {f4e2f5ed-b1d6-40ff-83c9-6caf3b0b1e14} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 19:59:42.161891 [ 4 ] {f4e2f5ed-b1d6-40ff-83c9-6caf3b0b1e14} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:42.162031 [ 4 ] {f4e2f5ed-b1d6-40ff-83c9-6caf3b0b1e14} executeQuery: Read 1255 rows, 81.05 KiB in 0.001477 sec., 849695.3283683142 rows/sec., 53.59 MiB/sec. 2026.03.20 19:59:42.162068 [ 4 ] {f4e2f5ed-b1d6-40ff-83c9-6caf3b0b1e14} TCPHandler: Processed in 0.001638574 sec. 2026.03.20 19:59:42.162168 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:42.162262 [ 4 ] {4b79c8e2-c15c-4e67-bcd7-fc28b9330615} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:42.162315 [ 4 ] {4b79c8e2-c15c-4e67-bcd7-fc28b9330615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:42.163083 [ 4 ] {4b79c8e2-c15c-4e67-bcd7-fc28b9330615} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:42.163120 [ 4 ] {4b79c8e2-c15c-4e67-bcd7-fc28b9330615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:42.163655 [ 4 ] {4b79c8e2-c15c-4e67-bcd7-fc28b9330615} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.20 19:59:42.163886 [ 4 ] {4b79c8e2-c15c-4e67-bcd7-fc28b9330615} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:42.164021 [ 4 ] {4b79c8e2-c15c-4e67-bcd7-fc28b9330615} executeQuery: Read 34 rows, 62.39 KiB in 0.001778 sec., 19122.609673790776 rows/sec., 34.27 MiB/sec. 2026.03.20 19:59:42.164072 [ 4 ] {4b79c8e2-c15c-4e67-bcd7-fc28b9330615} TCPHandler: Processed in 0.001951669 sec. 2026.03.20 19:59:42.164186 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:42.164281 [ 4 ] {a3c3aa8f-2f4c-4287-ad30-40abee9f7647} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:42.164322 [ 4 ] {a3c3aa8f-2f4c-4287-ad30-40abee9f7647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:42.164631 [ 4 ] {a3c3aa8f-2f4c-4287-ad30-40abee9f7647} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:42.164667 [ 4 ] {a3c3aa8f-2f4c-4287-ad30-40abee9f7647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:42.164957 [ 4 ] {a3c3aa8f-2f4c-4287-ad30-40abee9f7647} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 19:59:42.165158 [ 4 ] {a3c3aa8f-2f4c-4287-ad30-40abee9f7647} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:42.165300 [ 4 ] {a3c3aa8f-2f4c-4287-ad30-40abee9f7647} executeQuery: Read 12 rows, 848.00 B in 0.001038 sec., 11560.693641618496 rows/sec., 797.81 KiB/sec. 2026.03.20 19:59:42.165336 [ 4 ] {a3c3aa8f-2f4c-4287-ad30-40abee9f7647} TCPHandler: Processed in 0.001198447 sec. 2026.03.20 19:59:46.168600 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:46.168896 [ 4 ] {1081e5b6-cc4f-4cba-9b3c-13ae55575665} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:46.168995 [ 4 ] {1081e5b6-cc4f-4cba-9b3c-13ae55575665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:46.169669 [ 4 ] {1081e5b6-cc4f-4cba-9b3c-13ae55575665} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:46.169708 [ 4 ] {1081e5b6-cc4f-4cba-9b3c-13ae55575665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:46.170089 [ 4 ] {1081e5b6-cc4f-4cba-9b3c-13ae55575665} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 19:59:46.170303 [ 4 ] {1081e5b6-cc4f-4cba-9b3c-13ae55575665} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:46.170453 [ 4 ] {1081e5b6-cc4f-4cba-9b3c-13ae55575665} executeQuery: Read 56 rows, 4.38 KiB in 0.001629 sec., 34376.91835481891 rows/sec., 2.62 MiB/sec. 2026.03.20 19:59:46.170493 [ 4 ] {1081e5b6-cc4f-4cba-9b3c-13ae55575665} TCPHandler: Processed in 0.00206675 sec. 2026.03.20 19:59:46.170615 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:46.170740 [ 4 ] {085d17ca-b526-4a2c-a844-2196fceb5033} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:46.170788 [ 4 ] {085d17ca-b526-4a2c-a844-2196fceb5033} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:46.171283 [ 4 ] {085d17ca-b526-4a2c-a844-2196fceb5033} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:46.171320 [ 4 ] {085d17ca-b526-4a2c-a844-2196fceb5033} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:46.171645 [ 4 ] {085d17ca-b526-4a2c-a844-2196fceb5033} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 19:59:46.171864 [ 4 ] {085d17ca-b526-4a2c-a844-2196fceb5033} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:46.171993 [ 4 ] {085d17ca-b526-4a2c-a844-2196fceb5033} executeQuery: Read 64 rows, 5.12 KiB in 0.00128 sec., 49999.99999999999 rows/sec., 3.90 MiB/sec. 2026.03.20 19:59:46.172030 [ 4 ] {085d17ca-b526-4a2c-a844-2196fceb5033} TCPHandler: Processed in 0.001474741 sec. 2026.03.20 19:59:46.172138 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:46.172233 [ 4 ] {2e176c29-43d0-406d-ae8a-b7e715baa21a} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:46.172276 [ 4 ] {2e176c29-43d0-406d-ae8a-b7e715baa21a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:46.172680 [ 4 ] {2e176c29-43d0-406d-ae8a-b7e715baa21a} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:46.172714 [ 4 ] {2e176c29-43d0-406d-ae8a-b7e715baa21a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:46.173072 [ 4 ] {2e176c29-43d0-406d-ae8a-b7e715baa21a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 19:59:46.173282 [ 4 ] {2e176c29-43d0-406d-ae8a-b7e715baa21a} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:46.173409 [ 4 ] {2e176c29-43d0-406d-ae8a-b7e715baa21a} executeQuery: Read 128 rows, 9.13 KiB in 0.001194 sec., 107202.68006700168 rows/sec., 7.47 MiB/sec. 2026.03.20 19:59:46.173444 [ 4 ] {2e176c29-43d0-406d-ae8a-b7e715baa21a} TCPHandler: Processed in 0.00135397 sec. 2026.03.20 19:59:46.173550 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:46.173644 [ 4 ] {2b4d5e31-f989-48d3-87d8-2ba7a9987c30} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:46.173684 [ 4 ] {2b4d5e31-f989-48d3-87d8-2ba7a9987c30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:46.174005 [ 4 ] {2b4d5e31-f989-48d3-87d8-2ba7a9987c30} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:46.174038 [ 4 ] {2b4d5e31-f989-48d3-87d8-2ba7a9987c30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:46.174337 [ 4 ] {2b4d5e31-f989-48d3-87d8-2ba7a9987c30} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.20 19:59:46.174544 [ 4 ] {2b4d5e31-f989-48d3-87d8-2ba7a9987c30} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:46.174669 [ 4 ] {2b4d5e31-f989-48d3-87d8-2ba7a9987c30} executeQuery: Read 48 rows, 3.31 KiB in 0.001043 sec., 46021.09300095877 rows/sec., 3.10 MiB/sec. 2026.03.20 19:59:46.174702 [ 4 ] {2b4d5e31-f989-48d3-87d8-2ba7a9987c30} TCPHandler: Processed in 0.001199687 sec. 2026.03.20 19:59:47.399630 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6258 2026.03.20 19:59:47.400209 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:47.400261 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:47.400787 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 19:59:47.401029 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:59:47.401173 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6258 2026.03.20 19:59:47.715542 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.20 19:59:47.732014 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:47.732072 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:47.737407 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.20 19:59:47.738116 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:59:47.741166 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.20 19:59:49.892000 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 470 2026.03.20 19:59:49.894387 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:49.894435 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:49.895603 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.20 19:59:49.895872 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): 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.20 19:59:49.896116 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 470 2026.03.20 19:59:51.169958 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:51.170144 [ 4 ] {d40d7090-96c1-4632-9572-d0e45bce7f90} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:51.170210 [ 4 ] {d40d7090-96c1-4632-9572-d0e45bce7f90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:51.170963 [ 4 ] {d40d7090-96c1-4632-9572-d0e45bce7f90} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:51.171004 [ 4 ] {d40d7090-96c1-4632-9572-d0e45bce7f90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:51.171402 [ 4 ] {d40d7090-96c1-4632-9572-d0e45bce7f90} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 19:59:51.171625 [ 4 ] {d40d7090-96c1-4632-9572-d0e45bce7f90} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:51.171776 [ 4 ] {d40d7090-96c1-4632-9572-d0e45bce7f90} executeQuery: Read 84 rows, 7.16 KiB in 0.001684 sec., 49881.2351543943 rows/sec., 4.15 MiB/sec. 2026.03.20 19:59:51.171821 [ 4 ] {d40d7090-96c1-4632-9572-d0e45bce7f90} TCPHandler: Processed in 0.001986619 sec. 2026.03.20 19:59:51.171955 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:51.172064 [ 4 ] {ec646da4-173f-4cce-a157-6df06a82fab5} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:51.172104 [ 4 ] {ec646da4-173f-4cce-a157-6df06a82fab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:51.172576 [ 4 ] {ec646da4-173f-4cce-a157-6df06a82fab5} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:51.172611 [ 4 ] {ec646da4-173f-4cce-a157-6df06a82fab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:51.172939 [ 4 ] {ec646da4-173f-4cce-a157-6df06a82fab5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 19:59:51.173140 [ 4 ] {ec646da4-173f-4cce-a157-6df06a82fab5} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:51.173268 [ 4 ] {ec646da4-173f-4cce-a157-6df06a82fab5} executeQuery: Read 14 rows, 1.05 KiB in 0.001228 sec., 11400.651465798046 rows/sec., 857.28 KiB/sec. 2026.03.20 19:59:51.173275 [ 135 ] {} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 19:59:51.173305 [ 4 ] {ec646da4-173f-4cce-a157-6df06a82fab5} TCPHandler: Processed in 0.00139826 sec. 2026.03.20 19:59:51.173351 [ 135 ] {} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:51.173376 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:51.173455 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:51.173530 [ 193 ] {58393122-9d39-4a68-8803-de2717db2f19::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.20 19:59:51.173556 [ 4 ] {307f314e-3e99-4fba-ba0d-1367b41754ec} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:51.173617 [ 4 ] {307f314e-3e99-4fba-ba0d-1367b41754ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:51.173692 [ 193 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:51.173735 [ 193 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 211 rows starting from the beginning of the part 2026.03.20 19:59:51.173810 [ 193 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part 2026.03.20 19:59:51.173864 [ 193 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 25 rows starting from the beginning of the part 2026.03.20 19:59:51.173965 [ 193 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part 2026.03.20 19:59:51.174021 [ 193 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part 2026.03.20 19:59:51.174067 [ 193 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part 2026.03.20 19:59:51.174090 [ 4 ] {307f314e-3e99-4fba-ba0d-1367b41754ec} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:51.174132 [ 4 ] {307f314e-3e99-4fba-ba0d-1367b41754ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:51.174480 [ 4 ] {307f314e-3e99-4fba-ba0d-1367b41754ec} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 19:59:51.174704 [ 4 ] {307f314e-3e99-4fba-ba0d-1367b41754ec} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:51.174837 [ 4 ] {307f314e-3e99-4fba-ba0d-1367b41754ec} executeQuery: Read 78 rows, 6.24 KiB in 0.0013 sec., 60000 rows/sec., 4.68 MiB/sec. 2026.03.20 19:59:51.174874 [ 4 ] {307f314e-3e99-4fba-ba0d-1367b41754ec} TCPHandler: Processed in 0.001467741 sec. 2026.03.20 19:59:51.174976 [ 190 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 5 columns (5 merged, 0 gathered) in 0.001519391 sec., 225090.1841593112 rows/sec., 15.98 MiB/sec. 2026.03.20 19:59:51.174989 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:51.175099 [ 4 ] {38d4a192-1846-4f5a-a7c8-7643de323fa9} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:51.175128 [ 193 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 19:59:51.175142 [ 4 ] {38d4a192-1846-4f5a-a7c8-7643de323fa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:51.175398 [ 193 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_16_3} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:51.175473 [ 193 ] {58393122-9d39-4a68-8803-de2717db2f19::all_1_16_3} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 19:59:51.175551 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.20 19:59:51.175581 [ 4 ] {38d4a192-1846-4f5a-a7c8-7643de323fa9} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:51.175624 [ 4 ] {38d4a192-1846-4f5a-a7c8-7643de323fa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:51.175960 [ 4 ] {38d4a192-1846-4f5a-a7c8-7643de323fa9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 19:59:51.176168 [ 4 ] {38d4a192-1846-4f5a-a7c8-7643de323fa9} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:51.176293 [ 4 ] {38d4a192-1846-4f5a-a7c8-7643de323fa9} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2026.03.20 19:59:51.176327 [ 4 ] {38d4a192-1846-4f5a-a7c8-7643de323fa9} TCPHandler: Processed in 0.00138531 sec. 2026.03.20 19:59:51.176447 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:51.176536 [ 4 ] {f92f5e51-bb70-4715-9ce8-0c9c7050478d} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:51.176588 [ 4 ] {f92f5e51-bb70-4715-9ce8-0c9c7050478d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:51.177353 [ 4 ] {f92f5e51-bb70-4715-9ce8-0c9c7050478d} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:51.177386 [ 4 ] {f92f5e51-bb70-4715-9ce8-0c9c7050478d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:51.177913 [ 4 ] {f92f5e51-bb70-4715-9ce8-0c9c7050478d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.20 19:59:51.178142 [ 4 ] {f92f5e51-bb70-4715-9ce8-0c9c7050478d} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:51.178256 [ 134 ] {} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.20 19:59:51.178273 [ 4 ] {f92f5e51-bb70-4715-9ce8-0c9c7050478d} executeQuery: Read 14 rows, 25.69 KiB in 0.001754 sec., 7981.75598631699 rows/sec., 14.30 MiB/sec. 2026.03.20 19:59:51.178296 [ 134 ] {} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:51.178315 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:51.178325 [ 4 ] {f92f5e51-bb70-4715-9ce8-0c9c7050478d} TCPHandler: Processed in 0.001933198 sec. 2026.03.20 19:59:51.178402 [ 193 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::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.20 19:59:51.178438 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:51.178542 [ 4 ] {45d1dc45-999b-4205-be2a-de7b603790cf} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:51.178582 [ 4 ] {45d1dc45-999b-4205-be2a-de7b603790cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:51.178587 [ 193 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:51.178636 [ 193 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 181 rows starting from the beginning of the part 2026.03.20 19:59:51.178735 [ 193 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part 2026.03.20 19:59:51.178829 [ 193 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 25 rows starting from the beginning of the part 2026.03.20 19:59:51.178920 [ 193 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part 2026.03.20 19:59:51.178922 [ 4 ] {45d1dc45-999b-4205-be2a-de7b603790cf} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:51.178967 [ 4 ] {45d1dc45-999b-4205-be2a-de7b603790cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:51.179009 [ 193 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part 2026.03.20 19:59:51.179095 [ 193 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part 2026.03.20 19:59:51.179272 [ 4 ] {45d1dc45-999b-4205-be2a-de7b603790cf} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.20 19:59:51.179524 [ 4 ] {45d1dc45-999b-4205-be2a-de7b603790cf} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:51.179654 [ 4 ] {45d1dc45-999b-4205-be2a-de7b603790cf} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2026.03.20 19:59:51.179689 [ 4 ] {45d1dc45-999b-4205-be2a-de7b603790cf} TCPHandler: Processed in 0.001297948 sec. 2026.03.20 19:59:51.181816 [ 190 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 19 columns (19 merged, 0 gathered) in 0.00344844 sec., 81776.10745728503 rows/sec., 146.54 MiB/sec. 2026.03.20 19:59:51.182609 [ 192 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.20 19:59:51.182948 [ 192 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_16_3} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:51.183012 [ 192 ] {298ac36b-fe30-4aee-9554-eb16e2f1ea00::all_1_16_3} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.20 19:59:51.183122 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2026.03.20 19:59:53.442984 [ 133 ] {} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.20 19:59:53.443085 [ 133 ] {} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:53.443127 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:53.443314 [ 193 ] {07fa5811-46c4-48f7-ad58-9fe4b829beea::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.20 19:59:53.443544 [ 193 ] {07fa5811-46c4-48f7-ad58-9fe4b829beea::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:53.443603 [ 193 ] {07fa5811-46c4-48f7-ad58-9fe4b829beea::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.20 19:59:53.443715 [ 193 ] {07fa5811-46c4-48f7-ad58-9fe4b829beea::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.20 19:59:53.443794 [ 193 ] {07fa5811-46c4-48f7-ad58-9fe4b829beea::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.20 19:59:53.443874 [ 193 ] {07fa5811-46c4-48f7-ad58-9fe4b829beea::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.20 19:59:53.443946 [ 193 ] {07fa5811-46c4-48f7-ad58-9fe4b829beea::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.20 19:59:53.444827 [ 192 ] {07fa5811-46c4-48f7-ad58-9fe4b829beea::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 5 columns (5 merged, 0 gathered) in 0.001600863 sec., 207388.14002197565 rows/sec., 13.02 MiB/sec. 2026.03.20 19:59:53.445054 [ 190 ] {07fa5811-46c4-48f7-ad58-9fe4b829beea::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.20 19:59:53.445416 [ 190 ] {07fa5811-46c4-48f7-ad58-9fe4b829beea::all_1_5_1} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea): 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.20 19:59:53.445508 [ 190 ] {07fa5811-46c4-48f7-ad58-9fe4b829beea::all_1_5_1} oximeter.fields_u8 (07fa5811-46c4-48f7-ad58-9fe4b829beea) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.20 19:59:53.445612 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.20 19:59:53.773052 [ 133 ] {} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.20 19:59:53.773119 [ 133 ] {} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:53.773146 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:53.773278 [ 200 ] {5c2d3658-35b7-4e4b-be62-6465d5614902::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.20 19:59:53.773426 [ 200 ] {5c2d3658-35b7-4e4b-be62-6465d5614902::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:53.773462 [ 200 ] {5c2d3658-35b7-4e4b-be62-6465d5614902::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.20 19:59:53.773532 [ 200 ] {5c2d3658-35b7-4e4b-be62-6465d5614902::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.20 19:59:53.773581 [ 200 ] {5c2d3658-35b7-4e4b-be62-6465d5614902::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.20 19:59:53.773626 [ 200 ] {5c2d3658-35b7-4e4b-be62-6465d5614902::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.20 19:59:53.773670 [ 200 ] {5c2d3658-35b7-4e4b-be62-6465d5614902::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.20 19:59:53.774495 [ 190 ] {5c2d3658-35b7-4e4b-be62-6465d5614902::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 5 columns (5 merged, 0 gathered) in 0.001271938 sec., 503169.1796298247 rows/sec., 34.98 MiB/sec. 2026.03.20 19:59:53.774676 [ 192 ] {5c2d3658-35b7-4e4b-be62-6465d5614902::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.20 19:59:53.774981 [ 192 ] {5c2d3658-35b7-4e4b-be62-6465d5614902::all_1_5_1} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902): 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.20 19:59:53.775052 [ 192 ] {5c2d3658-35b7-4e4b-be62-6465d5614902::all_1_5_1} oximeter.fields_i16 (5c2d3658-35b7-4e4b-be62-6465d5614902) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.20 19:59:53.775116 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.20 19:59:54.810478 [ 132 ] {} DNSResolver: Updating DNS cache 2026.03.20 19:59:54.810531 [ 132 ] {} DNSResolver: Updated DNS cache 2026.03.20 19:59:54.901824 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6706 2026.03.20 19:59:54.902570 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:54.902625 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:54.903182 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 19:59:54.903454 [ 245 ] {} system.asynchronous_metric_log (7549e133-f86f-405d-a35e-31254c4f0d4d): 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.20 19:59:54.903590 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6706 2026.03.20 19:59:55.241782 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.20 19:59:55.257864 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:55.257920 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:55.263894 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.20 19:59:55.264574 [ 244 ] {} system.metric_log (696c1f90-4ecf-4d49-82f2-c205c963b4ad): 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.20 19:59:55.267384 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.20 19:59:56.170751 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:56.170931 [ 4 ] {e71eb2b3-b6fc-4c84-95c2-df8f88fe5b8c} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 19:59:56.171001 [ 4 ] {e71eb2b3-b6fc-4c84-95c2-df8f88fe5b8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 19:59:56.171722 [ 4 ] {e71eb2b3-b6fc-4c84-95c2-df8f88fe5b8c} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:56.171770 [ 4 ] {e71eb2b3-b6fc-4c84-95c2-df8f88fe5b8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:56.172185 [ 4 ] {e71eb2b3-b6fc-4c84-95c2-df8f88fe5b8c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 19:59:56.172412 [ 4 ] {e71eb2b3-b6fc-4c84-95c2-df8f88fe5b8c} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:56.172538 [ 130 ] {} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 19:59:56.172554 [ 4 ] {e71eb2b3-b6fc-4c84-95c2-df8f88fe5b8c} executeQuery: Read 106 rows, 9.09 KiB in 0.001677 sec., 63208.10971973762 rows/sec., 5.29 MiB/sec. 2026.03.20 19:59:56.172577 [ 130 ] {} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:56.172596 [ 4 ] {e71eb2b3-b6fc-4c84-95c2-df8f88fe5b8c} TCPHandler: Processed in 0.001967579 sec. 2026.03.20 19:59:56.172599 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:56.172698 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::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.20 19:59:56.172720 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:56.172800 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:56.172817 [ 4 ] {7197762d-ecf3-4d21-b034-4d0a86303a2c} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 19:59:56.172833 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2883 rows starting from the beginning of the part 2026.03.20 19:59:56.172857 [ 4 ] {7197762d-ecf3-4d21-b034-4d0a86303a2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 19:59:56.172897 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 84 rows starting from the beginning of the part 2026.03.20 19:59:56.172946 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2108 rows starting from the beginning of the part 2026.03.20 19:59:56.172990 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::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.20 19:59:56.173033 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 84 rows starting from the beginning of the part 2026.03.20 19:59:56.173089 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 106 rows starting from the beginning of the part 2026.03.20 19:59:56.173259 [ 4 ] {7197762d-ecf3-4d21-b034-4d0a86303a2c} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:56.173293 [ 4 ] {7197762d-ecf3-4d21-b034-4d0a86303a2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:56.173641 [ 4 ] {7197762d-ecf3-4d21-b034-4d0a86303a2c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 19:59:56.173868 [ 4 ] {7197762d-ecf3-4d21-b034-4d0a86303a2c} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 19:59:56.173999 [ 4 ] {7197762d-ecf3-4d21-b034-4d0a86303a2c} executeQuery: Read 25 rows, 1.88 KiB in 0.001201 sec., 20815.986677768527 rows/sec., 1.53 MiB/sec. 2026.03.20 19:59:56.174036 [ 4 ] {7197762d-ecf3-4d21-b034-4d0a86303a2c} TCPHandler: Processed in 0.001366499 sec. 2026.03.20 19:59:56.174149 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:56.174244 [ 4 ] {f45f5934-3a52-4daf-813f-dcee26ebdd51} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 19:59:56.174283 [ 4 ] {f45f5934-3a52-4daf-813f-dcee26ebdd51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 19:59:56.174705 [ 4 ] {f45f5934-3a52-4daf-813f-dcee26ebdd51} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:56.174740 [ 4 ] {f45f5934-3a52-4daf-813f-dcee26ebdd51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:56.175049 [ 4 ] {f45f5934-3a52-4daf-813f-dcee26ebdd51} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 19:59:56.175063 [ 195 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 5321 rows, containing 5 columns (5 merged, 0 gathered) in 0.002400434 sec., 2216682.4832509453 rows/sec., 178.91 MiB/sec. 2026.03.20 19:59:56.175269 [ 4 ] {f45f5934-3a52-4daf-813f-dcee26ebdd51} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:56.175341 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 19:59:56.175368 [ 130 ] {} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 19:59:56.175397 [ 130 ] {} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:56.175400 [ 4 ] {f45f5934-3a52-4daf-813f-dcee26ebdd51} executeQuery: Read 89 rows, 7.12 KiB in 0.001175 sec., 75744.68085106382 rows/sec., 5.92 MiB/sec. 2026.03.20 19:59:56.175416 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:56.175441 [ 4 ] {f45f5934-3a52-4daf-813f-dcee26ebdd51} TCPHandler: Processed in 0.00134008 sec. 2026.03.20 19:59:56.175485 [ 192 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::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.20 19:59:56.175554 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:56.175562 [ 192 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:56.175576 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_21_4} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 19:59:56.175591 [ 192 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1547 rows starting from the beginning of the part 2026.03.20 19:59:56.175637 [ 200 ] {6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba::all_1_21_4} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 19:59:56.175650 [ 4 ] {08aaba11-feef-47fd-ad27-1920962d1a34} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:56.175657 [ 192 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 78 rows starting from the beginning of the part 2026.03.20 19:59:56.175694 [ 4 ] {08aaba11-feef-47fd-ad27-1920962d1a34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 19:59:56.175694 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.03.20 19:59:56.175702 [ 192 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1074 rows starting from the beginning of the part 2026.03.20 19:59:56.175748 [ 192 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::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.20 19:59:56.175787 [ 192 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 78 rows starting from the beginning of the part 2026.03.20 19:59:56.175827 [ 192 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 89 rows starting from the beginning of the part 2026.03.20 19:59:56.176091 [ 4 ] {08aaba11-feef-47fd-ad27-1920962d1a34} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:56.176126 [ 4 ] {08aaba11-feef-47fd-ad27-1920962d1a34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:56.176456 [ 4 ] {08aaba11-feef-47fd-ad27-1920962d1a34} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 19:59:56.176662 [ 4 ] {08aaba11-feef-47fd-ad27-1920962d1a34} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:56.176761 [ 130 ] {} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 19:59:56.176788 [ 4 ] {08aaba11-feef-47fd-ad27-1920962d1a34} executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. 2026.03.20 19:59:56.176794 [ 130 ] {} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:56.176819 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:56.176823 [ 4 ] {08aaba11-feef-47fd-ad27-1920962d1a34} TCPHandler: Processed in 0.001317289 sec. 2026.03.20 19:59:56.176858 [ 188 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2930 rows, containing 5 columns (5 merged, 0 gathered) in 0.00140094 sec., 2091452.8816366154 rows/sec., 155.66 MiB/sec. 2026.03.20 19:59:56.176906 [ 192 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:56.176928 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:56.176985 [ 192 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:56.177009 [ 192 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5948 rows starting from the beginning of the part 2026.03.20 19:59:56.177023 [ 4 ] {56e2e03c-9e3c-4999-8e1a-7d96ccb06d17} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 19:59:56.177050 [ 192 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:56.177077 [ 4 ] {56e2e03c-9e3c-4999-8e1a-7d96ccb06d17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 19:59:56.177085 [ 192 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1255 rows starting from the beginning of the part 2026.03.20 19:59:56.177080 [ 188 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 19:59:56.177118 [ 192 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:56.177151 [ 192 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:56.177184 [ 192 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::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.20 19:59:56.177397 [ 188 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_21_4} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 19:59:56.177468 [ 188 ] {32dbf10c-00ce-4391-83b2-132e68f5fe93::all_1_21_4} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 19:59:56.177531 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.20 19:59:56.177866 [ 4 ] {56e2e03c-9e3c-4999-8e1a-7d96ccb06d17} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:56.177901 [ 4 ] {56e2e03c-9e3c-4999-8e1a-7d96ccb06d17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:56.178446 [ 4 ] {56e2e03c-9e3c-4999-8e1a-7d96ccb06d17} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.20 19:59:56.178676 [ 4 ] {56e2e03c-9e3c-4999-8e1a-7d96ccb06d17} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 19:59:56.178808 [ 4 ] {56e2e03c-9e3c-4999-8e1a-7d96ccb06d17} executeQuery: Read 25 rows, 45.87 KiB in 0.001804 sec., 13858.09312638581 rows/sec., 24.83 MiB/sec. 2026.03.20 19:59:56.178858 [ 4 ] {56e2e03c-9e3c-4999-8e1a-7d96ccb06d17} TCPHandler: Processed in 0.001978579 sec. 2026.03.20 19:59:56.178965 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 19:59:56.179061 [ 4 ] {7bd9ec6b-a65c-4a10-808f-bd58e85c7c72} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 19:59:56.179102 [ 4 ] {7bd9ec6b-a65c-4a10-808f-bd58e85c7c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 19:59:56.179367 [ 197 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7811 rows, containing 5 columns (5 merged, 0 gathered) in 0.002498426 sec., 3126368.361520413 rows/sec., 206.73 MiB/sec. 2026.03.20 19:59:56.179450 [ 4 ] {7bd9ec6b-a65c-4a10-808f-bd58e85c7c72} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:56.179488 [ 4 ] {7bd9ec6b-a65c-4a10-808f-bd58e85c7c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:56.179785 [ 4 ] {7bd9ec6b-a65c-4a10-808f-bd58e85c7c72} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.20 19:59:56.179986 [ 4 ] {7bd9ec6b-a65c-4a10-808f-bd58e85c7c72} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:56.180075 [ 130 ] {} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.20 19:59:56.180105 [ 130 ] {} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:56.180108 [ 192 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 19:59:56.180122 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:56.180110 [ 4 ] {7bd9ec6b-a65c-4a10-808f-bd58e85c7c72} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2026.03.20 19:59:56.180177 [ 4 ] {7bd9ec6b-a65c-4a10-808f-bd58e85c7c72} TCPHandler: Processed in 0.001259828 sec. 2026.03.20 19:59:56.180182 [ 188 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:56.180255 [ 188 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:56.180280 [ 188 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:56.180325 [ 188 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:56.180362 [ 188 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:56.180398 [ 188 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:56.180431 [ 188 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:56.180464 [ 188 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::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.20 19:59:56.180480 [ 192 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_21_4} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 19:59:56.180572 [ 192 ] {1eaf6dee-2fea-42da-b582-f1ca12ff9ad6::all_1_21_4} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 19:59:56.180640 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2026.03.20 19:59:56.181216 [ 197 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.001056265 sec., 1079274.6138516376 rows/sec., 71.91 MiB/sec. 2026.03.20 19:59:56.181367 [ 192 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.20 19:59:56.181609 [ 192 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_21_4} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 19:59:56.181668 [ 192 ] {fbdee146-0ee8-417d-b4d0-43762a0abbd1::all_1_21_4} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.20 19:59:56.181718 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.03.20 19:59:57.164980 [ 128 ] {} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.20 19:59:57.165047 [ 128 ] {} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:57.165070 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:57.165257 [ 188 ] {6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79::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.20 19:59:57.165412 [ 188 ] {6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.20 19:59:57.165447 [ 188 ] {6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.03.20 19:59:57.165519 [ 188 ] {6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.03.20 19:59:57.165567 [ 188 ] {6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 732 rows starting from the beginning of the part 2026.03.20 19:59:57.165611 [ 188 ] {6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 732 rows starting from the beginning of the part 2026.03.20 19:59:57.165653 [ 188 ] {6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 732 rows starting from the beginning of the part 2026.03.20 19:59:57.166784 [ 192 ] {6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 2494 rows, containing 5 columns (5 merged, 0 gathered) in 0.001584323 sec., 1574173.9531648534 rows/sec., 100.13 MiB/sec. 2026.03.20 19:59:57.166941 [ 188 ] {6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.20 19:59:57.167183 [ 188 ] {6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79::all_1_5_1} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79): 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.20 19:59:57.167250 [ 188 ] {6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79::all_1_5_1} oximeter.fields_u32 (6ae19acf-8c0f-4dbf-ad38-0a16cfc03a79) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.20 19:59:57.167309 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.03.20 19:59:59.896406 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 494 2026.03.20 19:59:59.898761 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 19:59:59.898804 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 19:59:59.900011 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.20 19:59:59.900264 [ 243 ] {} system.query_log (08aa0a00-e2b3-4f66-829f-e379cd15d2dc): 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.20 19:59:59.900502 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 494 2026.03.20 20:00:01.172366 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 20:00:01.172540 [ 4 ] {9885e143-fae8-4470-9ef3-785eecbe7e5c} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.20 20:00:01.172606 [ 4 ] {9885e143-fae8-4470-9ef3-785eecbe7e5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.20 20:00:01.173297 [ 4 ] {9885e143-fae8-4470-9ef3-785eecbe7e5c} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 20:00:01.173343 [ 4 ] {9885e143-fae8-4470-9ef3-785eecbe7e5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 20:00:01.173845 [ 4 ] {9885e143-fae8-4470-9ef3-785eecbe7e5c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 20:00:01.174100 [ 4 ] {9885e143-fae8-4470-9ef3-785eecbe7e5c} oximeter.fields_string (6d6c3828-7dad-44d9-ac95-1fdf9c9a94ba): 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.20 20:00:01.174250 [ 4 ] {9885e143-fae8-4470-9ef3-785eecbe7e5c} executeQuery: Read 84 rows, 7.16 KiB in 0.001759 sec., 47754.40591245026 rows/sec., 3.98 MiB/sec. 2026.03.20 20:00:01.174293 [ 4 ] {9885e143-fae8-4470-9ef3-785eecbe7e5c} TCPHandler: Processed in 0.002052329 sec. 2026.03.20 20:00:01.174431 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 20:00:01.174532 [ 4 ] {3be98d91-e3b4-4c3e-b0a3-9f433ca56de1} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.20 20:00:01.174574 [ 4 ] {3be98d91-e3b4-4c3e-b0a3-9f433ca56de1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.20 20:00:01.174991 [ 4 ] {3be98d91-e3b4-4c3e-b0a3-9f433ca56de1} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 20:00:01.175029 [ 4 ] {3be98d91-e3b4-4c3e-b0a3-9f433ca56de1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 20:00:01.175340 [ 4 ] {3be98d91-e3b4-4c3e-b0a3-9f433ca56de1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 20:00:01.175570 [ 4 ] {3be98d91-e3b4-4c3e-b0a3-9f433ca56de1} oximeter.fields_u16 (58393122-9d39-4a68-8803-de2717db2f19): 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.20 20:00:01.175727 [ 4 ] {3be98d91-e3b4-4c3e-b0a3-9f433ca56de1} executeQuery: Read 14 rows, 1.05 KiB in 0.001214 sec., 11532.125205930806 rows/sec., 867.16 KiB/sec. 2026.03.20 20:00:01.175777 [ 4 ] {3be98d91-e3b4-4c3e-b0a3-9f433ca56de1} TCPHandler: Processed in 0.00139585 sec. 2026.03.20 20:00:01.175916 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 20:00:01.176035 [ 4 ] {35cec850-77e1-445e-af4c-cc013f6fc635} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.20 20:00:01.176090 [ 4 ] {35cec850-77e1-445e-af4c-cc013f6fc635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.20 20:00:01.176619 [ 4 ] {35cec850-77e1-445e-af4c-cc013f6fc635} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 20:00:01.176664 [ 4 ] {35cec850-77e1-445e-af4c-cc013f6fc635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 20:00:01.177043 [ 4 ] {35cec850-77e1-445e-af4c-cc013f6fc635} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 20:00:01.177299 [ 4 ] {35cec850-77e1-445e-af4c-cc013f6fc635} oximeter.fields_uuid (32dbf10c-00ce-4391-83b2-132e68f5fe93): 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.20 20:00:01.177458 [ 4 ] {35cec850-77e1-445e-af4c-cc013f6fc635} executeQuery: Read 78 rows, 6.24 KiB in 0.001445 sec., 53979.238754325255 rows/sec., 4.21 MiB/sec. 2026.03.20 20:00:01.177501 [ 4 ] {35cec850-77e1-445e-af4c-cc013f6fc635} TCPHandler: Processed in 0.001649193 sec. 2026.03.20 20:00:01.177635 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 20:00:01.177739 [ 4 ] {3ebb63f7-814e-4865-b265-0c8198835373} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.20 20:00:01.177790 [ 4 ] {3ebb63f7-814e-4865-b265-0c8198835373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.20 20:00:01.178309 [ 4 ] {3ebb63f7-814e-4865-b265-0c8198835373} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 20:00:01.178356 [ 4 ] {3ebb63f7-814e-4865-b265-0c8198835373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 20:00:01.178762 [ 4 ] {3ebb63f7-814e-4865-b265-0c8198835373} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 20:00:01.179008 [ 4 ] {3ebb63f7-814e-4865-b265-0c8198835373} oximeter.measurements_cumulativeu64 (1eaf6dee-2fea-42da-b582-f1ca12ff9ad6): 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.20 20:00:01.179151 [ 4 ] {3ebb63f7-814e-4865-b265-0c8198835373} executeQuery: Read 160 rows, 11.41 KiB in 0.001435 sec., 111498.25783972125 rows/sec., 7.77 MiB/sec. 2026.03.20 20:00:01.179192 [ 4 ] {3ebb63f7-814e-4865-b265-0c8198835373} TCPHandler: Processed in 0.001612373 sec. 2026.03.20 20:00:01.179322 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 20:00:01.179421 [ 4 ] {d1bdb477-9ae1-4d90-a271-745a6cce2018} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.20 20:00:01.179478 [ 4 ] {d1bdb477-9ae1-4d90-a271-745a6cce2018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.20 20:00:01.180336 [ 4 ] {d1bdb477-9ae1-4d90-a271-745a6cce2018} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 20:00:01.180374 [ 4 ] {d1bdb477-9ae1-4d90-a271-745a6cce2018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 20:00:01.180989 [ 4 ] {d1bdb477-9ae1-4d90-a271-745a6cce2018} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.20 20:00:01.181230 [ 4 ] {d1bdb477-9ae1-4d90-a271-745a6cce2018} oximeter.measurements_histogramu64 (298ac36b-fe30-4aee-9554-eb16e2f1ea00): 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.20 20:00:01.181397 [ 4 ] {d1bdb477-9ae1-4d90-a271-745a6cce2018} executeQuery: Read 14 rows, 25.69 KiB in 0.001995 sec., 7017.543859649123 rows/sec., 12.58 MiB/sec. 2026.03.20 20:00:01.181477 [ 4 ] {d1bdb477-9ae1-4d90-a271-745a6cce2018} TCPHandler: Processed in 0.002203542 sec. 2026.03.20 20:00:01.181629 [ 4 ] {} TCP-Session: 9df3348b-a41b-4e6b-b535-a9c1b79de36f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.20 20:00:01.181745 [ 4 ] {d416d956-1ea4-4e2d-9338-fafbf962a92d} executeQuery: (from [fd00:1122:3344:101::d]:63586) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.20 20:00:01.181798 [ 4 ] {d416d956-1ea4-4e2d-9338-fafbf962a92d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.20 20:00:01.182252 [ 4 ] {d416d956-1ea4-4e2d-9338-fafbf962a92d} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.20 20:00:01.182298 [ 4 ] {d416d956-1ea4-4e2d-9338-fafbf962a92d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.47 GiB. 2026.03.20 20:00:01.182720 [ 4 ] {d416d956-1ea4-4e2d-9338-fafbf962a92d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.20 20:00:01.183034 [ 4 ] {d416d956-1ea4-4e2d-9338-fafbf962a92d} oximeter.measurements_u64 (fbdee146-0ee8-417d-b4d0-43762a0abbd1): 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.20 20:00:01.183201 [ 4 ] {d416d956-1ea4-4e2d-9338-fafbf962a92d} executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. 2026.03.20 20:00:01.183250 [ 4 ] {d416d956-1ea4-4e2d-9338-fafbf962a92d} TCPHandler: Processed in 0.001681014 sec.