[ Mar 19 08:26:12 Enabled. ] [ Mar 19 08:26:12 Rereading configuration. ] [ Mar 19 08:26:14 Rereading configuration. ] [ Mar 19 08:26:17 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Mar 19 08:26:17 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.03.19 08:26:19.791870 [ 1 ] {} Application: Will watch for the process with pid 25693 2026.03.19 08:26:19.792254 [ 1 ] {} Application: Forked a child process to watch 2026.03.19 08:26:20.068774 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25693 2026.03.19 08:26:20.071010 [ 1 ] {} Application: starting up 2026.03.19 08:26:20.071164 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.19 08:26:20.231002 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.19 08:26:20.256618 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.19 08:26:20.256661 [ 1 ] {} Application: Initializing DateLUT. 2026.03.19 08:26:20.256678 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.19 08:26:20.256728 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.19 08:26:20.257082 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.19 08:26:20.260539 [ 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.19 08:26:20.261281 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.19 08:26:20.262072 [ 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.19 08:26:20.262092 [ 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.19 08:26:20.262105 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.19 08:26:20.262766 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.19 08:26:20.263755 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.19 08:26:20.269204 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.19 08:26:20.269950 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.19 08:26:20.271214 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.19 08:26:20.271273 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.19 08:26:20.272274 [ 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.19 08:26:20.272654 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.19 08:26:20.276220 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.19 08:26:20.276494 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.19 08:26:20.281049 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.19 08:26:20.281378 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.19 08:26:20.281790 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.19 08:26:20.282106 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.19 08:26:20.283393 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.19 08:26:20.283417 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.19 08:26:20.283524 [ 30 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:26:20.283608 [ 30 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:26:20.295500 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.19 08:26:20.295526 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000155115 sec 2026.03.19 08:26:20.295544 [ 1 ] {} ReferentialDeps: No tables 2026.03.19 08:26:20.295556 [ 1 ] {} LoadingDeps: No tables 2026.03.19 08:26:20.296171 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.19 08:26:20.296697 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.19 08:26:20.313412 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.19 08:26:20.313467 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.19 08:26:20.313495 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.19 08:26:20.313510 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.19 08:26:20.313544 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.19 08:26:20.313563 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.19 08:26:20.315831 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.19 08:26:20.315874 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.19 08:26:20.315893 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.19 08:26:20.316031 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.19 08:26:20.316071 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.19 08:26:20.316083 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.19 08:26:20.316100 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.19 08:26:20.316112 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.19 08:26:20.316140 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.19 08:26:20.316157 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.19 08:26:20.342300 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.19 08:26:20.343479 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.19 08:26:20.343508 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.7452e-05 sec 2026.03.19 08:26:20.343521 [ 1 ] {} ReferentialDeps: No tables 2026.03.19 08:26:20.343531 [ 1 ] {} LoadingDeps: No tables 2026.03.19 08:26:20.343556 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.19 08:26:20.343741 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.19 08:26:20.343783 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.19 08:26:20.343796 [ 1 ] {} Application: Loaded metadata. 2026.03.19 08:26:20.343807 [ 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.19 08:26:20.343818 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.19 08:26:20.361682 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.19 08:26:20.361899 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.02 MiB 2026.03.19 08:26:20.363196 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.3271e-05 sec. 2026.03.19 08:26:20.363635 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.19 08:26:20.364878 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.19 08:26:20.364898 [ 1 ] {} Application: Ready for connections. 2026.03.19 08:26:21.000367 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.81 MiB, peak 116.81 MiB, free memory in arenas 0.00 B, will set to 118.33 MiB (RSS), difference: 1.52 MiB 2026.03.19 08:26:22.410858 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42810 2026.03.19 08:26:22.411850 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.412485 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Authenticating user 'default' from [fd00:1122:3344:101::d]:42810 2026.03.19 08:26:22.412540 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.412555 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.412649 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 08:26:22.412690 [ 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.19 08:26:22.412708 [ 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.19 08:26:22.413912 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54298 2026.03.19 08:26:22.413922 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50205 2026.03.19 08:26:22.414072 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.414117 [ 254 ] {} TCP-Session: 41fef5c7-dc9f-43fb-9d6d-612f459a5731 Authenticating user 'default' from [fd00:1122:3344:101::d]:54298 2026.03.19 08:26:22.414124 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40172 2026.03.19 08:26:22.414153 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.414133 [ 254 ] {} TCP-Session: 41fef5c7-dc9f-43fb-9d6d-612f459a5731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414128 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65494 2026.03.19 08:26:22.414221 [ 254 ] {} TCP-Session: 41fef5c7-dc9f-43fb-9d6d-612f459a5731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414219 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Authenticating user 'default' from [fd00:1122:3344:101::d]:50205 2026.03.19 08:26:22.414315 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414330 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414396 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61314 2026.03.19 08:26:22.414435 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.414435 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.414419 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63381 2026.03.19 08:26:22.414505 [ 4 ] {} TCP-Session: ccc12bb4-7637-40a8-8a0a-0202451c979c Authenticating user 'default' from [fd00:1122:3344:101::d]:40172 2026.03.19 08:26:22.414517 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59785 2026.03.19 08:26:22.414509 [ 255 ] {} TCP-Session: 35c18d63-9f83-45a1-85fb-f7b8e5858d0e Authenticating user 'default' from [fd00:1122:3344:101::d]:65494 2026.03.19 08:26:22.414577 [ 4 ] {} TCP-Session: ccc12bb4-7637-40a8-8a0a-0202451c979c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414587 [ 255 ] {} TCP-Session: 35c18d63-9f83-45a1-85fb-f7b8e5858d0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414604 [ 4 ] {} TCP-Session: ccc12bb4-7637-40a8-8a0a-0202451c979c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414610 [ 255 ] {} TCP-Session: 35c18d63-9f83-45a1-85fb-f7b8e5858d0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414628 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35629 2026.03.19 08:26:22.414774 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.414795 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.414819 [ 256 ] {} TCP-Session: fe82e067-d9b4-4976-8c89-9f06b16478f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63381 2026.03.19 08:26:22.414831 [ 258 ] {} TCP-Session: 9c8f9840-4798-4dff-86b7-d764975f47cb Authenticating user 'default' from [fd00:1122:3344:101::d]:59785 2026.03.19 08:26:22.414862 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.414880 [ 256 ] {} TCP-Session: fe82e067-d9b4-4976-8c89-9f06b16478f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414887 [ 258 ] {} TCP-Session: 9c8f9840-4798-4dff-86b7-d764975f47cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414918 [ 256 ] {} TCP-Session: fe82e067-d9b4-4976-8c89-9f06b16478f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414925 [ 258 ] {} TCP-Session: 9c8f9840-4798-4dff-86b7-d764975f47cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.414919 [ 259 ] {} TCP-Session: 9e07a814-f6e5-4fed-94b8-9b9ddeea5c22 Authenticating user 'default' from [fd00:1122:3344:101::d]:35629 2026.03.19 08:26:22.415025 [ 259 ] {} TCP-Session: 9e07a814-f6e5-4fed-94b8-9b9ddeea5c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.415041 [ 259 ] {} TCP-Session: 9e07a814-f6e5-4fed-94b8-9b9ddeea5c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.415583 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.415625 [ 257 ] {} TCP-Session: 6977ba88-240b-4b00-aa8a-5bb13013a146 Authenticating user 'default' from [fd00:1122:3344:101::d]:61314 2026.03.19 08:26:22.415644 [ 257 ] {} TCP-Session: 6977ba88-240b-4b00-aa8a-5bb13013a146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.415680 [ 257 ] {} TCP-Session: 6977ba88-240b-4b00-aa8a-5bb13013a146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.418155 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.421124 [ 3 ] {a0ac4897-daef-41bf-b35a-361211ce7cde} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:26:22.533154 [ 3 ] {a0ac4897-daef-41bf-b35a-361211ce7cde} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42810) (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.19 08:26:22.533998 [ 3 ] {a0ac4897-daef-41bf-b35a-361211ce7cde} 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.19 08:26:22.534082 [ 3 ] {a0ac4897-daef-41bf-b35a-361211ce7cde} TCPHandler: Processed in 0.118487588 sec. 2026.03.19 08:26:22.534705 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.534981 [ 5 ] {529a920c-9c64-40c8-8e12-977afa56d9d5} executeQuery: (from [fd00:1122:3344:101::d]:50205) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:26:22.535426 [ 5 ] {529a920c-9c64-40c8-8e12-977afa56d9d5} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50205) (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.19 08:26:22.535603 [ 5 ] {529a920c-9c64-40c8-8e12-977afa56d9d5} 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.19 08:26:22.535693 [ 5 ] {529a920c-9c64-40c8-8e12-977afa56d9d5} TCPHandler: Processed in 0.001323308 sec. 2026.03.19 08:26:22.535981 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.536818 [ 3 ] {967c6048-8274-4e0d-aecb-fdafd29d666a} executeQuery: (from [fd00:1122:3344:101::d]:42810) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.19 08:26:22.537415 [ 3 ] {967c6048-8274-4e0d-aecb-fdafd29d666a} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.19 08:26:22.538569 [ 3 ] {967c6048-8274-4e0d-aecb-fdafd29d666a} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.19 08:26:22.538590 [ 3 ] {967c6048-8274-4e0d-aecb-fdafd29d666a} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3621e-05 sec 2026.03.19 08:26:22.538613 [ 3 ] {967c6048-8274-4e0d-aecb-fdafd29d666a} ReferentialDeps: No tables 2026.03.19 08:26:22.538624 [ 3 ] {967c6048-8274-4e0d-aecb-fdafd29d666a} LoadingDeps: No tables 2026.03.19 08:26:22.538647 [ 3 ] {967c6048-8274-4e0d-aecb-fdafd29d666a} DatabaseAtomic (oximeter): Starting up tables. 2026.03.19 08:26:22.539338 [ 3 ] {967c6048-8274-4e0d-aecb-fdafd29d666a} TCPHandler: Processed in 0.003481072 sec. 2026.03.19 08:26:22.539491 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.539657 [ 3 ] {b6aed9e5-fc72-479b-b937-fb6146dc17d6} executeQuery: (from [fd00:1122:3344:101::d]:42810) /* 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.19 08:26:22.539729 [ 3 ] {b6aed9e5-fc72-479b-b937-fb6146dc17d6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.19 08:26:22.545327 [ 3 ] {b6aed9e5-fc72-479b-b937-fb6146dc17d6} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.19 08:26:22.546465 [ 3 ] {b6aed9e5-fc72-479b-b937-fb6146dc17d6} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756): Loading data parts 2026.03.19 08:26:22.548914 [ 3 ] {b6aed9e5-fc72-479b-b937-fb6146dc17d6} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756): There are no data parts 2026.03.19 08:26:22.552718 [ 3 ] {b6aed9e5-fc72-479b-b937-fb6146dc17d6} TCPHandler: Processed in 0.013276059 sec. 2026.03.19 08:26:22.552909 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.553175 [ 3 ] {e7686f5d-49be-4c3f-8cc0-98f6f5821573} executeQuery: (from [fd00:1122:3344:101::d]:42810) /* 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.19 08:26:22.553301 [ 3 ] {e7686f5d-49be-4c3f-8cc0-98f6f5821573} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.19 08:26:22.569789 [ 3 ] {e7686f5d-49be-4c3f-8cc0-98f6f5821573} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): Loading data parts 2026.03.19 08:26:22.570015 [ 3 ] {e7686f5d-49be-4c3f-8cc0-98f6f5821573} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): There are no data parts 2026.03.19 08:26:22.572138 [ 3 ] {e7686f5d-49be-4c3f-8cc0-98f6f5821573} TCPHandler: Processed in 0.019299065 sec. 2026.03.19 08:26:22.572378 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.572548 [ 3 ] {1ea8835c-3455-41ca-84a2-feade8a0d5a4} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.572663 [ 3 ] {1ea8835c-3455-41ca-84a2-feade8a0d5a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.19 08:26:22.574350 [ 3 ] {1ea8835c-3455-41ca-84a2-feade8a0d5a4} oximeter.measurements_i8 (692d2999-a2f6-438f-ad92-c7635a1390b4): Loading data parts 2026.03.19 08:26:22.574611 [ 3 ] {1ea8835c-3455-41ca-84a2-feade8a0d5a4} oximeter.measurements_i8 (692d2999-a2f6-438f-ad92-c7635a1390b4): There are no data parts 2026.03.19 08:26:22.577408 [ 3 ] {1ea8835c-3455-41ca-84a2-feade8a0d5a4} TCPHandler: Processed in 0.005087949 sec. 2026.03.19 08:26:22.577561 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.577797 [ 3 ] {5d472b4e-5c98-412f-96d1-38605622d4be} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.577841 [ 3 ] {5d472b4e-5c98-412f-96d1-38605622d4be} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.19 08:26:22.579807 [ 3 ] {5d472b4e-5c98-412f-96d1-38605622d4be} oximeter.measurements_u8 (dc8ce97c-cde1-4b84-b44f-1078fd314c52): Loading data parts 2026.03.19 08:26:22.579962 [ 3 ] {5d472b4e-5c98-412f-96d1-38605622d4be} oximeter.measurements_u8 (dc8ce97c-cde1-4b84-b44f-1078fd314c52): There are no data parts 2026.03.19 08:26:22.581008 [ 3 ] {5d472b4e-5c98-412f-96d1-38605622d4be} TCPHandler: Processed in 0.003496492 sec. 2026.03.19 08:26:22.581218 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.581375 [ 3 ] {a662293d-bb81-4699-b561-d6898bf5d9fb} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.581489 [ 3 ] {a662293d-bb81-4699-b561-d6898bf5d9fb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.19 08:26:22.583282 [ 3 ] {a662293d-bb81-4699-b561-d6898bf5d9fb} oximeter.measurements_i16 (cea85c9b-d230-42e0-a74b-9d9536207ba7): Loading data parts 2026.03.19 08:26:22.583431 [ 3 ] {a662293d-bb81-4699-b561-d6898bf5d9fb} oximeter.measurements_i16 (cea85c9b-d230-42e0-a74b-9d9536207ba7): There are no data parts 2026.03.19 08:26:22.585787 [ 3 ] {a662293d-bb81-4699-b561-d6898bf5d9fb} TCPHandler: Processed in 0.004618365 sec. 2026.03.19 08:26:22.585935 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.586092 [ 3 ] {1e9e8c77-8f8c-4505-a486-eff15700b9b1} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.586208 [ 3 ] {1e9e8c77-8f8c-4505-a486-eff15700b9b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.19 08:26:22.588955 [ 3 ] {1e9e8c77-8f8c-4505-a486-eff15700b9b1} oximeter.measurements_u16 (d5247263-fc07-4227-bf13-0a4fdec41895): Loading data parts 2026.03.19 08:26:22.589268 [ 3 ] {1e9e8c77-8f8c-4505-a486-eff15700b9b1} oximeter.measurements_u16 (d5247263-fc07-4227-bf13-0a4fdec41895): There are no data parts 2026.03.19 08:26:22.593566 [ 3 ] {1e9e8c77-8f8c-4505-a486-eff15700b9b1} TCPHandler: Processed in 0.007680095 sec. 2026.03.19 08:26:22.593769 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.593968 [ 3 ] {49b69d03-b916-4e96-9210-a0faad245038} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.594096 [ 3 ] {49b69d03-b916-4e96-9210-a0faad245038} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.19 08:26:22.598624 [ 3 ] {49b69d03-b916-4e96-9210-a0faad245038} oximeter.measurements_i32 (13e7b701-1659-4de2-9f4f-a37f0b56dfe7): Loading data parts 2026.03.19 08:26:22.598975 [ 3 ] {49b69d03-b916-4e96-9210-a0faad245038} oximeter.measurements_i32 (13e7b701-1659-4de2-9f4f-a37f0b56dfe7): There are no data parts 2026.03.19 08:26:22.605889 [ 3 ] {49b69d03-b916-4e96-9210-a0faad245038} TCPHandler: Processed in 0.012179676 sec. 2026.03.19 08:26:22.606048 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.606207 [ 3 ] {024087b9-857c-4582-a857-63b5e6556f3b} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.606329 [ 3 ] {024087b9-857c-4582-a857-63b5e6556f3b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.19 08:26:22.608592 [ 3 ] {024087b9-857c-4582-a857-63b5e6556f3b} oximeter.measurements_u32 (89fd1363-7b31-4286-93aa-b2c9bd7794b9): Loading data parts 2026.03.19 08:26:22.608743 [ 3 ] {024087b9-857c-4582-a857-63b5e6556f3b} oximeter.measurements_u32 (89fd1363-7b31-4286-93aa-b2c9bd7794b9): There are no data parts 2026.03.19 08:26:22.609857 [ 3 ] {024087b9-857c-4582-a857-63b5e6556f3b} TCPHandler: Processed in 0.003864124 sec. 2026.03.19 08:26:22.610001 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.610243 [ 3 ] {4019923e-5355-4ead-b3e5-aa02e590fc2f} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.610398 [ 3 ] {4019923e-5355-4ead-b3e5-aa02e590fc2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.19 08:26:22.612110 [ 3 ] {4019923e-5355-4ead-b3e5-aa02e590fc2f} oximeter.measurements_i64 (ace5e47b-1085-4e87-966e-1ebebf4843ae): Loading data parts 2026.03.19 08:26:22.612266 [ 3 ] {4019923e-5355-4ead-b3e5-aa02e590fc2f} oximeter.measurements_i64 (ace5e47b-1085-4e87-966e-1ebebf4843ae): There are no data parts 2026.03.19 08:26:22.615532 [ 3 ] {4019923e-5355-4ead-b3e5-aa02e590fc2f} TCPHandler: Processed in 0.005581554 sec. 2026.03.19 08:26:22.615674 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.615826 [ 3 ] {6b991411-b501-4f15-a02e-247bef9803a6} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.615949 [ 3 ] {6b991411-b501-4f15-a02e-247bef9803a6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.19 08:26:22.617931 [ 3 ] {6b991411-b501-4f15-a02e-247bef9803a6} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Loading data parts 2026.03.19 08:26:22.618129 [ 3 ] {6b991411-b501-4f15-a02e-247bef9803a6} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): There are no data parts 2026.03.19 08:26:22.619168 [ 3 ] {6b991411-b501-4f15-a02e-247bef9803a6} TCPHandler: Processed in 0.003542883 sec. 2026.03.19 08:26:22.619309 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.619545 [ 3 ] {0181aa4a-26bd-4b36-8f43-6fbe31792c79} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.619672 [ 3 ] {0181aa4a-26bd-4b36-8f43-6fbe31792c79} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.19 08:26:22.621383 [ 3 ] {0181aa4a-26bd-4b36-8f43-6fbe31792c79} oximeter.measurements_f32 (f954ea09-bdec-4fb3-b35e-bc97484eaa3a): Loading data parts 2026.03.19 08:26:22.621542 [ 3 ] {0181aa4a-26bd-4b36-8f43-6fbe31792c79} oximeter.measurements_f32 (f954ea09-bdec-4fb3-b35e-bc97484eaa3a): There are no data parts 2026.03.19 08:26:22.622682 [ 3 ] {0181aa4a-26bd-4b36-8f43-6fbe31792c79} TCPHandler: Processed in 0.00342351 sec. 2026.03.19 08:26:22.622817 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.622967 [ 3 ] {a62e73d0-05b2-4ffb-9064-db3d07609aed} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.623089 [ 3 ] {a62e73d0-05b2-4ffb-9064-db3d07609aed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.19 08:26:22.625263 [ 3 ] {a62e73d0-05b2-4ffb-9064-db3d07609aed} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): Loading data parts 2026.03.19 08:26:22.625462 [ 3 ] {a62e73d0-05b2-4ffb-9064-db3d07609aed} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): There are no data parts 2026.03.19 08:26:22.626537 [ 3 ] {a62e73d0-05b2-4ffb-9064-db3d07609aed} TCPHandler: Processed in 0.00376956 sec. 2026.03.19 08:26:22.626674 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.626906 [ 3 ] {f5f27197-61f6-4230-87c2-0071e8c928a3} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.627027 [ 3 ] {f5f27197-61f6-4230-87c2-0071e8c928a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.19 08:26:22.628754 [ 3 ] {f5f27197-61f6-4230-87c2-0071e8c928a3} oximeter.measurements_string (47f78433-5709-4340-9916-dc1e7e40bd41): Loading data parts 2026.03.19 08:26:22.628879 [ 3 ] {f5f27197-61f6-4230-87c2-0071e8c928a3} oximeter.measurements_string (47f78433-5709-4340-9916-dc1e7e40bd41): There are no data parts 2026.03.19 08:26:22.630203 [ 3 ] {f5f27197-61f6-4230-87c2-0071e8c928a3} TCPHandler: Processed in 0.003582444 sec. 2026.03.19 08:26:22.630383 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.630538 [ 3 ] {e9b09e7c-1dfa-4ed7-9788-f2acbcfc54d5} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.630669 [ 3 ] {e9b09e7c-1dfa-4ed7-9788-f2acbcfc54d5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.19 08:26:22.632449 [ 3 ] {e9b09e7c-1dfa-4ed7-9788-f2acbcfc54d5} oximeter.measurements_bytes (1134224f-1c8a-4b6a-9d65-8d6290c4c977): Loading data parts 2026.03.19 08:26:22.632584 [ 3 ] {e9b09e7c-1dfa-4ed7-9788-f2acbcfc54d5} oximeter.measurements_bytes (1134224f-1c8a-4b6a-9d65-8d6290c4c977): There are no data parts 2026.03.19 08:26:22.634020 [ 3 ] {e9b09e7c-1dfa-4ed7-9788-f2acbcfc54d5} TCPHandler: Processed in 0.003685338 sec. 2026.03.19 08:26:22.634155 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.634314 [ 3 ] {fa68bbbf-1b25-43e9-8f29-1b8b70d6e691} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.634444 [ 3 ] {fa68bbbf-1b25-43e9-8f29-1b8b70d6e691} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.19 08:26:22.636306 [ 3 ] {fa68bbbf-1b25-43e9-8f29-1b8b70d6e691} oximeter.measurements_cumulativei64 (f99c19c5-24f8-4935-990b-5f27f2a6070d): Loading data parts 2026.03.19 08:26:22.636434 [ 3 ] {fa68bbbf-1b25-43e9-8f29-1b8b70d6e691} oximeter.measurements_cumulativei64 (f99c19c5-24f8-4935-990b-5f27f2a6070d): There are no data parts 2026.03.19 08:26:22.637501 [ 3 ] {fa68bbbf-1b25-43e9-8f29-1b8b70d6e691} TCPHandler: Processed in 0.003395889 sec. 2026.03.19 08:26:22.637674 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.637873 [ 3 ] {c7b40a89-ba30-4a04-8d68-285ba556ea69} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.637996 [ 3 ] {c7b40a89-ba30-4a04-8d68-285ba556ea69} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.19 08:26:22.639731 [ 3 ] {c7b40a89-ba30-4a04-8d68-285ba556ea69} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Loading data parts 2026.03.19 08:26:22.639924 [ 3 ] {c7b40a89-ba30-4a04-8d68-285ba556ea69} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): There are no data parts 2026.03.19 08:26:22.641173 [ 3 ] {c7b40a89-ba30-4a04-8d68-285ba556ea69} TCPHandler: Processed in 0.003548873 sec. 2026.03.19 08:26:22.641317 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.641541 [ 3 ] {afbc2874-2bc2-40f7-bed6-945cd5c4242d} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.641623 [ 3 ] {afbc2874-2bc2-40f7-bed6-945cd5c4242d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.19 08:26:22.643494 [ 3 ] {afbc2874-2bc2-40f7-bed6-945cd5c4242d} oximeter.measurements_cumulativef32 (37cb70a9-f5bb-41c3-9aa5-0ddd69708d86): Loading data parts 2026.03.19 08:26:22.643659 [ 3 ] {afbc2874-2bc2-40f7-bed6-945cd5c4242d} oximeter.measurements_cumulativef32 (37cb70a9-f5bb-41c3-9aa5-0ddd69708d86): There are no data parts 2026.03.19 08:26:22.646551 [ 3 ] {afbc2874-2bc2-40f7-bed6-945cd5c4242d} TCPHandler: Processed in 0.005281915 sec. 2026.03.19 08:26:22.646690 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.646854 [ 3 ] {94f968b0-5bd6-4f8f-8fe6-85a09612784c} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.646980 [ 3 ] {94f968b0-5bd6-4f8f-8fe6-85a09612784c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.19 08:26:22.648760 [ 3 ] {94f968b0-5bd6-4f8f-8fe6-85a09612784c} oximeter.measurements_cumulativef64 (d95b7447-ec7e-48a9-87db-286d0445b604): Loading data parts 2026.03.19 08:26:22.648945 [ 3 ] {94f968b0-5bd6-4f8f-8fe6-85a09612784c} oximeter.measurements_cumulativef64 (d95b7447-ec7e-48a9-87db-286d0445b604): There are no data parts 2026.03.19 08:26:22.650165 [ 3 ] {94f968b0-5bd6-4f8f-8fe6-85a09612784c} TCPHandler: Processed in 0.003524763 sec. 2026.03.19 08:26:22.650311 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.650605 [ 3 ] {8c0e582c-4926-4f48-a2f8-c15ffca65977} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.650759 [ 3 ] {8c0e582c-4926-4f48-a2f8-c15ffca65977} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.19 08:26:22.652637 [ 3 ] {8c0e582c-4926-4f48-a2f8-c15ffca65977} oximeter.measurements_histogrami8 (78e6b8a5-e2bb-4e0c-9da4-cf6ec246b421): Loading data parts 2026.03.19 08:26:22.652884 [ 3 ] {8c0e582c-4926-4f48-a2f8-c15ffca65977} oximeter.measurements_histogrami8 (78e6b8a5-e2bb-4e0c-9da4-cf6ec246b421): There are no data parts 2026.03.19 08:26:22.654356 [ 3 ] {8c0e582c-4926-4f48-a2f8-c15ffca65977} TCPHandler: Processed in 0.004095289 sec. 2026.03.19 08:26:22.654505 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.654715 [ 3 ] {865d3698-16d7-491f-abee-b55934cc6323} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.654850 [ 3 ] {865d3698-16d7-491f-abee-b55934cc6323} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.19 08:26:22.656781 [ 3 ] {865d3698-16d7-491f-abee-b55934cc6323} oximeter.measurements_histogramu8 (d9609ce1-f2fc-4b06-b55d-4a60a4e78d59): Loading data parts 2026.03.19 08:26:22.656998 [ 3 ] {865d3698-16d7-491f-abee-b55934cc6323} oximeter.measurements_histogramu8 (d9609ce1-f2fc-4b06-b55d-4a60a4e78d59): There are no data parts 2026.03.19 08:26:22.658246 [ 3 ] {865d3698-16d7-491f-abee-b55934cc6323} TCPHandler: Processed in 0.003791761 sec. 2026.03.19 08:26:22.658384 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.658666 [ 3 ] {e17f2ae4-6c40-4f74-ba0f-ec067801cb3b} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.658786 [ 3 ] {e17f2ae4-6c40-4f74-ba0f-ec067801cb3b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.19 08:26:22.660750 [ 3 ] {e17f2ae4-6c40-4f74-ba0f-ec067801cb3b} oximeter.measurements_histogrami16 (912d6582-02ca-4bdc-a974-f03732226250): Loading data parts 2026.03.19 08:26:22.660880 [ 3 ] {e17f2ae4-6c40-4f74-ba0f-ec067801cb3b} oximeter.measurements_histogrami16 (912d6582-02ca-4bdc-a974-f03732226250): There are no data parts 2026.03.19 08:26:22.661954 [ 3 ] {e17f2ae4-6c40-4f74-ba0f-ec067801cb3b} TCPHandler: Processed in 0.003621156 sec. 2026.03.19 08:26:22.662158 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.662364 [ 3 ] {95a7834a-1159-4a39-9e06-ff4437ffc223} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.662486 [ 3 ] {95a7834a-1159-4a39-9e06-ff4437ffc223} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.19 08:26:22.664260 [ 3 ] {95a7834a-1159-4a39-9e06-ff4437ffc223} oximeter.measurements_histogramu16 (ce292e82-4f87-4f81-ac0a-9b98104ea217): Loading data parts 2026.03.19 08:26:22.664455 [ 3 ] {95a7834a-1159-4a39-9e06-ff4437ffc223} oximeter.measurements_histogramu16 (ce292e82-4f87-4f81-ac0a-9b98104ea217): There are no data parts 2026.03.19 08:26:22.665517 [ 3 ] {95a7834a-1159-4a39-9e06-ff4437ffc223} TCPHandler: Processed in 0.00340798 sec. 2026.03.19 08:26:22.665650 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.665937 [ 3 ] {65982c29-5c3f-4c69-9009-026a66fd702a} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.666063 [ 3 ] {65982c29-5c3f-4c69-9009-026a66fd702a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.19 08:26:22.667973 [ 3 ] {65982c29-5c3f-4c69-9009-026a66fd702a} oximeter.measurements_histogrami32 (29a13aa0-32e8-4362-a15b-dec9b576f053): Loading data parts 2026.03.19 08:26:22.668109 [ 3 ] {65982c29-5c3f-4c69-9009-026a66fd702a} oximeter.measurements_histogrami32 (29a13aa0-32e8-4362-a15b-dec9b576f053): There are no data parts 2026.03.19 08:26:22.669212 [ 3 ] {65982c29-5c3f-4c69-9009-026a66fd702a} TCPHandler: Processed in 0.003611076 sec. 2026.03.19 08:26:22.669414 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.669625 [ 3 ] {f6bed4ba-5fcb-43f9-9456-30024b6c3d2e} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.669752 [ 3 ] {f6bed4ba-5fcb-43f9-9456-30024b6c3d2e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.19 08:26:22.671587 [ 3 ] {f6bed4ba-5fcb-43f9-9456-30024b6c3d2e} oximeter.measurements_histogramu32 (57dfb6ee-e85d-43a6-b089-9cb8ea043d2f): Loading data parts 2026.03.19 08:26:22.671760 [ 3 ] {f6bed4ba-5fcb-43f9-9456-30024b6c3d2e} oximeter.measurements_histogramu32 (57dfb6ee-e85d-43a6-b089-9cb8ea043d2f): There are no data parts 2026.03.19 08:26:22.672893 [ 3 ] {f6bed4ba-5fcb-43f9-9456-30024b6c3d2e} TCPHandler: Processed in 0.003527753 sec. 2026.03.19 08:26:22.673029 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.673276 [ 3 ] {24835374-785e-4e46-887b-381573acfe12} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.673397 [ 3 ] {24835374-785e-4e46-887b-381573acfe12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.19 08:26:22.675346 [ 3 ] {24835374-785e-4e46-887b-381573acfe12} oximeter.measurements_histogrami64 (5bd2fbde-34c6-4bb0-b5e8-479ebd91a4a3): Loading data parts 2026.03.19 08:26:22.675489 [ 3 ] {24835374-785e-4e46-887b-381573acfe12} oximeter.measurements_histogrami64 (5bd2fbde-34c6-4bb0-b5e8-479ebd91a4a3): There are no data parts 2026.03.19 08:26:22.676694 [ 3 ] {24835374-785e-4e46-887b-381573acfe12} TCPHandler: Processed in 0.003712819 sec. 2026.03.19 08:26:22.676945 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.677161 [ 3 ] {cf93c9d1-48ad-4d31-80b4-500972e2b6f7} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.677274 [ 3 ] {cf93c9d1-48ad-4d31-80b4-500972e2b6f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.19 08:26:22.679196 [ 3 ] {cf93c9d1-48ad-4d31-80b4-500972e2b6f7} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Loading data parts 2026.03.19 08:26:22.679328 [ 3 ] {cf93c9d1-48ad-4d31-80b4-500972e2b6f7} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): There are no data parts 2026.03.19 08:26:22.680685 [ 3 ] {cf93c9d1-48ad-4d31-80b4-500972e2b6f7} TCPHandler: Processed in 0.003789631 sec. 2026.03.19 08:26:22.680830 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.681038 [ 3 ] {3bdeb4ab-b79b-4ec6-8821-2fe66f710292} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.681156 [ 3 ] {3bdeb4ab-b79b-4ec6-8821-2fe66f710292} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.19 08:26:22.683080 [ 3 ] {3bdeb4ab-b79b-4ec6-8821-2fe66f710292} oximeter.measurements_histogramf32 (5ec8be5d-bc84-42d2-9063-8b4cc87ca429): Loading data parts 2026.03.19 08:26:22.683265 [ 3 ] {3bdeb4ab-b79b-4ec6-8821-2fe66f710292} oximeter.measurements_histogramf32 (5ec8be5d-bc84-42d2-9063-8b4cc87ca429): There are no data parts 2026.03.19 08:26:22.684343 [ 3 ] {3bdeb4ab-b79b-4ec6-8821-2fe66f710292} TCPHandler: Processed in 0.003562354 sec. 2026.03.19 08:26:22.684536 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.684788 [ 3 ] {191cbb49-6b6b-402b-a651-3ebbd583512e} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.684920 [ 3 ] {191cbb49-6b6b-402b-a651-3ebbd583512e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.19 08:26:22.686704 [ 3 ] {191cbb49-6b6b-402b-a651-3ebbd583512e} oximeter.measurements_histogramf64 (b9b8b422-7621-4cd7-a100-023721cc0aa8): Loading data parts 2026.03.19 08:26:22.686856 [ 3 ] {191cbb49-6b6b-402b-a651-3ebbd583512e} oximeter.measurements_histogramf64 (b9b8b422-7621-4cd7-a100-023721cc0aa8): There are no data parts 2026.03.19 08:26:22.688125 [ 3 ] {191cbb49-6b6b-402b-a651-3ebbd583512e} TCPHandler: Processed in 0.003642557 sec. 2026.03.19 08:26:22.688273 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.688447 [ 3 ] {c14f7f0f-c941-4c9d-9da0-aa0ddc66f3af} executeQuery: (from [fd00:1122:3344:101::d]:42810) /* 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.19 08:26:22.688570 [ 3 ] {c14f7f0f-c941-4c9d-9da0-aa0ddc66f3af} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.19 08:26:22.690452 [ 3 ] {c14f7f0f-c941-4c9d-9da0-aa0ddc66f3af} oximeter.fields_bool (4969f9b9-4ce1-4cad-9975-791238287a1a): Loading data parts 2026.03.19 08:26:22.690674 [ 3 ] {c14f7f0f-c941-4c9d-9da0-aa0ddc66f3af} oximeter.fields_bool (4969f9b9-4ce1-4cad-9975-791238287a1a): There are no data parts 2026.03.19 08:26:22.691816 [ 3 ] {c14f7f0f-c941-4c9d-9da0-aa0ddc66f3af} TCPHandler: Processed in 0.003593235 sec. 2026.03.19 08:26:22.691961 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.692198 [ 3 ] {ad893c23-62f3-4cfc-a0c4-b63fc5e45be9} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.692313 [ 3 ] {ad893c23-62f3-4cfc-a0c4-b63fc5e45be9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.19 08:26:22.694036 [ 3 ] {ad893c23-62f3-4cfc-a0c4-b63fc5e45be9} oximeter.fields_i8 (0d1fcd80-6e30-42c2-ba4b-bc075309c3bb): Loading data parts 2026.03.19 08:26:22.694209 [ 3 ] {ad893c23-62f3-4cfc-a0c4-b63fc5e45be9} oximeter.fields_i8 (0d1fcd80-6e30-42c2-ba4b-bc075309c3bb): There are no data parts 2026.03.19 08:26:22.695404 [ 3 ] {ad893c23-62f3-4cfc-a0c4-b63fc5e45be9} TCPHandler: Processed in 0.003492542 sec. 2026.03.19 08:26:22.695558 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.695725 [ 3 ] {2d239a0f-1999-413f-8f0e-fc5aadc67878} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.695923 [ 3 ] {2d239a0f-1999-413f-8f0e-fc5aadc67878} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.19 08:26:22.697709 [ 3 ] {2d239a0f-1999-413f-8f0e-fc5aadc67878} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Loading data parts 2026.03.19 08:26:22.697928 [ 3 ] {2d239a0f-1999-413f-8f0e-fc5aadc67878} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): There are no data parts 2026.03.19 08:26:22.699157 [ 3 ] {2d239a0f-1999-413f-8f0e-fc5aadc67878} TCPHandler: Processed in 0.003650547 sec. 2026.03.19 08:26:22.699306 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.699549 [ 3 ] {3600b0b6-3816-4ea5-a71d-5918c6a30dff} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.699752 [ 3 ] {3600b0b6-3816-4ea5-a71d-5918c6a30dff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.19 08:26:22.701592 [ 3 ] {3600b0b6-3816-4ea5-a71d-5918c6a30dff} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Loading data parts 2026.03.19 08:26:22.701803 [ 3 ] {3600b0b6-3816-4ea5-a71d-5918c6a30dff} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): There are no data parts 2026.03.19 08:26:22.705866 [ 3 ] {3600b0b6-3816-4ea5-a71d-5918c6a30dff} TCPHandler: Processed in 0.006610423 sec. 2026.03.19 08:26:22.706012 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.706167 [ 3 ] {0fab2dcc-fe11-4494-948c-f348662c23ba} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.706292 [ 3 ] {0fab2dcc-fe11-4494-948c-f348662c23ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.19 08:26:22.708178 [ 3 ] {0fab2dcc-fe11-4494-948c-f348662c23ba} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Loading data parts 2026.03.19 08:26:22.708425 [ 3 ] {0fab2dcc-fe11-4494-948c-f348662c23ba} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): There are no data parts 2026.03.19 08:26:22.709818 [ 3 ] {0fab2dcc-fe11-4494-948c-f348662c23ba} TCPHandler: Processed in 0.003854913 sec. 2026.03.19 08:26:22.709958 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.710195 [ 3 ] {c6347c71-5770-4438-937b-445772f7db03} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.710330 [ 3 ] {c6347c71-5770-4438-937b-445772f7db03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.19 08:26:22.712056 [ 3 ] {c6347c71-5770-4438-937b-445772f7db03} oximeter.fields_i32 (913552ec-6951-4a86-bfe7-5a8ed9c7ea01): Loading data parts 2026.03.19 08:26:22.712202 [ 3 ] {c6347c71-5770-4438-937b-445772f7db03} oximeter.fields_i32 (913552ec-6951-4a86-bfe7-5a8ed9c7ea01): There are no data parts 2026.03.19 08:26:22.713668 [ 3 ] {c6347c71-5770-4438-937b-445772f7db03} TCPHandler: Processed in 0.003759529 sec. 2026.03.19 08:26:22.713816 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.713969 [ 3 ] {b8fe4e9d-a5b7-41be-ad5d-a7ae851ca316} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.714135 [ 3 ] {b8fe4e9d-a5b7-41be-ad5d-a7ae851ca316} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.19 08:26:22.716104 [ 3 ] {b8fe4e9d-a5b7-41be-ad5d-a7ae851ca316} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Loading data parts 2026.03.19 08:26:22.716324 [ 3 ] {b8fe4e9d-a5b7-41be-ad5d-a7ae851ca316} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): There are no data parts 2026.03.19 08:26:22.717554 [ 3 ] {b8fe4e9d-a5b7-41be-ad5d-a7ae851ca316} TCPHandler: Processed in 0.003787341 sec. 2026.03.19 08:26:22.717698 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.717970 [ 3 ] {feddd27f-025b-4c36-abc0-5b693413957d} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.718096 [ 3 ] {feddd27f-025b-4c36-abc0-5b693413957d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.19 08:26:22.720905 [ 3 ] {feddd27f-025b-4c36-abc0-5b693413957d} oximeter.fields_i64 (1e699505-6db1-4502-9e5d-248b505b5739): Loading data parts 2026.03.19 08:26:22.721047 [ 3 ] {feddd27f-025b-4c36-abc0-5b693413957d} oximeter.fields_i64 (1e699505-6db1-4502-9e5d-248b505b5739): There are no data parts 2026.03.19 08:26:22.723192 [ 3 ] {feddd27f-025b-4c36-abc0-5b693413957d} TCPHandler: Processed in 0.005537502 sec. 2026.03.19 08:26:22.723396 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.723581 [ 3 ] {5249b3a0-b99a-44f2-b98f-5e6012ac03ba} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.723754 [ 3 ] {5249b3a0-b99a-44f2-b98f-5e6012ac03ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.19 08:26:22.726305 [ 3 ] {5249b3a0-b99a-44f2-b98f-5e6012ac03ba} oximeter.fields_u64 (8ca891c3-d9f4-4d8b-a391-4797ea8bd784): Loading data parts 2026.03.19 08:26:22.726550 [ 3 ] {5249b3a0-b99a-44f2-b98f-5e6012ac03ba} oximeter.fields_u64 (8ca891c3-d9f4-4d8b-a391-4797ea8bd784): There are no data parts 2026.03.19 08:26:22.728716 [ 3 ] {5249b3a0-b99a-44f2-b98f-5e6012ac03ba} TCPHandler: Processed in 0.005371057 sec. 2026.03.19 08:26:22.729006 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.729323 [ 3 ] {ad7493af-8dd0-4b14-b9f0-c0a428761100} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.729493 [ 3 ] {ad7493af-8dd0-4b14-b9f0-c0a428761100} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.19 08:26:22.731535 [ 3 ] {ad7493af-8dd0-4b14-b9f0-c0a428761100} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Loading data parts 2026.03.19 08:26:22.731681 [ 3 ] {ad7493af-8dd0-4b14-b9f0-c0a428761100} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): There are no data parts 2026.03.19 08:26:22.733140 [ 3 ] {ad7493af-8dd0-4b14-b9f0-c0a428761100} TCPHandler: Processed in 0.004286826 sec. 2026.03.19 08:26:22.733295 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.733454 [ 3 ] {8629ac32-32c4-4e6f-9676-ed36734c1ad1} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.733586 [ 3 ] {8629ac32-32c4-4e6f-9676-ed36734c1ad1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.19 08:26:22.739096 [ 3 ] {8629ac32-32c4-4e6f-9676-ed36734c1ad1} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Loading data parts 2026.03.19 08:26:22.739398 [ 3 ] {8629ac32-32c4-4e6f-9676-ed36734c1ad1} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): There are no data parts 2026.03.19 08:26:22.740996 [ 3 ] {8629ac32-32c4-4e6f-9676-ed36734c1ad1} TCPHandler: Processed in 0.007753337 sec. 2026.03.19 08:26:22.741151 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.741426 [ 3 ] {edb52be8-9793-4056-95b1-2bf2914aaa83} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:22.741563 [ 3 ] {edb52be8-9793-4056-95b1-2bf2914aaa83} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.19 08:26:22.743290 [ 3 ] {edb52be8-9793-4056-95b1-2bf2914aaa83} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Loading data parts 2026.03.19 08:26:22.743426 [ 3 ] {edb52be8-9793-4056-95b1-2bf2914aaa83} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): There are no data parts 2026.03.19 08:26:22.744918 [ 3 ] {edb52be8-9793-4056-95b1-2bf2914aaa83} TCPHandler: Processed in 0.003818392 sec. 2026.03.19 08:26:22.745087 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.745338 [ 3 ] {8f52d995-4f2b-4ae0-844a-206e302bd4f3} executeQuery: (from [fd00:1122:3344:101::d]:42810) /* 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.19 08:26:22.745494 [ 3 ] {8f52d995-4f2b-4ae0-844a-206e302bd4f3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.19 08:26:22.747304 [ 3 ] {8f52d995-4f2b-4ae0-844a-206e302bd4f3} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): Loading data parts 2026.03.19 08:26:22.747444 [ 3 ] {8f52d995-4f2b-4ae0-844a-206e302bd4f3} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): There are no data parts 2026.03.19 08:26:22.748855 [ 3 ] {8f52d995-4f2b-4ae0-844a-206e302bd4f3} TCPHandler: Processed in 0.003817932 sec. 2026.03.19 08:26:22.749111 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:22.749434 [ 5 ] {40651c41-3214-41bc-a1f3-79dbf04fb2b7} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.19 08:26:22.752451 [ 5 ] {40651c41-3214-41bc-a1f3-79dbf04fb2b7} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.19 08:26:22.770784 [ 261 ] {40651c41-3214-41bc-a1f3-79dbf04fb2b7} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:22.770845 [ 261 ] {40651c41-3214-41bc-a1f3-79dbf04fb2b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 08:26:22.775622 [ 261 ] {40651c41-3214-41bc-a1f3-79dbf04fb2b7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:22.776310 [ 261 ] {40651c41-3214-41bc-a1f3-79dbf04fb2b7} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756): 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.19 08:26:22.776596 [ 5 ] {40651c41-3214-41bc-a1f3-79dbf04fb2b7} executeQuery: Read 1 rows, 16.00 B in 0.027325 sec., 36.596523330283624 rows/sec., 585.54 B/sec. 2026.03.19 08:26:22.777017 [ 5 ] {40651c41-3214-41bc-a1f3-79dbf04fb2b7} TCPHandler: Processed in 0.027979619 sec. 2026.03.19 08:26:22.827184 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62259 2026.03.19 08:26:22.827318 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.827347 [ 262 ] {} TCP-Session: defe74f4-1ca4-4cd6-9ce4-4d42eb03bafe Authenticating user 'default' from [fd00:1122:3344:101::a]:62259 2026.03.19 08:26:22.827406 [ 262 ] {} TCP-Session: defe74f4-1ca4-4cd6-9ce4-4d42eb03bafe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.827420 [ 262 ] {} TCP-Session: defe74f4-1ca4-4cd6-9ce4-4d42eb03bafe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.827485 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 08:26:22.827526 [ 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.19 08:26:22.827544 [ 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.19 08:26:22.827954 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42258 2026.03.19 08:26:22.828141 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.828173 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60806 2026.03.19 08:26:22.828199 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33830 2026.03.19 08:26:22.828230 [ 263 ] {} TCP-Session: c4e7e194-bc61-4212-94bf-8fb4b2dde9b7 Authenticating user 'default' from [fd00:1122:3344:101::a]:42258 2026.03.19 08:26:22.828292 [ 263 ] {} TCP-Session: c4e7e194-bc61-4212-94bf-8fb4b2dde9b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.828315 [ 263 ] {} TCP-Session: c4e7e194-bc61-4212-94bf-8fb4b2dde9b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.828383 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49571 2026.03.19 08:26:22.828424 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46241 2026.03.19 08:26:22.828529 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.828568 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47028 2026.03.19 08:26:22.828572 [ 265 ] {} TCP-Session: eb5c09c2-2110-444b-bd99-92b331235b0c Authenticating user 'default' from [fd00:1122:3344:101::a]:60806 2026.03.19 08:26:22.828603 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.828620 [ 265 ] {} TCP-Session: eb5c09c2-2110-444b-bd99-92b331235b0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.828678 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52420 2026.03.19 08:26:22.828693 [ 265 ] {} TCP-Session: eb5c09c2-2110-444b-bd99-92b331235b0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.828737 [ 264 ] {} TCP-Session: 56ef03ef-e610-40f6-973e-f1810b05a265 Authenticating user 'default' from [fd00:1122:3344:101::a]:33830 2026.03.19 08:26:22.828686 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.828808 [ 267 ] {} TCP-Session: 2a18d3ff-b960-4581-925f-c0acfcc43180 Authenticating user 'default' from [fd00:1122:3344:101::a]:49571 2026.03.19 08:26:22.828837 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.828790 [ 264 ] {} TCP-Session: 56ef03ef-e610-40f6-973e-f1810b05a265 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.828878 [ 267 ] {} TCP-Session: 2a18d3ff-b960-4581-925f-c0acfcc43180 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.828899 [ 264 ] {} TCP-Session: 56ef03ef-e610-40f6-973e-f1810b05a265 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.828920 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.828923 [ 267 ] {} TCP-Session: 2a18d3ff-b960-4581-925f-c0acfcc43180 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.828892 [ 266 ] {} TCP-Session: 26235ab2-925b-4208-9928-7a808aea40f3 Authenticating user 'default' from [fd00:1122:3344:101::a]:46241 2026.03.19 08:26:22.828972 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:22.828975 [ 268 ] {} TCP-Session: a8c70623-f51e-4a5f-a08a-dcede77c3458 Authenticating user 'default' from [fd00:1122:3344:101::a]:47028 2026.03.19 08:26:22.829022 [ 266 ] {} TCP-Session: 26235ab2-925b-4208-9928-7a808aea40f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.829035 [ 269 ] {} TCP-Session: 9c2bccbe-9f3d-4d7d-9c7e-258e167fba6a Authenticating user 'default' from [fd00:1122:3344:101::a]:52420 2026.03.19 08:26:22.829046 [ 268 ] {} TCP-Session: a8c70623-f51e-4a5f-a08a-dcede77c3458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.829069 [ 266 ] {} TCP-Session: 26235ab2-925b-4208-9928-7a808aea40f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.829081 [ 269 ] {} TCP-Session: 9c2bccbe-9f3d-4d7d-9c7e-258e167fba6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.829087 [ 268 ] {} TCP-Session: a8c70623-f51e-4a5f-a08a-dcede77c3458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:22.829124 [ 269 ] {} TCP-Session: 9c2bccbe-9f3d-4d7d-9c7e-258e167fba6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.000153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.73 MiB, peak 125.73 MiB, free memory in arenas 0.00 B, will set to 138.56 MiB (RSS), difference: 12.83 MiB 2026.03.19 08:26:23.867971 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38255 2026.03.19 08:26:23.868176 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:23.868370 [ 270 ] {} TCP-Session: 22451ce5-dd3a-4aaa-9ec8-f977c2ce7f3f Authenticating user 'default' from [fd00:1122:3344:101::c]:38255 2026.03.19 08:26:23.868415 [ 270 ] {} TCP-Session: 22451ce5-dd3a-4aaa-9ec8-f977c2ce7f3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.868430 [ 270 ] {} TCP-Session: 22451ce5-dd3a-4aaa-9ec8-f977c2ce7f3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.868624 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 08:26:23.868658 [ 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.19 08:26:23.868774 [ 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.19 08:26:23.869312 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59582 2026.03.19 08:26:23.869406 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54901 2026.03.19 08:26:23.869313 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43068 2026.03.19 08:26:23.869509 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60296 2026.03.19 08:26:23.869610 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44704 2026.03.19 08:26:23.869772 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36141 2026.03.19 08:26:23.869961 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48935 2026.03.19 08:26:23.870007 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:23.870090 [ 272 ] {} TCP-Session: 588d4654-75b8-4bab-bfc7-888c5723884f Authenticating user 'default' from [fd00:1122:3344:101::c]:59582 2026.03.19 08:26:23.870081 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:23.870171 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:23.870221 [ 272 ] {} TCP-Session: 588d4654-75b8-4bab-bfc7-888c5723884f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.870304 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:23.870339 [ 272 ] {} TCP-Session: 588d4654-75b8-4bab-bfc7-888c5723884f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.870261 [ 271 ] {} TCP-Session: 9fce32de-5eec-4f4a-a220-7f1cb99161f3 Authenticating user 'default' from [fd00:1122:3344:101::c]:43068 2026.03.19 08:26:23.870365 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:23.870439 [ 271 ] {} TCP-Session: 9fce32de-5eec-4f4a-a220-7f1cb99161f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.870421 [ 277 ] {} TCP-Session: 4611a892-5f7e-452f-a52d-237ee735820c Authenticating user 'default' from [fd00:1122:3344:101::c]:48935 2026.03.19 08:26:23.870404 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:23.870542 [ 277 ] {} TCP-Session: 4611a892-5f7e-452f-a52d-237ee735820c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.870552 [ 271 ] {} TCP-Session: 9fce32de-5eec-4f4a-a220-7f1cb99161f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.870555 [ 275 ] {} TCP-Session: 0c10f006-d699-4529-b059-2ccb108b0a91 Authenticating user 'default' from [fd00:1122:3344:101::c]:44704 2026.03.19 08:26:23.870649 [ 277 ] {} TCP-Session: 4611a892-5f7e-452f-a52d-237ee735820c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.870631 [ 273 ] {} TCP-Session: f980475c-0dbf-4129-98cd-a2753630a3a8 Authenticating user 'default' from [fd00:1122:3344:101::c]:54901 2026.03.19 08:26:23.870190 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:23.870760 [ 273 ] {} TCP-Session: f980475c-0dbf-4129-98cd-a2753630a3a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.870747 [ 275 ] {} TCP-Session: 0c10f006-d699-4529-b059-2ccb108b0a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.870241 [ 274 ] {} TCP-Session: 84ac57c3-7e71-4d4f-adf1-22f48729c8f4 Authenticating user 'default' from [fd00:1122:3344:101::c]:60296 2026.03.19 08:26:23.870879 [ 275 ] {} TCP-Session: 0c10f006-d699-4529-b059-2ccb108b0a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.870893 [ 273 ] {} TCP-Session: f980475c-0dbf-4129-98cd-a2753630a3a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.870876 [ 276 ] {} TCP-Session: b4d0b31d-0df9-453d-bf0d-deb1fd0bca9f Authenticating user 'default' from [fd00:1122:3344:101::c]:36141 2026.03.19 08:26:23.871000 [ 274 ] {} TCP-Session: 84ac57c3-7e71-4d4f-adf1-22f48729c8f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.871020 [ 276 ] {} TCP-Session: b4d0b31d-0df9-453d-bf0d-deb1fd0bca9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.871075 [ 274 ] {} TCP-Session: 84ac57c3-7e71-4d4f-adf1-22f48729c8f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:23.871091 [ 276 ] {} TCP-Session: b4d0b31d-0df9-453d-bf0d-deb1fd0bca9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.516654 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52872 2026.03.19 08:26:26.516876 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:26.516913 [ 278 ] {} TCP-Session: 82c77e34-b05f-4e76-a2e1-7af17cd880c9 Authenticating user 'default' from [fd00:1122:3344:101::b]:52872 2026.03.19 08:26:26.517137 [ 278 ] {} TCP-Session: 82c77e34-b05f-4e76-a2e1-7af17cd880c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.517158 [ 278 ] {} TCP-Session: 82c77e34-b05f-4e76-a2e1-7af17cd880c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.517245 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 08:26:26.517365 [ 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.19 08:26:26.517383 [ 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.19 08:26:26.518325 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57599 2026.03.19 08:26:26.518388 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36727 2026.03.19 08:26:26.518470 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39414 2026.03.19 08:26:26.518584 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:26.518847 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41317 2026.03.19 08:26:26.518887 [ 280 ] {} TCP-Session: 83deace6-d353-41a4-8ee1-d7490cd0bce0 Authenticating user 'default' from [fd00:1122:3344:101::b]:57599 2026.03.19 08:26:26.518984 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36042 2026.03.19 08:26:26.518990 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41407 2026.03.19 08:26:26.519060 [ 280 ] {} TCP-Session: 83deace6-d353-41a4-8ee1-d7490cd0bce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.519114 [ 280 ] {} TCP-Session: 83deace6-d353-41a4-8ee1-d7490cd0bce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.519219 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54792 2026.03.19 08:26:26.519373 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:26.519431 [ 282 ] {} TCP-Session: afc80b04-71e5-4acc-b6ab-b9c5d3c47a94 Authenticating user 'default' from [fd00:1122:3344:101::b]:41317 2026.03.19 08:26:26.519691 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:26.519722 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:26.519818 [ 282 ] {} TCP-Session: afc80b04-71e5-4acc-b6ab-b9c5d3c47a94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.519852 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:26.519836 [ 284 ] {} TCP-Session: 953d0d49-2e16-4d70-9d6d-f5c58a1e2c97 Authenticating user 'default' from [fd00:1122:3344:101::b]:41407 2026.03.19 08:26:26.519916 [ 283 ] {} TCP-Session: 269086bf-c035-4828-a13c-bbc83d4ffce2 Authenticating user 'default' from [fd00:1122:3344:101::b]:36042 2026.03.19 08:26:26.519938 [ 282 ] {} TCP-Session: afc80b04-71e5-4acc-b6ab-b9c5d3c47a94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.520007 [ 279 ] {} TCP-Session: 755f6cbe-792e-43dc-8c28-c51ec6203120 Authenticating user 'default' from [fd00:1122:3344:101::b]:36727 2026.03.19 08:26:26.520016 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:26.519969 [ 283 ] {} TCP-Session: 269086bf-c035-4828-a13c-bbc83d4ffce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.520215 [ 285 ] {} TCP-Session: 6dc8437a-7b7d-484c-bdb7-7979d6e73c62 Authenticating user 'default' from [fd00:1122:3344:101::b]:54792 2026.03.19 08:26:26.520236 [ 283 ] {} TCP-Session: 269086bf-c035-4828-a13c-bbc83d4ffce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.519955 [ 284 ] {} TCP-Session: 953d0d49-2e16-4d70-9d6d-f5c58a1e2c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.520371 [ 285 ] {} TCP-Session: 6dc8437a-7b7d-484c-bdb7-7979d6e73c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.520004 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:26.520422 [ 284 ] {} TCP-Session: 953d0d49-2e16-4d70-9d6d-f5c58a1e2c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.520512 [ 281 ] {} TCP-Session: f4f0e7e7-036a-4d4d-b44a-75f218f34afe Authenticating user 'default' from [fd00:1122:3344:101::b]:39414 2026.03.19 08:26:26.520517 [ 279 ] {} TCP-Session: 755f6cbe-792e-43dc-8c28-c51ec6203120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.520472 [ 285 ] {} TCP-Session: 6dc8437a-7b7d-484c-bdb7-7979d6e73c62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.520665 [ 279 ] {} TCP-Session: 755f6cbe-792e-43dc-8c28-c51ec6203120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.520765 [ 281 ] {} TCP-Session: f4f0e7e7-036a-4d4d-b44a-75f218f34afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:26.520794 [ 281 ] {} TCP-Session: f4f0e7e7-036a-4d4d-b44a-75f218f34afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:27.816412 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.19 08:26:27.816458 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.03.19 08:26:27.816509 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.19 08:26:27.816577 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.19 08:26:27.820158 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Loading data parts 2026.03.19 08:26:27.820337 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): There are no data parts 2026.03.19 08:26:27.831756 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:27.831980 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 08:26:27.842907 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:27.843891 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:26:27.844247 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.03.19 08:26:27.848069 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Loading data parts 2026.03.19 08:26:27.848311 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): There are no data parts 2026.03.19 08:26:27.877083 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:27.877281 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.19 08:26:27.884367 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:27.885956 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:26:27.890444 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.19 08:26:28.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.75 MiB, peak 148.75 MiB, free memory in arenas 0.00 B, will set to 153.84 MiB (RSS), difference: 9.09 MiB 2026.03.19 08:26:30.316389 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.19 08:26:30.316568 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.19 08:26:30.325622 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Loading data parts 2026.03.19 08:26:30.325839 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): There are no data parts 2026.03.19 08:26:30.340757 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:30.340929 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:30.345940 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:30.346672 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:26:30.347024 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.19 08:26:30.502649 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44268 2026.03.19 08:26:30.504649 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:30.504697 [ 286 ] {} TCP-Session: 223338eb-34f4-45a3-b6bd-2cd40e9eea70 Authenticating user 'default' from [fd00:1122:3344:101::e]:44268 2026.03.19 08:26:30.504782 [ 286 ] {} TCP-Session: 223338eb-34f4-45a3-b6bd-2cd40e9eea70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.504854 [ 286 ] {} TCP-Session: 223338eb-34f4-45a3-b6bd-2cd40e9eea70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.504911 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.19 08:26:30.504934 [ 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.19 08:26:30.505039 [ 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.19 08:26:30.505497 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36209 2026.03.19 08:26:30.505584 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51486 2026.03.19 08:26:30.505694 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37464 2026.03.19 08:26:30.505719 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:30.505809 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41746 2026.03.19 08:26:30.505890 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:30.505912 [ 287 ] {} TCP-Session: 924d75d4-eb14-4054-8dc0-c30207de1c5b Authenticating user 'default' from [fd00:1122:3344:101::e]:36209 2026.03.19 08:26:30.505945 [ 288 ] {} TCP-Session: 606fa0d5-3cca-43a1-b1ca-77055eaa0c7f Authenticating user 'default' from [fd00:1122:3344:101::e]:51486 2026.03.19 08:26:30.505914 [ 286 ] {} TCP-Session: 223338eb-34f4-45a3-b6bd-2cd40e9eea70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:30.506043 [ 287 ] {} TCP-Session: 924d75d4-eb14-4054-8dc0-c30207de1c5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506070 [ 288 ] {} TCP-Session: 606fa0d5-3cca-43a1-b1ca-77055eaa0c7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506103 [ 287 ] {} TCP-Session: 924d75d4-eb14-4054-8dc0-c30207de1c5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506109 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45809 2026.03.19 08:26:30.506111 [ 288 ] {} TCP-Session: 606fa0d5-3cca-43a1-b1ca-77055eaa0c7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506149 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:30.506192 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:30.506216 [ 286 ] {5e806c2b-18a9-4c1a-a0ca-0aa8ed2c5d3d} executeQuery: (from [fd00:1122:3344:101::e]:44268) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:26:30.506235 [ 289 ] {} TCP-Session: 77c2166a-df3c-42c9-b824-0423f0be1ea2 Authenticating user 'default' from [fd00:1122:3344:101::e]:37464 2026.03.19 08:26:30.506293 [ 290 ] {} TCP-Session: 58634c4f-d7e6-49fa-a04a-191f8fc34c03 Authenticating user 'default' from [fd00:1122:3344:101::e]:41746 2026.03.19 08:26:30.506321 [ 290 ] {} TCP-Session: 58634c4f-d7e6-49fa-a04a-191f8fc34c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506327 [ 289 ] {} TCP-Session: 77c2166a-df3c-42c9-b824-0423f0be1ea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506334 [ 290 ] {} TCP-Session: 58634c4f-d7e6-49fa-a04a-191f8fc34c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506344 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36113 2026.03.19 08:26:30.506363 [ 289 ] {} TCP-Session: 77c2166a-df3c-42c9-b824-0423f0be1ea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506403 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:30.506441 [ 291 ] {} TCP-Session: cfd8689a-4360-4cfa-ada4-30285a9006b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:45809 2026.03.19 08:26:30.506460 [ 291 ] {} TCP-Session: cfd8689a-4360-4cfa-ada4-30285a9006b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506472 [ 291 ] {} TCP-Session: cfd8689a-4360-4cfa-ada4-30285a9006b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506551 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44796 2026.03.19 08:26:30.506567 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:30.506613 [ 292 ] {} TCP-Session: c642e62b-5d3b-480f-9e6e-6d7c0d617aeb Authenticating user 'default' from [fd00:1122:3344:101::e]:36113 2026.03.19 08:26:30.506636 [ 292 ] {} TCP-Session: c642e62b-5d3b-480f-9e6e-6d7c0d617aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506650 [ 292 ] {} TCP-Session: c642e62b-5d3b-480f-9e6e-6d7c0d617aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.506662 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32955 2026.03.19 08:26:30.508817 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:30.508858 [ 293 ] {} TCP-Session: 5fa5e986-4ee5-49b8-a1e8-015df4ed8ec0 Authenticating user 'default' from [fd00:1122:3344:101::e]:44796 2026.03.19 08:26:30.508875 [ 293 ] {} TCP-Session: 5fa5e986-4ee5-49b8-a1e8-015df4ed8ec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.508888 [ 293 ] {} TCP-Session: 5fa5e986-4ee5-49b8-a1e8-015df4ed8ec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.508938 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:30.508986 [ 294 ] {} TCP-Session: c87ce10e-eb59-4fe6-b2ab-40bb02b0fc7f Authenticating user 'default' from [fd00:1122:3344:101::e]:32955 2026.03.19 08:26:30.509004 [ 294 ] {} TCP-Session: c87ce10e-eb59-4fe6-b2ab-40bb02b0fc7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.509018 [ 294 ] {} TCP-Session: c87ce10e-eb59-4fe6-b2ab-40bb02b0fc7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.509293 [ 286 ] {5e806c2b-18a9-4c1a-a0ca-0aa8ed2c5d3d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:26:30.515449 [ 286 ] {5e806c2b-18a9-4c1a-a0ca-0aa8ed2c5d3d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:30.528140 [ 286 ] {5e806c2b-18a9-4c1a-a0ca-0aa8ed2c5d3d} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:26:30.545179 [ 297 ] {5e806c2b-18a9-4c1a-a0ca-0aa8ed2c5d3d} AggregatingTransform: Aggregating 2026.03.19 08:26:30.545303 [ 297 ] {5e806c2b-18a9-4c1a-a0ca-0aa8ed2c5d3d} Aggregator: Aggregation method: without_key 2026.03.19 08:26:30.545949 [ 297 ] {5e806c2b-18a9-4c1a-a0ca-0aa8ed2c5d3d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00716039 sec. (139.657 rows/sec., 5.46 KiB/sec.) 2026.03.19 08:26:30.545971 [ 297 ] {5e806c2b-18a9-4c1a-a0ca-0aa8ed2c5d3d} Aggregator: Merging aggregated data 2026.03.19 08:26:30.546000 [ 297 ] {5e806c2b-18a9-4c1a-a0ca-0aa8ed2c5d3d} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.19 08:26:30.547131 [ 286 ] {5e806c2b-18a9-4c1a-a0ca-0aa8ed2c5d3d} executeQuery: Read 1 rows, 40.00 B in 0.040993 sec., 24.394408801502696 rows/sec., 975.78 B/sec. 2026.03.19 08:26:30.547302 [ 286 ] {5e806c2b-18a9-4c1a-a0ca-0aa8ed2c5d3d} TCPHandler: Processed in 0.041609548 sec. 2026.03.19 08:26:30.554900 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:30.554954 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:30.554980 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:30.555000 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:30.555027 [ 287 ] {} TCP-Session: 924d75d4-eb14-4054-8dc0-c30207de1c5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.555046 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:30.555063 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:30.555081 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:30.555107 [ 289 ] {} TCP-Session: 77c2166a-df3c-42c9-b824-0423f0be1ea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.555132 [ 291 ] {} TCP-Session: cfd8689a-4360-4cfa-ada4-30285a9006b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.555154 [ 293 ] {} TCP-Session: 5fa5e986-4ee5-49b8-a1e8-015df4ed8ec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.555100 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:30.555078 [ 290 ] {} TCP-Session: 58634c4f-d7e6-49fa-a04a-191f8fc34c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.555061 [ 288 ] {} TCP-Session: 606fa0d5-3cca-43a1-b1ca-77055eaa0c7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.555226 [ 294 ] {} TCP-Session: c87ce10e-eb59-4fe6-b2ab-40bb02b0fc7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.555021 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:30.554964 [ 286 ] {} TCP-Session: 223338eb-34f4-45a3-b6bd-2cd40e9eea70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:30.555308 [ 292 ] {} TCP-Session: c642e62b-5d3b-480f-9e6e-6d7c0d617aeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:35.283852 [ 149 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:26:35.283918 [ 149 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:26:35.344328 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 503 entries to flush up to offset 991 2026.03.19 08:26:35.348471 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:35.348527 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:35.349154 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:35.349618 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:26:35.349796 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 991 2026.03.19 08:26:35.390523 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.19 08:26:35.408434 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:35.408495 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:35.414935 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:35.416201 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:26:35.419295 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.19 08:26:36.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.67 MiB, peak 168.45 MiB, free memory in arenas 0.00 B, will set to 162.16 MiB (RSS), difference: 2.48 MiB 2026.03.19 08:26:37.880226 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51259 2026.03.19 08:26:37.880340 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:37.880366 [ 286 ] {} TCP-Session: 6f857dcf-52ff-426d-98cb-88d3c51f3235 Authenticating user 'default' from [fd00:1122:3344:101::e]:51259 2026.03.19 08:26:37.880389 [ 286 ] {} TCP-Session: 6f857dcf-52ff-426d-98cb-88d3c51f3235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.880402 [ 286 ] {} TCP-Session: 6f857dcf-52ff-426d-98cb-88d3c51f3235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.880622 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32915 2026.03.19 08:26:37.880654 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50207 2026.03.19 08:26:37.880666 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37752 2026.03.19 08:26:37.880688 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57707 2026.03.19 08:26:37.880717 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57795 2026.03.19 08:26:37.880750 [ 286 ] {} TCP-Session: 6f857dcf-52ff-426d-98cb-88d3c51f3235 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:37.880765 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:37.880775 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:37.880798 [ 290 ] {} TCP-Session: 10cbabd8-2df0-431a-8cb1-69e2d61382b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:50207 2026.03.19 08:26:37.880771 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:37.880825 [ 287 ] {} TCP-Session: 0b6fabb9-71e8-4e32-8742-72dea00dca51 Authenticating user 'default' from [fd00:1122:3344:101::e]:32915 2026.03.19 08:26:37.880827 [ 290 ] {} TCP-Session: 10cbabd8-2df0-431a-8cb1-69e2d61382b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.880850 [ 291 ] {} TCP-Session: 83ae058f-4357-40ea-b322-5b766f94efe9 Authenticating user 'default' from [fd00:1122:3344:101::e]:37752 2026.03.19 08:26:37.880860 [ 287 ] {} TCP-Session: 0b6fabb9-71e8-4e32-8742-72dea00dca51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.880860 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:37.880883 [ 287 ] {} TCP-Session: 0b6fabb9-71e8-4e32-8742-72dea00dca51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.880910 [ 293 ] {} TCP-Session: 81adca3d-a407-442d-a38a-61724e3327b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:57707 2026.03.19 08:26:37.880925 [ 286 ] {9c965890-454b-4c6f-b327-ab0f15a62bc7} executeQuery: (from [fd00:1122:3344:101::e]:51259) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:26:37.880866 [ 290 ] {} TCP-Session: 10cbabd8-2df0-431a-8cb1-69e2d61382b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.880956 [ 293 ] {} TCP-Session: 81adca3d-a407-442d-a38a-61724e3327b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.880860 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:37.880990 [ 293 ] {} TCP-Session: 81adca3d-a407-442d-a38a-61724e3327b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.880678 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35201 2026.03.19 08:26:37.881020 [ 294 ] {} TCP-Session: 8f025541-5258-41f0-b08d-94e301f934df Authenticating user 'default' from [fd00:1122:3344:101::e]:57795 2026.03.19 08:26:37.880654 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48828 2026.03.19 08:26:37.881087 [ 294 ] {} TCP-Session: 8f025541-5258-41f0-b08d-94e301f934df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.880626 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63271 2026.03.19 08:26:37.881131 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:37.881118 [ 294 ] {} TCP-Session: 8f025541-5258-41f0-b08d-94e301f934df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.881162 [ 292 ] {} TCP-Session: 2dee9a4a-b1db-4ea7-9a19-44b1afc1a601 Authenticating user 'default' from [fd00:1122:3344:101::e]:35201 2026.03.19 08:26:37.880881 [ 291 ] {} TCP-Session: 83ae058f-4357-40ea-b322-5b766f94efe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.881196 [ 286 ] {9c965890-454b-4c6f-b327-ab0f15a62bc7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:26:37.881223 [ 291 ] {} TCP-Session: 83ae058f-4357-40ea-b322-5b766f94efe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.881201 [ 292 ] {} TCP-Session: 2dee9a4a-b1db-4ea7-9a19-44b1afc1a601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.881269 [ 292 ] {} TCP-Session: 2dee9a4a-b1db-4ea7-9a19-44b1afc1a601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.881273 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:37.881298 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:37.881319 [ 289 ] {} TCP-Session: db771dfb-6f0f-4c72-9047-c16fbc010b0b Authenticating user 'default' from [fd00:1122:3344:101::e]:48828 2026.03.19 08:26:37.881337 [ 288 ] {} TCP-Session: 1b62aa50-eabb-424a-984d-853f17481bf7 Authenticating user 'default' from [fd00:1122:3344:101::e]:63271 2026.03.19 08:26:37.881347 [ 289 ] {} TCP-Session: db771dfb-6f0f-4c72-9047-c16fbc010b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.881364 [ 288 ] {} TCP-Session: 1b62aa50-eabb-424a-984d-853f17481bf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.881376 [ 289 ] {} TCP-Session: db771dfb-6f0f-4c72-9047-c16fbc010b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.881389 [ 288 ] {} TCP-Session: 1b62aa50-eabb-424a-984d-853f17481bf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.881270 [ 286 ] {9c965890-454b-4c6f-b327-ab0f15a62bc7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:37.881723 [ 286 ] {9c965890-454b-4c6f-b327-ab0f15a62bc7} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:26:37.882643 [ 341 ] {9c965890-454b-4c6f-b327-ab0f15a62bc7} AggregatingTransform: Aggregating 2026.03.19 08:26:37.882698 [ 341 ] {9c965890-454b-4c6f-b327-ab0f15a62bc7} Aggregator: Aggregation method: without_key 2026.03.19 08:26:37.882737 [ 341 ] {9c965890-454b-4c6f-b327-ab0f15a62bc7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000913777 sec. (1094.359 rows/sec., 42.75 KiB/sec.) 2026.03.19 08:26:37.882762 [ 341 ] {9c965890-454b-4c6f-b327-ab0f15a62bc7} Aggregator: Merging aggregated data 2026.03.19 08:26:37.884207 [ 286 ] {9c965890-454b-4c6f-b327-ab0f15a62bc7} executeQuery: Read 1 rows, 40.00 B in 0.003342 sec., 299.22202274087374 rows/sec., 11.69 KiB/sec. 2026.03.19 08:26:37.884346 [ 286 ] {9c965890-454b-4c6f-b327-ab0f15a62bc7} TCPHandler: Processed in 0.00373601 sec. 2026.03.19 08:26:37.884476 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:37.884507 [ 286 ] {} TCP-Session: 6f857dcf-52ff-426d-98cb-88d3c51f3235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.884512 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:37.884538 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:37.884554 [ 293 ] {} TCP-Session: 81adca3d-a407-442d-a38a-61724e3327b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.884583 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:37.884600 [ 287 ] {} TCP-Session: 0b6fabb9-71e8-4e32-8742-72dea00dca51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.884615 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:37.884636 [ 290 ] {} TCP-Session: 10cbabd8-2df0-431a-8cb1-69e2d61382b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.884653 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:37.884675 [ 291 ] {} TCP-Session: 83ae058f-4357-40ea-b322-5b766f94efe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.884684 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:37.884709 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:37.884713 [ 288 ] {} TCP-Session: 1b62aa50-eabb-424a-984d-853f17481bf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.884735 [ 289 ] {} TCP-Session: db771dfb-6f0f-4c72-9047-c16fbc010b0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.884750 [ 294 ] {} TCP-Session: 8f025541-5258-41f0-b08d-94e301f934df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:37.884559 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:37.884828 [ 292 ] {} TCP-Session: 2dee9a4a-b1db-4ea7-9a19-44b1afc1a601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.790549 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58436 2026.03.19 08:26:38.790661 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:38.790688 [ 286 ] {} TCP-Session: 698ab665-cbc7-4098-a5a2-9a9a518c1af6 Authenticating user 'default' from [fd00:1122:3344:101::e]:58436 2026.03.19 08:26:38.790712 [ 286 ] {} TCP-Session: 698ab665-cbc7-4098-a5a2-9a9a518c1af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.790725 [ 286 ] {} TCP-Session: 698ab665-cbc7-4098-a5a2-9a9a518c1af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.790935 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44958 2026.03.19 08:26:38.790966 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65168 2026.03.19 08:26:38.790991 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44026 2026.03.19 08:26:38.791015 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50910 2026.03.19 08:26:38.791052 [ 286 ] {} TCP-Session: 698ab665-cbc7-4098-a5a2-9a9a518c1af6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:38.791062 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:38.791095 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:38.791113 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:38.791140 [ 287 ] {} TCP-Session: 9df8e02b-fef7-42cf-a552-fa38c87b4040 Authenticating user 'default' from [fd00:1122:3344:101::e]:44958 2026.03.19 08:26:38.791151 [ 288 ] {} TCP-Session: 9bc5b80c-0d1f-4af0-b351-a31905d6fa29 Authenticating user 'default' from [fd00:1122:3344:101::e]:65168 2026.03.19 08:26:38.791165 [ 289 ] {} TCP-Session: bfdc31d2-905d-4655-b2b7-b198cc53b766 Authenticating user 'default' from [fd00:1122:3344:101::e]:44026 2026.03.19 08:26:38.791179 [ 287 ] {} TCP-Session: 9df8e02b-fef7-42cf-a552-fa38c87b4040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791194 [ 288 ] {} TCP-Session: 9bc5b80c-0d1f-4af0-b351-a31905d6fa29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791207 [ 289 ] {} TCP-Session: bfdc31d2-905d-4655-b2b7-b198cc53b766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791212 [ 287 ] {} TCP-Session: 9df8e02b-fef7-42cf-a552-fa38c87b4040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791225 [ 288 ] {} TCP-Session: 9bc5b80c-0d1f-4af0-b351-a31905d6fa29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791238 [ 289 ] {} TCP-Session: bfdc31d2-905d-4655-b2b7-b198cc53b766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791250 [ 286 ] {fbb65a70-155e-4d36-908a-93219d2a132b} executeQuery: (from [fd00:1122:3344:101::e]:58436) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:26:38.791129 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:38.791040 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54115 2026.03.19 08:26:38.791374 [ 291 ] {} TCP-Session: 73159343-2f59-4803-a115-a96e9b6c0cb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:50910 2026.03.19 08:26:38.791034 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45199 2026.03.19 08:26:38.791405 [ 291 ] {} TCP-Session: 73159343-2f59-4803-a115-a96e9b6c0cb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791020 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58462 2026.03.19 08:26:38.791432 [ 291 ] {} TCP-Session: 73159343-2f59-4803-a115-a96e9b6c0cb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791437 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:38.791467 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:38.791500 [ 294 ] {} TCP-Session: d92b3aaf-e33b-4ff3-a95f-0fbe6975ac24 Authenticating user 'default' from [fd00:1122:3344:101::e]:54115 2026.03.19 08:26:38.791501 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:38.791516 [ 293 ] {} TCP-Session: 2f4a98a1-0571-4061-84fd-6e1dff344f3d Authenticating user 'default' from [fd00:1122:3344:101::e]:45199 2026.03.19 08:26:38.791531 [ 294 ] {} TCP-Session: d92b3aaf-e33b-4ff3-a95f-0fbe6975ac24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791544 [ 292 ] {} TCP-Session: f05e5e58-0dff-4663-930f-b32063480625 Authenticating user 'default' from [fd00:1122:3344:101::e]:58462 2026.03.19 08:26:38.791556 [ 293 ] {} TCP-Session: 2f4a98a1-0571-4061-84fd-6e1dff344f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791567 [ 294 ] {} TCP-Session: d92b3aaf-e33b-4ff3-a95f-0fbe6975ac24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791582 [ 286 ] {fbb65a70-155e-4d36-908a-93219d2a132b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:26:38.791592 [ 293 ] {} TCP-Session: 2f4a98a1-0571-4061-84fd-6e1dff344f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791583 [ 292 ] {} TCP-Session: f05e5e58-0dff-4663-930f-b32063480625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.790991 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61404 2026.03.19 08:26:38.791657 [ 286 ] {fbb65a70-155e-4d36-908a-93219d2a132b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:38.791656 [ 292 ] {} TCP-Session: f05e5e58-0dff-4663-930f-b32063480625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791741 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:26:38.791770 [ 290 ] {} TCP-Session: b3fde127-575d-4814-9923-131d75549196 Authenticating user 'default' from [fd00:1122:3344:101::e]:61404 2026.03.19 08:26:38.791787 [ 290 ] {} TCP-Session: b3fde127-575d-4814-9923-131d75549196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791832 [ 290 ] {} TCP-Session: b3fde127-575d-4814-9923-131d75549196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.791980 [ 286 ] {fbb65a70-155e-4d36-908a-93219d2a132b} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:26:38.792943 [ 330 ] {fbb65a70-155e-4d36-908a-93219d2a132b} AggregatingTransform: Aggregating 2026.03.19 08:26:38.792983 [ 330 ] {fbb65a70-155e-4d36-908a-93219d2a132b} Aggregator: Aggregation method: without_key 2026.03.19 08:26:38.793013 [ 330 ] {fbb65a70-155e-4d36-908a-93219d2a132b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000933197 sec. (1071.585 rows/sec., 41.86 KiB/sec.) 2026.03.19 08:26:38.793033 [ 330 ] {fbb65a70-155e-4d36-908a-93219d2a132b} Aggregator: Merging aggregated data 2026.03.19 08:26:38.794249 [ 286 ] {fbb65a70-155e-4d36-908a-93219d2a132b} executeQuery: Read 1 rows, 40.00 B in 0.003059 sec., 326.90421706440014 rows/sec., 12.77 KiB/sec. 2026.03.19 08:26:38.794358 [ 286 ] {fbb65a70-155e-4d36-908a-93219d2a132b} TCPHandler: Processed in 0.00343103 sec. 2026.03.19 08:26:38.794482 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:38.794512 [ 286 ] {} TCP-Session: 698ab665-cbc7-4098-a5a2-9a9a518c1af6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.794520 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:38.794540 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:38.794563 [ 294 ] {} TCP-Session: d92b3aaf-e33b-4ff3-a95f-0fbe6975ac24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.794571 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:38.794588 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:38.794614 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:38.794633 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:38.794651 [ 291 ] {} TCP-Session: 73159343-2f59-4803-a115-a96e9b6c0cb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.794672 [ 292 ] {} TCP-Session: f05e5e58-0dff-4663-930f-b32063480625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.794688 [ 293 ] {} TCP-Session: 2f4a98a1-0571-4061-84fd-6e1dff344f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.794601 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:38.794596 [ 288 ] {} TCP-Session: 9bc5b80c-0d1f-4af0-b351-a31905d6fa29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.794750 [ 290 ] {} TCP-Session: b3fde127-575d-4814-9923-131d75549196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.794574 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 08:26:38.794631 [ 289 ] {} TCP-Session: bfdc31d2-905d-4655-b2b7-b198cc53b766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:38.794818 [ 287 ] {} TCP-Session: 9df8e02b-fef7-42cf-a552-fa38c87b4040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:26:40.349310 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 6 entries to flush up to offset 94 2026.03.19 08:26:40.351607 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:40.351667 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:40.355024 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:40.359412 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:26:40.359770 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.03.19 08:26:41.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.36 MiB, peak 172.64 MiB, free memory in arenas 0.00 B, will set to 162.39 MiB (RSS), difference: 4.03 MiB 2026.03.19 08:26:42.785634 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.785830 [ 3 ] {2c0f74ad-4d08-4461-9276-2b45dab9dd70} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.19 08:26:42.786116 [ 3 ] {2c0f74ad-4d08-4461-9276-2b45dab9dd70} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.786184 [ 3 ] {2c0f74ad-4d08-4461-9276-2b45dab9dd70} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.786660 [ 3 ] {2c0f74ad-4d08-4461-9276-2b45dab9dd70} TCPHandler: Processed in 0.001152654 sec. 2026.03.19 08:26:42.817285 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.817445 [ 3 ] {cde5f496-42b9-45e4-b646-8e79190e08b2} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 08:26:42.825860 [ 3 ] {cde5f496-42b9-45e4-b646-8e79190e08b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.825915 [ 3 ] {cde5f496-42b9-45e4-b646-8e79190e08b2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.828607 [ 3 ] {cde5f496-42b9-45e4-b646-8e79190e08b2} TCPHandler: Processed in 0.011390574 sec. 2026.03.19 08:26:42.828872 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.829026 [ 3 ] {c2c08cf6-d4b8-4e40-ab17-47a922582d02} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 08:26:42.833794 [ 3 ] {c2c08cf6-d4b8-4e40-ab17-47a922582d02} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.833845 [ 3 ] {c2c08cf6-d4b8-4e40-ab17-47a922582d02} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.834236 [ 3 ] {c2c08cf6-d4b8-4e40-ab17-47a922582d02} TCPHandler: Processed in 0.005425789 sec. 2026.03.19 08:26:42.834456 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.834580 [ 3 ] {1c5d4089-cbbf-4172-ba61-046e7f48e90d} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.834832 [ 3 ] {1c5d4089-cbbf-4172-ba61-046e7f48e90d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.834876 [ 3 ] {1c5d4089-cbbf-4172-ba61-046e7f48e90d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.835187 [ 3 ] {1c5d4089-cbbf-4172-ba61-046e7f48e90d} TCPHandler: Processed in 0.000781123 sec. 2026.03.19 08:26:42.835390 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.835511 [ 3 ] {1f41c966-7647-4992-952c-ebd871eb851b} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.835764 [ 3 ] {1f41c966-7647-4992-952c-ebd871eb851b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.835820 [ 3 ] {1f41c966-7647-4992-952c-ebd871eb851b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.836190 [ 3 ] {1f41c966-7647-4992-952c-ebd871eb851b} TCPHandler: Processed in 0.000850115 sec. 2026.03.19 08:26:42.836440 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.836578 [ 3 ] {403bcffb-8719-4743-b5bc-e962e8469852} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.836877 [ 3 ] {403bcffb-8719-4743-b5bc-e962e8469852} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.836929 [ 3 ] {403bcffb-8719-4743-b5bc-e962e8469852} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.837367 [ 3 ] {403bcffb-8719-4743-b5bc-e962e8469852} TCPHandler: Processed in 0.000985129 sec. 2026.03.19 08:26:42.837628 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.837763 [ 3 ] {e6bf2c70-fc49-424e-a460-c11421fce3c7} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.838075 [ 3 ] {e6bf2c70-fc49-424e-a460-c11421fce3c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.838126 [ 3 ] {e6bf2c70-fc49-424e-a460-c11421fce3c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.838576 [ 3 ] {e6bf2c70-fc49-424e-a460-c11421fce3c7} TCPHandler: Processed in 0.00100505 sec. 2026.03.19 08:26:42.838803 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.838923 [ 3 ] {13b59bb0-afd0-4284-abaf-49f4250c7182} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.839171 [ 3 ] {13b59bb0-afd0-4284-abaf-49f4250c7182} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.839213 [ 3 ] {13b59bb0-afd0-4284-abaf-49f4250c7182} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.839532 [ 3 ] {13b59bb0-afd0-4284-abaf-49f4250c7182} TCPHandler: Processed in 0.000782943 sec. 2026.03.19 08:26:42.839738 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.839858 [ 3 ] {648824c2-384c-4887-881d-ea2abe3bd9e4} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.840105 [ 3 ] {648824c2-384c-4887-881d-ea2abe3bd9e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.840149 [ 3 ] {648824c2-384c-4887-881d-ea2abe3bd9e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.840472 [ 3 ] {648824c2-384c-4887-881d-ea2abe3bd9e4} TCPHandler: Processed in 0.000784593 sec. 2026.03.19 08:26:42.840691 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.840810 [ 3 ] {e94d0d78-51e9-4399-9dfa-75cfaaf52089} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.841056 [ 3 ] {e94d0d78-51e9-4399-9dfa-75cfaaf52089} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.841097 [ 3 ] {e94d0d78-51e9-4399-9dfa-75cfaaf52089} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.841460 [ 3 ] {e94d0d78-51e9-4399-9dfa-75cfaaf52089} TCPHandler: Processed in 0.000819234 sec. 2026.03.19 08:26:42.841670 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.841789 [ 3 ] {672a1508-bc85-43f9-a4a6-b14c3c43adc7} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.842056 [ 3 ] {672a1508-bc85-43f9-a4a6-b14c3c43adc7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.842100 [ 3 ] {672a1508-bc85-43f9-a4a6-b14c3c43adc7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.842436 [ 3 ] {672a1508-bc85-43f9-a4a6-b14c3c43adc7} TCPHandler: Processed in 0.000815504 sec. 2026.03.19 08:26:42.842675 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.842807 [ 3 ] {653e89a3-d253-4c59-8db2-8eba368eeb6d} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.843058 [ 3 ] {653e89a3-d253-4c59-8db2-8eba368eeb6d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.843102 [ 3 ] {653e89a3-d253-4c59-8db2-8eba368eeb6d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.843433 [ 3 ] {653e89a3-d253-4c59-8db2-8eba368eeb6d} TCPHandler: Processed in 0.000806574 sec. 2026.03.19 08:26:42.843639 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.843766 [ 3 ] {390e7929-01b2-43e9-bab3-c56261447ed0} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.844037 [ 3 ] {390e7929-01b2-43e9-bab3-c56261447ed0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.844080 [ 3 ] {390e7929-01b2-43e9-bab3-c56261447ed0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.844401 [ 3 ] {390e7929-01b2-43e9-bab3-c56261447ed0} TCPHandler: Processed in 0.000812073 sec. 2026.03.19 08:26:42.844625 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.844749 [ 3 ] {75b51252-f169-4e9f-88a8-0e0b7f1c41f9} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.845002 [ 3 ] {75b51252-f169-4e9f-88a8-0e0b7f1c41f9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.845045 [ 3 ] {75b51252-f169-4e9f-88a8-0e0b7f1c41f9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.845369 [ 3 ] {75b51252-f169-4e9f-88a8-0e0b7f1c41f9} TCPHandler: Processed in 0.000792393 sec. 2026.03.19 08:26:42.845574 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.845696 [ 3 ] {846890af-573c-4426-bd86-cfd8657f64db} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.845951 [ 3 ] {846890af-573c-4426-bd86-cfd8657f64db} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.845993 [ 3 ] {846890af-573c-4426-bd86-cfd8657f64db} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.846309 [ 3 ] {846890af-573c-4426-bd86-cfd8657f64db} TCPHandler: Processed in 0.000784183 sec. 2026.03.19 08:26:42.846997 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.847116 [ 3 ] {e5b4d431-f341-475a-95d5-5dc29338e6f4} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.847365 [ 3 ] {e5b4d431-f341-475a-95d5-5dc29338e6f4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.847408 [ 3 ] {e5b4d431-f341-475a-95d5-5dc29338e6f4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.847728 [ 3 ] {e5b4d431-f341-475a-95d5-5dc29338e6f4} TCPHandler: Processed in 0.000779363 sec. 2026.03.19 08:26:42.848409 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.848529 [ 3 ] {37861691-95fd-4581-9c5c-2bae114df283} executeQuery: (from [fd00:1122:3344:101::d]:42810) 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.19 08:26:42.848782 [ 3 ] {37861691-95fd-4581-9c5c-2bae114df283} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.848824 [ 3 ] {37861691-95fd-4581-9c5c-2bae114df283} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.849138 [ 3 ] {37861691-95fd-4581-9c5c-2bae114df283} TCPHandler: Processed in 0.000778003 sec. 2026.03.19 08:26:42.849327 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.849449 [ 3 ] {3c6650a0-5028-4e7d-82f2-defc66bea0b1} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 08:26:42.849711 [ 3 ] {3c6650a0-5028-4e7d-82f2-defc66bea0b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.849753 [ 3 ] {3c6650a0-5028-4e7d-82f2-defc66bea0b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.850071 [ 3 ] {3c6650a0-5028-4e7d-82f2-defc66bea0b1} TCPHandler: Processed in 0.000793133 sec. 2026.03.19 08:26:42.850268 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.850392 [ 3 ] {e1b31eae-a756-4fc1-8884-61bafda146d3} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 08:26:42.850652 [ 3 ] {e1b31eae-a756-4fc1-8884-61bafda146d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.850696 [ 3 ] {e1b31eae-a756-4fc1-8884-61bafda146d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:42.850831 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1439 2026.03.19 08:26:42.851070 [ 3 ] {e1b31eae-a756-4fc1-8884-61bafda146d3} TCPHandler: Processed in 0.000858356 sec. 2026.03.19 08:26:42.851299 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:42.851344 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:42.851932 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:26:42.852402 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:26:42.852552 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1439 2026.03.19 08:26:42.855433 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.855545 [ 3 ] {2c8c3909-5516-4469-bd6b-5e24b4ad43ef} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.19 08:26:42.855587 [ 3 ] {2c8c3909-5516-4469-bd6b-5e24b4ad43ef} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:42.858536 [ 3 ] {2c8c3909-5516-4469-bd6b-5e24b4ad43ef} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:42.858579 [ 3 ] {2c8c3909-5516-4469-bd6b-5e24b4ad43ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:42.861388 [ 3 ] {2c8c3909-5516-4469-bd6b-5e24b4ad43ef} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:42.861784 [ 3 ] {2c8c3909-5516-4469-bd6b-5e24b4ad43ef} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): 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.19 08:26:42.861932 [ 3 ] {2c8c3909-5516-4469-bd6b-5e24b4ad43ef} executeQuery: Read 19 rows, 2.66 KiB in 0.006416 sec., 2961.346633416459 rows/sec., 414.31 KiB/sec. 2026.03.19 08:26:42.861970 [ 3 ] {2c8c3909-5516-4469-bd6b-5e24b4ad43ef} TCPHandler: Processed in 0.006588312 sec. 2026.03.19 08:26:42.862082 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.862178 [ 3 ] {684faa6f-89d2-4ef6-9384-779c3e2fa4f6} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:26:42.862218 [ 3 ] {684faa6f-89d2-4ef6-9384-779c3e2fa4f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:26:42.864587 [ 3 ] {684faa6f-89d2-4ef6-9384-779c3e2fa4f6} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:42.864626 [ 3 ] {684faa6f-89d2-4ef6-9384-779c3e2fa4f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:42.874438 [ 3 ] {684faa6f-89d2-4ef6-9384-779c3e2fa4f6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:42.874910 [ 3 ] {684faa6f-89d2-4ef6-9384-779c3e2fa4f6} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:26:42.875046 [ 3 ] {684faa6f-89d2-4ef6-9384-779c3e2fa4f6} executeQuery: Read 4 rows, 334.00 B in 0.012889 sec., 310.3421522228257 rows/sec., 25.31 KiB/sec. 2026.03.19 08:26:42.875085 [ 3 ] {684faa6f-89d2-4ef6-9384-779c3e2fa4f6} TCPHandler: Processed in 0.013052211 sec. 2026.03.19 08:26:42.875201 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.875298 [ 3 ] {23b48ef4-787a-44b8-b152-f98ac0cf8a4e} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:26:42.875337 [ 3 ] {23b48ef4-787a-44b8-b152-f98ac0cf8a4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:26:42.877640 [ 3 ] {23b48ef4-787a-44b8-b152-f98ac0cf8a4e} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:42.877680 [ 3 ] {23b48ef4-787a-44b8-b152-f98ac0cf8a4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:42.878257 [ 3 ] {23b48ef4-787a-44b8-b152-f98ac0cf8a4e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:42.878692 [ 3 ] {23b48ef4-787a-44b8-b152-f98ac0cf8a4e} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:26:42.878816 [ 3 ] {23b48ef4-787a-44b8-b152-f98ac0cf8a4e} executeQuery: Read 46 rows, 3.86 KiB in 0.00354 sec., 12994.350282485875 rows/sec., 1.07 MiB/sec. 2026.03.19 08:26:42.878851 [ 3 ] {23b48ef4-787a-44b8-b152-f98ac0cf8a4e} TCPHandler: Processed in 0.003700668 sec. 2026.03.19 08:26:42.878966 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.879059 [ 3 ] {379a503e-5d07-434c-aa19-f85b4eb9ee40} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:26:42.879099 [ 3 ] {379a503e-5d07-434c-aa19-f85b4eb9ee40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:26:42.879484 [ 3 ] {379a503e-5d07-434c-aa19-f85b4eb9ee40} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:42.879519 [ 3 ] {379a503e-5d07-434c-aa19-f85b4eb9ee40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:42.880058 [ 3 ] {379a503e-5d07-434c-aa19-f85b4eb9ee40} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:42.880502 [ 3 ] {379a503e-5d07-434c-aa19-f85b4eb9ee40} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:26:42.880625 [ 3 ] {379a503e-5d07-434c-aa19-f85b4eb9ee40} executeQuery: Read 13 rows, 979.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 603.57 KiB/sec. 2026.03.19 08:26:42.880661 [ 3 ] {379a503e-5d07-434c-aa19-f85b4eb9ee40} TCPHandler: Processed in 0.001744871 sec. 2026.03.19 08:26:42.880766 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.880858 [ 3 ] {5681107a-d24f-49f8-9e7e-77f8ab5c1773} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:26:42.880897 [ 3 ] {5681107a-d24f-49f8-9e7e-77f8ab5c1773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:26:42.881287 [ 3 ] {5681107a-d24f-49f8-9e7e-77f8ab5c1773} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:42.881322 [ 3 ] {5681107a-d24f-49f8-9e7e-77f8ab5c1773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:42.881791 [ 3 ] {5681107a-d24f-49f8-9e7e-77f8ab5c1773} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:42.882198 [ 3 ] {5681107a-d24f-49f8-9e7e-77f8ab5c1773} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:26:42.882325 [ 3 ] {5681107a-d24f-49f8-9e7e-77f8ab5c1773} executeQuery: Read 50 rows, 4.01 KiB in 0.001484 sec., 33692.722371967655 rows/sec., 2.64 MiB/sec. 2026.03.19 08:26:42.882360 [ 3 ] {5681107a-d24f-49f8-9e7e-77f8ab5c1773} TCPHandler: Processed in 0.001643689 sec. 2026.03.19 08:26:42.882467 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.882560 [ 3 ] {cba8722f-35eb-4124-8bf6-f427ed988289} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:26:42.882601 [ 3 ] {cba8722f-35eb-4124-8bf6-f427ed988289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:26:42.884956 [ 3 ] {cba8722f-35eb-4124-8bf6-f427ed988289} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:42.884995 [ 3 ] {cba8722f-35eb-4124-8bf6-f427ed988289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:42.890029 [ 3 ] {cba8722f-35eb-4124-8bf6-f427ed988289} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:42.890577 [ 3 ] {cba8722f-35eb-4124-8bf6-f427ed988289} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:26:42.890714 [ 3 ] {cba8722f-35eb-4124-8bf6-f427ed988289} executeQuery: Read 102 rows, 7.24 KiB in 0.008172 sec., 12481.644640234948 rows/sec., 885.98 KiB/sec. 2026.03.19 08:26:42.890753 [ 3 ] {cba8722f-35eb-4124-8bf6-f427ed988289} TCPHandler: Processed in 0.008334504 sec. 2026.03.19 08:26:42.890875 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.890972 [ 3 ] {142e2f6d-bc1c-4cdd-8b19-fc4b6738f04c} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:26:42.891026 [ 3 ] {142e2f6d-bc1c-4cdd-8b19-fc4b6738f04c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:26:42.891758 [ 3 ] {142e2f6d-bc1c-4cdd-8b19-fc4b6738f04c} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:42.891794 [ 3 ] {142e2f6d-bc1c-4cdd-8b19-fc4b6738f04c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:42.897625 [ 3 ] {142e2f6d-bc1c-4cdd-8b19-fc4b6738f04c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:42.898118 [ 3 ] {142e2f6d-bc1c-4cdd-8b19-fc4b6738f04c} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:26:42.898297 [ 3 ] {142e2f6d-bc1c-4cdd-8b19-fc4b6738f04c} executeQuery: Read 9 rows, 16.51 KiB in 0.007342 sec., 1225.8240261509127 rows/sec., 2.20 MiB/sec. 2026.03.19 08:26:42.898373 [ 3 ] {142e2f6d-bc1c-4cdd-8b19-fc4b6738f04c} TCPHandler: Processed in 0.007549281 sec. 2026.03.19 08:26:42.898513 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.898617 [ 3 ] {f3f83912-cd7e-4b6b-b340-026188707e1d} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.19 08:26:42.898665 [ 3 ] {f3f83912-cd7e-4b6b-b340-026188707e1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.19 08:26:42.899083 [ 3 ] {f3f83912-cd7e-4b6b-b340-026188707e1d} oximeter.measurements_i64 (ace5e47b-1085-4e87-966e-1ebebf4843ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:42.899119 [ 3 ] {f3f83912-cd7e-4b6b-b340-026188707e1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:42.899640 [ 3 ] {f3f83912-cd7e-4b6b-b340-026188707e1d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:42.900228 [ 3 ] {f3f83912-cd7e-4b6b-b340-026188707e1d} oximeter.measurements_i64 (ace5e47b-1085-4e87-966e-1ebebf4843ae): 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.19 08:26:42.900387 [ 3 ] {f3f83912-cd7e-4b6b-b340-026188707e1d} executeQuery: Read 9 rows, 651.00 B in 0.001791 sec., 5025.125628140703 rows/sec., 354.96 KiB/sec. 2026.03.19 08:26:42.900440 [ 3 ] {f3f83912-cd7e-4b6b-b340-026188707e1d} TCPHandler: Processed in 0.001984268 sec. 2026.03.19 08:26:42.900589 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:42.900685 [ 3 ] {6f07de28-262c-4c02-a08f-93802268f40b} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:26:42.900726 [ 3 ] {6f07de28-262c-4c02-a08f-93802268f40b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:26:42.901078 [ 3 ] {6f07de28-262c-4c02-a08f-93802268f40b} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:42.901115 [ 3 ] {6f07de28-262c-4c02-a08f-93802268f40b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:42.901759 [ 3 ] {6f07de28-262c-4c02-a08f-93802268f40b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:42.902226 [ 3 ] {6f07de28-262c-4c02-a08f-93802268f40b} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:26:42.902391 [ 3 ] {6f07de28-262c-4c02-a08f-93802268f40b} executeQuery: Read 30 rows, 2.10 KiB in 0.001723 sec., 17411.491584445735 rows/sec., 1.19 MiB/sec. 2026.03.19 08:26:42.902434 [ 3 ] {6f07de28-262c-4c02-a08f-93802268f40b} TCPHandler: Processed in 0.001907606 sec. 2026.03.19 08:26:42.920320 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.19 08:26:42.937476 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:42.937526 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.19 08:26:42.944163 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:26:42.945288 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:26:42.948882 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.19 08:26:47.791051 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:47.791238 [ 3 ] {d29e4af3-ffe2-475d-a779-104b78097e0e} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:26:47.791298 [ 3 ] {d29e4af3-ffe2-475d-a779-104b78097e0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:26:47.791872 [ 3 ] {d29e4af3-ffe2-475d-a779-104b78097e0e} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:47.791912 [ 3 ] {d29e4af3-ffe2-475d-a779-104b78097e0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:47.792415 [ 3 ] {d29e4af3-ffe2-475d-a779-104b78097e0e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:47.792879 [ 3 ] {d29e4af3-ffe2-475d-a779-104b78097e0e} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:26:47.793028 [ 3 ] {d29e4af3-ffe2-475d-a779-104b78097e0e} executeQuery: Read 26 rows, 2.01 KiB in 0.001837 sec., 14153.511159499183 rows/sec., 1.07 MiB/sec. 2026.03.19 08:26:47.793067 [ 3 ] {d29e4af3-ffe2-475d-a779-104b78097e0e} TCPHandler: Processed in 0.002141053 sec. 2026.03.19 08:26:47.793186 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:47.793281 [ 3 ] {4f35ff8e-9481-4de9-8663-8b5afb2fb6dc} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:26:47.793320 [ 3 ] {4f35ff8e-9481-4de9-8663-8b5afb2fb6dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:26:47.793722 [ 3 ] {4f35ff8e-9481-4de9-8663-8b5afb2fb6dc} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:47.793756 [ 3 ] {4f35ff8e-9481-4de9-8663-8b5afb2fb6dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:47.794193 [ 3 ] {4f35ff8e-9481-4de9-8663-8b5afb2fb6dc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:47.794664 [ 3 ] {4f35ff8e-9481-4de9-8663-8b5afb2fb6dc} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:26:47.794794 [ 3 ] {4f35ff8e-9481-4de9-8663-8b5afb2fb6dc} executeQuery: Read 28 rows, 2.24 KiB in 0.001531 sec., 18288.700195950358 rows/sec., 1.43 MiB/sec. 2026.03.19 08:26:47.794830 [ 3 ] {4f35ff8e-9481-4de9-8663-8b5afb2fb6dc} TCPHandler: Processed in 0.0016955 sec. 2026.03.19 08:26:47.794941 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:47.795037 [ 3 ] {f7d57e99-65f5-45c4-a7eb-98ba2096422a} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:26:47.795079 [ 3 ] {f7d57e99-65f5-45c4-a7eb-98ba2096422a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:26:47.795442 [ 3 ] {f7d57e99-65f5-45c4-a7eb-98ba2096422a} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:47.795477 [ 3 ] {f7d57e99-65f5-45c4-a7eb-98ba2096422a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:47.795892 [ 3 ] {f7d57e99-65f5-45c4-a7eb-98ba2096422a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:47.796350 [ 3 ] {f7d57e99-65f5-45c4-a7eb-98ba2096422a} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:26:47.796478 [ 3 ] {f7d57e99-65f5-45c4-a7eb-98ba2096422a} executeQuery: Read 100 rows, 7.10 KiB in 0.00146 sec., 68493.1506849315 rows/sec., 4.75 MiB/sec. 2026.03.19 08:26:47.796513 [ 3 ] {f7d57e99-65f5-45c4-a7eb-98ba2096422a} TCPHandler: Processed in 0.001622477 sec. 2026.03.19 08:26:47.796626 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:47.796720 [ 3 ] {774d0229-9839-41cc-93a9-1375fc7af670} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:26:47.796760 [ 3 ] {774d0229-9839-41cc-93a9-1375fc7af670} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:26:47.797077 [ 3 ] {774d0229-9839-41cc-93a9-1375fc7af670} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:47.797111 [ 3 ] {774d0229-9839-41cc-93a9-1375fc7af670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:47.797527 [ 3 ] {774d0229-9839-41cc-93a9-1375fc7af670} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:47.797977 [ 3 ] {774d0229-9839-41cc-93a9-1375fc7af670} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:26:47.798105 [ 3 ] {774d0229-9839-41cc-93a9-1375fc7af670} executeQuery: Read 30 rows, 2.10 KiB in 0.001403 sec., 21382.751247327156 rows/sec., 1.46 MiB/sec. 2026.03.19 08:26:47.798139 [ 3 ] {774d0229-9839-41cc-93a9-1375fc7af670} TCPHandler: Processed in 0.001563886 sec. 2026.03.19 08:26:50.283969 [ 122 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:26:50.284039 [ 122 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:26:50.353581 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1951 2026.03.19 08:26:50.354070 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:50.354113 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:50.355340 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:26:50.355759 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:26:50.355887 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1951 2026.03.19 08:26:50.360798 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 158 2026.03.19 08:26:50.363566 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:50.363605 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:50.364948 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:26:50.365566 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:26:50.365806 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 158 2026.03.19 08:26:50.449905 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.19 08:26:50.466970 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:50.467034 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:50.473352 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:26:50.474601 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:26:50.478146 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.19 08:26:52.791971 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:52.792196 [ 3 ] {f983ad29-c2fd-4cba-80ef-e51a07adaf4f} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:26:52.792266 [ 3 ] {f983ad29-c2fd-4cba-80ef-e51a07adaf4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:26:52.792964 [ 3 ] {f983ad29-c2fd-4cba-80ef-e51a07adaf4f} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:52.793006 [ 3 ] {f983ad29-c2fd-4cba-80ef-e51a07adaf4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:52.793535 [ 3 ] {f983ad29-c2fd-4cba-80ef-e51a07adaf4f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:26:52.793984 [ 3 ] {f983ad29-c2fd-4cba-80ef-e51a07adaf4f} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:26:52.794141 [ 3 ] {f983ad29-c2fd-4cba-80ef-e51a07adaf4f} executeQuery: Read 78 rows, 6.91 KiB in 0.001996 sec., 39078.15631262525 rows/sec., 3.38 MiB/sec. 2026.03.19 08:26:52.794181 [ 3 ] {f983ad29-c2fd-4cba-80ef-e51a07adaf4f} TCPHandler: Processed in 0.002334558 sec. 2026.03.19 08:26:52.794296 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:52.794390 [ 3 ] {35d22543-de68-4612-99b2-c9c6b915907d} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:26:52.794430 [ 3 ] {35d22543-de68-4612-99b2-c9c6b915907d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:26:52.794819 [ 3 ] {35d22543-de68-4612-99b2-c9c6b915907d} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:52.794856 [ 3 ] {35d22543-de68-4612-99b2-c9c6b915907d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:52.795290 [ 3 ] {35d22543-de68-4612-99b2-c9c6b915907d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:52.795715 [ 3 ] {35d22543-de68-4612-99b2-c9c6b915907d} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:26:52.795853 [ 3 ] {35d22543-de68-4612-99b2-c9c6b915907d} executeQuery: Read 26 rows, 1.96 KiB in 0.001481 sec., 17555.705604321407 rows/sec., 1.29 MiB/sec. 2026.03.19 08:26:52.795891 [ 3 ] {35d22543-de68-4612-99b2-c9c6b915907d} TCPHandler: Processed in 0.001643618 sec. 2026.03.19 08:26:52.795995 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:52.796087 [ 3 ] {aa8a49e8-b98b-47cb-a436-a520af3c3d2e} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:26:52.796126 [ 3 ] {aa8a49e8-b98b-47cb-a436-a520af3c3d2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:26:52.796501 [ 3 ] {aa8a49e8-b98b-47cb-a436-a520af3c3d2e} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:52.796536 [ 3 ] {aa8a49e8-b98b-47cb-a436-a520af3c3d2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:52.796932 [ 3 ] {aa8a49e8-b98b-47cb-a436-a520af3c3d2e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:26:52.797353 [ 3 ] {aa8a49e8-b98b-47cb-a436-a520af3c3d2e} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:26:52.797487 [ 3 ] {aa8a49e8-b98b-47cb-a436-a520af3c3d2e} executeQuery: Read 62 rows, 4.98 KiB in 0.001418 sec., 43723.55430183357 rows/sec., 3.43 MiB/sec. 2026.03.19 08:26:52.797524 [ 3 ] {aa8a49e8-b98b-47cb-a436-a520af3c3d2e} TCPHandler: Processed in 0.001576176 sec. 2026.03.19 08:26:52.797628 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:52.797720 [ 3 ] {212a434d-a759-41cf-bd14-72dd252e17cc} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:26:52.797763 [ 3 ] {212a434d-a759-41cf-bd14-72dd252e17cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:26:52.798097 [ 3 ] {212a434d-a759-41cf-bd14-72dd252e17cc} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:52.798132 [ 3 ] {212a434d-a759-41cf-bd14-72dd252e17cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:52.798550 [ 3 ] {212a434d-a759-41cf-bd14-72dd252e17cc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:26:52.799008 [ 3 ] {212a434d-a759-41cf-bd14-72dd252e17cc} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:26:52.799142 [ 3 ] {212a434d-a759-41cf-bd14-72dd252e17cc} executeQuery: Read 100 rows, 7.10 KiB in 0.001439 sec., 69492.70326615706 rows/sec., 4.82 MiB/sec. 2026.03.19 08:26:52.799177 [ 3 ] {212a434d-a759-41cf-bd14-72dd252e17cc} TCPHandler: Processed in 0.001596566 sec. 2026.03.19 08:26:52.799298 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:52.799390 [ 3 ] {9dcc54b2-4030-456b-abe7-e7f59332720e} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:26:52.799441 [ 3 ] {9dcc54b2-4030-456b-abe7-e7f59332720e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:26:52.800192 [ 3 ] {9dcc54b2-4030-456b-abe7-e7f59332720e} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:52.800232 [ 3 ] {9dcc54b2-4030-456b-abe7-e7f59332720e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:52.800891 [ 3 ] {9dcc54b2-4030-456b-abe7-e7f59332720e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:52.801321 [ 3 ] {9dcc54b2-4030-456b-abe7-e7f59332720e} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:26:52.801459 [ 3 ] {9dcc54b2-4030-456b-abe7-e7f59332720e} executeQuery: Read 26 rows, 47.71 KiB in 0.002086 sec., 12464.046021093 rows/sec., 22.33 MiB/sec. 2026.03.19 08:26:52.801507 [ 3 ] {9dcc54b2-4030-456b-abe7-e7f59332720e} TCPHandler: Processed in 0.002255696 sec. 2026.03.19 08:26:52.801617 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:52.801710 [ 3 ] {230d27a9-fd50-4e16-8e3f-0e65bd85977d} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.19 08:26:52.801750 [ 3 ] {230d27a9-fd50-4e16-8e3f-0e65bd85977d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.19 08:26:52.802063 [ 3 ] {230d27a9-fd50-4e16-8e3f-0e65bd85977d} oximeter.measurements_i64 (ace5e47b-1085-4e87-966e-1ebebf4843ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:52.802099 [ 3 ] {230d27a9-fd50-4e16-8e3f-0e65bd85977d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:52.802510 [ 3 ] {230d27a9-fd50-4e16-8e3f-0e65bd85977d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:52.802941 [ 3 ] {230d27a9-fd50-4e16-8e3f-0e65bd85977d} oximeter.measurements_i64 (ace5e47b-1085-4e87-966e-1ebebf4843ae): 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.19 08:26:52.803065 [ 3 ] {230d27a9-fd50-4e16-8e3f-0e65bd85977d} executeQuery: Read 15 rows, 1.14 KiB in 0.001373 sec., 10924.981791697013 rows/sec., 833.60 KiB/sec. 2026.03.19 08:26:52.803099 [ 3 ] {230d27a9-fd50-4e16-8e3f-0e65bd85977d} TCPHandler: Processed in 0.001530374 sec. 2026.03.19 08:26:52.803203 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:52.803295 [ 3 ] {713ddb1e-2bb3-499b-9e9a-e35eb8dcb036} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:26:52.803335 [ 3 ] {713ddb1e-2bb3-499b-9e9a-e35eb8dcb036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:26:52.803631 [ 3 ] {713ddb1e-2bb3-499b-9e9a-e35eb8dcb036} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:52.803666 [ 3 ] {713ddb1e-2bb3-499b-9e9a-e35eb8dcb036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:52.804072 [ 3 ] {713ddb1e-2bb3-499b-9e9a-e35eb8dcb036} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:26:52.804538 [ 3 ] {713ddb1e-2bb3-499b-9e9a-e35eb8dcb036} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:26:52.804672 [ 3 ] {713ddb1e-2bb3-499b-9e9a-e35eb8dcb036} executeQuery: Read 30 rows, 2.10 KiB in 0.001395 sec., 21505.37634408602 rows/sec., 1.47 MiB/sec. 2026.03.19 08:26:52.804712 [ 3 ] {713ddb1e-2bb3-499b-9e9a-e35eb8dcb036} TCPHandler: Processed in 0.001556335 sec. 2026.03.19 08:26:57.786868 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.787104 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.19 08:26:57.787454 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.791309 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.03.19 08:26:57.791552 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.791625 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.791830 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2026.03.19 08:26:57.794146 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.796013 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.796039 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.799778 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.03.19 08:26:57.799805 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.825340 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} executeQuery: Read 19 rows, 813.00 B in 0.038315 sec., 495.8893383792248 rows/sec., 20.72 KiB/sec. 2026.03.19 08:26:57.825479 [ 3 ] {5752e94e-be50-43ed-9512-d49db39bc171} TCPHandler: Processed in 0.038745005 sec. 2026.03.19 08:26:57.828232 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.828379 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) 2026.03.19 08:26:57.828602 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.828637 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled')" moved to PREWHERE 2026.03.19 08:26:57.828818 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.828873 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.828983 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.03.19 08:26:57.829013 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.829032 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.829046 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.829080 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled'))" 2026.03.19 08:26:57.829099 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.829851 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} executeQuery: Read 19 rows, 813.00 B in 0.001531 sec., 12410.1894186806 rows/sec., 518.58 KiB/sec. 2026.03.19 08:26:57.829940 [ 3 ] {9f28c141-4b29-4e2e-aeab-1ef6070cfecf} TCPHandler: Processed in 0.001767911 sec. 2026.03.19 08:26:57.830500 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.830635 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) 2026.03.19 08:26:57.830837 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.830869 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE 2026.03.19 08:26:57.831041 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.831094 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.831196 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.03.19 08:26:57.831224 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.831243 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.831257 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.831289 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" 2026.03.19 08:26:57.831306 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.831719 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} executeQuery: Read 19 rows, 813.00 B in 0.001138 sec., 16695.95782073814 rows/sec., 697.67 KiB/sec. 2026.03.19 08:26:57.831800 [ 3 ] {545c3a0a-cf9d-42cc-b175-f988177034ae} TCPHandler: Processed in 0.00135191 sec. 2026.03.19 08:26:57.832014 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.832143 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.19 08:26:57.832338 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.832369 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE 2026.03.19 08:26:57.832541 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.832593 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.832690 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.03.19 08:26:57.832719 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.832737 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.832750 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.832782 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" 2026.03.19 08:26:57.832799 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.833224 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} executeQuery: Read 19 rows, 813.00 B in 0.001131 sec., 16799.292661361626 rows/sec., 701.99 KiB/sec. 2026.03.19 08:26:57.833305 [ 3 ] {bf8b9500-42e7-46ca-9654-382773cc1c38} TCPHandler: Processed in 0.00134211 sec. 2026.03.19 08:26:57.833518 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.833647 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.19 08:26:57.833853 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.833884 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.03.19 08:26:57.834058 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.834110 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.834206 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.03.19 08:26:57.834235 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.834253 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.834267 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.834299 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.03.19 08:26:57.834316 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.834730 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} executeQuery: Read 19 rows, 813.00 B in 0.001132 sec., 16784.45229681979 rows/sec., 701.37 KiB/sec. 2026.03.19 08:26:57.834811 [ 3 ] {baa8673c-d0a5-411f-b42d-57ae33bd761c} TCPHandler: Processed in 0.00134315 sec. 2026.03.19 08:26:57.835021 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.835148 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.19 08:26:57.835342 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.835384 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.03.19 08:26:57.835616 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.835678 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.835790 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.03.19 08:26:57.835820 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.835840 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.835855 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.835891 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.19 08:26:57.835910 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.836432 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} executeQuery: Read 19 rows, 813.00 B in 0.001331 sec., 14274.981217129978 rows/sec., 596.50 KiB/sec. 2026.03.19 08:26:57.836535 [ 3 ] {9dc42840-f202-4fa9-bf04-b4220b87865e} TCPHandler: Processed in 0.001564045 sec. 2026.03.19 08:26:57.836784 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.836924 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.19 08:26:57.837132 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.837165 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.03.19 08:26:57.837386 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.837440 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.837540 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.03.19 08:26:57.837571 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.837589 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.837629 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.837663 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.19 08:26:57.837681 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.838149 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} executeQuery: Read 19 rows, 813.00 B in 0.001279 sec., 14855.355746677093 rows/sec., 620.75 KiB/sec. 2026.03.19 08:26:57.838234 [ 3 ] {a03ca867-b377-4bb4-a9bd-677b06d6e571} TCPHandler: Processed in 0.001501894 sec. 2026.03.19 08:26:57.838474 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.838606 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 08:26:57.838820 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.838853 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.03.19 08:26:57.839033 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.839086 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.839193 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.03.19 08:26:57.839224 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.839242 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.839256 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.839289 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.19 08:26:57.839306 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.839776 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} executeQuery: Read 19 rows, 813.00 B in 0.001221 sec., 15561.01556101556 rows/sec., 650.24 KiB/sec. 2026.03.19 08:26:57.839858 [ 3 ] {5c26eedf-0d35-4f77-8ef7-df0f2cac452a} TCPHandler: Processed in 0.001435673 sec. 2026.03.19 08:26:57.840076 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.840206 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.19 08:26:57.840413 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.840447 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.03.19 08:26:57.840626 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.840679 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.840776 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.03.19 08:26:57.840805 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.840823 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.840836 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.840869 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.19 08:26:57.840886 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.841350 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} executeQuery: Read 19 rows, 813.00 B in 0.001194 sec., 15912.897822445562 rows/sec., 664.95 KiB/sec. 2026.03.19 08:26:57.841434 [ 3 ] {d34d3cec-c82a-4215-8017-8e0c67c95bbf} TCPHandler: Processed in 0.001408471 sec. 2026.03.19 08:26:57.841676 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.841809 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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.19 08:26:57.842020 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.842056 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.19 08:26:57.842257 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.842313 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.842416 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.03.19 08:26:57.842447 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.842468 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.842482 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.842516 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 08:26:57.842535 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.843147 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} executeQuery: Read 19 rows, 813.00 B in 0.00139 sec., 13669.06474820144 rows/sec., 571.18 KiB/sec. 2026.03.19 08:26:57.843241 [ 3 ] {f0de41eb-dd38-4c76-9367-7765dcc3f230} TCPHandler: Processed in 0.001614408 sec. 2026.03.19 08:26:57.843491 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.843622 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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.19 08:26:57.843840 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.843875 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.19 08:26:57.844061 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.844115 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.844225 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.03.19 08:26:57.844255 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.844273 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.844287 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.844319 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.19 08:26:57.844337 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.844775 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} executeQuery: Read 19 rows, 813.00 B in 0.001204 sec., 15780.730897009968 rows/sec., 659.42 KiB/sec. 2026.03.19 08:26:57.844861 [ 3 ] {dc9c1665-fdfd-4a77-bbb7-5bd426ea4baf} TCPHandler: Processed in 0.001419252 sec. 2026.03.19 08:26:57.852576 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.852742 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} executeQuery: (from [fd00:1122:3344:101::d]:42810) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:26:57.853016 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:26:57.853052 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:26:57.853248 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.853303 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:26:57.853406 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.03.19 08:26:57.853436 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:26:57.853456 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (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.19 08:26:57.853471 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:26:57.853505 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:26:57.853525 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.03.19 08:26:57.853959 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} executeQuery: Read 19 rows, 813.00 B in 0.001285 sec., 14785.992217898834 rows/sec., 617.86 KiB/sec. 2026.03.19 08:26:57.854041 [ 3 ] {e5e54206-4f3b-4849-9c25-0565f88216be} TCPHandler: Processed in 0.001528785 sec. 2026.03.19 08:26:57.855944 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2399 2026.03.19 08:26:57.856477 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.856521 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.857055 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:26:57.857285 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:26:57.857411 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2399 2026.03.19 08:26:57.858173 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.858310 [ 3 ] {ff4a1719-772e-4072-b42a-e8fb766df088} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.19 08:26:57.858362 [ 3 ] {ff4a1719-772e-4072-b42a-e8fb766df088} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:26:57.858983 [ 3 ] {ff4a1719-772e-4072-b42a-e8fb766df088} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.859028 [ 3 ] {ff4a1719-772e-4072-b42a-e8fb766df088} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.859446 [ 3 ] {ff4a1719-772e-4072-b42a-e8fb766df088} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:57.859639 [ 3 ] {ff4a1719-772e-4072-b42a-e8fb766df088} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): 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.19 08:26:57.859798 [ 3 ] {ff4a1719-772e-4072-b42a-e8fb766df088} executeQuery: Read 12 rows, 4.37 KiB in 0.001522 sec., 7884.362680683312 rows/sec., 2.80 MiB/sec. 2026.03.19 08:26:57.859856 [ 3 ] {ff4a1719-772e-4072-b42a-e8fb766df088} TCPHandler: Processed in 0.001742051 sec. 2026.03.19 08:26:57.859983 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.860081 [ 3 ] {af9301e5-1a22-403d-9109-95de834035d2} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:26:57.860124 [ 3 ] {af9301e5-1a22-403d-9109-95de834035d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:26:57.862991 [ 3 ] {af9301e5-1a22-403d-9109-95de834035d2} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.863035 [ 3 ] {af9301e5-1a22-403d-9109-95de834035d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.863524 [ 3 ] {af9301e5-1a22-403d-9109-95de834035d2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:57.863781 [ 3 ] {af9301e5-1a22-403d-9109-95de834035d2} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:26:57.863955 [ 3 ] {af9301e5-1a22-403d-9109-95de834035d2} executeQuery: Read 284 rows, 18.47 KiB in 0.003893 sec., 72951.45132288722 rows/sec., 4.63 MiB/sec. 2026.03.19 08:26:57.864003 [ 3 ] {af9301e5-1a22-403d-9109-95de834035d2} TCPHandler: Processed in 0.004068769 sec. 2026.03.19 08:26:57.864123 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.864219 [ 3 ] {8fe4d8c8-c634-43b0-a050-1af47d131869} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:26:57.864260 [ 3 ] {8fe4d8c8-c634-43b0-a050-1af47d131869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:26:57.864670 [ 3 ] {8fe4d8c8-c634-43b0-a050-1af47d131869} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.864709 [ 3 ] {8fe4d8c8-c634-43b0-a050-1af47d131869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.864996 [ 3 ] {8fe4d8c8-c634-43b0-a050-1af47d131869} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:26:57.865203 [ 3 ] {8fe4d8c8-c634-43b0-a050-1af47d131869} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:26:57.865338 [ 3 ] {8fe4d8c8-c634-43b0-a050-1af47d131869} executeQuery: Read 2 rows, 167.00 B in 0.001138 sec., 1757.4692442882251 rows/sec., 143.31 KiB/sec. 2026.03.19 08:26:57.865380 [ 3 ] {8fe4d8c8-c634-43b0-a050-1af47d131869} TCPHandler: Processed in 0.001306319 sec. 2026.03.19 08:26:57.865488 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.865582 [ 3 ] {c99ab460-eab7-4a5c-9de6-ca144855079a} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:26:57.865621 [ 3 ] {c99ab460-eab7-4a5c-9de6-ca144855079a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:26:57.866325 [ 3 ] {c99ab460-eab7-4a5c-9de6-ca144855079a} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.866361 [ 3 ] {c99ab460-eab7-4a5c-9de6-ca144855079a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.866753 [ 3 ] {c99ab460-eab7-4a5c-9de6-ca144855079a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:26:57.866961 [ 3 ] {c99ab460-eab7-4a5c-9de6-ca144855079a} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:26:57.867084 [ 3 ] {c99ab460-eab7-4a5c-9de6-ca144855079a} executeQuery: Read 768 rows, 61.17 KiB in 0.001521 sec., 504930.96646942804 rows/sec., 39.27 MiB/sec. 2026.03.19 08:26:57.867127 [ 3 ] {c99ab460-eab7-4a5c-9de6-ca144855079a} TCPHandler: Processed in 0.001687159 sec. 2026.03.19 08:26:57.867234 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.867327 [ 3 ] {54bd0228-f6a4-4366-87b4-a31cf64a7b0d} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:26:57.867368 [ 3 ] {54bd0228-f6a4-4366-87b4-a31cf64a7b0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:26:57.867766 [ 3 ] {54bd0228-f6a4-4366-87b4-a31cf64a7b0d} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.867803 [ 3 ] {54bd0228-f6a4-4366-87b4-a31cf64a7b0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.868115 [ 3 ] {54bd0228-f6a4-4366-87b4-a31cf64a7b0d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:26:57.868339 [ 3 ] {54bd0228-f6a4-4366-87b4-a31cf64a7b0d} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:26:57.868469 [ 3 ] {54bd0228-f6a4-4366-87b4-a31cf64a7b0d} executeQuery: Read 144 rows, 8.68 KiB in 0.00116 sec., 124137.93103448275 rows/sec., 7.31 MiB/sec. 2026.03.19 08:26:57.868512 [ 3 ] {54bd0228-f6a4-4366-87b4-a31cf64a7b0d} TCPHandler: Processed in 0.001324529 sec. 2026.03.19 08:26:57.868626 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.868718 [ 3 ] {5952300a-8ef6-4357-a886-9a3ca0ebcec3} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:26:57.868757 [ 3 ] {5952300a-8ef6-4357-a886-9a3ca0ebcec3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:26:57.869211 [ 3 ] {5952300a-8ef6-4357-a886-9a3ca0ebcec3} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.869245 [ 3 ] {5952300a-8ef6-4357-a886-9a3ca0ebcec3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.869647 [ 3 ] {5952300a-8ef6-4357-a886-9a3ca0ebcec3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:57.869850 [ 3 ] {5952300a-8ef6-4357-a886-9a3ca0ebcec3} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:26:57.869979 [ 3 ] {5952300a-8ef6-4357-a886-9a3ca0ebcec3} executeQuery: Read 149 rows, 9.86 KiB in 0.001278 sec., 116588.4194053208 rows/sec., 7.53 MiB/sec. 2026.03.19 08:26:57.870020 [ 3 ] {5952300a-8ef6-4357-a886-9a3ca0ebcec3} TCPHandler: Processed in 0.001441913 sec. 2026.03.19 08:26:57.870128 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.870221 [ 3 ] {b4f116d1-2faa-4485-864f-59eb6d7b50f7} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:26:57.870259 [ 3 ] {b4f116d1-2faa-4485-864f-59eb6d7b50f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:26:57.870679 [ 3 ] {b4f116d1-2faa-4485-864f-59eb6d7b50f7} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.870715 [ 3 ] {b4f116d1-2faa-4485-864f-59eb6d7b50f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.873047 [ 3 ] {b4f116d1-2faa-4485-864f-59eb6d7b50f7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:57.873301 [ 3 ] {b4f116d1-2faa-4485-864f-59eb6d7b50f7} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:26:57.873456 [ 3 ] {b4f116d1-2faa-4485-864f-59eb6d7b50f7} executeQuery: Read 148 rows, 8.62 KiB in 0.003251 sec., 45524.454014149494 rows/sec., 2.59 MiB/sec. 2026.03.19 08:26:57.873501 [ 3 ] {b4f116d1-2faa-4485-864f-59eb6d7b50f7} TCPHandler: Processed in 0.003420371 sec. 2026.03.19 08:26:57.873628 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.873741 [ 3 ] {31514558-7b75-491b-a030-237b8671a7b0} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:26:57.873787 [ 3 ] {31514558-7b75-491b-a030-237b8671a7b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:26:57.874360 [ 3 ] {31514558-7b75-491b-a030-237b8671a7b0} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.874397 [ 3 ] {31514558-7b75-491b-a030-237b8671a7b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.874746 [ 3 ] {31514558-7b75-491b-a030-237b8671a7b0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:26:57.874954 [ 3 ] {31514558-7b75-491b-a030-237b8671a7b0} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:26:57.875079 [ 3 ] {31514558-7b75-491b-a030-237b8671a7b0} executeQuery: Read 456 rows, 32.46 KiB in 0.00136 sec., 335294.1176470588 rows/sec., 23.31 MiB/sec. 2026.03.19 08:26:57.875115 [ 3 ] {31514558-7b75-491b-a030-237b8671a7b0} TCPHandler: Processed in 0.001545735 sec. 2026.03.19 08:26:57.875224 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.875318 [ 3 ] {51406c84-5dc0-4856-8c04-9c9f4779b7eb} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 08:26:57.875358 [ 3 ] {51406c84-5dc0-4856-8c04-9c9f4779b7eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 08:26:57.875676 [ 3 ] {51406c84-5dc0-4856-8c04-9c9f4779b7eb} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.875712 [ 3 ] {51406c84-5dc0-4856-8c04-9c9f4779b7eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.876085 [ 3 ] {51406c84-5dc0-4856-8c04-9c9f4779b7eb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:57.876290 [ 3 ] {51406c84-5dc0-4856-8c04-9c9f4779b7eb} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): 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.19 08:26:57.876415 [ 3 ] {51406c84-5dc0-4856-8c04-9c9f4779b7eb} executeQuery: Read 6 rows, 321.00 B in 0.001115 sec., 5381.165919282511 rows/sec., 281.14 KiB/sec. 2026.03.19 08:26:57.876451 [ 3 ] {51406c84-5dc0-4856-8c04-9c9f4779b7eb} TCPHandler: Processed in 0.001275278 sec. 2026.03.19 08:26:57.876564 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.876656 [ 3 ] {e17f579e-55f9-4de8-a50e-6901fbed0d07} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:26:57.876697 [ 3 ] {e17f579e-55f9-4de8-a50e-6901fbed0d07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:26:57.877106 [ 3 ] {e17f579e-55f9-4de8-a50e-6901fbed0d07} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.877142 [ 3 ] {e17f579e-55f9-4de8-a50e-6901fbed0d07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.877466 [ 3 ] {e17f579e-55f9-4de8-a50e-6901fbed0d07} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:26:57.877672 [ 3 ] {e17f579e-55f9-4de8-a50e-6901fbed0d07} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:26:57.877794 [ 3 ] {e17f579e-55f9-4de8-a50e-6901fbed0d07} executeQuery: Read 206 rows, 13.79 KiB in 0.001155 sec., 178354.97835497835 rows/sec., 11.66 MiB/sec. 2026.03.19 08:26:57.877830 [ 3 ] {e17f579e-55f9-4de8-a50e-6901fbed0d07} TCPHandler: Processed in 0.001313988 sec. 2026.03.19 08:26:57.877932 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.878024 [ 3 ] {d3632736-339a-43a3-8ef8-ab6b192aa8cc} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 08:26:57.878066 [ 3 ] {d3632736-339a-43a3-8ef8-ab6b192aa8cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 08:26:57.878375 [ 3 ] {d3632736-339a-43a3-8ef8-ab6b192aa8cc} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.878412 [ 3 ] {d3632736-339a-43a3-8ef8-ab6b192aa8cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.878861 [ 3 ] {d3632736-339a-43a3-8ef8-ab6b192aa8cc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:26:57.879076 [ 3 ] {d3632736-339a-43a3-8ef8-ab6b192aa8cc} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): 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.19 08:26:57.879205 [ 3 ] {d3632736-339a-43a3-8ef8-ab6b192aa8cc} executeQuery: Read 1 rows, 69.00 B in 0.001198 sec., 834.7245409015025 rows/sec., 56.25 KiB/sec. 2026.03.19 08:26:57.879241 [ 3 ] {d3632736-339a-43a3-8ef8-ab6b192aa8cc} TCPHandler: Processed in 0.00135638 sec. 2026.03.19 08:26:57.879347 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:26:57.879440 [ 3 ] {f2462b65-25b5-41a4-b72d-bb1ddbd6c727} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:26:57.879481 [ 3 ] {f2462b65-25b5-41a4-b72d-bb1ddbd6c727} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:26:57.879802 [ 3 ] {f2462b65-25b5-41a4-b72d-bb1ddbd6c727} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.879837 [ 3 ] {f2462b65-25b5-41a4-b72d-bb1ddbd6c727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:57.880124 [ 3 ] {f2462b65-25b5-41a4-b72d-bb1ddbd6c727} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:26:57.880339 [ 3 ] {f2462b65-25b5-41a4-b72d-bb1ddbd6c727} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:26:57.880470 [ 3 ] {f2462b65-25b5-41a4-b72d-bb1ddbd6c727} executeQuery: Read 60 rows, 3.73 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.48 MiB/sec. 2026.03.19 08:26:57.880504 [ 3 ] {f2462b65-25b5-41a4-b72d-bb1ddbd6c727} TCPHandler: Processed in 0.001205476 sec. 2026.03.19 08:26:57.978190 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.19 08:26:57.995384 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:26:57.995425 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:26:58.000234 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 172.59 MiB, peak 172.64 MiB, free memory in arenas 0.00 B, will set to 169.09 MiB (RSS), difference: -3.50 MiB 2026.03.19 08:26:58.001792 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:26:58.002500 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:26:58.005680 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.19 08:26:59.000253 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.09 MiB, peak 172.64 MiB, free memory in arenas 0.00 B, will set to 169.82 MiB (RSS), difference: 4.73 MiB 2026.03.19 08:27:00.366007 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 220 2026.03.19 08:27:00.368963 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:00.369020 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:27:00.370256 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:27:00.370530 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:27:00.370802 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 220 2026.03.19 08:27:02.791386 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:02.791577 [ 3 ] {5da52e0d-e942-4776-8790-c84f5caa07e4} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:02.791643 [ 3 ] {5da52e0d-e942-4776-8790-c84f5caa07e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:02.792251 [ 3 ] {5da52e0d-e942-4776-8790-c84f5caa07e4} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:02.792301 [ 3 ] {5da52e0d-e942-4776-8790-c84f5caa07e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:27:02.792687 [ 3 ] {5da52e0d-e942-4776-8790-c84f5caa07e4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:02.792919 [ 3 ] {5da52e0d-e942-4776-8790-c84f5caa07e4} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:02.793080 [ 3 ] {5da52e0d-e942-4776-8790-c84f5caa07e4} executeQuery: Read 78 rows, 6.91 KiB in 0.001548 sec., 50387.59689922481 rows/sec., 4.36 MiB/sec. 2026.03.19 08:27:02.793127 [ 3 ] {5da52e0d-e942-4776-8790-c84f5caa07e4} TCPHandler: Processed in 0.001859224 sec. 2026.03.19 08:27:02.793257 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:02.793360 [ 3 ] {86a0d2ea-1670-41db-92c5-f351c7c20cbc} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:02.793403 [ 3 ] {86a0d2ea-1670-41db-92c5-f351c7c20cbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:02.793877 [ 3 ] {86a0d2ea-1670-41db-92c5-f351c7c20cbc} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:02.793918 [ 3 ] {86a0d2ea-1670-41db-92c5-f351c7c20cbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:27:02.794258 [ 3 ] {86a0d2ea-1670-41db-92c5-f351c7c20cbc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:27:02.794482 [ 3 ] {86a0d2ea-1670-41db-92c5-f351c7c20cbc} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:02.794614 [ 3 ] {86a0d2ea-1670-41db-92c5-f351c7c20cbc} executeQuery: Read 26 rows, 1.96 KiB in 0.001277 sec., 20360.219263899766 rows/sec., 1.50 MiB/sec. 2026.03.19 08:27:02.794651 [ 3 ] {86a0d2ea-1670-41db-92c5-f351c7c20cbc} TCPHandler: Processed in 0.001449203 sec. 2026.03.19 08:27:02.794764 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:02.794863 [ 3 ] {d1399bca-5a0d-4561-a486-a795ebc2435a} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:02.794903 [ 3 ] {d1399bca-5a0d-4561-a486-a795ebc2435a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:02.795313 [ 3 ] {d1399bca-5a0d-4561-a486-a795ebc2435a} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:02.795351 [ 3 ] {d1399bca-5a0d-4561-a486-a795ebc2435a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:27:02.795650 [ 3 ] {d1399bca-5a0d-4561-a486-a795ebc2435a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:02.795867 [ 3 ] {d1399bca-5a0d-4561-a486-a795ebc2435a} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:02.795994 [ 3 ] {d1399bca-5a0d-4561-a486-a795ebc2435a} executeQuery: Read 54 rows, 4.32 KiB in 0.001152 sec., 46875 rows/sec., 3.66 MiB/sec. 2026.03.19 08:27:02.796033 [ 3 ] {d1399bca-5a0d-4561-a486-a795ebc2435a} TCPHandler: Processed in 0.001318088 sec. 2026.03.19 08:27:02.796140 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:02.796244 [ 3 ] {9863b3bf-3d95-42be-b976-063191365c14} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:02.796288 [ 3 ] {9863b3bf-3d95-42be-b976-063191365c14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:02.796637 [ 3 ] {9863b3bf-3d95-42be-b976-063191365c14} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:02.796675 [ 3 ] {9863b3bf-3d95-42be-b976-063191365c14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:27:02.796991 [ 3 ] {9863b3bf-3d95-42be-b976-063191365c14} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:02.797211 [ 3 ] {9863b3bf-3d95-42be-b976-063191365c14} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:02.797341 [ 3 ] {9863b3bf-3d95-42be-b976-063191365c14} executeQuery: Read 100 rows, 7.10 KiB in 0.001115 sec., 89686.0986547085 rows/sec., 6.22 MiB/sec. 2026.03.19 08:27:02.797381 [ 3 ] {9863b3bf-3d95-42be-b976-063191365c14} TCPHandler: Processed in 0.001289858 sec. 2026.03.19 08:27:02.797488 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:02.797582 [ 3 ] {5c8b66c3-5dfc-4bfb-8d1d-d3e0aaeba9ac} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:02.797635 [ 3 ] {5c8b66c3-5dfc-4bfb-8d1d-d3e0aaeba9ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:27:02.798389 [ 3 ] {5c8b66c3-5dfc-4bfb-8d1d-d3e0aaeba9ac} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:02.798427 [ 3 ] {5c8b66c3-5dfc-4bfb-8d1d-d3e0aaeba9ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:27:02.798959 [ 3 ] {5c8b66c3-5dfc-4bfb-8d1d-d3e0aaeba9ac} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:27:02.799196 [ 3 ] {5c8b66c3-5dfc-4bfb-8d1d-d3e0aaeba9ac} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:02.799344 [ 3 ] {5c8b66c3-5dfc-4bfb-8d1d-d3e0aaeba9ac} executeQuery: Read 26 rows, 47.71 KiB in 0.001779 sec., 14614.95222034851 rows/sec., 26.19 MiB/sec. 2026.03.19 08:27:02.799402 [ 3 ] {5c8b66c3-5dfc-4bfb-8d1d-d3e0aaeba9ac} TCPHandler: Processed in 0.001962117 sec. 2026.03.19 08:27:02.799519 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:02.799616 [ 3 ] {0e0c75b2-c5b2-4ae0-aea7-4feb90592aa4} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:02.799660 [ 3 ] {0e0c75b2-c5b2-4ae0-aea7-4feb90592aa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:02.799974 [ 3 ] {0e0c75b2-c5b2-4ae0-aea7-4feb90592aa4} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:02.800015 [ 3 ] {0e0c75b2-c5b2-4ae0-aea7-4feb90592aa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:27:02.800336 [ 3 ] {0e0c75b2-c5b2-4ae0-aea7-4feb90592aa4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:02.800558 [ 3 ] {0e0c75b2-c5b2-4ae0-aea7-4feb90592aa4} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:02.800688 [ 3 ] {0e0c75b2-c5b2-4ae0-aea7-4feb90592aa4} executeQuery: Read 30 rows, 2.10 KiB in 0.001091 sec., 27497.708524289643 rows/sec., 1.88 MiB/sec. 2026.03.19 08:27:02.800724 [ 3 ] {0e0c75b2-c5b2-4ae0-aea7-4feb90592aa4} TCPHandler: Processed in 0.001253817 sec. 2026.03.19 08:27:05.284082 [ 109 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:27:05.284138 [ 109 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:27:05.357473 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2911 2026.03.19 08:27:05.358024 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:05.358071 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:27:05.358557 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:05.358790 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:27:05.358921 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2911 2026.03.19 08:27:05.358929 [ 109 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 08:27:05.359038 [ 109 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:05.359076 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:27:05.361641 [ 188 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::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.19 08:27:05.364014 [ 188 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:05.364101 [ 188 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.03.19 08:27:05.364221 [ 188 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 503 rows starting from the beginning of the part 2026.03.19 08:27:05.364276 [ 188 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 448 rows starting from the beginning of the part 2026.03.19 08:27:05.364323 [ 188 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 512 rows starting from the beginning of the part 2026.03.19 08:27:05.364384 [ 188 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2026.03.19 08:27:05.364437 [ 188 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.03.19 08:27:05.397122 [ 186 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2911 rows, containing 4 columns (4 merged, 0 gathered) in 0.03791447 sec., 76778.07443965325 rows/sec., 1.10 MiB/sec. 2026.03.19 08:27:05.398076 [ 190 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 08:27:05.398421 [ 190 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_6_1} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:27:05.398501 [ 190 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_6_1} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 08:27:05.400826 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.36 MiB. 2026.03.19 08:27:05.505740 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.19 08:27:05.524297 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:05.524432 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:27:05.531640 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:05.532905 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:27:05.533344 [ 109 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 08:27:05.533405 [ 109 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:05.533427 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. 2026.03.19 08:27:05.533589 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:05.538015 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:05.538140 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.19 08:27:05.539432 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:05.543956 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:05.548254 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:05.552273 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:05.560615 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:05.564969 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:05.627696 [ 186 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.094168977 sec., 488.4835905141032 rows/sec., 2.53 MiB/sec. 2026.03.19 08:27:05.629515 [ 186 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 08:27:05.631385 [ 186 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_6_1} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:27:05.631488 [ 186 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_6_1} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 08:27:05.632816 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.19 08:27:06.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 171.05 MiB, peak 180.59 MiB, free memory in arenas 0.00 B, will set to 180.47 MiB (RSS), difference: 9.42 MiB 2026.03.19 08:27:07.799009 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:07.799180 [ 3 ] {0f1298eb-5753-4df4-9e36-e92d0184ec01} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:27:07.799244 [ 3 ] {0f1298eb-5753-4df4-9e36-e92d0184ec01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:27:07.799902 [ 3 ] {0f1298eb-5753-4df4-9e36-e92d0184ec01} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.799952 [ 3 ] {0f1298eb-5753-4df4-9e36-e92d0184ec01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.800363 [ 3 ] {0f1298eb-5753-4df4-9e36-e92d0184ec01} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:27:07.800591 [ 3 ] {0f1298eb-5753-4df4-9e36-e92d0184ec01} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:27:07.800742 [ 3 ] {0f1298eb-5753-4df4-9e36-e92d0184ec01} executeQuery: Read 284 rows, 18.47 KiB in 0.001607 sec., 176726.82016179216 rows/sec., 11.22 MiB/sec. 2026.03.19 08:27:07.800791 [ 3 ] {0f1298eb-5753-4df4-9e36-e92d0184ec01} TCPHandler: Processed in 0.001902126 sec. 2026.03.19 08:27:07.800910 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:07.801009 [ 3 ] {88a2d68b-d9db-4072-aea0-7cba8e123e19} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:07.801051 [ 3 ] {88a2d68b-d9db-4072-aea0-7cba8e123e19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:07.801694 [ 3 ] {88a2d68b-d9db-4072-aea0-7cba8e123e19} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.801732 [ 3 ] {88a2d68b-d9db-4072-aea0-7cba8e123e19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.802094 [ 3 ] {88a2d68b-d9db-4072-aea0-7cba8e123e19} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:07.802302 [ 3 ] {88a2d68b-d9db-4072-aea0-7cba8e123e19} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:07.802406 [ 106 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 08:27:07.802425 [ 3 ] {88a2d68b-d9db-4072-aea0-7cba8e123e19} executeQuery: Read 767 rows, 61.10 KiB in 0.001439 sec., 533009.0340514246 rows/sec., 41.46 MiB/sec. 2026.03.19 08:27:07.802483 [ 106 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.802489 [ 3 ] {88a2d68b-d9db-4072-aea0-7cba8e123e19} TCPHandler: Processed in 0.001630368 sec. 2026.03.19 08:27:07.802516 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.802612 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:07.802639 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::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.19 08:27:07.802710 [ 3 ] {8d94dc85-905c-4ccd-93aa-e8a3cd7a0237} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:07.802748 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:07.802751 [ 3 ] {8d94dc85-905c-4ccd-93aa-e8a3cd7a0237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:07.802795 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 46 rows starting from the beginning of the part 2026.03.19 08:27:07.802894 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2026.03.19 08:27:07.802949 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part 2026.03.19 08:27:07.803000 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 768 rows starting from the beginning of the part 2026.03.19 08:27:07.803046 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 78 rows starting from the beginning of the part 2026.03.19 08:27:07.803097 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 767 rows starting from the beginning of the part 2026.03.19 08:27:07.803167 [ 3 ] {8d94dc85-905c-4ccd-93aa-e8a3cd7a0237} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.803204 [ 3 ] {8d94dc85-905c-4ccd-93aa-e8a3cd7a0237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.803551 [ 3 ] {8d94dc85-905c-4ccd-93aa-e8a3cd7a0237} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:07.803775 [ 3 ] {8d94dc85-905c-4ccd-93aa-e8a3cd7a0237} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:07.803910 [ 3 ] {8d94dc85-905c-4ccd-93aa-e8a3cd7a0237} executeQuery: Read 142 rows, 8.54 KiB in 0.00122 sec., 116393.44262295082 rows/sec., 6.84 MiB/sec. 2026.03.19 08:27:07.803946 [ 3 ] {8d94dc85-905c-4ccd-93aa-e8a3cd7a0237} TCPHandler: Processed in 0.00138328 sec. 2026.03.19 08:27:07.804049 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:07.804142 [ 3 ] {32279322-6b9b-43b2-876a-d1487203f8c2} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:27:07.804180 [ 3 ] {32279322-6b9b-43b2-876a-d1487203f8c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:27:07.804257 [ 197 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1763 rows, containing 5 columns (5 merged, 0 gathered) in 0.001663769 sec., 1059642.2940925092 rows/sec., 87.36 MiB/sec. 2026.03.19 08:27:07.804574 [ 192 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 08:27:07.804577 [ 3 ] {32279322-6b9b-43b2-876a-d1487203f8c2} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.804652 [ 3 ] {32279322-6b9b-43b2-876a-d1487203f8c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.804993 [ 3 ] {32279322-6b9b-43b2-876a-d1487203f8c2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:27:07.805012 [ 192 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_6_1} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:07.805115 [ 192 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_6_1} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 08:27:07.805219 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.19 08:27:07.805241 [ 3 ] {32279322-6b9b-43b2-876a-d1487203f8c2} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:27:07.805377 [ 3 ] {32279322-6b9b-43b2-876a-d1487203f8c2} executeQuery: Read 149 rows, 9.86 KiB in 0.001254 sec., 118819.77671451356 rows/sec., 7.68 MiB/sec. 2026.03.19 08:27:07.805415 [ 3 ] {32279322-6b9b-43b2-876a-d1487203f8c2} TCPHandler: Processed in 0.001413641 sec. 2026.03.19 08:27:07.805518 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:07.805609 [ 3 ] {5af7c3dc-df7b-4d77-a59c-03dfafcfa33b} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:27:07.805647 [ 3 ] {5af7c3dc-df7b-4d77-a59c-03dfafcfa33b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:27:07.806042 [ 3 ] {5af7c3dc-df7b-4d77-a59c-03dfafcfa33b} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.806078 [ 3 ] {5af7c3dc-df7b-4d77-a59c-03dfafcfa33b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.806380 [ 3 ] {5af7c3dc-df7b-4d77-a59c-03dfafcfa33b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:27:07.806585 [ 3 ] {5af7c3dc-df7b-4d77-a59c-03dfafcfa33b} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:27:07.806712 [ 3 ] {5af7c3dc-df7b-4d77-a59c-03dfafcfa33b} executeQuery: Read 148 rows, 8.62 KiB in 0.001121 sec., 132024.9776984835 rows/sec., 7.51 MiB/sec. 2026.03.19 08:27:07.806749 [ 3 ] {5af7c3dc-df7b-4d77-a59c-03dfafcfa33b} TCPHandler: Processed in 0.001278637 sec. 2026.03.19 08:27:07.806852 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:07.806942 [ 3 ] {b0c057fd-0104-49a7-82b6-76ac5f815388} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:07.806981 [ 3 ] {b0c057fd-0104-49a7-82b6-76ac5f815388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:07.807485 [ 3 ] {b0c057fd-0104-49a7-82b6-76ac5f815388} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.807521 [ 3 ] {b0c057fd-0104-49a7-82b6-76ac5f815388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.807848 [ 3 ] {b0c057fd-0104-49a7-82b6-76ac5f815388} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:07.808073 [ 3 ] {b0c057fd-0104-49a7-82b6-76ac5f815388} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:07.808181 [ 106 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 08:27:07.808196 [ 3 ] {b0c057fd-0104-49a7-82b6-76ac5f815388} executeQuery: Read 454 rows, 32.30 KiB in 0.00127 sec., 357480.3149606299 rows/sec., 24.84 MiB/sec. 2026.03.19 08:27:07.808222 [ 106 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.808244 [ 3 ] {b0c057fd-0104-49a7-82b6-76ac5f815388} TCPHandler: Processed in 0.001439202 sec. 2026.03.19 08:27:07.808246 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.808352 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::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.19 08:27:07.808358 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:07.808451 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:07.808474 [ 3 ] {ec9453b3-bfd6-4e38-b44a-b0e3cd1b70ea} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 08:27:07.808478 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part 2026.03.19 08:27:07.808522 [ 3 ] {ec9453b3-bfd6-4e38-b44a-b0e3cd1b70ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 08:27:07.808534 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2026.03.19 08:27:07.808571 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part 2026.03.19 08:27:07.808605 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 456 rows starting from the beginning of the part 2026.03.19 08:27:07.808639 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 54 rows starting from the beginning of the part 2026.03.19 08:27:07.808673 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 454 rows starting from the beginning of the part 2026.03.19 08:27:07.808839 [ 3 ] {ec9453b3-bfd6-4e38-b44a-b0e3cd1b70ea} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.808874 [ 3 ] {ec9453b3-bfd6-4e38-b44a-b0e3cd1b70ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.809203 [ 3 ] {ec9453b3-bfd6-4e38-b44a-b0e3cd1b70ea} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:27:07.809431 [ 3 ] {ec9453b3-bfd6-4e38-b44a-b0e3cd1b70ea} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): 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.19 08:27:07.809496 [ 197 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1104 rows, containing 5 columns (5 merged, 0 gathered) in 0.001181115 sec., 934709.998603015 rows/sec., 69.96 MiB/sec. 2026.03.19 08:27:07.809555 [ 3 ] {ec9453b3-bfd6-4e38-b44a-b0e3cd1b70ea} executeQuery: Read 6 rows, 321.00 B in 0.001103 sec., 5439.709882139619 rows/sec., 284.20 KiB/sec. 2026.03.19 08:27:07.809596 [ 3 ] {ec9453b3-bfd6-4e38-b44a-b0e3cd1b70ea} TCPHandler: Processed in 0.001285828 sec. 2026.03.19 08:27:07.809709 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:07.809711 [ 191 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 08:27:07.809809 [ 3 ] {f3b96427-aac4-4105-936b-76f7bdc1c629} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:07.809852 [ 3 ] {f3b96427-aac4-4105-936b-76f7bdc1c629} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:07.809972 [ 191 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_6_1} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:07.810051 [ 191 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_6_1} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 08:27:07.810130 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.03.19 08:27:07.810263 [ 3 ] {f3b96427-aac4-4105-936b-76f7bdc1c629} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.810298 [ 3 ] {f3b96427-aac4-4105-936b-76f7bdc1c629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.810650 [ 3 ] {f3b96427-aac4-4105-936b-76f7bdc1c629} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:07.810864 [ 3 ] {f3b96427-aac4-4105-936b-76f7bdc1c629} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:07.810990 [ 3 ] {f3b96427-aac4-4105-936b-76f7bdc1c629} executeQuery: Read 205 rows, 13.72 KiB in 0.0012 sec., 170833.33333333334 rows/sec., 11.17 MiB/sec. 2026.03.19 08:27:07.810998 [ 104 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 08:27:07.811027 [ 3 ] {f3b96427-aac4-4105-936b-76f7bdc1c629} TCPHandler: Processed in 0.001367751 sec. 2026.03.19 08:27:07.811050 [ 104 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.811078 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.811148 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:07.811182 [ 187 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::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.19 08:27:07.811247 [ 3 ] {6993805a-41d1-4f50-b8af-e58eb8c41309} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 08:27:07.811277 [ 187 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:07.811290 [ 3 ] {6993805a-41d1-4f50-b8af-e58eb8c41309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 08:27:07.811303 [ 187 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 102 rows starting from the beginning of the part 2026.03.19 08:27:07.811348 [ 187 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part 2026.03.19 08:27:07.811397 [ 187 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2026.03.19 08:27:07.811437 [ 187 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 206 rows starting from the beginning of the part 2026.03.19 08:27:07.811478 [ 187 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part 2026.03.19 08:27:07.811522 [ 187 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 205 rows starting from the beginning of the part 2026.03.19 08:27:07.811601 [ 3 ] {6993805a-41d1-4f50-b8af-e58eb8c41309} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.811636 [ 3 ] {6993805a-41d1-4f50-b8af-e58eb8c41309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.811938 [ 3 ] {6993805a-41d1-4f50-b8af-e58eb8c41309} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:27:07.812163 [ 3 ] {6993805a-41d1-4f50-b8af-e58eb8c41309} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): 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.19 08:27:07.812296 [ 3 ] {6993805a-41d1-4f50-b8af-e58eb8c41309} executeQuery: Read 1 rows, 69.00 B in 0.001067 sec., 937.207122774133 rows/sec., 63.15 KiB/sec. 2026.03.19 08:27:07.812333 [ 3 ] {6993805a-41d1-4f50-b8af-e58eb8c41309} TCPHandler: Processed in 0.001234216 sec. 2026.03.19 08:27:07.812439 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:07.812440 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 813 rows, containing 5 columns (5 merged, 0 gathered) in 0.001305868 sec., 622574.4102773021 rows/sec., 41.92 MiB/sec. 2026.03.19 08:27:07.812534 [ 3 ] {f25c0d9d-76c6-4ac8-91a1-4946a0e882e1} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:07.812575 [ 3 ] {f25c0d9d-76c6-4ac8-91a1-4946a0e882e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:07.812720 [ 197 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 08:27:07.812889 [ 3 ] {f25c0d9d-76c6-4ac8-91a1-4946a0e882e1} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.812933 [ 3 ] {f25c0d9d-76c6-4ac8-91a1-4946a0e882e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.813107 [ 197 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_6_1} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:07.813203 [ 197 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_6_1} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 08:27:07.813258 [ 3 ] {f25c0d9d-76c6-4ac8-91a1-4946a0e882e1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:07.813322 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.03.19 08:27:07.813487 [ 3 ] {f25c0d9d-76c6-4ac8-91a1-4946a0e882e1} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:07.813586 [ 104 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 08:27:07.813618 [ 104 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:07.813627 [ 3 ] {f25c0d9d-76c6-4ac8-91a1-4946a0e882e1} executeQuery: Read 60 rows, 3.73 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.28 MiB/sec. 2026.03.19 08:27:07.813635 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:07.813669 [ 3 ] {f25c0d9d-76c6-4ac8-91a1-4946a0e882e1} TCPHandler: Processed in 0.001278648 sec. 2026.03.19 08:27:07.813773 [ 189 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:27:07.813898 [ 189 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:07.813936 [ 189 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.03.19 08:27:07.814031 [ 189 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.03.19 08:27:07.814088 [ 189 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.03.19 08:27:07.814134 [ 189 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.03.19 08:27:07.814173 [ 189 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2026.03.19 08:27:07.814240 [ 189 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:27:07.815074 [ 197 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.00135837 sec., 176682.3472249829 rows/sec., 11.42 MiB/sec. 2026.03.19 08:27:07.815203 [ 197 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 08:27:07.815455 [ 197 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_6_1} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:07.815515 [ 197 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_6_1} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 08:27:07.815569 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 08:27:10.371000 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 252 2026.03.19 08:27:10.373200 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:10.373254 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:10.374409 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:10.374681 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:27:10.374942 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 252 2026.03.19 08:27:12.794742 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:12.794954 [ 3 ] {b7630a93-7819-4b36-b49b-9eb8f8ed623f} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:27:12.795023 [ 3 ] {b7630a93-7819-4b36-b49b-9eb8f8ed623f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:27:12.795731 [ 3 ] {b7630a93-7819-4b36-b49b-9eb8f8ed623f} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:12.795774 [ 3 ] {b7630a93-7819-4b36-b49b-9eb8f8ed623f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:12.796129 [ 3 ] {b7630a93-7819-4b36-b49b-9eb8f8ed623f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:27:12.796353 [ 3 ] {b7630a93-7819-4b36-b49b-9eb8f8ed623f} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:27:12.796497 [ 3 ] {b7630a93-7819-4b36-b49b-9eb8f8ed623f} executeQuery: Read 2 rows, 167.00 B in 0.001595 sec., 1253.9184952978055 rows/sec., 102.25 KiB/sec. 2026.03.19 08:27:12.796537 [ 3 ] {b7630a93-7819-4b36-b49b-9eb8f8ed623f} TCPHandler: Processed in 0.001923886 sec. 2026.03.19 08:27:12.796652 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:12.796745 [ 3 ] {671a015b-5fda-4f63-b9dd-7994a53a836c} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:12.796784 [ 3 ] {671a015b-5fda-4f63-b9dd-7994a53a836c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:12.797283 [ 3 ] {671a015b-5fda-4f63-b9dd-7994a53a836c} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:12.797319 [ 3 ] {671a015b-5fda-4f63-b9dd-7994a53a836c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:12.797624 [ 3 ] {671a015b-5fda-4f63-b9dd-7994a53a836c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:27:12.797825 [ 3 ] {671a015b-5fda-4f63-b9dd-7994a53a836c} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:12.797949 [ 3 ] {671a015b-5fda-4f63-b9dd-7994a53a836c} executeQuery: Read 105 rows, 9.04 KiB in 0.001222 sec., 85924.71358428805 rows/sec., 7.23 MiB/sec. 2026.03.19 08:27:12.797984 [ 3 ] {671a015b-5fda-4f63-b9dd-7994a53a836c} TCPHandler: Processed in 0.001380101 sec. 2026.03.19 08:27:12.798091 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:12.798182 [ 3 ] {71c7ae1b-e918-40d3-8be7-ed9d48c3b549} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:12.798222 [ 3 ] {71c7ae1b-e918-40d3-8be7-ed9d48c3b549} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:12.798642 [ 3 ] {71c7ae1b-e918-40d3-8be7-ed9d48c3b549} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:12.798677 [ 3 ] {71c7ae1b-e918-40d3-8be7-ed9d48c3b549} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:12.798955 [ 3 ] {71c7ae1b-e918-40d3-8be7-ed9d48c3b549} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:12.799155 [ 3 ] {71c7ae1b-e918-40d3-8be7-ed9d48c3b549} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:12.799278 [ 3 ] {71c7ae1b-e918-40d3-8be7-ed9d48c3b549} executeQuery: Read 28 rows, 2.09 KiB in 0.001113 sec., 25157.232704402515 rows/sec., 1.84 MiB/sec. 2026.03.19 08:27:12.799274 [ 97 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 08:27:12.799315 [ 3 ] {71c7ae1b-e918-40d3-8be7-ed9d48c3b549} TCPHandler: Processed in 0.001272037 sec. 2026.03.19 08:27:12.799353 [ 97 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:12.799379 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:12.799434 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:12.799509 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::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.19 08:27:12.799531 [ 3 ] {c79fc37c-b2b5-41ff-b07b-bd36b919b5a9} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:12.799582 [ 3 ] {c79fc37c-b2b5-41ff-b07b-bd36b919b5a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:12.799634 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:12.799670 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part 2026.03.19 08:27:12.799736 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2026.03.19 08:27:12.799778 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 144 rows starting from the beginning of the part 2026.03.19 08:27:12.799817 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::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.19 08:27:12.799855 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 142 rows starting from the beginning of the part 2026.03.19 08:27:12.799894 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part 2026.03.19 08:27:12.800015 [ 3 ] {c79fc37c-b2b5-41ff-b07b-bd36b919b5a9} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:12.800058 [ 3 ] {c79fc37c-b2b5-41ff-b07b-bd36b919b5a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:12.800417 [ 3 ] {c79fc37c-b2b5-41ff-b07b-bd36b919b5a9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:27:12.800666 [ 3 ] {c79fc37c-b2b5-41ff-b07b-bd36b919b5a9} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:12.800752 [ 191 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 379 rows, containing 5 columns (5 merged, 0 gathered) in 0.001298108 sec., 291963.3805507708 rows/sec., 19.31 MiB/sec. 2026.03.19 08:27:12.800800 [ 3 ] {c79fc37c-b2b5-41ff-b07b-bd36b919b5a9} executeQuery: Read 84 rows, 6.72 KiB in 0.001286 sec., 65318.81804043546 rows/sec., 5.10 MiB/sec. 2026.03.19 08:27:12.800847 [ 3 ] {c79fc37c-b2b5-41ff-b07b-bd36b919b5a9} TCPHandler: Processed in 0.001460942 sec. 2026.03.19 08:27:12.800890 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 08:27:12.800969 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:12.801069 [ 3 ] {a33e1757-7464-46b6-9aed-f84abc2e1283} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:12.801113 [ 3 ] {a33e1757-7464-46b6-9aed-f84abc2e1283} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:12.801142 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_6_1} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:12.801211 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_6_1} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 08:27:12.801275 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 08:27:12.801552 [ 3 ] {a33e1757-7464-46b6-9aed-f84abc2e1283} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:12.801593 [ 3 ] {a33e1757-7464-46b6-9aed-f84abc2e1283} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:12.801919 [ 3 ] {a33e1757-7464-46b6-9aed-f84abc2e1283} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:27:12.802121 [ 3 ] {a33e1757-7464-46b6-9aed-f84abc2e1283} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:12.802255 [ 3 ] {a33e1757-7464-46b6-9aed-f84abc2e1283} executeQuery: Read 151 rows, 10.72 KiB in 0.001204 sec., 125415.28239202658 rows/sec., 8.69 MiB/sec. 2026.03.19 08:27:12.802293 [ 3 ] {a33e1757-7464-46b6-9aed-f84abc2e1283} TCPHandler: Processed in 0.00138042 sec. 2026.03.19 08:27:12.802398 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:12.802490 [ 3 ] {89366cff-1410-43cd-a194-8c049852c249} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:12.802541 [ 3 ] {89366cff-1410-43cd-a194-8c049852c249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:27:12.803316 [ 3 ] {89366cff-1410-43cd-a194-8c049852c249} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:12.803352 [ 3 ] {89366cff-1410-43cd-a194-8c049852c249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:12.803850 [ 3 ] {89366cff-1410-43cd-a194-8c049852c249} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:27:12.804053 [ 3 ] {89366cff-1410-43cd-a194-8c049852c249} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:12.804180 [ 3 ] {89366cff-1410-43cd-a194-8c049852c249} executeQuery: Read 26 rows, 47.71 KiB in 0.001708 sec., 15222.482435597189 rows/sec., 27.28 MiB/sec. 2026.03.19 08:27:12.804241 [ 3 ] {89366cff-1410-43cd-a194-8c049852c249} TCPHandler: Processed in 0.001890176 sec. 2026.03.19 08:27:12.804351 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:12.804443 [ 3 ] {7d60c438-5219-4ba5-ab56-d7ad493f094e} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:12.804483 [ 3 ] {7d60c438-5219-4ba5-ab56-d7ad493f094e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:12.804801 [ 3 ] {7d60c438-5219-4ba5-ab56-d7ad493f094e} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:12.804836 [ 3 ] {7d60c438-5219-4ba5-ab56-d7ad493f094e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:12.805131 [ 3 ] {7d60c438-5219-4ba5-ab56-d7ad493f094e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:27:12.805345 [ 3 ] {7d60c438-5219-4ba5-ab56-d7ad493f094e} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:12.805464 [ 3 ] {7d60c438-5219-4ba5-ab56-d7ad493f094e} executeQuery: Read 50 rows, 3.51 KiB in 0.001039 sec., 48123.195380173245 rows/sec., 3.30 MiB/sec. 2026.03.19 08:27:12.805497 [ 3 ] {7d60c438-5219-4ba5-ab56-d7ad493f094e} TCPHandler: Processed in 0.001193495 sec. 2026.03.19 08:27:12.859973 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3359 2026.03.19 08:27:12.860451 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:12.860492 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:12.860949 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:27:12.861168 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:27:12.861291 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3359 2026.03.19 08:27:13.038200 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.19 08:27:13.056010 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:13.056084 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:13.062055 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:27:13.062758 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:27:13.066021 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.19 08:27:17.800368 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:17.800575 [ 3 ] {4ddd80b2-56e5-4ec6-acf1-e91feb9baace} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:27:17.800644 [ 3 ] {4ddd80b2-56e5-4ec6-acf1-e91feb9baace} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:27:17.801377 [ 3 ] {4ddd80b2-56e5-4ec6-acf1-e91feb9baace} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:17.801417 [ 3 ] {4ddd80b2-56e5-4ec6-acf1-e91feb9baace} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:17.801804 [ 3 ] {4ddd80b2-56e5-4ec6-acf1-e91feb9baace} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:27:17.802021 [ 3 ] {4ddd80b2-56e5-4ec6-acf1-e91feb9baace} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:27:17.802170 [ 3 ] {4ddd80b2-56e5-4ec6-acf1-e91feb9baace} executeQuery: Read 284 rows, 18.47 KiB in 0.001646 sec., 172539.48967193198 rows/sec., 10.96 MiB/sec. 2026.03.19 08:27:17.802210 [ 3 ] {4ddd80b2-56e5-4ec6-acf1-e91feb9baace} TCPHandler: Processed in 0.001971148 sec. 2026.03.19 08:27:17.802342 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:17.802436 [ 3 ] {3c805861-b5ba-41f9-8bbc-1ca7772778f6} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:17.802476 [ 3 ] {3c805861-b5ba-41f9-8bbc-1ca7772778f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:17.803262 [ 3 ] {3c805861-b5ba-41f9-8bbc-1ca7772778f6} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:17.803299 [ 3 ] {3c805861-b5ba-41f9-8bbc-1ca7772778f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:17.803649 [ 3 ] {3c805861-b5ba-41f9-8bbc-1ca7772778f6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:27:17.803860 [ 3 ] {3c805861-b5ba-41f9-8bbc-1ca7772778f6} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:17.803985 [ 3 ] {3c805861-b5ba-41f9-8bbc-1ca7772778f6} executeQuery: Read 793 rows, 63.16 KiB in 0.001568 sec., 505739.79591836734 rows/sec., 39.34 MiB/sec. 2026.03.19 08:27:17.804021 [ 3 ] {3c805861-b5ba-41f9-8bbc-1ca7772778f6} TCPHandler: Processed in 0.001730151 sec. 2026.03.19 08:27:17.804139 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:17.804232 [ 3 ] {526be604-879f-4fc8-ab48-b169e839c51e} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:17.804272 [ 3 ] {526be604-879f-4fc8-ab48-b169e839c51e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:17.804699 [ 3 ] {526be604-879f-4fc8-ab48-b169e839c51e} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:17.804736 [ 3 ] {526be604-879f-4fc8-ab48-b169e839c51e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:17.805028 [ 3 ] {526be604-879f-4fc8-ab48-b169e839c51e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:27:17.805242 [ 3 ] {526be604-879f-4fc8-ab48-b169e839c51e} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:17.805375 [ 3 ] {526be604-879f-4fc8-ab48-b169e839c51e} executeQuery: Read 142 rows, 8.54 KiB in 0.00116 sec., 122413.79310344828 rows/sec., 7.19 MiB/sec. 2026.03.19 08:27:17.805415 [ 3 ] {526be604-879f-4fc8-ab48-b169e839c51e} TCPHandler: Processed in 0.001326049 sec. 2026.03.19 08:27:17.805530 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:17.805622 [ 3 ] {9502a84c-e316-4c61-a3f3-baf0ca37cc56} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:27:17.805661 [ 3 ] {9502a84c-e316-4c61-a3f3-baf0ca37cc56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:27:17.806070 [ 3 ] {9502a84c-e316-4c61-a3f3-baf0ca37cc56} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:17.806107 [ 3 ] {9502a84c-e316-4c61-a3f3-baf0ca37cc56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:17.806399 [ 3 ] {9502a84c-e316-4c61-a3f3-baf0ca37cc56} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:27:17.806602 [ 3 ] {9502a84c-e316-4c61-a3f3-baf0ca37cc56} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:27:17.806724 [ 3 ] {9502a84c-e316-4c61-a3f3-baf0ca37cc56} executeQuery: Read 149 rows, 9.86 KiB in 0.00112 sec., 133035.7142857143 rows/sec., 8.59 MiB/sec. 2026.03.19 08:27:17.806761 [ 3 ] {9502a84c-e316-4c61-a3f3-baf0ca37cc56} TCPHandler: Processed in 0.001279438 sec. 2026.03.19 08:27:17.806871 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:17.806963 [ 3 ] {a75b6352-ca40-413f-845f-4775bd9bbbfb} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:27:17.807002 [ 3 ] {a75b6352-ca40-413f-845f-4775bd9bbbfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:27:17.807411 [ 3 ] {a75b6352-ca40-413f-845f-4775bd9bbbfb} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:17.807447 [ 3 ] {a75b6352-ca40-413f-845f-4775bd9bbbfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:17.807736 [ 3 ] {a75b6352-ca40-413f-845f-4775bd9bbbfb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:27:17.807951 [ 3 ] {a75b6352-ca40-413f-845f-4775bd9bbbfb} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:27:17.808072 [ 3 ] {a75b6352-ca40-413f-845f-4775bd9bbbfb} executeQuery: Read 148 rows, 8.62 KiB in 0.001127 sec., 131322.09405501332 rows/sec., 7.47 MiB/sec. 2026.03.19 08:27:17.808135 [ 3 ] {a75b6352-ca40-413f-845f-4775bd9bbbfb} TCPHandler: Processed in 0.001313328 sec. 2026.03.19 08:27:17.808256 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:17.808349 [ 3 ] {ff3c392e-a627-449a-a215-1e2237d96a12} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:17.808388 [ 3 ] {ff3c392e-a627-449a-a215-1e2237d96a12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:17.808959 [ 3 ] {ff3c392e-a627-449a-a215-1e2237d96a12} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:17.808995 [ 3 ] {ff3c392e-a627-449a-a215-1e2237d96a12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:17.809309 [ 3 ] {ff3c392e-a627-449a-a215-1e2237d96a12} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:27:17.809513 [ 3 ] {ff3c392e-a627-449a-a215-1e2237d96a12} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:17.809659 [ 3 ] {ff3c392e-a627-449a-a215-1e2237d96a12} executeQuery: Read 482 rows, 34.54 KiB in 0.001327 sec., 363225.3202712886 rows/sec., 25.42 MiB/sec. 2026.03.19 08:27:17.809695 [ 3 ] {ff3c392e-a627-449a-a215-1e2237d96a12} TCPHandler: Processed in 0.001489034 sec. 2026.03.19 08:27:17.809814 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:17.809907 [ 3 ] {544cfe4d-ab2f-4e1f-8332-3821a11abdbb} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 08:27:17.809948 [ 3 ] {544cfe4d-ab2f-4e1f-8332-3821a11abdbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 08:27:17.810272 [ 3 ] {544cfe4d-ab2f-4e1f-8332-3821a11abdbb} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:17.810308 [ 3 ] {544cfe4d-ab2f-4e1f-8332-3821a11abdbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:17.810593 [ 3 ] {544cfe4d-ab2f-4e1f-8332-3821a11abdbb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:27:17.810798 [ 3 ] {544cfe4d-ab2f-4e1f-8332-3821a11abdbb} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): 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.19 08:27:17.810920 [ 3 ] {544cfe4d-ab2f-4e1f-8332-3821a11abdbb} executeQuery: Read 6 rows, 321.00 B in 0.001031 sec., 5819.592628516004 rows/sec., 304.05 KiB/sec. 2026.03.19 08:27:17.810956 [ 3 ] {544cfe4d-ab2f-4e1f-8332-3821a11abdbb} TCPHandler: Processed in 0.001193065 sec. 2026.03.19 08:27:17.811070 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:17.811163 [ 3 ] {3aee0ff8-e90b-4b4d-8130-ca22238e9b06} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:17.811205 [ 3 ] {3aee0ff8-e90b-4b4d-8130-ca22238e9b06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:17.811616 [ 3 ] {3aee0ff8-e90b-4b4d-8130-ca22238e9b06} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:17.811660 [ 3 ] {3aee0ff8-e90b-4b4d-8130-ca22238e9b06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:17.811978 [ 3 ] {3aee0ff8-e90b-4b4d-8130-ca22238e9b06} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:27:17.812190 [ 3 ] {3aee0ff8-e90b-4b4d-8130-ca22238e9b06} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:17.812316 [ 3 ] {3aee0ff8-e90b-4b4d-8130-ca22238e9b06} executeQuery: Read 255 rows, 17.27 KiB in 0.00117 sec., 217948.71794871794 rows/sec., 14.42 MiB/sec. 2026.03.19 08:27:17.812354 [ 3 ] {3aee0ff8-e90b-4b4d-8130-ca22238e9b06} TCPHandler: Processed in 0.00133369 sec. 2026.03.19 08:27:17.812468 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:17.812561 [ 3 ] {9d353565-9b60-4d18-9682-b54e75e8782f} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 08:27:17.812602 [ 3 ] {9d353565-9b60-4d18-9682-b54e75e8782f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 08:27:17.812911 [ 3 ] {9d353565-9b60-4d18-9682-b54e75e8782f} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:17.812948 [ 3 ] {9d353565-9b60-4d18-9682-b54e75e8782f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:17.813231 [ 3 ] {9d353565-9b60-4d18-9682-b54e75e8782f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:27:17.813438 [ 3 ] {9d353565-9b60-4d18-9682-b54e75e8782f} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): 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.19 08:27:17.813561 [ 3 ] {9d353565-9b60-4d18-9682-b54e75e8782f} executeQuery: Read 1 rows, 69.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 66.26 KiB/sec. 2026.03.19 08:27:17.813596 [ 3 ] {9d353565-9b60-4d18-9682-b54e75e8782f} TCPHandler: Processed in 0.001176994 sec. 2026.03.19 08:27:17.813707 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:17.813800 [ 3 ] {46835bf1-6e32-45f9-a669-07ef30ecb521} executeQuery: (from [fd00:1122:3344:101::d]:42810) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:17.813841 [ 3 ] {46835bf1-6e32-45f9-a669-07ef30ecb521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:17.814150 [ 3 ] {46835bf1-6e32-45f9-a669-07ef30ecb521} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:17.814187 [ 3 ] {46835bf1-6e32-45f9-a669-07ef30ecb521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:17.814481 [ 3 ] {46835bf1-6e32-45f9-a669-07ef30ecb521} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:27:17.814682 [ 3 ] {46835bf1-6e32-45f9-a669-07ef30ecb521} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:17.814806 [ 3 ] {46835bf1-6e32-45f9-a669-07ef30ecb521} executeQuery: Read 80 rows, 5.14 KiB in 0.001023 sec., 78201.36852394916 rows/sec., 4.90 MiB/sec. 2026.03.19 08:27:17.814842 [ 3 ] {46835bf1-6e32-45f9-a669-07ef30ecb521} TCPHandler: Processed in 0.001184324 sec. 2026.03.19 08:27:20.284180 [ 86 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:27:20.284236 [ 86 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:27:20.362339 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3871 2026.03.19 08:27:20.362813 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:20.362857 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:20.363313 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:27:20.363541 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:27:20.363668 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3871 2026.03.19 08:27:20.376055 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 286 2026.03.19 08:27:20.378366 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:20.378412 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:20.379593 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:20.379885 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:27:20.380011 [ 86 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 08:27:20.380055 [ 86 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:20.380077 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:20.380222 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 286 2026.03.19 08:27:20.380247 [ 193 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::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.19 08:27:20.380964 [ 193 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:20.381163 [ 193 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::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.19 08:27:20.381629 [ 193 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.03.19 08:27:20.382030 [ 193 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part 2026.03.19 08:27:20.382421 [ 193 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 62 rows starting from the beginning of the part 2026.03.19 08:27:20.382802 [ 193 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part 2026.03.19 08:27:20.383160 [ 193 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part 2026.03.19 08:27:20.389461 [ 191 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 72 columns (72 merged, 0 gathered) in 0.009285872 sec., 30799.476882731098 rows/sec., 30.03 MiB/sec. 2026.03.19 08:27:20.390588 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 08:27:20.391145 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_6_1} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:27:20.391218 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_6_1} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 08:27:20.391351 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB. 2026.03.19 08:27:20.566067 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.19 08:27:20.585108 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:20.585171 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:20.591692 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:27:20.592392 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:27:20.595845 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.19 08:27:21.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.41 MiB, peak 186.41 MiB, free memory in arenas 0.00 B, will set to 184.83 MiB (RSS), difference: 2.42 MiB 2026.03.19 08:27:22.415203 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:22.415297 [ 3 ] {} TCP-Session: eefd8cb6-b88a-4535-ab4d-6977adbbde50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:22.794528 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:22.794719 [ 5 ] {019d82da-5a77-451c-9853-e6786b41618c} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:22.794785 [ 5 ] {019d82da-5a77-451c-9853-e6786b41618c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:22.795512 [ 5 ] {019d82da-5a77-451c-9853-e6786b41618c} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:22.795562 [ 5 ] {019d82da-5a77-451c-9853-e6786b41618c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:22.795976 [ 5 ] {019d82da-5a77-451c-9853-e6786b41618c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:27:22.796201 [ 5 ] {019d82da-5a77-451c-9853-e6786b41618c} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:22.796360 [ 5 ] {019d82da-5a77-451c-9853-e6786b41618c} executeQuery: Read 104 rows, 8.97 KiB in 0.001691 sec., 61502.06978119456 rows/sec., 5.18 MiB/sec. 2026.03.19 08:27:22.796400 [ 5 ] {019d82da-5a77-451c-9853-e6786b41618c} TCPHandler: Processed in 0.002004709 sec. 2026.03.19 08:27:22.796528 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:22.796622 [ 5 ] {b1d734df-c86d-4631-98c8-ab2d3ef823d9} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:22.796663 [ 5 ] {b1d734df-c86d-4631-98c8-ab2d3ef823d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:22.797066 [ 5 ] {b1d734df-c86d-4631-98c8-ab2d3ef823d9} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:22.797101 [ 5 ] {b1d734df-c86d-4631-98c8-ab2d3ef823d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:22.797394 [ 5 ] {b1d734df-c86d-4631-98c8-ab2d3ef823d9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:27:22.797605 [ 5 ] {b1d734df-c86d-4631-98c8-ab2d3ef823d9} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:22.797731 [ 5 ] {b1d734df-c86d-4631-98c8-ab2d3ef823d9} executeQuery: Read 26 rows, 1.96 KiB in 0.001128 sec., 23049.64539007092 rows/sec., 1.69 MiB/sec. 2026.03.19 08:27:22.797768 [ 5 ] {b1d734df-c86d-4631-98c8-ab2d3ef823d9} TCPHandler: Processed in 0.001289768 sec. 2026.03.19 08:27:22.797878 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:22.797971 [ 5 ] {b746ee31-0ff1-4f3a-8a5e-aa6eb313d41a} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:22.798010 [ 5 ] {b746ee31-0ff1-4f3a-8a5e-aa6eb313d41a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:22.798425 [ 5 ] {b746ee31-0ff1-4f3a-8a5e-aa6eb313d41a} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:22.798461 [ 5 ] {b746ee31-0ff1-4f3a-8a5e-aa6eb313d41a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:22.798762 [ 5 ] {b746ee31-0ff1-4f3a-8a5e-aa6eb313d41a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:27:22.798973 [ 5 ] {b746ee31-0ff1-4f3a-8a5e-aa6eb313d41a} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:22.799098 [ 5 ] {b746ee31-0ff1-4f3a-8a5e-aa6eb313d41a} executeQuery: Read 82 rows, 6.55 KiB in 0.001144 sec., 71678.32167832168 rows/sec., 5.60 MiB/sec. 2026.03.19 08:27:22.799133 [ 5 ] {b746ee31-0ff1-4f3a-8a5e-aa6eb313d41a} TCPHandler: Processed in 0.001301738 sec. 2026.03.19 08:27:22.799246 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:22.799338 [ 5 ] {7731c318-6146-4fea-8aed-68ffe311f1ed} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:22.799380 [ 5 ] {7731c318-6146-4fea-8aed-68ffe311f1ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:22.799807 [ 5 ] {7731c318-6146-4fea-8aed-68ffe311f1ed} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:22.799841 [ 5 ] {7731c318-6146-4fea-8aed-68ffe311f1ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:22.800175 [ 5 ] {7731c318-6146-4fea-8aed-68ffe311f1ed} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:27:22.800393 [ 5 ] {7731c318-6146-4fea-8aed-68ffe311f1ed} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:22.800519 [ 5 ] {7731c318-6146-4fea-8aed-68ffe311f1ed} executeQuery: Read 150 rows, 10.65 KiB in 0.001199 sec., 125104.25354462051 rows/sec., 8.67 MiB/sec. 2026.03.19 08:27:22.800554 [ 5 ] {7731c318-6146-4fea-8aed-68ffe311f1ed} TCPHandler: Processed in 0.001354999 sec. 2026.03.19 08:27:22.800672 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:22.800763 [ 5 ] {c9dae611-cadc-4a9d-bb69-0c57ef22f3f4} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:22.800815 [ 5 ] {c9dae611-cadc-4a9d-bb69-0c57ef22f3f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:27:22.801917 [ 5 ] {c9dae611-cadc-4a9d-bb69-0c57ef22f3f4} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:22.801960 [ 5 ] {c9dae611-cadc-4a9d-bb69-0c57ef22f3f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:22.802497 [ 5 ] {c9dae611-cadc-4a9d-bb69-0c57ef22f3f4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:22.802732 [ 5 ] {c9dae611-cadc-4a9d-bb69-0c57ef22f3f4} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:22.802874 [ 5 ] {c9dae611-cadc-4a9d-bb69-0c57ef22f3f4} executeQuery: Read 26 rows, 47.71 KiB in 0.002129 sec., 12212.30624706435 rows/sec., 21.88 MiB/sec. 2026.03.19 08:27:22.802924 [ 5 ] {c9dae611-cadc-4a9d-bb69-0c57ef22f3f4} TCPHandler: Processed in 0.002299507 sec. 2026.03.19 08:27:22.803043 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:22.803136 [ 5 ] {f84ca6de-8051-44a9-9426-d54d29da9200} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:22.803179 [ 5 ] {f84ca6de-8051-44a9-9426-d54d29da9200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:22.803518 [ 5 ] {f84ca6de-8051-44a9-9426-d54d29da9200} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:22.803554 [ 5 ] {f84ca6de-8051-44a9-9426-d54d29da9200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:22.803867 [ 5 ] {f84ca6de-8051-44a9-9426-d54d29da9200} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:27:22.804080 [ 5 ] {f84ca6de-8051-44a9-9426-d54d29da9200} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:22.804212 [ 5 ] {f84ca6de-8051-44a9-9426-d54d29da9200} executeQuery: Read 50 rows, 3.51 KiB in 0.001093 sec., 45745.65416285453 rows/sec., 3.14 MiB/sec. 2026.03.19 08:27:22.804256 [ 5 ] {f84ca6de-8051-44a9-9426-d54d29da9200} TCPHandler: Processed in 0.001262237 sec. 2026.03.19 08:27:23.000285 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 183.24 MiB, peak 186.41 MiB, free memory in arenas 0.00 B, will set to 184.89 MiB (RSS), difference: 1.66 MiB 2026.03.19 08:27:26.830424 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49334 2026.03.19 08:27:26.830533 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:26.830561 [ 3 ] {} TCP-Session: 774d379d-5fea-4055-af16-9afc6e7f475e Authenticating user 'default' from [fd00:1122:3344:101::e]:49334 2026.03.19 08:27:26.830581 [ 3 ] {} TCP-Session: 774d379d-5fea-4055-af16-9afc6e7f475e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.830594 [ 3 ] {} TCP-Session: 774d379d-5fea-4055-af16-9afc6e7f475e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.830815 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35082 2026.03.19 08:27:26.830843 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34240 2026.03.19 08:27:26.830868 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59924 2026.03.19 08:27:26.830890 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42317 2026.03.19 08:27:26.830945 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:26.830907 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59769 2026.03.19 08:27:26.830982 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:26.830989 [ 286 ] {} TCP-Session: 0d286e48-01ee-4fa4-84cf-8babaf409dbc Authenticating user 'default' from [fd00:1122:3344:101::e]:35082 2026.03.19 08:27:26.830897 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47935 2026.03.19 08:27:26.831046 [ 286 ] {} TCP-Session: 0d286e48-01ee-4fa4-84cf-8babaf409dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831035 [ 289 ] {} TCP-Session: a776ae15-5c0b-43e3-a197-723bc9b55520 Authenticating user 'default' from [fd00:1122:3344:101::e]:34240 2026.03.19 08:27:26.831105 [ 286 ] {} TCP-Session: 0d286e48-01ee-4fa4-84cf-8babaf409dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831127 [ 289 ] {} TCP-Session: a776ae15-5c0b-43e3-a197-723bc9b55520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.830901 [ 3 ] {} TCP-Session: 774d379d-5fea-4055-af16-9afc6e7f475e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:26.831152 [ 289 ] {} TCP-Session: a776ae15-5c0b-43e3-a197-723bc9b55520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.830834 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62267 2026.03.19 08:27:26.830842 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50371 2026.03.19 08:27:26.831298 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:26.831310 [ 3 ] {0e001a48-5b9d-459a-80d5-07561a46426d} executeQuery: (from [fd00:1122:3344:101::e]:49334) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:27:26.831341 [ 291 ] {} TCP-Session: 5905eaae-077a-45c8-a743-c127c00d1459 Authenticating user 'default' from [fd00:1122:3344:101::e]:42317 2026.03.19 08:27:26.831368 [ 291 ] {} TCP-Session: 5905eaae-077a-45c8-a743-c127c00d1459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831381 [ 291 ] {} TCP-Session: 5905eaae-077a-45c8-a743-c127c00d1459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831382 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:26.831419 [ 293 ] {} TCP-Session: cec9c2ca-98af-4cc5-aa9b-38215e6146d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:59769 2026.03.19 08:27:26.831427 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:26.831430 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:26.831436 [ 293 ] {} TCP-Session: cec9c2ca-98af-4cc5-aa9b-38215e6146d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831477 [ 288 ] {} TCP-Session: 33ec7aff-6970-4005-8bd1-396a31775f41 Authenticating user 'default' from [fd00:1122:3344:101::e]:50371 2026.03.19 08:27:26.831492 [ 293 ] {} TCP-Session: cec9c2ca-98af-4cc5-aa9b-38215e6146d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831499 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:26.831514 [ 288 ] {} TCP-Session: 33ec7aff-6970-4005-8bd1-396a31775f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831470 [ 292 ] {} TCP-Session: 228aeaf8-5226-46d2-aeb0-770dda778314 Authenticating user 'default' from [fd00:1122:3344:101::e]:47935 2026.03.19 08:27:26.831549 [ 288 ] {} TCP-Session: 33ec7aff-6970-4005-8bd1-396a31775f41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831544 [ 290 ] {} TCP-Session: 98eaa90f-3e36-4c4a-8e17-2b93db57e8a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:59924 2026.03.19 08:27:26.831569 [ 3 ] {0e001a48-5b9d-459a-80d5-07561a46426d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:27:26.831585 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:26.831588 [ 290 ] {} TCP-Session: 98eaa90f-3e36-4c4a-8e17-2b93db57e8a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831632 [ 287 ] {} TCP-Session: 1d44af9c-cd70-4394-bcd9-fdb8d626d635 Authenticating user 'default' from [fd00:1122:3344:101::e]:62267 2026.03.19 08:27:26.831634 [ 3 ] {0e001a48-5b9d-459a-80d5-07561a46426d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:26.831647 [ 290 ] {} TCP-Session: 98eaa90f-3e36-4c4a-8e17-2b93db57e8a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831661 [ 287 ] {} TCP-Session: 1d44af9c-cd70-4394-bcd9-fdb8d626d635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831566 [ 292 ] {} TCP-Session: 228aeaf8-5226-46d2-aeb0-770dda778314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831698 [ 287 ] {} TCP-Session: 1d44af9c-cd70-4394-bcd9-fdb8d626d635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831718 [ 292 ] {} TCP-Session: 228aeaf8-5226-46d2-aeb0-770dda778314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:26.831947 [ 3 ] {0e001a48-5b9d-459a-80d5-07561a46426d} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:27:26.832034 [ 3 ] {0e001a48-5b9d-459a-80d5-07561a46426d} Aggregator: Compile expression max()(UInt64) 0 2026.03.19 08:27:27.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 184.95 MiB, peak 186.41 MiB, free memory in arenas 0.00 B, will set to 190.07 MiB (RSS), difference: 5.12 MiB 2026.03.19 08:27:27.314300 [ 260 ] {0e001a48-5b9d-459a-80d5-07561a46426d} AggregatingTransform: Aggregating 2026.03.19 08:27:27.314364 [ 260 ] {0e001a48-5b9d-459a-80d5-07561a46426d} Aggregator: Aggregation method: without_key 2026.03.19 08:27:27.314401 [ 260 ] {0e001a48-5b9d-459a-80d5-07561a46426d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.0013769 sec. (726.269 rows/sec., 28.37 KiB/sec.) 2026.03.19 08:27:27.314417 [ 260 ] {0e001a48-5b9d-459a-80d5-07561a46426d} Aggregator: Merging aggregated data 2026.03.19 08:27:27.315353 [ 3 ] {0e001a48-5b9d-459a-80d5-07561a46426d} executeQuery: Read 1 rows, 40.00 B in 0.484095 sec., 2.065710242824239 rows/sec., 82.63 B/sec. 2026.03.19 08:27:27.315514 [ 3 ] {0e001a48-5b9d-459a-80d5-07561a46426d} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.19 08:27:27.315531 [ 3 ] {0e001a48-5b9d-459a-80d5-07561a46426d} TCPHandler: Processed in 0.48473907 sec. 2026.03.19 08:27:27.315653 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.315679 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.315697 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.315734 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.315749 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.315761 [ 293 ] {} TCP-Session: cec9c2ca-98af-4cc5-aa9b-38215e6146d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.315780 [ 289 ] {} TCP-Session: a776ae15-5c0b-43e3-a197-723bc9b55520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.315792 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.315808 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.315814 [ 291 ] {} TCP-Session: 5905eaae-077a-45c8-a743-c127c00d1459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.315866 [ 288 ] {} TCP-Session: 33ec7aff-6970-4005-8bd1-396a31775f41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.315876 [ 292 ] {} TCP-Session: 228aeaf8-5226-46d2-aeb0-770dda778314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.315769 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.315748 [ 287 ] {} TCP-Session: 1d44af9c-cd70-4394-bcd9-fdb8d626d635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.315716 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.315959 [ 290 ] {} TCP-Session: 98eaa90f-3e36-4c4a-8e17-2b93db57e8a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.315687 [ 3 ] {} TCP-Session: 774d379d-5fea-4055-af16-9afc6e7f475e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.316001 [ 286 ] {} TCP-Session: 0d286e48-01ee-4fa4-84cf-8babaf409dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.796530 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.796800 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.797188 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:27:27.797232 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} 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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.797498 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:27.797573 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:27.797722 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.03.19 08:27:27.797873 [ 308 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:27:27.797879 [ 335 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:27:27.798034 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.19 08:27:27.798069 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:27:27.800246 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:27:27.800285 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 31 rows with 2 streams 2026.03.19 08:27:27.800351 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} MergeTreeBaseSelectProcessor: 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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.800400 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} MergeTreeBaseSelectProcessor: 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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.801383 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} executeQuery: Read 31 rows, 1.18 KiB in 0.004695 sec., 6602.768903088391 rows/sec., 251.68 KiB/sec. 2026.03.19 08:27:27.801497 [ 5 ] {4a4e0e78-2315-4a12-aaff-d7bca068f2ba} TCPHandler: Processed in 0.00511432 sec. 2026.03.19 08:27:27.801814 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.801962 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.802200 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:27:27.802237 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} 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', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.802443 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:27.802501 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:27.802614 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.19 08:27:27.802678 [ 335 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:27:27.802682 [ 305 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:27:27.802770 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.19 08:27:27.802793 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:27:27.802852 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:27:27.802872 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 31 rows with 2 streams 2026.03.19 08:27:27.802903 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} MergeTreeBaseSelectProcessor: 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', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.802933 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} MergeTreeBaseSelectProcessor: 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', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.803746 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} executeQuery: Read 31 rows, 1.18 KiB in 0.001848 sec., 16774.891774891774 rows/sec., 639.42 KiB/sec. 2026.03.19 08:27:27.803844 [ 5 ] {dbbce5dd-64e5-4f47-8452-f336d0de4fce} TCPHandler: Processed in 0.002084671 sec. 2026.03.19 08:27:27.804104 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.804246 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.804465 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:27:27.804500 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.804702 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:27.804758 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:27.804863 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.19 08:27:27.804932 [ 335 ] {8ec49279-9a4a-48e8-a056-d22466906703} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:27:27.804940 [ 326 ] {8ec49279-9a4a-48e8-a056-d22466906703} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:27:27.805050 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.19 08:27:27.805079 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:27:27.805136 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:27:27.805154 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 31 rows with 2 streams 2026.03.19 08:27:27.805185 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} MergeTreeBaseSelectProcessor: 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.805220 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} MergeTreeBaseSelectProcessor: 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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.19 08:27:27.805859 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} executeQuery: Read 31 rows, 1.18 KiB in 0.001673 sec., 18529.58756724447 rows/sec., 706.30 KiB/sec. 2026.03.19 08:27:27.805968 [ 5 ] {8ec49279-9a4a-48e8-a056-d22466906703} TCPHandler: Processed in 0.001916496 sec. 2026.03.19 08:27:27.806187 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.806323 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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', '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.19 08:27:27.806542 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:27:27.806578 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} 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', '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.19 08:27:27.806775 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:27.806829 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:27.806932 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.19 08:27:27.806992 [ 307 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:27:27.807003 [ 326 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:27:27.807097 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.19 08:27:27.807125 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:27:27.807181 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:27:27.807201 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 31 rows with 2 streams 2026.03.19 08:27:27.807231 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} MergeTreeBaseSelectProcessor: 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', '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.19 08:27:27.807262 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} MergeTreeBaseSelectProcessor: 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', '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.19 08:27:27.807824 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} executeQuery: Read 31 rows, 1.18 KiB in 0.001557 sec., 19910.083493898524 rows/sec., 758.92 KiB/sec. 2026.03.19 08:27:27.807930 [ 5 ] {f1f93a07-2872-499e-bce9-4d4a1cb10949} TCPHandler: Processed in 0.001794323 sec. 2026.03.19 08:27:27.816564 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.816702 [ 5 ] {bd47e21e-2751-4d8b-ae33-1d9173dd7e2d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.19 08:27:27.816759 [ 5 ] {bd47e21e-2751-4d8b-ae33-1d9173dd7e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:27.817368 [ 5 ] {bd47e21e-2751-4d8b-ae33-1d9173dd7e2d} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.817418 [ 5 ] {bd47e21e-2751-4d8b-ae33-1d9173dd7e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.817868 [ 5 ] {bd47e21e-2751-4d8b-ae33-1d9173dd7e2d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:27:27.818070 [ 5 ] {bd47e21e-2751-4d8b-ae33-1d9173dd7e2d} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): 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.19 08:27:27.818223 [ 5 ] {bd47e21e-2751-4d8b-ae33-1d9173dd7e2d} executeQuery: Read 4 rows, 521.00 B in 0.001567 sec., 2552.6483726866622 rows/sec., 324.69 KiB/sec. 2026.03.19 08:27:27.818264 [ 5 ] {bd47e21e-2751-4d8b-ae33-1d9173dd7e2d} TCPHandler: Processed in 0.001766042 sec. 2026.03.19 08:27:27.818386 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.818486 [ 5 ] {9b528416-c5e3-47cd-9cf2-80570065538e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:27:27.818530 [ 5 ] {9b528416-c5e3-47cd-9cf2-80570065538e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:27:27.819072 [ 5 ] {9b528416-c5e3-47cd-9cf2-80570065538e} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.819110 [ 5 ] {9b528416-c5e3-47cd-9cf2-80570065538e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.819435 [ 5 ] {9b528416-c5e3-47cd-9cf2-80570065538e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:27:27.819657 [ 5 ] {9b528416-c5e3-47cd-9cf2-80570065538e} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:27:27.819793 [ 5 ] {9b528416-c5e3-47cd-9cf2-80570065538e} executeQuery: Read 284 rows, 18.47 KiB in 0.00133 sec., 213533.83458646617 rows/sec., 13.56 MiB/sec. 2026.03.19 08:27:27.819832 [ 5 ] {9b528416-c5e3-47cd-9cf2-80570065538e} TCPHandler: Processed in 0.001495524 sec. 2026.03.19 08:27:27.819952 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.820050 [ 5 ] {b1653075-c1c1-4626-98bf-6e7984ce2b44} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:27:27.820094 [ 5 ] {b1653075-c1c1-4626-98bf-6e7984ce2b44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:27:27.820500 [ 5 ] {b1653075-c1c1-4626-98bf-6e7984ce2b44} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.820536 [ 5 ] {b1653075-c1c1-4626-98bf-6e7984ce2b44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.820833 [ 5 ] {b1653075-c1c1-4626-98bf-6e7984ce2b44} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:27:27.821046 [ 5 ] {b1653075-c1c1-4626-98bf-6e7984ce2b44} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:27:27.821176 [ 5 ] {b1653075-c1c1-4626-98bf-6e7984ce2b44} executeQuery: Read 4 rows, 334.00 B in 0.001147 sec., 3487.3583260680034 rows/sec., 284.37 KiB/sec. 2026.03.19 08:27:27.821215 [ 5 ] {b1653075-c1c1-4626-98bf-6e7984ce2b44} TCPHandler: Processed in 0.001312519 sec. 2026.03.19 08:27:27.821348 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.821449 [ 5 ] {d855d06a-33e4-4583-b929-c8c5f01b61dd} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:27.821493 [ 5 ] {d855d06a-33e4-4583-b929-c8c5f01b61dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:27.822291 [ 5 ] {d855d06a-33e4-4583-b929-c8c5f01b61dd} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.822327 [ 5 ] {d855d06a-33e4-4583-b929-c8c5f01b61dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.822807 [ 5 ] {d855d06a-33e4-4583-b929-c8c5f01b61dd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:27:27.823102 [ 5 ] {d855d06a-33e4-4583-b929-c8c5f01b61dd} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:27.823276 [ 5 ] {d855d06a-33e4-4583-b929-c8c5f01b61dd} executeQuery: Read 819 rows, 65.65 KiB in 0.001847 sec., 443421.7650243639 rows/sec., 34.71 MiB/sec. 2026.03.19 08:27:27.823322 [ 5 ] {d855d06a-33e4-4583-b929-c8c5f01b61dd} TCPHandler: Processed in 0.002023599 sec. 2026.03.19 08:27:27.824168 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.824282 [ 5 ] {b45cb7c3-73bd-4365-9f00-84c2a242de40} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:27.824331 [ 5 ] {b45cb7c3-73bd-4365-9f00-84c2a242de40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:27.825686 [ 5 ] {b45cb7c3-73bd-4365-9f00-84c2a242de40} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.825734 [ 5 ] {b45cb7c3-73bd-4365-9f00-84c2a242de40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.826117 [ 5 ] {b45cb7c3-73bd-4365-9f00-84c2a242de40} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:27:27.826344 [ 5 ] {b45cb7c3-73bd-4365-9f00-84c2a242de40} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:27.826479 [ 5 ] {b45cb7c3-73bd-4365-9f00-84c2a242de40} executeQuery: Read 156 rows, 9.57 KiB in 0.00222 sec., 70270.27027027027 rows/sec., 4.21 MiB/sec. 2026.03.19 08:27:27.826517 [ 5 ] {b45cb7c3-73bd-4365-9f00-84c2a242de40} TCPHandler: Processed in 0.002408491 sec. 2026.03.19 08:27:27.826640 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.826737 [ 5 ] {e6433e72-56ea-45b0-bdc9-8175610a50a2} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:27:27.826778 [ 5 ] {e6433e72-56ea-45b0-bdc9-8175610a50a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:27:27.827219 [ 5 ] {e6433e72-56ea-45b0-bdc9-8175610a50a2} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.827255 [ 5 ] {e6433e72-56ea-45b0-bdc9-8175610a50a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.827570 [ 5 ] {e6433e72-56ea-45b0-bdc9-8175610a50a2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:27:27.827796 [ 5 ] {e6433e72-56ea-45b0-bdc9-8175610a50a2} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:27:27.827924 [ 5 ] {e6433e72-56ea-45b0-bdc9-8175610a50a2} executeQuery: Read 149 rows, 9.86 KiB in 0.001207 sec., 123446.56172328087 rows/sec., 7.98 MiB/sec. 2026.03.19 08:27:27.827962 [ 5 ] {e6433e72-56ea-45b0-bdc9-8175610a50a2} TCPHandler: Processed in 0.00137165 sec. 2026.03.19 08:27:27.828075 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.828171 [ 5 ] {22f8e2df-931e-475c-9257-ddcd399c4b25} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:27:27.828213 [ 5 ] {22f8e2df-931e-475c-9257-ddcd399c4b25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:27:27.828638 [ 5 ] {22f8e2df-931e-475c-9257-ddcd399c4b25} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.828675 [ 5 ] {22f8e2df-931e-475c-9257-ddcd399c4b25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.828989 [ 5 ] {22f8e2df-931e-475c-9257-ddcd399c4b25} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:27:27.829225 [ 5 ] {22f8e2df-931e-475c-9257-ddcd399c4b25} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:27:27.829356 [ 5 ] {22f8e2df-931e-475c-9257-ddcd399c4b25} executeQuery: Read 148 rows, 8.62 KiB in 0.001203 sec., 123025.76891105568 rows/sec., 7.00 MiB/sec. 2026.03.19 08:27:27.829394 [ 5 ] {22f8e2df-931e-475c-9257-ddcd399c4b25} TCPHandler: Processed in 0.0013689 sec. 2026.03.19 08:27:27.829507 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.829602 [ 5 ] {0f78931d-5999-4a26-8037-d23806ea8581} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:27.829642 [ 5 ] {0f78931d-5999-4a26-8037-d23806ea8581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:27.830217 [ 5 ] {0f78931d-5999-4a26-8037-d23806ea8581} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.830253 [ 5 ] {0f78931d-5999-4a26-8037-d23806ea8581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.830598 [ 5 ] {0f78931d-5999-4a26-8037-d23806ea8581} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:27:27.830808 [ 5 ] {0f78931d-5999-4a26-8037-d23806ea8581} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:27.830941 [ 5 ] {0f78931d-5999-4a26-8037-d23806ea8581} executeQuery: Read 504 rows, 36.31 KiB in 0.001356 sec., 371681.41592920356 rows/sec., 26.15 MiB/sec. 2026.03.19 08:27:27.830978 [ 5 ] {0f78931d-5999-4a26-8037-d23806ea8581} TCPHandler: Processed in 0.001520194 sec. 2026.03.19 08:27:27.831084 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.831178 [ 5 ] {4900794c-69ef-4030-9ce5-f8a0f4ec51c5} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 08:27:27.831218 [ 5 ] {4900794c-69ef-4030-9ce5-f8a0f4ec51c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 08:27:27.831533 [ 5 ] {4900794c-69ef-4030-9ce5-f8a0f4ec51c5} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.831567 [ 5 ] {4900794c-69ef-4030-9ce5-f8a0f4ec51c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.831867 [ 5 ] {4900794c-69ef-4030-9ce5-f8a0f4ec51c5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:27:27.832074 [ 5 ] {4900794c-69ef-4030-9ce5-f8a0f4ec51c5} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): 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.19 08:27:27.832202 [ 5 ] {4900794c-69ef-4030-9ce5-f8a0f4ec51c5} executeQuery: Read 6 rows, 321.00 B in 0.001042 sec., 5758.157389635317 rows/sec., 300.84 KiB/sec. 2026.03.19 08:27:27.832237 [ 5 ] {4900794c-69ef-4030-9ce5-f8a0f4ec51c5} TCPHandler: Processed in 0.001202615 sec. 2026.03.19 08:27:27.832343 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.832437 [ 5 ] {945a51ee-6977-4c96-bdf3-3084b91bc1a2} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:27.832479 [ 5 ] {945a51ee-6977-4c96-bdf3-3084b91bc1a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:27.832862 [ 5 ] {945a51ee-6977-4c96-bdf3-3084b91bc1a2} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.832897 [ 5 ] {945a51ee-6977-4c96-bdf3-3084b91bc1a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.833235 [ 5 ] {945a51ee-6977-4c96-bdf3-3084b91bc1a2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:27:27.833459 [ 5 ] {945a51ee-6977-4c96-bdf3-3084b91bc1a2} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:27.833588 [ 5 ] {945a51ee-6977-4c96-bdf3-3084b91bc1a2} executeQuery: Read 267 rows, 18.17 KiB in 0.001169 sec., 228400.34217279727 rows/sec., 15.18 MiB/sec. 2026.03.19 08:27:27.833624 [ 5 ] {945a51ee-6977-4c96-bdf3-3084b91bc1a2} TCPHandler: Processed in 0.001328339 sec. 2026.03.19 08:27:27.833748 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.833842 [ 5 ] {09546462-ae70-4b58-862d-b6b4aaf521d9} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 08:27:27.833884 [ 5 ] {09546462-ae70-4b58-862d-b6b4aaf521d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 08:27:27.834199 [ 5 ] {09546462-ae70-4b58-862d-b6b4aaf521d9} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.834234 [ 5 ] {09546462-ae70-4b58-862d-b6b4aaf521d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.834532 [ 5 ] {09546462-ae70-4b58-862d-b6b4aaf521d9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:27:27.834749 [ 5 ] {09546462-ae70-4b58-862d-b6b4aaf521d9} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): 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.19 08:27:27.834877 [ 5 ] {09546462-ae70-4b58-862d-b6b4aaf521d9} executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. 2026.03.19 08:27:27.834912 [ 5 ] {09546462-ae70-4b58-862d-b6b4aaf521d9} TCPHandler: Processed in 0.001212876 sec. 2026.03.19 08:27:27.835021 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.835115 [ 5 ] {8fa19044-6889-410a-aa34-d519419f35a7} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:27.835168 [ 5 ] {8fa19044-6889-410a-aa34-d519419f35a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:27:27.835877 [ 5 ] {8fa19044-6889-410a-aa34-d519419f35a7} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.835912 [ 5 ] {8fa19044-6889-410a-aa34-d519419f35a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.836452 [ 5 ] {8fa19044-6889-410a-aa34-d519419f35a7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:27.836705 [ 5 ] {8fa19044-6889-410a-aa34-d519419f35a7} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:27.836824 [ 77 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.19 08:27:27.836852 [ 5 ] {8fa19044-6889-410a-aa34-d519419f35a7} executeQuery: Read 10 rows, 18.35 KiB in 0.001755 sec., 5698.005698005698 rows/sec., 10.21 MiB/sec. 2026.03.19 08:27:27.836867 [ 77 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.836893 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.836912 [ 5 ] {8fa19044-6889-410a-aa34-d519419f35a7} TCPHandler: Processed in 0.001939487 sec. 2026.03.19 08:27:27.837006 [ 193 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::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.19 08:27:27.837050 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.837154 [ 5 ] {95138780-78b5-48ce-a27f-c50d211b1784} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:27.837206 [ 5 ] {95138780-78b5-48ce-a27f-c50d211b1784} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:27.837247 [ 193 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:27.837310 [ 193 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 9 rows starting from the beginning of the part 2026.03.19 08:27:27.837454 [ 193 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2026.03.19 08:27:27.837583 [ 193 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2026.03.19 08:27:27.837656 [ 5 ] {95138780-78b5-48ce-a27f-c50d211b1784} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.837702 [ 5 ] {95138780-78b5-48ce-a27f-c50d211b1784} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.837703 [ 193 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::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.19 08:27:27.837828 [ 193 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2026.03.19 08:27:27.837936 [ 193 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::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.19 08:27:27.838123 [ 5 ] {95138780-78b5-48ce-a27f-c50d211b1784} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:27:27.838405 [ 5 ] {95138780-78b5-48ce-a27f-c50d211b1784} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:27.838541 [ 5 ] {95138780-78b5-48ce-a27f-c50d211b1784} executeQuery: Read 90 rows, 5.77 KiB in 0.001409 sec., 63875.08871540099 rows/sec., 4.00 MiB/sec. 2026.03.19 08:27:27.838579 [ 5 ] {95138780-78b5-48ce-a27f-c50d211b1784} TCPHandler: Processed in 0.001585816 sec. 2026.03.19 08:27:27.845326 [ 191 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 19 columns (19 merged, 0 gathered) in 0.008369585 sec., 14696.069159940425 rows/sec., 26.33 MiB/sec. 2026.03.19 08:27:27.845750 [ 200 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.19 08:27:27.846196 [ 200 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_6_1} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:27.846277 [ 200 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_6_1} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.19 08:27:27.846408 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2026.03.19 08:27:27.863713 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4319 2026.03.19 08:27:27.864189 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:27.864231 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:27.864719 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:27:27.864970 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:27:27.865125 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4319 2026.03.19 08:27:27.981839 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57040 2026.03.19 08:27:27.981950 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:27.981976 [ 288 ] {} TCP-Session: 0176cc4d-3d6a-4906-9290-c99330ea88d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:57040 2026.03.19 08:27:27.981997 [ 288 ] {} TCP-Session: 0176cc4d-3d6a-4906-9290-c99330ea88d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982010 [ 288 ] {} TCP-Session: 0176cc4d-3d6a-4906-9290-c99330ea88d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982225 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40325 2026.03.19 08:27:27.982272 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47222 2026.03.19 08:27:27.982290 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35287 2026.03.19 08:27:27.982313 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55138 2026.03.19 08:27:27.982337 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39973 2026.03.19 08:27:27.982359 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:27.982384 [ 288 ] {} TCP-Session: 0176cc4d-3d6a-4906-9290-c99330ea88d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:27.982409 [ 289 ] {} TCP-Session: 231e9d18-796e-45d6-ac27-71479ac14ac8 Authenticating user 'default' from [fd00:1122:3344:101::e]:40325 2026.03.19 08:27:27.982415 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:27.982425 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:27.982451 [ 289 ] {} TCP-Session: 231e9d18-796e-45d6-ac27-71479ac14ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982464 [ 294 ] {} TCP-Session: 04f3bdd6-d09c-4033-acf0-0a283b5f96c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:55138 2026.03.19 08:27:27.982471 [ 286 ] {} TCP-Session: 9f7689ac-010f-48e5-9fc4-4981b11040e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:39973 2026.03.19 08:27:27.982480 [ 289 ] {} TCP-Session: 231e9d18-796e-45d6-ac27-71479ac14ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982502 [ 294 ] {} TCP-Session: 04f3bdd6-d09c-4033-acf0-0a283b5f96c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982504 [ 286 ] {} TCP-Session: 9f7689ac-010f-48e5-9fc4-4981b11040e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982524 [ 294 ] {} TCP-Session: 04f3bdd6-d09c-4033-acf0-0a283b5f96c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982532 [ 286 ] {} TCP-Session: 9f7689ac-010f-48e5-9fc4-4981b11040e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982392 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:27.982285 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45839 2026.03.19 08:27:27.982581 [ 293 ] {} TCP-Session: 3ec0a683-e73a-4186-8612-bd5ecaf7132e Authenticating user 'default' from [fd00:1122:3344:101::e]:35287 2026.03.19 08:27:27.982613 [ 288 ] {a0e91bbe-29ef-4e0a-99c8-526e414e1679} executeQuery: (from [fd00:1122:3344:101::e]:57040) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:27:27.982631 [ 293 ] {} TCP-Session: 3ec0a683-e73a-4186-8612-bd5ecaf7132e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982280 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36338 2026.03.19 08:27:27.982658 [ 293 ] {} TCP-Session: 3ec0a683-e73a-4186-8612-bd5ecaf7132e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982680 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:27.982398 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:27.982725 [ 291 ] {} TCP-Session: 7720acd8-d1e9-4dd2-972f-5f818d9cf75d Authenticating user 'default' from [fd00:1122:3344:101::e]:45839 2026.03.19 08:27:27.982733 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:27.982750 [ 290 ] {} TCP-Session: 8f449fda-285c-4930-875d-9484856ba696 Authenticating user 'default' from [fd00:1122:3344:101::e]:47222 2026.03.19 08:27:27.982761 [ 291 ] {} TCP-Session: 7720acd8-d1e9-4dd2-972f-5f818d9cf75d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982772 [ 292 ] {} TCP-Session: b5082c03-4615-45d9-8e19-f0c3e6484696 Authenticating user 'default' from [fd00:1122:3344:101::e]:36338 2026.03.19 08:27:27.982793 [ 291 ] {} TCP-Session: 7720acd8-d1e9-4dd2-972f-5f818d9cf75d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982811 [ 292 ] {} TCP-Session: b5082c03-4615-45d9-8e19-f0c3e6484696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982782 [ 290 ] {} TCP-Session: 8f449fda-285c-4930-875d-9484856ba696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982836 [ 292 ] {} TCP-Session: b5082c03-4615-45d9-8e19-f0c3e6484696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982854 [ 290 ] {} TCP-Session: 8f449fda-285c-4930-875d-9484856ba696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.982328 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33957 2026.03.19 08:27:27.982982 [ 288 ] {a0e91bbe-29ef-4e0a-99c8-526e414e1679} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:27:27.983013 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:27.983042 [ 3 ] {} TCP-Session: 09255aa4-6536-4aff-8635-16a754e839a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:33957 2026.03.19 08:27:27.983052 [ 288 ] {a0e91bbe-29ef-4e0a-99c8-526e414e1679} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:27.983057 [ 3 ] {} TCP-Session: 09255aa4-6536-4aff-8635-16a754e839a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.983087 [ 3 ] {} TCP-Session: 09255aa4-6536-4aff-8635-16a754e839a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.983382 [ 288 ] {a0e91bbe-29ef-4e0a-99c8-526e414e1679} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:27:27.984375 [ 307 ] {a0e91bbe-29ef-4e0a-99c8-526e414e1679} AggregatingTransform: Aggregating 2026.03.19 08:27:27.984413 [ 307 ] {a0e91bbe-29ef-4e0a-99c8-526e414e1679} Aggregator: Aggregation method: without_key 2026.03.19 08:27:27.984444 [ 307 ] {a0e91bbe-29ef-4e0a-99c8-526e414e1679} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000956148 sec. (1045.863 rows/sec., 40.85 KiB/sec.) 2026.03.19 08:27:27.984458 [ 307 ] {a0e91bbe-29ef-4e0a-99c8-526e414e1679} Aggregator: Merging aggregated data 2026.03.19 08:27:27.986029 [ 288 ] {a0e91bbe-29ef-4e0a-99c8-526e414e1679} executeQuery: Read 1 rows, 40.00 B in 0.003492 sec., 286.368843069874 rows/sec., 11.19 KiB/sec. 2026.03.19 08:27:27.986172 [ 288 ] {a0e91bbe-29ef-4e0a-99c8-526e414e1679} TCPHandler: Processed in 0.003956136 sec. 2026.03.19 08:27:27.986303 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.986332 [ 288 ] {} TCP-Session: 0176cc4d-3d6a-4906-9290-c99330ea88d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.986334 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.986354 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.986376 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.986385 [ 289 ] {} TCP-Session: 231e9d18-796e-45d6-ac27-71479ac14ac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.986397 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.986418 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.986439 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.986459 [ 290 ] {} TCP-Session: 8f449fda-285c-4930-875d-9484856ba696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.986480 [ 291 ] {} TCP-Session: 7720acd8-d1e9-4dd2-972f-5f818d9cf75d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.986468 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.986494 [ 294 ] {} TCP-Session: 04f3bdd6-d09c-4033-acf0-0a283b5f96c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.986453 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:27.986540 [ 3 ] {} TCP-Session: 09255aa4-6536-4aff-8635-16a754e839a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.986424 [ 292 ] {} TCP-Session: b5082c03-4615-45d9-8e19-f0c3e6484696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.986574 [ 293 ] {} TCP-Session: 3ec0a683-e73a-4186-8612-bd5ecaf7132e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:27.986409 [ 286 ] {} TCP-Session: 9f7689ac-010f-48e5-9fc4-4981b11040e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:28.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 192.93 MiB, peak 201.04 MiB, free memory in arenas 0.00 B, will set to 205.79 MiB (RSS), difference: 12.86 MiB 2026.03.19 08:27:28.096900 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.19 08:27:28.116603 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:28.116714 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:28.126650 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:27:28.128099 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:27:28.136929 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.19 08:27:29.000278 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 206.31 MiB, peak 210.31 MiB, free memory in arenas 0.00 B, will set to 208.16 MiB (RSS), difference: 1.85 MiB 2026.03.19 08:27:29.175701 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46063 2026.03.19 08:27:29.175829 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:29.175858 [ 288 ] {} TCP-Session: bdd29297-b0e9-4bb2-af57-96585aea2514 Authenticating user 'default' from [fd00:1122:3344:101::e]:46063 2026.03.19 08:27:29.175884 [ 288 ] {} TCP-Session: bdd29297-b0e9-4bb2-af57-96585aea2514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.175898 [ 288 ] {} TCP-Session: bdd29297-b0e9-4bb2-af57-96585aea2514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176114 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37797 2026.03.19 08:27:29.176134 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48457 2026.03.19 08:27:29.176152 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36570 2026.03.19 08:27:29.176192 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48210 2026.03.19 08:27:29.176229 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:29.176202 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40287 2026.03.19 08:27:29.176265 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:29.176263 [ 289 ] {} TCP-Session: 1f2bfd34-d6f5-49f8-9b89-5f1540550d19 Authenticating user 'default' from [fd00:1122:3344:101::e]:37797 2026.03.19 08:27:29.176294 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:29.176303 [ 290 ] {} TCP-Session: 81924232-811e-4d23-980e-8352f010c657 Authenticating user 'default' from [fd00:1122:3344:101::e]:48457 2026.03.19 08:27:29.176313 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:29.176323 [ 3 ] {} TCP-Session: d6a16dd7-a39f-4a98-a0f3-aab647fed55d Authenticating user 'default' from [fd00:1122:3344:101::e]:48210 2026.03.19 08:27:29.176342 [ 290 ] {} TCP-Session: 81924232-811e-4d23-980e-8352f010c657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176364 [ 291 ] {} TCP-Session: 1ea94acd-9c0e-4a71-997a-c293f79e81ae Authenticating user 'default' from [fd00:1122:3344:101::e]:36570 2026.03.19 08:27:29.176366 [ 3 ] {} TCP-Session: d6a16dd7-a39f-4a98-a0f3-aab647fed55d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176376 [ 290 ] {} TCP-Session: 81924232-811e-4d23-980e-8352f010c657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176404 [ 291 ] {} TCP-Session: 1ea94acd-9c0e-4a71-997a-c293f79e81ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176403 [ 3 ] {} TCP-Session: d6a16dd7-a39f-4a98-a0f3-aab647fed55d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176434 [ 291 ] {} TCP-Session: 1ea94acd-9c0e-4a71-997a-c293f79e81ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176315 [ 289 ] {} TCP-Session: 1f2bfd34-d6f5-49f8-9b89-5f1540550d19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176164 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34936 2026.03.19 08:27:29.176484 [ 289 ] {} TCP-Session: 1f2bfd34-d6f5-49f8-9b89-5f1540550d19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176141 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39066 2026.03.19 08:27:29.176331 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:29.176544 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:29.176573 [ 286 ] {} TCP-Session: dc81cad9-d6c2-48b9-a97e-0c810bf58ea8 Authenticating user 'default' from [fd00:1122:3344:101::e]:40287 2026.03.19 08:27:29.176587 [ 293 ] {} TCP-Session: 5932b804-2d4a-49d3-821f-236666c8f896 Authenticating user 'default' from [fd00:1122:3344:101::e]:34936 2026.03.19 08:27:29.176595 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:29.176614 [ 293 ] {} TCP-Session: 5932b804-2d4a-49d3-821f-236666c8f896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176634 [ 292 ] {} TCP-Session: 8ac240f9-7a51-4f35-b749-8444e90ff5d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:39066 2026.03.19 08:27:29.176641 [ 293 ] {} TCP-Session: 5932b804-2d4a-49d3-821f-236666c8f896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176662 [ 292 ] {} TCP-Session: 8ac240f9-7a51-4f35-b749-8444e90ff5d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176604 [ 286 ] {} TCP-Session: dc81cad9-d6c2-48b9-a97e-0c810bf58ea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176686 [ 292 ] {} TCP-Session: 8ac240f9-7a51-4f35-b749-8444e90ff5d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176705 [ 286 ] {} TCP-Session: dc81cad9-d6c2-48b9-a97e-0c810bf58ea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176296 [ 288 ] {} TCP-Session: bdd29297-b0e9-4bb2-af57-96585aea2514 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:29.176177 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60194 2026.03.19 08:27:29.176910 [ 288 ] {28eb3308-d5ab-4dcf-8537-bf4b04af03a3} executeQuery: (from [fd00:1122:3344:101::e]:46063) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:27:29.176914 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:27:29.176959 [ 294 ] {} TCP-Session: 03e197fc-30fd-4dce-a62d-78cf356f3789 Authenticating user 'default' from [fd00:1122:3344:101::e]:60194 2026.03.19 08:27:29.176980 [ 294 ] {} TCP-Session: 03e197fc-30fd-4dce-a62d-78cf356f3789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.176997 [ 294 ] {} TCP-Session: 03e197fc-30fd-4dce-a62d-78cf356f3789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.177196 [ 288 ] {28eb3308-d5ab-4dcf-8537-bf4b04af03a3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:27:29.177257 [ 288 ] {28eb3308-d5ab-4dcf-8537-bf4b04af03a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:29.177541 [ 288 ] {28eb3308-d5ab-4dcf-8537-bf4b04af03a3} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:27:29.178939 [ 331 ] {28eb3308-d5ab-4dcf-8537-bf4b04af03a3} AggregatingTransform: Aggregating 2026.03.19 08:27:29.178996 [ 331 ] {28eb3308-d5ab-4dcf-8537-bf4b04af03a3} Aggregator: Aggregation method: without_key 2026.03.19 08:27:29.179040 [ 331 ] {28eb3308-d5ab-4dcf-8537-bf4b04af03a3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001383811 sec. (722.642 rows/sec., 28.23 KiB/sec.) 2026.03.19 08:27:29.179062 [ 331 ] {28eb3308-d5ab-4dcf-8537-bf4b04af03a3} Aggregator: Merging aggregated data 2026.03.19 08:27:29.180367 [ 288 ] {28eb3308-d5ab-4dcf-8537-bf4b04af03a3} executeQuery: Read 1 rows, 40.00 B in 0.003514 sec., 284.57598178713715 rows/sec., 11.12 KiB/sec. 2026.03.19 08:27:29.180585 [ 288 ] {28eb3308-d5ab-4dcf-8537-bf4b04af03a3} TCPHandler: Processed in 0.004417269 sec. 2026.03.19 08:27:29.180706 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:29.180736 [ 288 ] {} TCP-Session: bdd29297-b0e9-4bb2-af57-96585aea2514 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.180748 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:29.180769 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:29.180793 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:29.180803 [ 289 ] {} TCP-Session: 1f2bfd34-d6f5-49f8-9b89-5f1540550d19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.180828 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:29.180847 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:29.180883 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:29.180880 [ 293 ] {} TCP-Session: 5932b804-2d4a-49d3-821f-236666c8f896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.180912 [ 292 ] {} TCP-Session: 8ac240f9-7a51-4f35-b749-8444e90ff5d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.180928 [ 3 ] {} TCP-Session: d6a16dd7-a39f-4a98-a0f3-aab647fed55d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.180843 [ 290 ] {} TCP-Session: 81924232-811e-4d23-980e-8352f010c657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.180826 [ 286 ] {} TCP-Session: dc81cad9-d6c2-48b9-a97e-0c810bf58ea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.180813 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:29.180867 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 08:27:29.181076 [ 291 ] {} TCP-Session: 1ea94acd-9c0e-4a71-997a-c293f79e81ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:29.181107 [ 294 ] {} TCP-Session: 03e197fc-30fd-4dce-a62d-78cf356f3789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:27:30.381338 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 338 2026.03.19 08:27:30.384121 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:30.384184 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:30.385411 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:27:30.385702 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:27:30.386057 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 338 2026.03.19 08:27:32.794921 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:32.795228 [ 5 ] {2fb2a742-ae63-4e6d-88a7-f20b2cc2a34f} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:32.795331 [ 5 ] {2fb2a742-ae63-4e6d-88a7-f20b2cc2a34f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:32.796006 [ 5 ] {2fb2a742-ae63-4e6d-88a7-f20b2cc2a34f} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:32.796046 [ 5 ] {2fb2a742-ae63-4e6d-88a7-f20b2cc2a34f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:32.796450 [ 5 ] {2fb2a742-ae63-4e6d-88a7-f20b2cc2a34f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:27:32.796668 [ 5 ] {2fb2a742-ae63-4e6d-88a7-f20b2cc2a34f} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:32.796790 [ 69 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 08:27:32.796823 [ 5 ] {2fb2a742-ae63-4e6d-88a7-f20b2cc2a34f} executeQuery: Read 108 rows, 9.31 KiB in 0.001674 sec., 64516.12903225807 rows/sec., 5.43 MiB/sec. 2026.03.19 08:27:32.796835 [ 69 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:32.796858 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:32.796863 [ 5 ] {2fb2a742-ae63-4e6d-88a7-f20b2cc2a34f} TCPHandler: Processed in 0.002124603 sec. 2026.03.19 08:27:32.796953 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::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.19 08:27:32.796989 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:32.797058 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:32.797084 [ 5 ] {c2fa72cf-93d1-458b-99d2-703320cd2cb8} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:32.797091 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 822 rows starting from the beginning of the part 2026.03.19 08:27:32.797125 [ 5 ] {c2fa72cf-93d1-458b-99d2-703320cd2cb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:32.797162 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 105 rows starting from the beginning of the part 2026.03.19 08:27:32.797211 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 793 rows starting from the beginning of the part 2026.03.19 08:27:32.797255 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 104 rows starting from the beginning of the part 2026.03.19 08:27:32.797296 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 819 rows starting from the beginning of the part 2026.03.19 08:27:32.797335 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 108 rows starting from the beginning of the part 2026.03.19 08:27:32.797549 [ 5 ] {c2fa72cf-93d1-458b-99d2-703320cd2cb8} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:32.797583 [ 5 ] {c2fa72cf-93d1-458b-99d2-703320cd2cb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:32.797890 [ 5 ] {c2fa72cf-93d1-458b-99d2-703320cd2cb8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:27:32.798098 [ 5 ] {c2fa72cf-93d1-458b-99d2-703320cd2cb8} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:32.798225 [ 5 ] {c2fa72cf-93d1-458b-99d2-703320cd2cb8} executeQuery: Read 26 rows, 1.96 KiB in 0.001159 sec., 22433.13201035375 rows/sec., 1.65 MiB/sec. 2026.03.19 08:27:32.798261 [ 5 ] {c2fa72cf-93d1-458b-99d2-703320cd2cb8} TCPHandler: Processed in 0.001319669 sec. 2026.03.19 08:27:32.798377 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:32.798470 [ 5 ] {2caa03bd-aed9-4807-b3e3-4512b28b2e26} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:32.798497 [ 200 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2751 rows, containing 5 columns (5 merged, 0 gathered) in 0.001580016 sec., 1741121.6088950997 rows/sec., 144.07 MiB/sec. 2026.03.19 08:27:32.798509 [ 5 ] {2caa03bd-aed9-4807-b3e3-4512b28b2e26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:32.798678 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 08:27:32.798920 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_11_2} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:32.798984 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_11_2} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 08:27:32.799011 [ 5 ] {2caa03bd-aed9-4807-b3e3-4512b28b2e26} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:32.799040 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.03.19 08:27:32.799047 [ 5 ] {2caa03bd-aed9-4807-b3e3-4512b28b2e26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:32.799354 [ 5 ] {2caa03bd-aed9-4807-b3e3-4512b28b2e26} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:27:32.799563 [ 5 ] {2caa03bd-aed9-4807-b3e3-4512b28b2e26} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:32.799650 [ 69 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 08:27:32.799680 [ 69 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:32.799689 [ 5 ] {2caa03bd-aed9-4807-b3e3-4512b28b2e26} executeQuery: Read 90 rows, 7.20 KiB in 0.001237 sec., 72756.66936135812 rows/sec., 5.68 MiB/sec. 2026.03.19 08:27:32.799697 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:32.799725 [ 5 ] {2caa03bd-aed9-4807-b3e3-4512b28b2e26} TCPHandler: Processed in 0.0013954 sec. 2026.03.19 08:27:32.799816 [ 194 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::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.19 08:27:32.799847 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:32.799949 [ 5 ] {cef92990-99bb-4e80-913b-a54037f5503f} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:32.799957 [ 194 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:32.799997 [ 5 ] {cef92990-99bb-4e80-913b-a54037f5503f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:32.800016 [ 194 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 502 rows starting from the beginning of the part 2026.03.19 08:27:32.800111 [ 194 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 84 rows starting from the beginning of the part 2026.03.19 08:27:32.800163 [ 194 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 482 rows starting from the beginning of the part 2026.03.19 08:27:32.800222 [ 194 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part 2026.03.19 08:27:32.800267 [ 194 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 504 rows starting from the beginning of the part 2026.03.19 08:27:32.800309 [ 194 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 90 rows starting from the beginning of the part 2026.03.19 08:27:32.800426 [ 5 ] {cef92990-99bb-4e80-913b-a54037f5503f} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:32.800468 [ 5 ] {cef92990-99bb-4e80-913b-a54037f5503f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:32.800822 [ 5 ] {cef92990-99bb-4e80-913b-a54037f5503f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:27:32.801050 [ 5 ] {cef92990-99bb-4e80-913b-a54037f5503f} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:32.801148 [ 69 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 08:27:32.801175 [ 69 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:32.801187 [ 5 ] {cef92990-99bb-4e80-913b-a54037f5503f} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2026.03.19 08:27:32.801219 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:32.801242 [ 5 ] {cef92990-99bb-4e80-913b-a54037f5503f} TCPHandler: Processed in 0.001443103 sec. 2026.03.19 08:27:32.801283 [ 193 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::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.19 08:27:32.801349 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:32.801358 [ 193 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:32.801390 [ 193 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 813 rows starting from the beginning of the part 2026.03.19 08:27:32.801434 [ 193 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 151 rows starting from the beginning of the part 2026.03.19 08:27:32.801447 [ 5 ] {4011378c-074e-40f4-9091-cd2b3950ea76} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:32.801500 [ 193 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 255 rows starting from the beginning of the part 2026.03.19 08:27:32.801507 [ 198 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1744 rows, containing 5 columns (5 merged, 0 gathered) in 0.001747821 sec., 997813.8493587157 rows/sec., 75.03 MiB/sec. 2026.03.19 08:27:32.801516 [ 5 ] {4011378c-074e-40f4-9091-cd2b3950ea76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:27:32.801535 [ 193 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 150 rows starting from the beginning of the part 2026.03.19 08:27:32.801581 [ 193 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 267 rows starting from the beginning of the part 2026.03.19 08:27:32.801615 [ 193 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.03.19 08:27:32.801679 [ 194 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 08:27:32.801969 [ 194 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_11_2} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:32.802044 [ 194 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_11_2} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 08:27:32.802115 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2026.03.19 08:27:32.802315 [ 5 ] {4011378c-074e-40f4-9091-cd2b3950ea76} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:32.802356 [ 5 ] {4011378c-074e-40f4-9091-cd2b3950ea76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:32.802572 [ 198 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1796 rows, containing 5 columns (5 merged, 0 gathered) in 0.001316369 sec., 1364359.0816860623 rows/sec., 92.19 MiB/sec. 2026.03.19 08:27:32.802799 [ 194 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 08:27:32.802918 [ 5 ] {4011378c-074e-40f4-9091-cd2b3950ea76} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:27:32.803102 [ 194 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_11_2} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:32.803187 [ 194 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_11_2} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 08:27:32.803203 [ 5 ] {4011378c-074e-40f4-9091-cd2b3950ea76} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:32.803263 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.03.19 08:27:32.803354 [ 5 ] {4011378c-074e-40f4-9091-cd2b3950ea76} executeQuery: Read 26 rows, 47.71 KiB in 0.001925 sec., 13506.493506493505 rows/sec., 24.20 MiB/sec. 2026.03.19 08:27:32.803420 [ 5 ] {4011378c-074e-40f4-9091-cd2b3950ea76} TCPHandler: Processed in 0.002122503 sec. 2026.03.19 08:27:32.803537 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:32.803632 [ 5 ] {f2fae42a-3e20-430e-963d-8262b2be2c5e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:32.803673 [ 5 ] {f2fae42a-3e20-430e-963d-8262b2be2c5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:32.803997 [ 5 ] {f2fae42a-3e20-430e-963d-8262b2be2c5e} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:32.804032 [ 5 ] {f2fae42a-3e20-430e-963d-8262b2be2c5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:32.804343 [ 5 ] {f2fae42a-3e20-430e-963d-8262b2be2c5e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:27:32.804563 [ 5 ] {f2fae42a-3e20-430e-963d-8262b2be2c5e} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:32.804675 [ 69 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 08:27:32.804688 [ 5 ] {f2fae42a-3e20-430e-963d-8262b2be2c5e} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.03.19 08:27:32.804708 [ 69 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:32.804727 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:32.804727 [ 5 ] {f2fae42a-3e20-430e-963d-8262b2be2c5e} TCPHandler: Processed in 0.001240056 sec. 2026.03.19 08:27:32.804786 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:27:32.804856 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:32.804878 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 240 rows starting from the beginning of the part 2026.03.19 08:27:32.804918 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part 2026.03.19 08:27:32.804947 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 80 rows starting from the beginning of the part 2026.03.19 08:27:32.804977 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part 2026.03.19 08:27:32.805007 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 90 rows starting from the beginning of the part 2026.03.19 08:27:32.805039 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.03.19 08:27:32.805720 [ 199 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 4 columns (4 merged, 0 gathered) in 0.000950357 sec., 599774.6110145977 rows/sec., 38.99 MiB/sec. 2026.03.19 08:27:32.805870 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 08:27:32.806098 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_11_2} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:32.806163 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_11_2} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 08:27:32.806216 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.19 08:27:35.284278 [ 65 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:27:35.284335 [ 65 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:27:35.365190 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4831 2026.03.19 08:27:35.365702 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:35.365747 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:35.366220 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:27:35.366448 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:27:35.366576 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4831 2026.03.19 08:27:35.637211 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.19 08:27:35.654531 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:35.654593 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:35.660781 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:27:35.661443 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:27:35.664337 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.19 08:27:36.000258 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.77 MiB, peak 216.50 MiB, free memory in arenas 0.00 B, will set to 210.16 MiB (RSS), difference: 1.39 MiB 2026.03.19 08:27:37.802639 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:37.802848 [ 5 ] {0a1aefda-49d5-4266-9991-cd99e765751b} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:27:37.802934 [ 5 ] {0a1aefda-49d5-4266-9991-cd99e765751b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:27:37.803842 [ 5 ] {0a1aefda-49d5-4266-9991-cd99e765751b} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.803903 [ 5 ] {0a1aefda-49d5-4266-9991-cd99e765751b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.804388 [ 5 ] {0a1aefda-49d5-4266-9991-cd99e765751b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:37.804642 [ 5 ] {0a1aefda-49d5-4266-9991-cd99e765751b} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:27:37.804807 [ 5 ] {0a1aefda-49d5-4266-9991-cd99e765751b} executeQuery: Read 284 rows, 18.47 KiB in 0.002016 sec., 140873.0158730159 rows/sec., 8.95 MiB/sec. 2026.03.19 08:27:37.804806 [ 63 ] {} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 08:27:37.804856 [ 5 ] {0a1aefda-49d5-4266-9991-cd99e765751b} TCPHandler: Processed in 0.002365569 sec. 2026.03.19 08:27:37.804893 [ 63 ] {} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.804923 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.804999 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:37.805087 [ 198 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::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.19 08:27:37.805113 [ 5 ] {3200d633-3443-4e7c-a1f9-843ff66182c2} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:37.805177 [ 5 ] {3200d633-3443-4e7c-a1f9-843ff66182c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:37.805246 [ 198 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:37.805287 [ 198 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::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.19 08:27:37.805382 [ 198 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::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.19 08:27:37.805466 [ 198 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.03.19 08:27:37.805512 [ 198 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.03.19 08:27:37.805560 [ 198 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.03.19 08:27:37.805944 [ 5 ] {3200d633-3443-4e7c-a1f9-843ff66182c2} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.805988 [ 5 ] {3200d633-3443-4e7c-a1f9-843ff66182c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.806415 [ 5 ] {3200d633-3443-4e7c-a1f9-843ff66182c2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:27:37.806598 [ 193 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001599216 sec., 887935.0881932146 rows/sec., 59.78 MiB/sec. 2026.03.19 08:27:37.806653 [ 5 ] {3200d633-3443-4e7c-a1f9-843ff66182c2} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:37.806751 [ 198 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 08:27:37.806804 [ 5 ] {3200d633-3443-4e7c-a1f9-843ff66182c2} executeQuery: Read 817 rows, 65.50 KiB in 0.001715 sec., 476384.8396501458 rows/sec., 37.30 MiB/sec. 2026.03.19 08:27:37.806851 [ 5 ] {3200d633-3443-4e7c-a1f9-843ff66182c2} TCPHandler: Processed in 0.001906376 sec. 2026.03.19 08:27:37.806975 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:37.807045 [ 198 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_5_1} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:27:37.807076 [ 5 ] {05e61d62-2f99-4844-9d30-654a205f982e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:37.807124 [ 198 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_5_1} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 08:27:37.807126 [ 5 ] {05e61d62-2f99-4844-9d30-654a205f982e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:37.807212 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.19 08:27:37.807587 [ 5 ] {05e61d62-2f99-4844-9d30-654a205f982e} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.807629 [ 5 ] {05e61d62-2f99-4844-9d30-654a205f982e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.807950 [ 5 ] {05e61d62-2f99-4844-9d30-654a205f982e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:27:37.808167 [ 5 ] {05e61d62-2f99-4844-9d30-654a205f982e} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:37.808272 [ 63 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 08:27:37.808311 [ 5 ] {05e61d62-2f99-4844-9d30-654a205f982e} executeQuery: Read 152 rows, 9.29 KiB in 0.001256 sec., 121019.10828025478 rows/sec., 7.23 MiB/sec. 2026.03.19 08:27:37.808319 [ 63 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.808354 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.808355 [ 5 ] {05e61d62-2f99-4844-9d30-654a205f982e} TCPHandler: Processed in 0.001432502 sec. 2026.03.19 08:27:37.808482 [ 195 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::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.19 08:27:37.808487 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:37.808605 [ 5 ] {19557e2d-9457-42bc-95e5-660aaa74fe1c} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:27:37.808613 [ 195 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:37.808650 [ 5 ] {19557e2d-9457-42bc-95e5-660aaa74fe1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:27:37.808665 [ 195 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 176 rows starting from the beginning of the part 2026.03.19 08:27:37.808771 [ 195 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 142 rows starting from the beginning of the part 2026.03.19 08:27:37.808827 [ 195 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part 2026.03.19 08:27:37.808876 [ 195 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 156 rows starting from the beginning of the part 2026.03.19 08:27:37.808929 [ 195 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part 2026.03.19 08:27:37.808977 [ 195 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 152 rows starting from the beginning of the part 2026.03.19 08:27:37.809083 [ 5 ] {19557e2d-9457-42bc-95e5-660aaa74fe1c} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.809124 [ 5 ] {19557e2d-9457-42bc-95e5-660aaa74fe1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.809475 [ 5 ] {19557e2d-9457-42bc-95e5-660aaa74fe1c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:37.809737 [ 5 ] {19557e2d-9457-42bc-95e5-660aaa74fe1c} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:27:37.809844 [ 63 ] {} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 08:27:37.809878 [ 63 ] {} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.809894 [ 5 ] {19557e2d-9457-42bc-95e5-660aaa74fe1c} executeQuery: Read 149 rows, 9.86 KiB in 0.001307 sec., 114001.53022188217 rows/sec., 7.37 MiB/sec. 2026.03.19 08:27:37.809895 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.809940 [ 5 ] {19557e2d-9457-42bc-95e5-660aaa74fe1c} TCPHandler: Processed in 0.001503214 sec. 2026.03.19 08:27:37.809997 [ 198 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::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.19 08:27:37.810045 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 5 columns (5 merged, 0 gathered) in 0.001610797 sec., 420909.64907434024 rows/sec., 27.30 MiB/sec. 2026.03.19 08:27:37.810062 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:37.810083 [ 198 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:37.810130 [ 198 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::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.19 08:27:37.810183 [ 5 ] {0d100ba6-cc91-48e1-8a00-49e6d76211cf} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:27:37.810227 [ 198 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::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.19 08:27:37.810230 [ 5 ] {0d100ba6-cc91-48e1-8a00-49e6d76211cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:27:37.810291 [ 198 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.03.19 08:27:37.810313 [ 204 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 08:27:37.810336 [ 198 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 149 rows starting from the beginning of the part 2026.03.19 08:27:37.810378 [ 198 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part 2026.03.19 08:27:37.810676 [ 204 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_11_2} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:37.810696 [ 5 ] {0d100ba6-cc91-48e1-8a00-49e6d76211cf} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.810742 [ 5 ] {0d100ba6-cc91-48e1-8a00-49e6d76211cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.810774 [ 204 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_11_2} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 08:27:37.810868 [ 204 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.19 08:27:37.811097 [ 5 ] {0d100ba6-cc91-48e1-8a00-49e6d76211cf} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:37.811242 [ 188 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 745 rows, containing 5 columns (5 merged, 0 gathered) in 0.001278497 sec., 582715.4854489295 rows/sec., 39.87 MiB/sec. 2026.03.19 08:27:37.811330 [ 5 ] {0d100ba6-cc91-48e1-8a00-49e6d76211cf} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:27:37.811376 [ 204 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 08:27:37.811446 [ 63 ] {} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 08:27:37.811483 [ 63 ] {} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.811488 [ 5 ] {0d100ba6-cc91-48e1-8a00-49e6d76211cf} executeQuery: Read 148 rows, 8.62 KiB in 0.001323 sec., 111866.96900982616 rows/sec., 6.36 MiB/sec. 2026.03.19 08:27:37.811512 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.811546 [ 5 ] {0d100ba6-cc91-48e1-8a00-49e6d76211cf} TCPHandler: Processed in 0.001533535 sec. 2026.03.19 08:27:37.811597 [ 198 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::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.19 08:27:37.811649 [ 204 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_5_1} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:27:37.811672 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:37.811689 [ 198 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:37.811724 [ 204 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_5_1} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 08:27:37.811725 [ 198 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::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.19 08:27:37.811775 [ 5 ] {0cd3e86f-4e2f-461c-b1df-96e6a596ee6c} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:37.811789 [ 198 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::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.19 08:27:37.811798 [ 204 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.19 08:27:37.811823 [ 5 ] {0cd3e86f-4e2f-461c-b1df-96e6a596ee6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:37.811835 [ 198 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.03.19 08:27:37.811878 [ 198 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.03.19 08:27:37.811912 [ 198 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.03.19 08:27:37.812416 [ 5 ] {0cd3e86f-4e2f-461c-b1df-96e6a596ee6c} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.812458 [ 5 ] {0cd3e86f-4e2f-461c-b1df-96e6a596ee6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.812646 [ 204 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001075601 sec., 687987.4600339717 rows/sec., 41.75 MiB/sec. 2026.03.19 08:27:37.812821 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 08:27:37.812837 [ 5 ] {0cd3e86f-4e2f-461c-b1df-96e6a596ee6c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:27:37.813137 [ 5 ] {0cd3e86f-4e2f-461c-b1df-96e6a596ee6c} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:37.813211 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_5_1} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:27:37.813293 [ 5 ] {0cd3e86f-4e2f-461c-b1df-96e6a596ee6c} executeQuery: Read 500 rows, 35.98 KiB in 0.001535 sec., 325732.8990228013 rows/sec., 22.89 MiB/sec. 2026.03.19 08:27:37.813301 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_5_1} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 08:27:37.813339 [ 5 ] {0cd3e86f-4e2f-461c-b1df-96e6a596ee6c} TCPHandler: Processed in 0.00171603 sec. 2026.03.19 08:27:37.813408 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.19 08:27:37.813462 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:37.813562 [ 5 ] {e183d00f-4c09-459d-8d47-caa62b20f1c3} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 08:27:37.813604 [ 5 ] {e183d00f-4c09-459d-8d47-caa62b20f1c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 08:27:37.813945 [ 5 ] {e183d00f-4c09-459d-8d47-caa62b20f1c3} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.813981 [ 5 ] {e183d00f-4c09-459d-8d47-caa62b20f1c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.814294 [ 5 ] {e183d00f-4c09-459d-8d47-caa62b20f1c3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:37.814518 [ 5 ] {e183d00f-4c09-459d-8d47-caa62b20f1c3} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): 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.19 08:27:37.814655 [ 5 ] {e183d00f-4c09-459d-8d47-caa62b20f1c3} executeQuery: Read 6 rows, 321.00 B in 0.001112 sec., 5395.6834532374105 rows/sec., 281.90 KiB/sec. 2026.03.19 08:27:37.814691 [ 5 ] {e183d00f-4c09-459d-8d47-caa62b20f1c3} TCPHandler: Processed in 0.001277927 sec. 2026.03.19 08:27:37.814803 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:37.814897 [ 5 ] {48fa72b1-824a-4259-8c66-5eff7dae0ba9} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:37.814941 [ 5 ] {48fa72b1-824a-4259-8c66-5eff7dae0ba9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:37.815357 [ 5 ] {48fa72b1-824a-4259-8c66-5eff7dae0ba9} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.815394 [ 5 ] {48fa72b1-824a-4259-8c66-5eff7dae0ba9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.815727 [ 5 ] {48fa72b1-824a-4259-8c66-5eff7dae0ba9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:27:37.815935 [ 5 ] {48fa72b1-824a-4259-8c66-5eff7dae0ba9} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:37.816064 [ 5 ] {48fa72b1-824a-4259-8c66-5eff7dae0ba9} executeQuery: Read 265 rows, 18.03 KiB in 0.001185 sec., 223628.69198312235 rows/sec., 14.86 MiB/sec. 2026.03.19 08:27:37.816101 [ 5 ] {48fa72b1-824a-4259-8c66-5eff7dae0ba9} TCPHandler: Processed in 0.00134663 sec. 2026.03.19 08:27:37.816218 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:37.816312 [ 5 ] {7db14fca-ea0d-4b1b-9020-51e6507dd9f0} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 08:27:37.816356 [ 5 ] {7db14fca-ea0d-4b1b-9020-51e6507dd9f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 08:27:37.816682 [ 5 ] {7db14fca-ea0d-4b1b-9020-51e6507dd9f0} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.816718 [ 5 ] {7db14fca-ea0d-4b1b-9020-51e6507dd9f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.817029 [ 5 ] {7db14fca-ea0d-4b1b-9020-51e6507dd9f0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:37.817250 [ 5 ] {7db14fca-ea0d-4b1b-9020-51e6507dd9f0} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): 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.19 08:27:37.817353 [ 63 ] {} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 08:27:37.817389 [ 63 ] {} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.817394 [ 5 ] {7db14fca-ea0d-4b1b-9020-51e6507dd9f0} executeQuery: Read 1 rows, 69.00 B in 0.0011 sec., 909.090909090909 rows/sec., 61.26 KiB/sec. 2026.03.19 08:27:37.817407 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.817441 [ 5 ] {7db14fca-ea0d-4b1b-9020-51e6507dd9f0} TCPHandler: Processed in 0.001271987 sec. 2026.03.19 08:27:37.817522 [ 186 ] {20c1c37e-cf7d-43d3-92f9-87d83125d002::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.19 08:27:37.817565 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:37.817648 [ 186 ] {20c1c37e-cf7d-43d3-92f9-87d83125d002::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:37.817665 [ 5 ] {da8def9d-027b-42b0-a978-4f1552dead75} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:37.817687 [ 186 ] {20c1c37e-cf7d-43d3-92f9-87d83125d002::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.03.19 08:27:37.817727 [ 5 ] {da8def9d-027b-42b0-a978-4f1552dead75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:27:37.817760 [ 186 ] {20c1c37e-cf7d-43d3-92f9-87d83125d002::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.03.19 08:27:37.817809 [ 186 ] {20c1c37e-cf7d-43d3-92f9-87d83125d002::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.03.19 08:27:37.817846 [ 186 ] {20c1c37e-cf7d-43d3-92f9-87d83125d002::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.03.19 08:27:37.817886 [ 186 ] {20c1c37e-cf7d-43d3-92f9-87d83125d002::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.03.19 08:27:37.818528 [ 5 ] {da8def9d-027b-42b0-a978-4f1552dead75} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.818570 [ 5 ] {da8def9d-027b-42b0-a978-4f1552dead75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.818656 [ 204 ] {20c1c37e-cf7d-43d3-92f9-87d83125d002::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001170084 sec., 4273.197479839054 rows/sec., 287.94 KiB/sec. 2026.03.19 08:27:37.818778 [ 198 ] {20c1c37e-cf7d-43d3-92f9-87d83125d002::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 08:27:37.819090 [ 198 ] {20c1c37e-cf7d-43d3-92f9-87d83125d002::all_1_5_1} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): 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.19 08:27:37.819166 [ 198 ] {20c1c37e-cf7d-43d3-92f9-87d83125d002::all_1_5_1} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 08:27:37.819171 [ 5 ] {da8def9d-027b-42b0-a978-4f1552dead75} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:27:37.819253 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2026.03.19 08:27:37.819436 [ 5 ] {da8def9d-027b-42b0-a978-4f1552dead75} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:37.819601 [ 5 ] {da8def9d-027b-42b0-a978-4f1552dead75} executeQuery: Read 10 rows, 18.35 KiB in 0.001953 sec., 5120.327700972862 rows/sec., 9.18 MiB/sec. 2026.03.19 08:27:37.819670 [ 5 ] {da8def9d-027b-42b0-a978-4f1552dead75} TCPHandler: Processed in 0.002153733 sec. 2026.03.19 08:27:37.819782 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:37.819877 [ 5 ] {915c324e-6fb5-4992-afcb-3babf13f0ad3} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:37.819919 [ 5 ] {915c324e-6fb5-4992-afcb-3babf13f0ad3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:37.820354 [ 5 ] {915c324e-6fb5-4992-afcb-3babf13f0ad3} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:37.820401 [ 5 ] {915c324e-6fb5-4992-afcb-3babf13f0ad3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:37.820774 [ 5 ] {915c324e-6fb5-4992-afcb-3babf13f0ad3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:27:37.821009 [ 5 ] {915c324e-6fb5-4992-afcb-3babf13f0ad3} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:37.821178 [ 5 ] {915c324e-6fb5-4992-afcb-3babf13f0ad3} executeQuery: Read 90 rows, 5.77 KiB in 0.001316 sec., 68389.05775075988 rows/sec., 4.28 MiB/sec. 2026.03.19 08:27:37.821238 [ 5 ] {915c324e-6fb5-4992-afcb-3babf13f0ad3} TCPHandler: Processed in 0.001504644 sec. 2026.03.19 08:27:40.386234 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 372 2026.03.19 08:27:40.388488 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:40.388537 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:40.389706 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:27:40.389988 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:27:40.390438 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 372 2026.03.19 08:27:42.789737 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.790024 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:27:42.790450 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:27:42.790491 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} 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.19 08:27:42.790766 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:42.790842 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:42.790987 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.19 08:27:42.791092 [ 329 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:27:42.791092 [ 296 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:27:42.791135 [ 312 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:27:42.791254 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.19 08:27:42.791282 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:27:42.791365 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:27:42.791386 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.19 08:27:42.791428 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} MergeTreeBaseSelectProcessor: 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.19 08:27:42.791469 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} MergeTreeBaseSelectProcessor: 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.19 08:27:42.791509 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} MergeTreeBaseSelectProcessor: 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.19 08:27:42.792411 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} executeQuery: Read 35 rows, 1.35 KiB in 0.002509 sec., 13949.780789159027 rows/sec., 536.74 KiB/sec. 2026.03.19 08:27:42.792519 [ 5 ] {a4db760a-112c-412b-9085-49c54f9d5a6a} TCPHandler: Processed in 0.002920515 sec. 2026.03.19 08:27:42.792808 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.792947 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:27:42.793164 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:27:42.793210 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} 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.19 08:27:42.793412 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:42.793466 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:42.793572 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.19 08:27:42.793638 [ 329 ] {fbd4a094-58fc-4e75-b993-f350db90453f} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:27:42.793639 [ 296 ] {fbd4a094-58fc-4e75-b993-f350db90453f} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:27:42.793647 [ 306 ] {fbd4a094-58fc-4e75-b993-f350db90453f} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:27:42.793774 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.19 08:27:42.793800 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:27:42.793870 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:27:42.793890 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.19 08:27:42.793920 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} MergeTreeBaseSelectProcessor: 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.19 08:27:42.793951 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} MergeTreeBaseSelectProcessor: 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.19 08:27:42.793982 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} MergeTreeBaseSelectProcessor: 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.19 08:27:42.794719 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} executeQuery: Read 35 rows, 1.35 KiB in 0.00183 sec., 19125.683060109288 rows/sec., 735.89 KiB/sec. 2026.03.19 08:27:42.794835 [ 5 ] {fbd4a094-58fc-4e75-b993-f350db90453f} TCPHandler: Processed in 0.002077041 sec. 2026.03.19 08:27:42.795069 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.795207 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:27:42.795422 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:27:42.795460 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} 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.19 08:27:42.795663 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:42.795717 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:42.795822 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.19 08:27:42.795875 [ 329 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:27:42.795876 [ 296 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:27:42.795925 [ 331 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:27:42.796023 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.19 08:27:42.796050 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:27:42.796119 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:27:42.796139 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.19 08:27:42.796169 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} MergeTreeBaseSelectProcessor: 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.19 08:27:42.796201 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} MergeTreeBaseSelectProcessor: 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.19 08:27:42.796234 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} MergeTreeBaseSelectProcessor: 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.19 08:27:42.796919 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} executeQuery: Read 35 rows, 1.35 KiB in 0.001769 sec., 19785.189372526853 rows/sec., 761.27 KiB/sec. 2026.03.19 08:27:42.797019 [ 5 ] {8ab6277f-66b5-4e51-8d1c-f45582eb8d9d} TCPHandler: Processed in 0.002000509 sec. 2026.03.19 08:27:42.797290 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.797430 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:27:42.797647 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:27:42.797687 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} 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.19 08:27:42.797897 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:42.797951 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:42.798057 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.19 08:27:42.798123 [ 296 ] {ed2938d7-c959-4416-84b8-f331797846bf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:27:42.798123 [ 346 ] {ed2938d7-c959-4416-84b8-f331797846bf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:27:42.798123 [ 260 ] {ed2938d7-c959-4416-84b8-f331797846bf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:27:42.798245 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.19 08:27:42.798272 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:27:42.798342 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:27:42.798361 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.19 08:27:42.798391 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} MergeTreeBaseSelectProcessor: 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.19 08:27:42.798425 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} MergeTreeBaseSelectProcessor: 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.19 08:27:42.798456 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} MergeTreeBaseSelectProcessor: 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.19 08:27:42.799098 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} executeQuery: Read 35 rows, 1.35 KiB in 0.001724 sec., 20301.624129930395 rows/sec., 781.14 KiB/sec. 2026.03.19 08:27:42.799214 [ 5 ] {ed2938d7-c959-4416-84b8-f331797846bf} TCPHandler: Processed in 0.001973158 sec. 2026.03.19 08:27:42.799474 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.799610 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:27:42.799834 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:27:42.799871 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} 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.19 08:27:42.800077 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:42.800134 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:42.800243 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.19 08:27:42.800317 [ 346 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:27:42.800319 [ 331 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:27:42.800321 [ 260 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:27:42.800442 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.19 08:27:42.800469 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:27:42.800538 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:27:42.800556 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.19 08:27:42.800587 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} MergeTreeBaseSelectProcessor: 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.19 08:27:42.800621 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} MergeTreeBaseSelectProcessor: 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.19 08:27:42.800652 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} MergeTreeBaseSelectProcessor: 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.19 08:27:42.801285 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} executeQuery: Read 35 rows, 1.35 KiB in 0.001732 sec., 20207.85219399538 rows/sec., 777.53 KiB/sec. 2026.03.19 08:27:42.801383 [ 5 ] {a8e200f6-d314-450c-adff-ec7fe3802e11} TCPHandler: Processed in 0.001960618 sec. 2026.03.19 08:27:42.801616 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.801757 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:27:42.801979 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:27:42.802016 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} 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.19 08:27:42.802227 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:42.802281 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:27:42.802386 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.19 08:27:42.802450 [ 346 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:27:42.802450 [ 296 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:27:42.802452 [ 342 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:27:42.802565 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.19 08:27:42.802592 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:27:42.802660 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:27:42.802683 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.19 08:27:42.802714 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} MergeTreeBaseSelectProcessor: 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.19 08:27:42.802745 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} MergeTreeBaseSelectProcessor: 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.19 08:27:42.802779 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} MergeTreeBaseSelectProcessor: 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.19 08:27:42.803350 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} executeQuery: Read 35 rows, 1.35 KiB in 0.001654 sec., 21160.822249093108 rows/sec., 814.20 KiB/sec. 2026.03.19 08:27:42.803449 [ 5 ] {9435cee8-ca93-4d3d-97a1-5ae73600c23e} TCPHandler: Processed in 0.001882505 sec. 2026.03.19 08:27:42.825919 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.826128 [ 5 ] {33b4db9b-0b2b-4627-8cb1-b370f0079d09} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.19 08:27:42.826210 [ 5 ] {33b4db9b-0b2b-4627-8cb1-b370f0079d09} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:27:42.826941 [ 5 ] {33b4db9b-0b2b-4627-8cb1-b370f0079d09} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.826983 [ 5 ] {33b4db9b-0b2b-4627-8cb1-b370f0079d09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.827411 [ 5 ] {33b4db9b-0b2b-4627-8cb1-b370f0079d09} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:27:42.827624 [ 5 ] {33b4db9b-0b2b-4627-8cb1-b370f0079d09} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): 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.19 08:27:42.827775 [ 5 ] {33b4db9b-0b2b-4627-8cb1-b370f0079d09} executeQuery: Read 6 rows, 2.84 KiB in 0.001705 sec., 3519.0615835777126 rows/sec., 1.63 MiB/sec. 2026.03.19 08:27:42.827814 [ 5 ] {33b4db9b-0b2b-4627-8cb1-b370f0079d09} TCPHandler: Processed in 0.001998039 sec. 2026.03.19 08:27:42.827944 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.828041 [ 5 ] {1184ea2c-1577-4039-845b-2d6a12a90c72} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:27:42.828082 [ 5 ] {1184ea2c-1577-4039-845b-2d6a12a90c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:27:42.828500 [ 5 ] {1184ea2c-1577-4039-845b-2d6a12a90c72} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.828537 [ 5 ] {1184ea2c-1577-4039-845b-2d6a12a90c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.828853 [ 5 ] {1184ea2c-1577-4039-845b-2d6a12a90c72} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:42.829071 [ 5 ] {1184ea2c-1577-4039-845b-2d6a12a90c72} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:27:42.829204 [ 5 ] {1184ea2c-1577-4039-845b-2d6a12a90c72} executeQuery: Read 24 rows, 2.04 KiB in 0.001182 sec., 20304.56852791878 rows/sec., 1.68 MiB/sec. 2026.03.19 08:27:42.829240 [ 5 ] {1184ea2c-1577-4039-845b-2d6a12a90c72} TCPHandler: Processed in 0.001345719 sec. 2026.03.19 08:27:42.829351 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.829447 [ 5 ] {9dbcbfe5-e318-486d-bb4e-0b5e5f97828d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:27:42.829487 [ 5 ] {9dbcbfe5-e318-486d-bb4e-0b5e5f97828d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:27:42.829866 [ 5 ] {9dbcbfe5-e318-486d-bb4e-0b5e5f97828d} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.829902 [ 5 ] {9dbcbfe5-e318-486d-bb4e-0b5e5f97828d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.830182 [ 5 ] {9dbcbfe5-e318-486d-bb4e-0b5e5f97828d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:27:42.830396 [ 5 ] {9dbcbfe5-e318-486d-bb4e-0b5e5f97828d} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:27:42.830528 [ 5 ] {9dbcbfe5-e318-486d-bb4e-0b5e5f97828d} executeQuery: Read 8 rows, 668.00 B in 0.0011 sec., 7272.727272727272 rows/sec., 593.04 KiB/sec. 2026.03.19 08:27:42.830566 [ 5 ] {9dbcbfe5-e318-486d-bb4e-0b5e5f97828d} TCPHandler: Processed in 0.001263807 sec. 2026.03.19 08:27:42.830666 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.830759 [ 5 ] {be2baa71-438b-4908-915d-ee2b1a0915bd} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:42.830798 [ 5 ] {be2baa71-438b-4908-915d-ee2b1a0915bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:42.831297 [ 5 ] {be2baa71-438b-4908-915d-ee2b1a0915bd} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.831334 [ 5 ] {be2baa71-438b-4908-915d-ee2b1a0915bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.831645 [ 5 ] {be2baa71-438b-4908-915d-ee2b1a0915bd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:27:42.831859 [ 5 ] {be2baa71-438b-4908-915d-ee2b1a0915bd} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:42.831996 [ 5 ] {be2baa71-438b-4908-915d-ee2b1a0915bd} executeQuery: Read 240 rows, 21.84 KiB in 0.001255 sec., 191235.05976095618 rows/sec., 17.00 MiB/sec. 2026.03.19 08:27:42.832033 [ 5 ] {be2baa71-438b-4908-915d-ee2b1a0915bd} TCPHandler: Processed in 0.001415561 sec. 2026.03.19 08:27:42.832142 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.832235 [ 5 ] {125ed32e-a769-4aa5-a3a4-b72e54747b50} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:42.832276 [ 5 ] {125ed32e-a769-4aa5-a3a4-b72e54747b50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:42.832671 [ 5 ] {125ed32e-a769-4aa5-a3a4-b72e54747b50} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.832709 [ 5 ] {125ed32e-a769-4aa5-a3a4-b72e54747b50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.833095 [ 5 ] {125ed32e-a769-4aa5-a3a4-b72e54747b50} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:27:42.833371 [ 5 ] {125ed32e-a769-4aa5-a3a4-b72e54747b50} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:42.833536 [ 5 ] {125ed32e-a769-4aa5-a3a4-b72e54747b50} executeQuery: Read 50 rows, 3.78 KiB in 0.001317 sec., 37965.072133637055 rows/sec., 2.80 MiB/sec. 2026.03.19 08:27:42.833635 [ 5 ] {125ed32e-a769-4aa5-a3a4-b72e54747b50} TCPHandler: Processed in 0.001538925 sec. 2026.03.19 08:27:42.833767 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.833862 [ 5 ] {f4e66527-d6ee-4ea2-8a1e-6749b324bc67} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:27:42.833900 [ 5 ] {f4e66527-d6ee-4ea2-8a1e-6749b324bc67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:27:42.834303 [ 5 ] {f4e66527-d6ee-4ea2-8a1e-6749b324bc67} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.834340 [ 5 ] {f4e66527-d6ee-4ea2-8a1e-6749b324bc67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.834640 [ 5 ] {f4e66527-d6ee-4ea2-8a1e-6749b324bc67} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:42.834854 [ 5 ] {f4e66527-d6ee-4ea2-8a1e-6749b324bc67} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:27:42.834989 [ 5 ] {f4e66527-d6ee-4ea2-8a1e-6749b324bc67} executeQuery: Read 24 rows, 2.04 KiB in 0.001146 sec., 20942.40837696335 rows/sec., 1.74 MiB/sec. 2026.03.19 08:27:42.835026 [ 5 ] {f4e66527-d6ee-4ea2-8a1e-6749b324bc67} TCPHandler: Processed in 0.001307679 sec. 2026.03.19 08:27:42.835134 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.835228 [ 5 ] {fb161a09-7d0d-4952-b616-64599d91ad78} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:27:42.835267 [ 5 ] {fb161a09-7d0d-4952-b616-64599d91ad78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:27:42.835645 [ 5 ] {fb161a09-7d0d-4952-b616-64599d91ad78} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.835681 [ 5 ] {fb161a09-7d0d-4952-b616-64599d91ad78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.835961 [ 5 ] {fb161a09-7d0d-4952-b616-64599d91ad78} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:42.836170 [ 5 ] {fb161a09-7d0d-4952-b616-64599d91ad78} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:27:42.836300 [ 5 ] {fb161a09-7d0d-4952-b616-64599d91ad78} executeQuery: Read 12 rows, 960.00 B in 0.00109 sec., 11009.174311926605 rows/sec., 860.09 KiB/sec. 2026.03.19 08:27:42.836343 [ 5 ] {fb161a09-7d0d-4952-b616-64599d91ad78} TCPHandler: Processed in 0.001257317 sec. 2026.03.19 08:27:42.836458 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.836556 [ 5 ] {23e28a98-cc5b-40de-a8c4-419b73bb0275} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:42.836600 [ 5 ] {23e28a98-cc5b-40de-a8c4-419b73bb0275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:42.837053 [ 5 ] {23e28a98-cc5b-40de-a8c4-419b73bb0275} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.837090 [ 5 ] {23e28a98-cc5b-40de-a8c4-419b73bb0275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.837408 [ 5 ] {23e28a98-cc5b-40de-a8c4-419b73bb0275} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:27:42.837627 [ 5 ] {23e28a98-cc5b-40de-a8c4-419b73bb0275} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:42.837762 [ 5 ] {23e28a98-cc5b-40de-a8c4-419b73bb0275} executeQuery: Read 141 rows, 11.67 KiB in 0.001228 sec., 114820.84690553747 rows/sec., 9.28 MiB/sec. 2026.03.19 08:27:42.837800 [ 5 ] {23e28a98-cc5b-40de-a8c4-419b73bb0275} TCPHandler: Processed in 0.001397251 sec. 2026.03.19 08:27:42.837899 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.837995 [ 5 ] {74df92a1-56ff-437e-958f-b35cea872de1} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:42.838043 [ 5 ] {74df92a1-56ff-437e-958f-b35cea872de1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:42.838516 [ 5 ] {74df92a1-56ff-437e-958f-b35cea872de1} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.838552 [ 5 ] {74df92a1-56ff-437e-958f-b35cea872de1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.838898 [ 5 ] {74df92a1-56ff-437e-958f-b35cea872de1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:27:42.839118 [ 5 ] {74df92a1-56ff-437e-958f-b35cea872de1} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:42.839250 [ 5 ] {74df92a1-56ff-437e-958f-b35cea872de1} executeQuery: Read 512 rows, 40.58 KiB in 0.001277 sec., 400939.70242756465 rows/sec., 31.03 MiB/sec. 2026.03.19 08:27:42.839288 [ 5 ] {74df92a1-56ff-437e-958f-b35cea872de1} TCPHandler: Processed in 0.001436622 sec. 2026.03.19 08:27:42.839399 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.839492 [ 5 ] {31b3437d-78a2-4018-8fdf-8bd6ab06b6be} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:42.839547 [ 5 ] {31b3437d-78a2-4018-8fdf-8bd6ab06b6be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:27:42.840429 [ 5 ] {31b3437d-78a2-4018-8fdf-8bd6ab06b6be} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.840466 [ 5 ] {31b3437d-78a2-4018-8fdf-8bd6ab06b6be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.841027 [ 5 ] {31b3437d-78a2-4018-8fdf-8bd6ab06b6be} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:27:42.841258 [ 5 ] {31b3437d-78a2-4018-8fdf-8bd6ab06b6be} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:42.841412 [ 5 ] {31b3437d-78a2-4018-8fdf-8bd6ab06b6be} executeQuery: Read 30 rows, 55.05 KiB in 0.001937 sec., 15487.867836861125 rows/sec., 27.75 MiB/sec. 2026.03.19 08:27:42.841471 [ 5 ] {31b3437d-78a2-4018-8fdf-8bd6ab06b6be} TCPHandler: Processed in 0.002119192 sec. 2026.03.19 08:27:42.841590 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.841687 [ 5 ] {1c4b3fcf-6720-45b3-892d-2d9a374d0a1f} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.19 08:27:42.841729 [ 5 ] {1c4b3fcf-6720-45b3-892d-2d9a374d0a1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.19 08:27:42.842080 [ 5 ] {1c4b3fcf-6720-45b3-892d-2d9a374d0a1f} oximeter.measurements_i64 (ace5e47b-1085-4e87-966e-1ebebf4843ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.842116 [ 5 ] {1c4b3fcf-6720-45b3-892d-2d9a374d0a1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.842427 [ 5 ] {1c4b3fcf-6720-45b3-892d-2d9a374d0a1f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:27:42.842657 [ 5 ] {1c4b3fcf-6720-45b3-892d-2d9a374d0a1f} oximeter.measurements_i64 (ace5e47b-1085-4e87-966e-1ebebf4843ae): 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.19 08:27:42.842788 [ 5 ] {1c4b3fcf-6720-45b3-892d-2d9a374d0a1f} executeQuery: Read 3 rows, 217.00 B in 0.00112 sec., 2678.571428571429 rows/sec., 189.21 KiB/sec. 2026.03.19 08:27:42.842824 [ 5 ] {1c4b3fcf-6720-45b3-892d-2d9a374d0a1f} TCPHandler: Processed in 0.001283558 sec. 2026.03.19 08:27:42.842942 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:42.843034 [ 5 ] {be9e8e88-7f1f-41bf-b67a-30e484463ff5} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:42.843074 [ 5 ] {be9e8e88-7f1f-41bf-b67a-30e484463ff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:42.843523 [ 5 ] {be9e8e88-7f1f-41bf-b67a-30e484463ff5} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.843568 [ 5 ] {be9e8e88-7f1f-41bf-b67a-30e484463ff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.844011 [ 5 ] {be9e8e88-7f1f-41bf-b67a-30e484463ff5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:27:42.844226 [ 5 ] {be9e8e88-7f1f-41bf-b67a-30e484463ff5} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:42.844361 [ 5 ] {be9e8e88-7f1f-41bf-b67a-30e484463ff5} executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. 2026.03.19 08:27:42.844398 [ 5 ] {be9e8e88-7f1f-41bf-b67a-30e484463ff5} TCPHandler: Processed in 0.001504354 sec. 2026.03.19 08:27:42.866643 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5279 2026.03.19 08:27:42.867096 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.867138 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.867613 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:27:42.867854 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:27:42.867997 [ 42 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 08:27:42.868005 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5279 2026.03.19 08:27:42.868097 [ 42 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:42.868130 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:42.868236 [ 186 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::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.19 08:27:42.868358 [ 186 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:42.868397 [ 186 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2911 rows starting from the beginning of the part 2026.03.19 08:27:42.868463 [ 186 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2026.03.19 08:27:42.868514 [ 186 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2026.03.19 08:27:42.868561 [ 186 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.03.19 08:27:42.868604 [ 186 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.03.19 08:27:42.868655 [ 186 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.03.19 08:27:42.870061 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5279 rows, containing 4 columns (4 merged, 0 gathered) in 0.001870855 sec., 2821704.514780675 rows/sec., 40.36 MiB/sec. 2026.03.19 08:27:42.870913 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 08:27:42.871224 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_11_2} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:27:42.871299 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_11_2} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 08:27:42.871387 [ 204 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.19 08:27:43.164403 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.19 08:27:43.181746 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:43.181805 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:43.187604 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:27:43.188916 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:27:43.189309 [ 42 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 08:27:43.189389 [ 42 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:43.189414 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:43.189560 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:43.192878 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.19 08:27:43.193355 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:43.194715 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:43.198921 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:43.203035 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:43.207197 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:43.211800 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:43.216264 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:27:43.269976 [ 192 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.080471375 sec., 1031.4226642703695 rows/sec., 5.33 MiB/sec. 2026.03.19 08:27:43.272277 [ 187 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 08:27:43.274334 [ 187 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_11_2} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:27:43.274416 [ 187 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_11_2} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 08:27:43.276227 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.19 08:27:44.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 212.17 MiB, peak 222.06 MiB, free memory in arenas 0.00 B, will set to 220.04 MiB (RSS), difference: 7.88 MiB 2026.03.19 08:27:47.794042 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:47.794262 [ 5 ] {2360c7f1-185a-43c2-aa4e-9976e98d12d1} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:47.794338 [ 5 ] {2360c7f1-185a-43c2-aa4e-9976e98d12d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:47.795046 [ 5 ] {2360c7f1-185a-43c2-aa4e-9976e98d12d1} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:47.795086 [ 5 ] {2360c7f1-185a-43c2-aa4e-9976e98d12d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:47.795484 [ 5 ] {2360c7f1-185a-43c2-aa4e-9976e98d12d1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 08:27:47.795719 [ 5 ] {2360c7f1-185a-43c2-aa4e-9976e98d12d1} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:47.795877 [ 5 ] {2360c7f1-185a-43c2-aa4e-9976e98d12d1} executeQuery: Read 76 rows, 6.41 KiB in 0.001673 sec., 45427.375971309026 rows/sec., 3.74 MiB/sec. 2026.03.19 08:27:47.795928 [ 5 ] {2360c7f1-185a-43c2-aa4e-9976e98d12d1} TCPHandler: Processed in 0.00204516 sec. 2026.03.19 08:27:47.796116 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:47.796212 [ 5 ] {b98e8de9-2ac1-4288-a521-256ad5c15b41} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:47.796254 [ 5 ] {b98e8de9-2ac1-4288-a521-256ad5c15b41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:47.796674 [ 5 ] {b98e8de9-2ac1-4288-a521-256ad5c15b41} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:47.796709 [ 5 ] {b98e8de9-2ac1-4288-a521-256ad5c15b41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:47.797021 [ 5 ] {b98e8de9-2ac1-4288-a521-256ad5c15b41} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:27:47.797230 [ 5 ] {b98e8de9-2ac1-4288-a521-256ad5c15b41} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:47.797371 [ 5 ] {b98e8de9-2ac1-4288-a521-256ad5c15b41} executeQuery: Read 10 rows, 770.00 B in 0.001177 sec., 8496.176720475785 rows/sec., 638.87 KiB/sec. 2026.03.19 08:27:47.797413 [ 5 ] {b98e8de9-2ac1-4288-a521-256ad5c15b41} TCPHandler: Processed in 0.001342759 sec. 2026.03.19 08:27:47.797535 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:47.797630 [ 5 ] {ba7d97f7-c86e-4e8f-b6cc-7ad2896ea960} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:47.797670 [ 5 ] {ba7d97f7-c86e-4e8f-b6cc-7ad2896ea960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:47.798091 [ 5 ] {ba7d97f7-c86e-4e8f-b6cc-7ad2896ea960} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:47.798124 [ 5 ] {ba7d97f7-c86e-4e8f-b6cc-7ad2896ea960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:47.798481 [ 5 ] {ba7d97f7-c86e-4e8f-b6cc-7ad2896ea960} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 08:27:47.798695 [ 5 ] {ba7d97f7-c86e-4e8f-b6cc-7ad2896ea960} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:47.798828 [ 5 ] {ba7d97f7-c86e-4e8f-b6cc-7ad2896ea960} executeQuery: Read 74 rows, 5.92 KiB in 0.001216 sec., 60855.26315789473 rows/sec., 4.75 MiB/sec. 2026.03.19 08:27:47.798864 [ 5 ] {ba7d97f7-c86e-4e8f-b6cc-7ad2896ea960} TCPHandler: Processed in 0.00137751 sec. 2026.03.19 08:27:47.798995 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:47.799088 [ 5 ] {94d8e90a-88f1-4830-8caa-2f4dccc7a6e0} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:47.799132 [ 5 ] {94d8e90a-88f1-4830-8caa-2f4dccc7a6e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:47.799547 [ 5 ] {94d8e90a-88f1-4830-8caa-2f4dccc7a6e0} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:47.799581 [ 5 ] {94d8e90a-88f1-4830-8caa-2f4dccc7a6e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:47.799923 [ 5 ] {94d8e90a-88f1-4830-8caa-2f4dccc7a6e0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 08:27:47.800135 [ 5 ] {94d8e90a-88f1-4830-8caa-2f4dccc7a6e0} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:47.800273 [ 5 ] {94d8e90a-88f1-4830-8caa-2f4dccc7a6e0} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2026.03.19 08:27:47.800310 [ 5 ] {94d8e90a-88f1-4830-8caa-2f4dccc7a6e0} TCPHandler: Processed in 0.00137205 sec. 2026.03.19 08:27:47.800421 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:47.800515 [ 5 ] {86eb3f8c-15f4-4f7d-873f-8eb5079c3305} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:47.800570 [ 5 ] {86eb3f8c-15f4-4f7d-873f-8eb5079c3305} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:27:47.801308 [ 5 ] {86eb3f8c-15f4-4f7d-873f-8eb5079c3305} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:47.801342 [ 5 ] {86eb3f8c-15f4-4f7d-873f-8eb5079c3305} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:47.801854 [ 5 ] {86eb3f8c-15f4-4f7d-873f-8eb5079c3305} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:27:47.802080 [ 5 ] {86eb3f8c-15f4-4f7d-873f-8eb5079c3305} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:47.802216 [ 5 ] {86eb3f8c-15f4-4f7d-873f-8eb5079c3305} executeQuery: Read 10 rows, 18.35 KiB in 0.001718 sec., 5820.721769499418 rows/sec., 10.43 MiB/sec. 2026.03.19 08:27:47.802277 [ 5 ] {86eb3f8c-15f4-4f7d-873f-8eb5079c3305} TCPHandler: Processed in 0.001903485 sec. 2026.03.19 08:27:47.802381 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:47.802476 [ 5 ] {a204e0bc-d469-43ce-b74c-71bb57dafd8d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:47.802518 [ 5 ] {a204e0bc-d469-43ce-b74c-71bb57dafd8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:47.802852 [ 5 ] {a204e0bc-d469-43ce-b74c-71bb57dafd8d} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:47.802885 [ 5 ] {a204e0bc-d469-43ce-b74c-71bb57dafd8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:47.803193 [ 5 ] {a204e0bc-d469-43ce-b74c-71bb57dafd8d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 08:27:47.803431 [ 5 ] {a204e0bc-d469-43ce-b74c-71bb57dafd8d} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:47.803558 [ 5 ] {a204e0bc-d469-43ce-b74c-71bb57dafd8d} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.03.19 08:27:47.803595 [ 5 ] {a204e0bc-d469-43ce-b74c-71bb57dafd8d} TCPHandler: Processed in 0.001263337 sec. 2026.03.19 08:27:48.928420 [ 46 ] {} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 08:27:48.928493 [ 46 ] {} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:48.928519 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:48.928623 [ 186 ] {5d4db4a0-0904-4ddf-9ace-a11303666419::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.19 08:27:48.928756 [ 186 ] {5d4db4a0-0904-4ddf-9ace-a11303666419::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:48.928791 [ 186 ] {5d4db4a0-0904-4ddf-9ace-a11303666419::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.03.19 08:27:48.928854 [ 186 ] {5d4db4a0-0904-4ddf-9ace-a11303666419::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.03.19 08:27:48.928895 [ 186 ] {5d4db4a0-0904-4ddf-9ace-a11303666419::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.03.19 08:27:48.928933 [ 186 ] {5d4db4a0-0904-4ddf-9ace-a11303666419::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.03.19 08:27:48.928969 [ 186 ] {5d4db4a0-0904-4ddf-9ace-a11303666419::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.03.19 08:27:48.929690 [ 187 ] {5d4db4a0-0904-4ddf-9ace-a11303666419::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001105652 sec., 27133.311385499237 rows/sec., 1.38 MiB/sec. 2026.03.19 08:27:48.929917 [ 192 ] {5d4db4a0-0904-4ddf-9ace-a11303666419::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 08:27:48.930300 [ 192 ] {5d4db4a0-0904-4ddf-9ace-a11303666419::all_1_5_1} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): 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.19 08:27:48.930392 [ 192 ] {5d4db4a0-0904-4ddf-9ace-a11303666419::all_1_5_1} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 08:27:48.930496 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.19 08:27:50.284397 [ 56 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:27:50.284450 [ 56 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:27:50.368357 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5791 2026.03.19 08:27:50.369127 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:50.369163 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:50.369752 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:27:50.369984 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:27:50.370113 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5791 2026.03.19 08:27:50.390597 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 420 2026.03.19 08:27:50.393273 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:50.393320 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:50.394548 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:27:50.394828 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:27:50.395075 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 420 2026.03.19 08:27:50.692938 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.19 08:27:50.709782 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:50.709827 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:50.715237 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:27:50.715921 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:27:50.718546 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.19 08:27:52.794756 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:52.795064 [ 5 ] {d3f525e7-272a-44ae-941c-6f1afab5a595} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:52.795171 [ 5 ] {d3f525e7-272a-44ae-941c-6f1afab5a595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:52.795900 [ 5 ] {d3f525e7-272a-44ae-941c-6f1afab5a595} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:52.795952 [ 5 ] {d3f525e7-272a-44ae-941c-6f1afab5a595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:52.796349 [ 5 ] {d3f525e7-272a-44ae-941c-6f1afab5a595} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 08:27:52.796572 [ 5 ] {d3f525e7-272a-44ae-941c-6f1afab5a595} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:52.796722 [ 5 ] {d3f525e7-272a-44ae-941c-6f1afab5a595} executeQuery: Read 116 rows, 10.09 KiB in 0.001754 sec., 66134.5496009122 rows/sec., 5.62 MiB/sec. 2026.03.19 08:27:52.796762 [ 5 ] {d3f525e7-272a-44ae-941c-6f1afab5a595} TCPHandler: Processed in 0.002194014 sec. 2026.03.19 08:27:52.796886 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:52.796980 [ 5 ] {4d1ae5cc-e5a8-4df4-bd0a-e9437afe163c} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:52.797020 [ 5 ] {4d1ae5cc-e5a8-4df4-bd0a-e9437afe163c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:52.797415 [ 5 ] {4d1ae5cc-e5a8-4df4-bd0a-e9437afe163c} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:52.797452 [ 5 ] {4d1ae5cc-e5a8-4df4-bd0a-e9437afe163c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:52.797742 [ 5 ] {4d1ae5cc-e5a8-4df4-bd0a-e9437afe163c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 08:27:52.797951 [ 5 ] {4d1ae5cc-e5a8-4df4-bd0a-e9437afe163c} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:52.798078 [ 5 ] {4d1ae5cc-e5a8-4df4-bd0a-e9437afe163c} executeQuery: Read 30 rows, 2.26 KiB in 0.001116 sec., 26881.720430107525 rows/sec., 1.97 MiB/sec. 2026.03.19 08:27:52.798113 [ 5 ] {4d1ae5cc-e5a8-4df4-bd0a-e9437afe163c} TCPHandler: Processed in 0.001275318 sec. 2026.03.19 08:27:52.798230 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:52.798323 [ 5 ] {416db766-a586-4083-9580-0d526f27589b} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:52.798361 [ 5 ] {416db766-a586-4083-9580-0d526f27589b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:52.798776 [ 5 ] {416db766-a586-4083-9580-0d526f27589b} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:52.798812 [ 5 ] {416db766-a586-4083-9580-0d526f27589b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:52.799108 [ 5 ] {416db766-a586-4083-9580-0d526f27589b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 08:27:52.799329 [ 5 ] {416db766-a586-4083-9580-0d526f27589b} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:52.799451 [ 5 ] {416db766-a586-4083-9580-0d526f27589b} executeQuery: Read 94 rows, 7.52 KiB in 0.001146 sec., 82024.43280977312 rows/sec., 6.41 MiB/sec. 2026.03.19 08:27:52.799486 [ 5 ] {416db766-a586-4083-9580-0d526f27589b} TCPHandler: Processed in 0.001310909 sec. 2026.03.19 08:27:52.799609 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:52.799702 [ 5 ] {06c527e1-3bbc-44ef-8308-4a0f8e8a4a6f} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:52.799743 [ 5 ] {06c527e1-3bbc-44ef-8308-4a0f8e8a4a6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:52.800145 [ 5 ] {06c527e1-3bbc-44ef-8308-4a0f8e8a4a6f} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:52.800182 [ 5 ] {06c527e1-3bbc-44ef-8308-4a0f8e8a4a6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:52.800509 [ 5 ] {06c527e1-3bbc-44ef-8308-4a0f8e8a4a6f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 08:27:52.800712 [ 5 ] {06c527e1-3bbc-44ef-8308-4a0f8e8a4a6f} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:52.800839 [ 5 ] {06c527e1-3bbc-44ef-8308-4a0f8e8a4a6f} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2026.03.19 08:27:52.800874 [ 5 ] {06c527e1-3bbc-44ef-8308-4a0f8e8a4a6f} TCPHandler: Processed in 0.001312898 sec. 2026.03.19 08:27:52.800980 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:52.801074 [ 5 ] {eb223819-244b-4917-89bc-b68dfc22c75e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:52.801127 [ 5 ] {eb223819-244b-4917-89bc-b68dfc22c75e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:27:52.801995 [ 5 ] {eb223819-244b-4917-89bc-b68dfc22c75e} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:52.802030 [ 5 ] {eb223819-244b-4917-89bc-b68dfc22c75e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:52.802546 [ 5 ] {eb223819-244b-4917-89bc-b68dfc22c75e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:27:52.802766 [ 5 ] {eb223819-244b-4917-89bc-b68dfc22c75e} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:52.802871 [ 54 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 08:27:52.802899 [ 5 ] {eb223819-244b-4917-89bc-b68dfc22c75e} executeQuery: Read 30 rows, 55.05 KiB in 0.001843 sec., 16277.807921866523 rows/sec., 29.17 MiB/sec. 2026.03.19 08:27:52.802942 [ 54 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:52.802963 [ 5 ] {eb223819-244b-4917-89bc-b68dfc22c75e} TCPHandler: Processed in 0.00203083 sec. 2026.03.19 08:27:52.802966 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:52.803080 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:52.803087 [ 197 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::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.19 08:27:52.803179 [ 5 ] {5d55cf38-5316-409f-8f1c-d5383a6657ba} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:52.803220 [ 5 ] {5d55cf38-5316-409f-8f1c-d5383a6657ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:52.803319 [ 197 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:52.803383 [ 197 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 123 rows starting from the beginning of the part 2026.03.19 08:27:52.803554 [ 5 ] {5d55cf38-5316-409f-8f1c-d5383a6657ba} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:52.803555 [ 197 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.03.19 08:27:52.803590 [ 5 ] {5d55cf38-5316-409f-8f1c-d5383a6657ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:52.803695 [ 197 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::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.19 08:27:52.803810 [ 197 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part 2026.03.19 08:27:52.803907 [ 5 ] {5d55cf38-5316-409f-8f1c-d5383a6657ba} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 08:27:52.803920 [ 197 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::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.19 08:27:52.804035 [ 197 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part 2026.03.19 08:27:52.804132 [ 5 ] {5d55cf38-5316-409f-8f1c-d5383a6657ba} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:52.804261 [ 5 ] {5d55cf38-5316-409f-8f1c-d5383a6657ba} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.03.19 08:27:52.804296 [ 5 ] {5d55cf38-5316-409f-8f1c-d5383a6657ba} TCPHandler: Processed in 0.001265597 sec. 2026.03.19 08:27:52.806519 [ 192 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 229 rows, containing 19 columns (19 merged, 0 gathered) in 0.003475271 sec., 65894.14178059783 rows/sec., 118.08 MiB/sec. 2026.03.19 08:27:52.807086 [ 187 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 08:27:52.807481 [ 187 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_11_2} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:52.807566 [ 187 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_11_2} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 08:27:52.807731 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. 2026.03.19 08:27:53.869595 [ 52 ] {} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 08:27:53.869663 [ 52 ] {} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:53.869689 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:53.869867 [ 197 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::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.19 08:27:53.870082 [ 197 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:53.870134 [ 197 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2026.03.19 08:27:53.870200 [ 197 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.03.19 08:27:53.870243 [ 197 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.03.19 08:27:53.870287 [ 197 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.03.19 08:27:53.870326 [ 197 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2026.03.19 08:27:53.871057 [ 187 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.001281308 sec., 15609.04950253959 rows/sec., 1.30 MiB/sec. 2026.03.19 08:27:53.871232 [ 187 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 08:27:53.871523 [ 187 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_5_1} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:27:53.871603 [ 187 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_5_1} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 08:27:53.871704 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.19 08:27:57.794448 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:57.794765 [ 5 ] {3bc3e200-d3b6-4d21-bd01-fd81d7700301} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:27:57.794879 [ 5 ] {3bc3e200-d3b6-4d21-bd01-fd81d7700301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:27:57.795659 [ 5 ] {3bc3e200-d3b6-4d21-bd01-fd81d7700301} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.795712 [ 5 ] {3bc3e200-d3b6-4d21-bd01-fd81d7700301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.796112 [ 5 ] {3bc3e200-d3b6-4d21-bd01-fd81d7700301} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:27:57.796345 [ 5 ] {3bc3e200-d3b6-4d21-bd01-fd81d7700301} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:27:57.796513 [ 5 ] {3bc3e200-d3b6-4d21-bd01-fd81d7700301} executeQuery: Read 2 rows, 167.00 B in 0.001829 sec., 1093.4937124111536 rows/sec., 89.17 KiB/sec. 2026.03.19 08:27:57.796561 [ 5 ] {3bc3e200-d3b6-4d21-bd01-fd81d7700301} TCPHandler: Processed in 0.002306517 sec. 2026.03.19 08:27:57.796683 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:57.796787 [ 5 ] {75cf94fb-492d-49a2-a917-75f6cfe8acbd} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:27:57.796831 [ 5 ] {75cf94fb-492d-49a2-a917-75f6cfe8acbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:27:57.797264 [ 5 ] {75cf94fb-492d-49a2-a917-75f6cfe8acbd} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.797303 [ 5 ] {75cf94fb-492d-49a2-a917-75f6cfe8acbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.797623 [ 5 ] {75cf94fb-492d-49a2-a917-75f6cfe8acbd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 08:27:57.797840 [ 5 ] {75cf94fb-492d-49a2-a917-75f6cfe8acbd} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:57.797953 [ 48 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 08:27:57.797972 [ 5 ] {75cf94fb-492d-49a2-a917-75f6cfe8acbd} executeQuery: Read 77 rows, 6.49 KiB in 0.00121 sec., 63636.36363636364 rows/sec., 5.23 MiB/sec. 2026.03.19 08:27:57.798021 [ 48 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.798030 [ 5 ] {75cf94fb-492d-49a2-a917-75f6cfe8acbd} TCPHandler: Processed in 0.001400171 sec. 2026.03.19 08:27:57.798051 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.798160 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:57.798174 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::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.19 08:27:57.798262 [ 5 ] {8679a229-4ad8-4af6-9c70-395976bee5f2} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:27:57.798309 [ 5 ] {8679a229-4ad8-4af6-9c70-395976bee5f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:27:57.798321 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:57.798362 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 875 rows starting from the beginning of the part 2026.03.19 08:27:57.798432 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 817 rows starting from the beginning of the part 2026.03.19 08:27:57.798482 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 240 rows starting from the beginning of the part 2026.03.19 08:27:57.798528 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 76 rows starting from the beginning of the part 2026.03.19 08:27:57.798568 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 116 rows starting from the beginning of the part 2026.03.19 08:27:57.798613 [ 187 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 77 rows starting from the beginning of the part 2026.03.19 08:27:57.798710 [ 5 ] {8679a229-4ad8-4af6-9c70-395976bee5f2} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.798753 [ 5 ] {8679a229-4ad8-4af6-9c70-395976bee5f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.799101 [ 5 ] {8679a229-4ad8-4af6-9c70-395976bee5f2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 08:27:57.799331 [ 5 ] {8679a229-4ad8-4af6-9c70-395976bee5f2} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:27:57.799472 [ 5 ] {8679a229-4ad8-4af6-9c70-395976bee5f2} executeQuery: Read 12 rows, 913.00 B in 0.001229 sec., 9764.035801464604 rows/sec., 725.47 KiB/sec. 2026.03.19 08:27:57.799511 [ 5 ] {8679a229-4ad8-4af6-9c70-395976bee5f2} TCPHandler: Processed in 0.001400701 sec. 2026.03.19 08:27:57.799613 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:57.799707 [ 5 ] {25833731-a651-4f79-8f7b-2cc1e055443e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:27:57.799747 [ 5 ] {25833731-a651-4f79-8f7b-2cc1e055443e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:27:57.799855 [ 189 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2201 rows, containing 5 columns (5 merged, 0 gathered) in 0.001740991 sec., 1264222.5031605563 rows/sec., 106.45 MiB/sec. 2026.03.19 08:27:57.800059 [ 201 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 08:27:57.800152 [ 5 ] {25833731-a651-4f79-8f7b-2cc1e055443e} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.800188 [ 5 ] {25833731-a651-4f79-8f7b-2cc1e055443e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.800326 [ 201 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_16_3} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:27:57.800392 [ 201 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_16_3} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 08:27:57.800469 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.19 08:27:57.800505 [ 5 ] {25833731-a651-4f79-8f7b-2cc1e055443e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 08:27:57.800713 [ 5 ] {25833731-a651-4f79-8f7b-2cc1e055443e} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:57.800820 [ 48 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 08:27:57.800843 [ 5 ] {25833731-a651-4f79-8f7b-2cc1e055443e} executeQuery: Read 76 rows, 6.08 KiB in 0.001154 sec., 65857.88561525129 rows/sec., 5.14 MiB/sec. 2026.03.19 08:27:57.800853 [ 48 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.800884 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.800888 [ 5 ] {25833731-a651-4f79-8f7b-2cc1e055443e} TCPHandler: Processed in 0.001323799 sec. 2026.03.19 08:27:57.800954 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::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.19 08:27:57.801012 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:57.801042 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:57.801070 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 554 rows starting from the beginning of the part 2026.03.19 08:27:57.801111 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 500 rows starting from the beginning of the part 2026.03.19 08:27:57.801111 [ 5 ] {546269f7-dda6-4698-964c-57fcc5674e73} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:57.801148 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 141 rows starting from the beginning of the part 2026.03.19 08:27:57.801176 [ 5 ] {546269f7-dda6-4698-964c-57fcc5674e73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:27:57.801188 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 74 rows starting from the beginning of the part 2026.03.19 08:27:57.801231 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 94 rows starting from the beginning of the part 2026.03.19 08:27:57.801260 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 76 rows starting from the beginning of the part 2026.03.19 08:27:57.801612 [ 5 ] {546269f7-dda6-4698-964c-57fcc5674e73} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.801654 [ 5 ] {546269f7-dda6-4698-964c-57fcc5674e73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.802008 [ 5 ] {546269f7-dda6-4698-964c-57fcc5674e73} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 08:27:57.802090 [ 201 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1439 rows, containing 5 columns (5 merged, 0 gathered) in 0.001164074 sec., 1236175.7070426794 rows/sec., 94.90 MiB/sec. 2026.03.19 08:27:57.802226 [ 5 ] {546269f7-dda6-4698-964c-57fcc5674e73} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:57.802241 [ 189 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 08:27:57.802333 [ 48 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 08:27:57.802361 [ 5 ] {546269f7-dda6-4698-964c-57fcc5674e73} executeQuery: Read 161 rows, 11.48 KiB in 0.001267 sec., 127071.8232044199 rows/sec., 8.85 MiB/sec. 2026.03.19 08:27:57.802366 [ 48 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.802404 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.802405 [ 5 ] {546269f7-dda6-4698-964c-57fcc5674e73} TCPHandler: Processed in 0.001441022 sec. 2026.03.19 08:27:57.802511 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::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.19 08:27:57.802544 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:57.802552 [ 189 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_16_3} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:27:57.802637 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:57.802647 [ 189 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_16_3} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 08:27:57.802674 [ 5 ] {63406138-e870-46fc-9b12-8bc399191935} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:27:57.802678 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1796 rows starting from the beginning of the part 2026.03.19 08:27:57.802738 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.03.19 08:27:57.802746 [ 5 ] {63406138-e870-46fc-9b12-8bc399191935} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:27:57.802784 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 265 rows starting from the beginning of the part 2026.03.19 08:27:57.802847 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.03.19 08:27:57.802902 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::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.19 08:27:57.802949 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.03.19 08:27:57.803003 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part 2026.03.19 08:27:57.803568 [ 5 ] {63406138-e870-46fc-9b12-8bc399191935} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.803610 [ 5 ] {63406138-e870-46fc-9b12-8bc399191935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.804166 [ 5 ] {63406138-e870-46fc-9b12-8bc399191935} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:27:57.804232 [ 189 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3054 rows, containing 5 columns (5 merged, 0 gathered) in 0.001769412 sec., 1725997.1109046396 rows/sec., 119.87 MiB/sec. 2026.03.19 08:27:57.804395 [ 5 ] {63406138-e870-46fc-9b12-8bc399191935} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:27:57.804475 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 08:27:57.804542 [ 5 ] {63406138-e870-46fc-9b12-8bc399191935} executeQuery: Read 10 rows, 18.35 KiB in 0.001893 sec., 5282.620179609086 rows/sec., 9.47 MiB/sec. 2026.03.19 08:27:57.804604 [ 5 ] {63406138-e870-46fc-9b12-8bc399191935} TCPHandler: Processed in 0.002121302 sec. 2026.03.19 08:27:57.804717 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:27:57.804740 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_16_3} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:27:57.804813 [ 5 ] {df9da8da-e184-44ed-9f2d-5d8bad460985} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:27:57.804814 [ 191 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_16_3} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 08:27:57.804865 [ 5 ] {df9da8da-e184-44ed-9f2d-5d8bad460985} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:27:57.804906 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.19 08:27:57.805215 [ 5 ] {df9da8da-e184-44ed-9f2d-5d8bad460985} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.805257 [ 5 ] {df9da8da-e184-44ed-9f2d-5d8bad460985} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.805584 [ 5 ] {df9da8da-e184-44ed-9f2d-5d8bad460985} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 08:27:57.805798 [ 5 ] {df9da8da-e184-44ed-9f2d-5d8bad460985} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:57.805902 [ 48 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 08:27:57.805930 [ 5 ] {df9da8da-e184-44ed-9f2d-5d8bad460985} executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. 2026.03.19 08:27:57.805936 [ 48 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.805973 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.805975 [ 5 ] {df9da8da-e184-44ed-9f2d-5d8bad460985} TCPHandler: Processed in 0.001308079 sec. 2026.03.19 08:27:57.806050 [ 201 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:27:57.806131 [ 201 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:27:57.806159 [ 201 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 570 rows starting from the beginning of the part 2026.03.19 08:27:57.806225 [ 201 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part 2026.03.19 08:27:57.806268 [ 201 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:27:57.806303 [ 201 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:27:57.806340 [ 201 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:27:57.806375 [ 201 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:27:57.807142 [ 200 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 4 columns (4 merged, 0 gathered) in 0.001119783 sec., 803727.1507068779 rows/sec., 52.56 MiB/sec. 2026.03.19 08:27:57.807284 [ 201 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 08:27:57.807515 [ 201 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_16_3} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:27:57.807575 [ 201 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_16_3} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 08:27:57.807626 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.03.19 08:27:57.870337 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6239 2026.03.19 08:27:57.870969 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:57.871012 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:57.871531 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:27:57.871763 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:27:57.871903 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6239 2026.03.19 08:27:58.219558 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.19 08:27:58.239609 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:27:58.239701 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:27:58.245483 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:27:58.246269 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:27:58.251049 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.19 08:28:00.396244 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 446 2026.03.19 08:28:00.398406 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:00.398466 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:00.399697 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:28:00.399991 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:28:00.400363 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 446 2026.03.19 08:28:02.795153 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:02.795357 [ 5 ] {bfd74beb-46b7-40b7-be8f-1f048e866471} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:02.795426 [ 5 ] {bfd74beb-46b7-40b7-be8f-1f048e866471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:02.796129 [ 5 ] {bfd74beb-46b7-40b7-be8f-1f048e866471} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:02.796178 [ 5 ] {bfd74beb-46b7-40b7-be8f-1f048e866471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:02.796583 [ 5 ] {bfd74beb-46b7-40b7-be8f-1f048e866471} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 08:28:02.796823 [ 5 ] {bfd74beb-46b7-40b7-be8f-1f048e866471} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:28:02.796978 [ 5 ] {bfd74beb-46b7-40b7-be8f-1f048e866471} executeQuery: Read 116 rows, 10.09 KiB in 0.001674 sec., 69295.10155316607 rows/sec., 5.89 MiB/sec. 2026.03.19 08:28:02.797020 [ 5 ] {bfd74beb-46b7-40b7-be8f-1f048e866471} TCPHandler: Processed in 0.002012969 sec. 2026.03.19 08:28:02.797148 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:02.797245 [ 5 ] {1d5f910c-da3a-46eb-a286-1cd7afc3d8c2} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:02.797287 [ 5 ] {1d5f910c-da3a-46eb-a286-1cd7afc3d8c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:02.797714 [ 5 ] {1d5f910c-da3a-46eb-a286-1cd7afc3d8c2} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:02.797751 [ 5 ] {1d5f910c-da3a-46eb-a286-1cd7afc3d8c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:02.798075 [ 5 ] {1d5f910c-da3a-46eb-a286-1cd7afc3d8c2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 08:28:02.798288 [ 5 ] {1d5f910c-da3a-46eb-a286-1cd7afc3d8c2} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:28:02.798397 [ 43 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 08:28:02.798416 [ 5 ] {1d5f910c-da3a-46eb-a286-1cd7afc3d8c2} executeQuery: Read 30 rows, 2.26 KiB in 0.001189 sec., 25231.286795626576 rows/sec., 1.85 MiB/sec. 2026.03.19 08:28:02.798468 [ 43 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:02.798475 [ 5 ] {1d5f910c-da3a-46eb-a286-1cd7afc3d8c2} TCPHandler: Processed in 0.00137675 sec. 2026.03.19 08:28:02.798502 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:02.798610 [ 201 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::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.19 08:28:02.798611 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:02.798726 [ 201 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:02.798739 [ 5 ] {c2df6a01-dc0b-45f7-ab12-58084d5d5307} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:02.798759 [ 201 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 190 rows starting from the beginning of the part 2026.03.19 08:28:02.798780 [ 5 ] {c2df6a01-dc0b-45f7-ab12-58084d5d5307} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:02.798825 [ 201 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part 2026.03.19 08:28:02.798874 [ 201 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.03.19 08:28:02.798926 [ 201 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part 2026.03.19 08:28:02.798968 [ 201 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2026.03.19 08:28:02.799014 [ 201 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2026.03.19 08:28:02.799212 [ 5 ] {c2df6a01-dc0b-45f7-ab12-58084d5d5307} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:02.799248 [ 5 ] {c2df6a01-dc0b-45f7-ab12-58084d5d5307} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:02.799607 [ 5 ] {c2df6a01-dc0b-45f7-ab12-58084d5d5307} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 08:28:02.799821 [ 5 ] {c2df6a01-dc0b-45f7-ab12-58084d5d5307} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:28:02.799852 [ 200 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.001281957 sec., 251178.47166480622 rows/sec., 17.73 MiB/sec. 2026.03.19 08:28:02.799960 [ 5 ] {c2df6a01-dc0b-45f7-ab12-58084d5d5307} executeQuery: Read 94 rows, 7.52 KiB in 0.001238 sec., 75928.91760904685 rows/sec., 5.93 MiB/sec. 2026.03.19 08:28:02.800006 [ 5 ] {c2df6a01-dc0b-45f7-ab12-58084d5d5307} TCPHandler: Processed in 0.001443802 sec. 2026.03.19 08:28:02.800095 [ 194 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 08:28:02.800124 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:02.800231 [ 5 ] {42c44b5b-138e-45c6-8bc4-244e70c998c6} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:02.800279 [ 5 ] {42c44b5b-138e-45c6-8bc4-244e70c998c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:02.800467 [ 194 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_16_3} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:28:02.800549 [ 194 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_16_3} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 08:28:02.800647 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 08:28:02.800703 [ 5 ] {42c44b5b-138e-45c6-8bc4-244e70c998c6} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:02.800744 [ 5 ] {42c44b5b-138e-45c6-8bc4-244e70c998c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:02.801093 [ 5 ] {42c44b5b-138e-45c6-8bc4-244e70c998c6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 08:28:02.801312 [ 5 ] {42c44b5b-138e-45c6-8bc4-244e70c998c6} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:28:02.801448 [ 5 ] {42c44b5b-138e-45c6-8bc4-244e70c998c6} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2026.03.19 08:28:02.801487 [ 5 ] {42c44b5b-138e-45c6-8bc4-244e70c998c6} TCPHandler: Processed in 0.001412761 sec. 2026.03.19 08:28:02.801606 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:02.801701 [ 5 ] {7c83b844-fbc8-49c3-b06c-84f02b4b5470} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:02.801758 [ 5 ] {7c83b844-fbc8-49c3-b06c-84f02b4b5470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:02.802632 [ 5 ] {7c83b844-fbc8-49c3-b06c-84f02b4b5470} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:02.802670 [ 5 ] {7c83b844-fbc8-49c3-b06c-84f02b4b5470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:02.803233 [ 5 ] {7c83b844-fbc8-49c3-b06c-84f02b4b5470} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:28:02.803480 [ 5 ] {7c83b844-fbc8-49c3-b06c-84f02b4b5470} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:02.803624 [ 5 ] {7c83b844-fbc8-49c3-b06c-84f02b4b5470} executeQuery: Read 30 rows, 55.05 KiB in 0.001941 sec., 15455.950540958269 rows/sec., 27.70 MiB/sec. 2026.03.19 08:28:02.803675 [ 5 ] {7c83b844-fbc8-49c3-b06c-84f02b4b5470} TCPHandler: Processed in 0.002117161 sec. 2026.03.19 08:28:02.803787 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:02.803881 [ 5 ] {edfee2cf-88bc-43fb-b45e-aa8694ad5ba9} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:02.803923 [ 5 ] {edfee2cf-88bc-43fb-b45e-aa8694ad5ba9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:02.804262 [ 5 ] {edfee2cf-88bc-43fb-b45e-aa8694ad5ba9} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:02.804296 [ 5 ] {edfee2cf-88bc-43fb-b45e-aa8694ad5ba9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:02.804597 [ 5 ] {edfee2cf-88bc-43fb-b45e-aa8694ad5ba9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 08:28:02.804809 [ 5 ] {edfee2cf-88bc-43fb-b45e-aa8694ad5ba9} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:28:02.804937 [ 5 ] {edfee2cf-88bc-43fb-b45e-aa8694ad5ba9} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.03.19 08:28:02.804972 [ 5 ] {edfee2cf-88bc-43fb-b45e-aa8694ad5ba9} TCPHandler: Processed in 0.001233167 sec. 2026.03.19 08:28:05.284487 [ 40 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:28:05.284536 [ 40 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:28:05.371991 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6751 2026.03.19 08:28:05.372518 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:05.372555 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:05.373037 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 08:28:05.373275 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:28:05.373414 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6751 2026.03.19 08:28:05.751188 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.19 08:28:05.768272 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:05.768328 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:05.773647 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 08:28:05.774314 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:28:05.777388 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.19 08:28:07.793633 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:07.793914 [ 5 ] {43042383-bf30-470e-8705-fe8e298530c9} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:07.794016 [ 5 ] {43042383-bf30-470e-8705-fe8e298530c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:07.794947 [ 5 ] {43042383-bf30-470e-8705-fe8e298530c9} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:07.794984 [ 5 ] {43042383-bf30-470e-8705-fe8e298530c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:07.795373 [ 5 ] {43042383-bf30-470e-8705-fe8e298530c9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 08:28:07.795603 [ 5 ] {43042383-bf30-470e-8705-fe8e298530c9} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:28:07.795753 [ 5 ] {43042383-bf30-470e-8705-fe8e298530c9} executeQuery: Read 76 rows, 6.41 KiB in 0.001917 sec., 39645.2790818988 rows/sec., 3.27 MiB/sec. 2026.03.19 08:28:07.795793 [ 5 ] {43042383-bf30-470e-8705-fe8e298530c9} TCPHandler: Processed in 0.002344359 sec. 2026.03.19 08:28:07.795917 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:07.796010 [ 5 ] {0c62a39d-32e3-4512-9033-da56c8e76adc} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:07.796051 [ 5 ] {0c62a39d-32e3-4512-9033-da56c8e76adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:07.796440 [ 5 ] {0c62a39d-32e3-4512-9033-da56c8e76adc} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:07.796474 [ 5 ] {0c62a39d-32e3-4512-9033-da56c8e76adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:07.796764 [ 5 ] {0c62a39d-32e3-4512-9033-da56c8e76adc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 08:28:07.796983 [ 5 ] {0c62a39d-32e3-4512-9033-da56c8e76adc} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:28:07.797109 [ 5 ] {0c62a39d-32e3-4512-9033-da56c8e76adc} executeQuery: Read 10 rows, 770.00 B in 0.001117 sec., 8952.551477170995 rows/sec., 673.19 KiB/sec. 2026.03.19 08:28:07.797145 [ 5 ] {0c62a39d-32e3-4512-9033-da56c8e76adc} TCPHandler: Processed in 0.001276667 sec. 2026.03.19 08:28:07.797252 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:07.797345 [ 5 ] {c3807f75-7259-4f45-b1d4-51d241c254da} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:07.797384 [ 5 ] {c3807f75-7259-4f45-b1d4-51d241c254da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:07.797797 [ 5 ] {c3807f75-7259-4f45-b1d4-51d241c254da} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:07.797831 [ 5 ] {c3807f75-7259-4f45-b1d4-51d241c254da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:07.798130 [ 5 ] {c3807f75-7259-4f45-b1d4-51d241c254da} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 08:28:07.798342 [ 5 ] {c3807f75-7259-4f45-b1d4-51d241c254da} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:28:07.798478 [ 5 ] {c3807f75-7259-4f45-b1d4-51d241c254da} executeQuery: Read 74 rows, 5.92 KiB in 0.001151 sec., 64291.920069504784 rows/sec., 5.02 MiB/sec. 2026.03.19 08:28:07.798514 [ 5 ] {c3807f75-7259-4f45-b1d4-51d241c254da} TCPHandler: Processed in 0.001308888 sec. 2026.03.19 08:28:07.798625 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:07.798716 [ 5 ] {a8276d05-9efd-40eb-826c-6cd2d4950886} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:07.798759 [ 5 ] {a8276d05-9efd-40eb-826c-6cd2d4950886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:07.799156 [ 5 ] {a8276d05-9efd-40eb-826c-6cd2d4950886} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:07.799190 [ 5 ] {a8276d05-9efd-40eb-826c-6cd2d4950886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:07.799516 [ 5 ] {a8276d05-9efd-40eb-826c-6cd2d4950886} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 08:28:07.799724 [ 5 ] {a8276d05-9efd-40eb-826c-6cd2d4950886} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:28:07.799853 [ 5 ] {a8276d05-9efd-40eb-826c-6cd2d4950886} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2026.03.19 08:28:07.799888 [ 5 ] {a8276d05-9efd-40eb-826c-6cd2d4950886} TCPHandler: Processed in 0.001310719 sec. 2026.03.19 08:28:07.799995 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:07.800086 [ 5 ] {4d99c1e1-3543-4428-9494-7df93a67d38c} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:07.800139 [ 5 ] {4d99c1e1-3543-4428-9494-7df93a67d38c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:07.800877 [ 5 ] {4d99c1e1-3543-4428-9494-7df93a67d38c} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:07.800911 [ 5 ] {4d99c1e1-3543-4428-9494-7df93a67d38c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:07.801409 [ 5 ] {4d99c1e1-3543-4428-9494-7df93a67d38c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 08:28:07.801630 [ 5 ] {4d99c1e1-3543-4428-9494-7df93a67d38c} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:07.801762 [ 5 ] {4d99c1e1-3543-4428-9494-7df93a67d38c} executeQuery: Read 10 rows, 18.35 KiB in 0.001693 sec., 5906.674542232723 rows/sec., 10.58 MiB/sec. 2026.03.19 08:28:07.801818 [ 5 ] {4d99c1e1-3543-4428-9494-7df93a67d38c} TCPHandler: Processed in 0.001869795 sec. 2026.03.19 08:28:07.801943 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:07.802064 [ 5 ] {f34fd31a-70e0-4524-a472-0843fc3a3697} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:07.802116 [ 5 ] {f34fd31a-70e0-4524-a472-0843fc3a3697} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:07.802520 [ 5 ] {f34fd31a-70e0-4524-a472-0843fc3a3697} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:07.802572 [ 5 ] {f34fd31a-70e0-4524-a472-0843fc3a3697} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:07.802931 [ 5 ] {f34fd31a-70e0-4524-a472-0843fc3a3697} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 08:28:07.803144 [ 5 ] {f34fd31a-70e0-4524-a472-0843fc3a3697} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:28:07.803279 [ 5 ] {f34fd31a-70e0-4524-a472-0843fc3a3697} executeQuery: Read 60 rows, 4.14 KiB in 0.001241 sec., 48348.106365834006 rows/sec., 3.26 MiB/sec. 2026.03.19 08:28:07.803315 [ 5 ] {f34fd31a-70e0-4524-a472-0843fc3a3697} TCPHandler: Processed in 0.001431422 sec. 2026.03.19 08:28:08.603812 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.604087 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:28:08.604496 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:28:08.604546 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} 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.19 08:28:08.604838 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:28:08.604907 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:08.605056 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.19 08:28:08.605164 [ 346 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:28:08.605170 [ 296 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:28:08.605194 [ 342 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.19 08:28:08.605191 [ 260 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:28:08.605338 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.19 08:28:08.605378 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:28:08.605496 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:28:08.605523 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.19 08:28:08.605566 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} MergeTreeBaseSelectProcessor: 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.19 08:28:08.605615 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} MergeTreeBaseSelectProcessor: 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.19 08:28:08.605658 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} MergeTreeBaseSelectProcessor: 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.19 08:28:08.605700 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} MergeTreeBaseSelectProcessor: 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.19 08:28:08.606553 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} executeQuery: Read 41 rows, 1.65 KiB in 0.002591 sec., 15824.006175221923 rows/sec., 637.35 KiB/sec. 2026.03.19 08:28:08.606703 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} MemoryTracker: Peak memory usage (for query): 148.83 KiB. 2026.03.19 08:28:08.606718 [ 5 ] {a0080bd6-ff91-4a0f-be99-054eba33393e} TCPHandler: Processed in 0.003048159 sec. 2026.03.19 08:28:08.607004 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.607146 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:28:08.607368 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:28:08.607408 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} 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.19 08:28:08.607622 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:28:08.607675 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:08.607779 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.19 08:28:08.607843 [ 260 ] {65e53f70-586f-433b-b392-d2e24ae93227} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:28:08.607852 [ 345 ] {65e53f70-586f-433b-b392-d2e24ae93227} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:28:08.607862 [ 346 ] {65e53f70-586f-433b-b392-d2e24ae93227} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.19 08:28:08.607843 [ 342 ] {65e53f70-586f-433b-b392-d2e24ae93227} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:28:08.607988 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.19 08:28:08.608014 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:28:08.608093 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:28:08.608110 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.19 08:28:08.608140 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} MergeTreeBaseSelectProcessor: 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.19 08:28:08.608170 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} MergeTreeBaseSelectProcessor: 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.19 08:28:08.608198 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} MergeTreeBaseSelectProcessor: 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.19 08:28:08.608226 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} MergeTreeBaseSelectProcessor: 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.19 08:28:08.608859 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} executeQuery: Read 41 rows, 1.65 KiB in 0.001779 sec., 23046.65542439573 rows/sec., 928.26 KiB/sec. 2026.03.19 08:28:08.608996 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} MemoryTracker: Peak memory usage (for query): 145.22 KiB. 2026.03.19 08:28:08.609011 [ 5 ] {65e53f70-586f-433b-b392-d2e24ae93227} TCPHandler: Processed in 0.00205728 sec. 2026.03.19 08:28:08.609225 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.609360 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:28:08.609575 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:28:08.609611 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} 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.19 08:28:08.609822 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:28:08.609873 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:08.609970 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.03.19 08:28:08.610021 [ 344 ] {29f56091-e1a3-41de-9f00-a522c1248101} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:28:08.610033 [ 342 ] {29f56091-e1a3-41de-9f00-a522c1248101} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:28:08.610036 [ 345 ] {29f56091-e1a3-41de-9f00-a522c1248101} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.19 08:28:08.610032 [ 260 ] {29f56091-e1a3-41de-9f00-a522c1248101} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:28:08.610159 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.19 08:28:08.610187 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:28:08.610264 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:28:08.610282 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.19 08:28:08.610312 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} MergeTreeBaseSelectProcessor: 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.19 08:28:08.610372 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} MergeTreeBaseSelectProcessor: 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.19 08:28:08.610426 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} MergeTreeBaseSelectProcessor: 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.19 08:28:08.610455 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} MergeTreeBaseSelectProcessor: 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.19 08:28:08.611116 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} executeQuery: Read 41 rows, 1.65 KiB in 0.001814 sec., 22601.984564498347 rows/sec., 910.35 KiB/sec. 2026.03.19 08:28:08.611258 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} MemoryTracker: Peak memory usage (for query): 145.44 KiB. 2026.03.19 08:28:08.611273 [ 5 ] {29f56091-e1a3-41de-9f00-a522c1248101} TCPHandler: Processed in 0.002096592 sec. 2026.03.19 08:28:08.611485 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.611620 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:28:08.611837 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:28:08.611874 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} 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.19 08:28:08.612092 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:28:08.612143 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:08.612240 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.03.19 08:28:08.612304 [ 298 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:28:08.612308 [ 260 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:28:08.612309 [ 346 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.19 08:28:08.612304 [ 345 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:28:08.612450 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.19 08:28:08.612476 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:28:08.612554 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:28:08.612572 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.19 08:28:08.612601 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} MergeTreeBaseSelectProcessor: 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.19 08:28:08.612636 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} MergeTreeBaseSelectProcessor: 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.19 08:28:08.612668 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} MergeTreeBaseSelectProcessor: 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.19 08:28:08.612700 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} MergeTreeBaseSelectProcessor: 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.19 08:28:08.613338 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} executeQuery: Read 41 rows, 1.65 KiB in 0.001776 sec., 23085.585585585584 rows/sec., 929.82 KiB/sec. 2026.03.19 08:28:08.613481 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} MemoryTracker: Peak memory usage (for query): 145.91 KiB. 2026.03.19 08:28:08.613495 [ 5 ] {7961d845-a022-45dc-9de2-5d7cf352d8d3} TCPHandler: Processed in 0.00205883 sec. 2026.03.19 08:28:08.613714 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.613850 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:28:08.614068 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:28:08.614104 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} 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.19 08:28:08.614317 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:28:08.614369 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:08.614466 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.03.19 08:28:08.614523 [ 342 ] {1c554087-089a-4ed5-8960-678a20815e12} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:28:08.614523 [ 345 ] {1c554087-089a-4ed5-8960-678a20815e12} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:28:08.614535 [ 346 ] {1c554087-089a-4ed5-8960-678a20815e12} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.19 08:28:08.614531 [ 260 ] {1c554087-089a-4ed5-8960-678a20815e12} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:28:08.614661 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.19 08:28:08.614687 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:28:08.614765 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:28:08.614782 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.19 08:28:08.614811 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} MergeTreeBaseSelectProcessor: 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.19 08:28:08.614840 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} MergeTreeBaseSelectProcessor: 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.19 08:28:08.614868 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} MergeTreeBaseSelectProcessor: 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.19 08:28:08.614894 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} MergeTreeBaseSelectProcessor: 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.19 08:28:08.615650 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} executeQuery: Read 41 rows, 1.65 KiB in 0.001858 sec., 22066.73842841765 rows/sec., 888.79 KiB/sec. 2026.03.19 08:28:08.615805 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} MemoryTracker: Peak memory usage (for query): 146.10 KiB. 2026.03.19 08:28:08.615819 [ 5 ] {1c554087-089a-4ed5-8960-678a20815e12} TCPHandler: Processed in 0.002153043 sec. 2026.03.19 08:28:08.616037 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.616172 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:28:08.616398 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:28:08.616435 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} 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.19 08:28:08.616648 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:28:08.616699 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:08.616796 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.03.19 08:28:08.616860 [ 342 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:28:08.616862 [ 345 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:28:08.616890 [ 307 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.19 08:28:08.616860 [ 298 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:28:08.617016 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.19 08:28:08.617042 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:28:08.617119 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:28:08.617136 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.19 08:28:08.617165 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} MergeTreeBaseSelectProcessor: 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.19 08:28:08.617195 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} MergeTreeBaseSelectProcessor: 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.19 08:28:08.617222 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} MergeTreeBaseSelectProcessor: 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.19 08:28:08.617251 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} MergeTreeBaseSelectProcessor: 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.19 08:28:08.617871 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} executeQuery: Read 41 rows, 1.65 KiB in 0.001757 sec., 23335.230506545246 rows/sec., 939.88 KiB/sec. 2026.03.19 08:28:08.618011 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} MemoryTracker: Peak memory usage (for query): 146.40 KiB. 2026.03.19 08:28:08.618026 [ 5 ] {1b949b2e-ec6d-4383-ac38-a68b976686af} TCPHandler: Processed in 0.002036339 sec. 2026.03.19 08:28:08.629383 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.629547 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:28:08.629801 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:28:08.629838 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} 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.19 08:28:08.630051 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:28:08.630101 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:08.630196 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.03.19 08:28:08.630264 [ 298 ] {d2641298-8046-4708-8c22-66778674f674} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:28:08.630273 [ 346 ] {d2641298-8046-4708-8c22-66778674f674} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:28:08.630302 [ 307 ] {d2641298-8046-4708-8c22-66778674f674} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.19 08:28:08.630298 [ 342 ] {d2641298-8046-4708-8c22-66778674f674} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:28:08.630428 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.19 08:28:08.630454 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:28:08.630533 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:28:08.630551 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.19 08:28:08.630581 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} MergeTreeBaseSelectProcessor: 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.19 08:28:08.630612 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} MergeTreeBaseSelectProcessor: 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.19 08:28:08.630640 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} MergeTreeBaseSelectProcessor: 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.19 08:28:08.630668 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} MergeTreeBaseSelectProcessor: 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.19 08:28:08.631364 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} executeQuery: Read 41 rows, 1.65 KiB in 0.001889 sec., 21704.60561143462 rows/sec., 874.20 KiB/sec. 2026.03.19 08:28:08.631490 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} MemoryTracker: Peak memory usage (for query): 146.56 KiB. 2026.03.19 08:28:08.631505 [ 5 ] {d2641298-8046-4708-8c22-66778674f674} TCPHandler: Processed in 0.002180284 sec. 2026.03.19 08:28:08.759841 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.760080 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} executeQuery: (from [fd00:1122:3344:101::d]:50205) 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.19 08:28:08.760461 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:28:08.760510 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} 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.19 08:28:08.760809 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:28:08.760873 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:08.761009 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.03.19 08:28:08.761103 [ 307 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:28:08.761115 [ 346 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:28:08.761135 [ 342 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.19 08:28:08.761108 [ 333 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:28:08.761294 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.19 08:28:08.761317 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:28:08.761410 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:28:08.761430 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.19 08:28:08.761464 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} MergeTreeBaseSelectProcessor: 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.19 08:28:08.761499 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} MergeTreeBaseSelectProcessor: 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.19 08:28:08.761532 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} MergeTreeBaseSelectProcessor: 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.19 08:28:08.761564 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} MergeTreeBaseSelectProcessor: 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.19 08:28:08.762328 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} executeQuery: Read 41 rows, 1.65 KiB in 0.002357 sec., 17394.99363597794 rows/sec., 700.62 KiB/sec. 2026.03.19 08:28:08.762468 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} MemoryTracker: Peak memory usage (for query): 146.80 KiB. 2026.03.19 08:28:08.762483 [ 5 ] {618c1c16-bdab-4d06-8a11-b6d63933584b} TCPHandler: Processed in 0.002756521 sec. 2026.03.19 08:28:08.763024 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.763164 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} executeQuery: (from [fd00:1122:3344:101::d]:50205) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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.19 08:28:08.763400 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.19 08:28:08.763438 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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.19 08:28:08.763661 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:28:08.763714 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:08.763815 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.03.19 08:28:08.763876 [ 298 ] {5259e079-a0a2-4288-942e-4219e5259432} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.19 08:28:08.763884 [ 314 ] {5259e079-a0a2-4288-942e-4219e5259432} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.19 08:28:08.763899 [ 307 ] {5259e079-a0a2-4288-942e-4219e5259432} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.19 08:28:08.763888 [ 333 ] {5259e079-a0a2-4288-942e-4219e5259432} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.19 08:28:08.764037 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.19 08:28:08.764059 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.19 08:28:08.764139 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.19 08:28:08.764157 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.19 08:28:08.764187 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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.19 08:28:08.764217 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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.19 08:28:08.764247 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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.19 08:28:08.764274 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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.19 08:28:08.764968 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} executeQuery: Read 41 rows, 1.65 KiB in 0.001865 sec., 21983.914209115283 rows/sec., 885.45 KiB/sec. 2026.03.19 08:28:08.765109 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} MemoryTracker: Peak memory usage (for query): 147.08 KiB. 2026.03.19 08:28:08.765124 [ 5 ] {5259e079-a0a2-4288-942e-4219e5259432} TCPHandler: Processed in 0.002148413 sec. 2026.03.19 08:28:08.766730 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.766855 [ 5 ] {8e178f82-ddd2-4194-9d8a-a4bc20e3ed79} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.19 08:28:08.766905 [ 5 ] {8e178f82-ddd2-4194-9d8a-a4bc20e3ed79} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.19 08:28:08.767466 [ 5 ] {8e178f82-ddd2-4194-9d8a-a4bc20e3ed79} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.767512 [ 5 ] {8e178f82-ddd2-4194-9d8a-a4bc20e3ed79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.767955 [ 5 ] {8e178f82-ddd2-4194-9d8a-a4bc20e3ed79} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.19 08:28:08.768148 [ 5 ] {8e178f82-ddd2-4194-9d8a-a4bc20e3ed79} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): 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.19 08:28:08.768297 [ 5 ] {8e178f82-ddd2-4194-9d8a-a4bc20e3ed79} executeQuery: Read 9 rows, 1.74 KiB in 0.001479 sec., 6085.192697768763 rows/sec., 1.15 MiB/sec. 2026.03.19 08:28:08.768338 [ 5 ] {8e178f82-ddd2-4194-9d8a-a4bc20e3ed79} TCPHandler: Processed in 0.001655188 sec. 2026.03.19 08:28:08.768456 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.768550 [ 5 ] {de11bfe4-190b-4d05-b13b-2c0ebc637249} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:28:08.768590 [ 5 ] {de11bfe4-190b-4d05-b13b-2c0ebc637249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:28:08.769000 [ 5 ] {de11bfe4-190b-4d05-b13b-2c0ebc637249} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.769035 [ 5 ] {de11bfe4-190b-4d05-b13b-2c0ebc637249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.769326 [ 5 ] {de11bfe4-190b-4d05-b13b-2c0ebc637249} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:28:08.769528 [ 5 ] {de11bfe4-190b-4d05-b13b-2c0ebc637249} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:28:08.769655 [ 5 ] {de11bfe4-190b-4d05-b13b-2c0ebc637249} executeQuery: Read 24 rows, 2.04 KiB in 0.001126 sec., 21314.387211367673 rows/sec., 1.77 MiB/sec. 2026.03.19 08:28:08.769691 [ 5 ] {de11bfe4-190b-4d05-b13b-2c0ebc637249} TCPHandler: Processed in 0.001282198 sec. 2026.03.19 08:28:08.769789 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.769879 [ 5 ] {ab087abc-9363-44ea-a40d-64fb30525cad} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:28:08.769918 [ 5 ] {ab087abc-9363-44ea-a40d-64fb30525cad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:28:08.770304 [ 5 ] {ab087abc-9363-44ea-a40d-64fb30525cad} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.770339 [ 5 ] {ab087abc-9363-44ea-a40d-64fb30525cad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.770606 [ 5 ] {ab087abc-9363-44ea-a40d-64fb30525cad} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:28:08.770827 [ 5 ] {ab087abc-9363-44ea-a40d-64fb30525cad} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:28:08.770953 [ 5 ] {ab087abc-9363-44ea-a40d-64fb30525cad} executeQuery: Read 4 rows, 334.00 B in 0.001092 sec., 3663.0036630036625 rows/sec., 298.69 KiB/sec. 2026.03.19 08:28:08.770989 [ 5 ] {ab087abc-9363-44ea-a40d-64fb30525cad} TCPHandler: Processed in 0.001247857 sec. 2026.03.19 08:28:08.771093 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.771184 [ 5 ] {887be8ca-b4a1-4a45-ae4d-963d14c6ae5d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:08.771221 [ 5 ] {887be8ca-b4a1-4a45-ae4d-963d14c6ae5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:08.772676 [ 5 ] {887be8ca-b4a1-4a45-ae4d-963d14c6ae5d} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.772712 [ 5 ] {887be8ca-b4a1-4a45-ae4d-963d14c6ae5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.773208 [ 5 ] {887be8ca-b4a1-4a45-ae4d-963d14c6ae5d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 08:28:08.773423 [ 5 ] {887be8ca-b4a1-4a45-ae4d-963d14c6ae5d} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:28:08.773564 [ 5 ] {887be8ca-b4a1-4a45-ae4d-963d14c6ae5d} executeQuery: Read 2123 rows, 166.85 KiB in 0.002397 sec., 885690.4463913225 rows/sec., 67.98 MiB/sec. 2026.03.19 08:28:08.773602 [ 5 ] {887be8ca-b4a1-4a45-ae4d-963d14c6ae5d} TCPHandler: Processed in 0.002555535 sec. 2026.03.19 08:28:08.773711 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.773805 [ 5 ] {e3c76e2b-9e79-4bc7-8472-4972e2685886} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:08.773846 [ 5 ] {e3c76e2b-9e79-4bc7-8472-4972e2685886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:08.774261 [ 5 ] {e3c76e2b-9e79-4bc7-8472-4972e2685886} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.774297 [ 5 ] {e3c76e2b-9e79-4bc7-8472-4972e2685886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.774594 [ 5 ] {e3c76e2b-9e79-4bc7-8472-4972e2685886} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 08:28:08.774807 [ 5 ] {e3c76e2b-9e79-4bc7-8472-4972e2685886} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:28:08.774942 [ 5 ] {e3c76e2b-9e79-4bc7-8472-4972e2685886} executeQuery: Read 57 rows, 4.32 KiB in 0.001155 sec., 49350.64935064935 rows/sec., 3.66 MiB/sec. 2026.03.19 08:28:08.774980 [ 5 ] {e3c76e2b-9e79-4bc7-8472-4972e2685886} TCPHandler: Processed in 0.001317748 sec. 2026.03.19 08:28:08.775084 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.775178 [ 5 ] {944f73a1-815a-4cc4-8c28-fb9510bdf21a} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:28:08.775218 [ 5 ] {944f73a1-815a-4cc4-8c28-fb9510bdf21a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:28:08.775824 [ 5 ] {944f73a1-815a-4cc4-8c28-fb9510bdf21a} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.775861 [ 5 ] {944f73a1-815a-4cc4-8c28-fb9510bdf21a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.776184 [ 5 ] {944f73a1-815a-4cc4-8c28-fb9510bdf21a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:28:08.776394 [ 5 ] {944f73a1-815a-4cc4-8c28-fb9510bdf21a} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:28:08.776516 [ 5 ] {944f73a1-815a-4cc4-8c28-fb9510bdf21a} executeQuery: Read 732 rows, 44.33 KiB in 0.001356 sec., 539823.0088495575 rows/sec., 31.93 MiB/sec. 2026.03.19 08:28:08.776555 [ 5 ] {944f73a1-815a-4cc4-8c28-fb9510bdf21a} TCPHandler: Processed in 0.001519545 sec. 2026.03.19 08:28:08.776665 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.776760 [ 5 ] {2a72deb6-2e7e-42cf-a1d2-b34676ab40a2} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:08.776798 [ 5 ] {2a72deb6-2e7e-42cf-a1d2-b34676ab40a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 08:28:08.777170 [ 5 ] {2a72deb6-2e7e-42cf-a1d2-b34676ab40a2} oximeter.fields_u64 (8ca891c3-d9f4-4d8b-a391-4797ea8bd784): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.777207 [ 5 ] {2a72deb6-2e7e-42cf-a1d2-b34676ab40a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.777497 [ 5 ] {2a72deb6-2e7e-42cf-a1d2-b34676ab40a2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.19 08:28:08.777706 [ 5 ] {2a72deb6-2e7e-42cf-a1d2-b34676ab40a2} oximeter.fields_u64 (8ca891c3-d9f4-4d8b-a391-4797ea8bd784): 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.19 08:28:08.777827 [ 5 ] {2a72deb6-2e7e-42cf-a1d2-b34676ab40a2} executeQuery: Read 1 rows, 72.00 B in 0.001086 sec., 920.8103130755065 rows/sec., 64.74 KiB/sec. 2026.03.19 08:28:08.777864 [ 5 ] {2a72deb6-2e7e-42cf-a1d2-b34676ab40a2} TCPHandler: Processed in 0.001247247 sec. 2026.03.19 08:28:08.777970 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.778062 [ 5 ] {6b7b7cc6-2808-41e7-9a68-ea21a8a11d4e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:28:08.778101 [ 5 ] {6b7b7cc6-2808-41e7-9a68-ea21a8a11d4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:28:08.778479 [ 5 ] {6b7b7cc6-2808-41e7-9a68-ea21a8a11d4e} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.778515 [ 5 ] {6b7b7cc6-2808-41e7-9a68-ea21a8a11d4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.778795 [ 5 ] {6b7b7cc6-2808-41e7-9a68-ea21a8a11d4e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:28:08.779002 [ 5 ] {6b7b7cc6-2808-41e7-9a68-ea21a8a11d4e} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:28:08.779129 [ 5 ] {6b7b7cc6-2808-41e7-9a68-ea21a8a11d4e} executeQuery: Read 12 rows, 960.00 B in 0.001084 sec., 11070.110701107013 rows/sec., 864.85 KiB/sec. 2026.03.19 08:28:08.779167 [ 5 ] {6b7b7cc6-2808-41e7-9a68-ea21a8a11d4e} TCPHandler: Processed in 0.001245796 sec. 2026.03.19 08:28:08.779268 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.779359 [ 5 ] {cf64beea-98b4-48ce-a971-8545af7ac1ae} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:08.779398 [ 5 ] {cf64beea-98b4-48ce-a971-8545af7ac1ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:08.780099 [ 5 ] {cf64beea-98b4-48ce-a971-8545af7ac1ae} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.780136 [ 5 ] {cf64beea-98b4-48ce-a971-8545af7ac1ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.780476 [ 5 ] {cf64beea-98b4-48ce-a971-8545af7ac1ae} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 08:28:08.780689 [ 5 ] {cf64beea-98b4-48ce-a971-8545af7ac1ae} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:28:08.780818 [ 5 ] {cf64beea-98b4-48ce-a971-8545af7ac1ae} executeQuery: Read 1081 rows, 77.21 KiB in 0.001476 sec., 732384.8238482384 rows/sec., 51.08 MiB/sec. 2026.03.19 08:28:08.780855 [ 5 ] {cf64beea-98b4-48ce-a971-8545af7ac1ae} TCPHandler: Processed in 0.001635837 sec. 2026.03.19 08:28:08.780975 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.781069 [ 5 ] {90e51a8c-995a-4f91-83bf-a3ee94f4409d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:08.781110 [ 5 ] {90e51a8c-995a-4f91-83bf-a3ee94f4409d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:08.782269 [ 5 ] {90e51a8c-995a-4f91-83bf-a3ee94f4409d} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.782304 [ 5 ] {90e51a8c-995a-4f91-83bf-a3ee94f4409d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.782834 [ 5 ] {90e51a8c-995a-4f91-83bf-a3ee94f4409d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 08:28:08.783060 [ 5 ] {90e51a8c-995a-4f91-83bf-a3ee94f4409d} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:28:08.783192 [ 5 ] {90e51a8c-995a-4f91-83bf-a3ee94f4409d} executeQuery: Read 3849 rows, 258.40 KiB in 0.002141 sec., 1797758.0569827182 rows/sec., 117.86 MiB/sec. 2026.03.19 08:28:08.783229 [ 5 ] {90e51a8c-995a-4f91-83bf-a3ee94f4409d} TCPHandler: Processed in 0.002302407 sec. 2026.03.19 08:28:08.783337 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.783430 [ 5 ] {7b384bd2-b9c8-4cd9-854f-830635c91a5e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:08.783484 [ 5 ] {7b384bd2-b9c8-4cd9-854f-830635c91a5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:08.784256 [ 5 ] {7b384bd2-b9c8-4cd9-854f-830635c91a5e} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.784292 [ 5 ] {7b384bd2-b9c8-4cd9-854f-830635c91a5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.784825 [ 5 ] {7b384bd2-b9c8-4cd9-854f-830635c91a5e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 08:28:08.785047 [ 5 ] {7b384bd2-b9c8-4cd9-854f-830635c91a5e} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:08.785182 [ 5 ] {7b384bd2-b9c8-4cd9-854f-830635c91a5e} executeQuery: Read 41 rows, 75.23 KiB in 0.00177 sec., 23163.841807909605 rows/sec., 41.51 MiB/sec. 2026.03.19 08:28:08.785234 [ 5 ] {7b384bd2-b9c8-4cd9-854f-830635c91a5e} TCPHandler: Processed in 0.001945627 sec. 2026.03.19 08:28:08.785347 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:08.785441 [ 5 ] {6891ff04-a0c5-4e96-8a52-8ca0c18151ac} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:08.785482 [ 5 ] {6891ff04-a0c5-4e96-8a52-8ca0c18151ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:08.785799 [ 5 ] {6891ff04-a0c5-4e96-8a52-8ca0c18151ac} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:08.785835 [ 5 ] {6891ff04-a0c5-4e96-8a52-8ca0c18151ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:08.786131 [ 5 ] {6891ff04-a0c5-4e96-8a52-8ca0c18151ac} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 08:28:08.786337 [ 5 ] {6891ff04-a0c5-4e96-8a52-8ca0c18151ac} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:28:08.786464 [ 5 ] {6891ff04-a0c5-4e96-8a52-8ca0c18151ac} executeQuery: Read 12 rows, 848.00 B in 0.001041 sec., 11527.377521613833 rows/sec., 795.51 KiB/sec. 2026.03.19 08:28:08.786499 [ 5 ] {6891ff04-a0c5-4e96-8a52-8ca0c18151ac} TCPHandler: Processed in 0.001200495 sec. 2026.03.19 08:28:09.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 223.39 MiB, peak 226.34 MiB, free memory in arenas 0.00 B, will set to 222.01 MiB (RSS), difference: -1.39 MiB 2026.03.19 08:28:10.400539 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 512 2026.03.19 08:28:10.403582 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:10.403633 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:10.404910 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:28:10.405194 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:28:10.405332 [ 34 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.19 08:28:10.405377 [ 34 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:10.405401 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2026.03.19 08:28:10.405460 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 512 2026.03.19 08:28:10.405556 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::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.19 08:28:10.406218 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:10.406366 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 286 rows starting from the beginning of the part 2026.03.19 08:28:10.406763 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part 2026.03.19 08:28:10.407137 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 34 rows starting from the beginning of the part 2026.03.19 08:28:10.407500 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part 2026.03.19 08:28:10.407859 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part 2026.03.19 08:28:10.408206 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 66 rows starting from the beginning of the part 2026.03.19 08:28:10.414710 [ 200 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 72 columns (72 merged, 0 gathered) in 0.0092273 sec., 55487.52072653972 rows/sec., 53.63 MiB/sec. 2026.03.19 08:28:10.415798 [ 200 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.19 08:28:10.416430 [ 200 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_11_2} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:28:10.416521 [ 200 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_11_2} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.19 08:28:10.416765 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. 2026.03.19 08:28:12.792288 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:12.792489 [ 5 ] {b0a12b40-384f-4791-9fac-2b39a0b03b3e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:12.792556 [ 5 ] {b0a12b40-384f-4791-9fac-2b39a0b03b3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:12.793232 [ 5 ] {b0a12b40-384f-4791-9fac-2b39a0b03b3e} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:12.793277 [ 5 ] {b0a12b40-384f-4791-9fac-2b39a0b03b3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:12.793686 [ 5 ] {b0a12b40-384f-4791-9fac-2b39a0b03b3e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 08:28:12.793927 [ 5 ] {b0a12b40-384f-4791-9fac-2b39a0b03b3e} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:28:12.794088 [ 5 ] {b0a12b40-384f-4791-9fac-2b39a0b03b3e} executeQuery: Read 56 rows, 4.41 KiB in 0.001651 sec., 33918.83706844337 rows/sec., 2.61 MiB/sec. 2026.03.19 08:28:12.794130 [ 5 ] {b0a12b40-384f-4791-9fac-2b39a0b03b3e} TCPHandler: Processed in 0.001975078 sec. 2026.03.19 08:28:12.794267 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:12.794364 [ 5 ] {ed88539f-7339-4a46-9aaf-e8545d8b08ae} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:12.794405 [ 5 ] {ed88539f-7339-4a46-9aaf-e8545d8b08ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:12.794818 [ 5 ] {ed88539f-7339-4a46-9aaf-e8545d8b08ae} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:12.794855 [ 5 ] {ed88539f-7339-4a46-9aaf-e8545d8b08ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:12.795167 [ 5 ] {ed88539f-7339-4a46-9aaf-e8545d8b08ae} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 08:28:12.795391 [ 5 ] {ed88539f-7339-4a46-9aaf-e8545d8b08ae} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:28:12.795524 [ 5 ] {ed88539f-7339-4a46-9aaf-e8545d8b08ae} executeQuery: Read 64 rows, 5.12 KiB in 0.001179 sec., 54283.2909245123 rows/sec., 4.24 MiB/sec. 2026.03.19 08:28:12.795570 [ 5 ] {ed88539f-7339-4a46-9aaf-e8545d8b08ae} TCPHandler: Processed in 0.00135277 sec. 2026.03.19 08:28:12.795726 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:12.795821 [ 5 ] {4cfef04d-178f-4249-953d-97ddb425fafd} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:12.795865 [ 5 ] {4cfef04d-178f-4249-953d-97ddb425fafd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:12.796327 [ 5 ] {4cfef04d-178f-4249-953d-97ddb425fafd} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:12.796366 [ 5 ] {4cfef04d-178f-4249-953d-97ddb425fafd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:12.796714 [ 5 ] {4cfef04d-178f-4249-953d-97ddb425fafd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 08:28:12.796930 [ 5 ] {4cfef04d-178f-4249-953d-97ddb425fafd} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:28:12.797069 [ 5 ] {4cfef04d-178f-4249-953d-97ddb425fafd} executeQuery: Read 128 rows, 9.13 KiB in 0.001267 sec., 101026.045777427 rows/sec., 7.04 MiB/sec. 2026.03.19 08:28:12.797107 [ 5 ] {4cfef04d-178f-4249-953d-97ddb425fafd} TCPHandler: Processed in 0.001430452 sec. 2026.03.19 08:28:12.797233 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:12.797329 [ 5 ] {5a4b1670-8077-4e28-8972-59fc10edc164} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:12.797372 [ 5 ] {5a4b1670-8077-4e28-8972-59fc10edc164} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:12.797707 [ 5 ] {5a4b1670-8077-4e28-8972-59fc10edc164} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:12.797744 [ 5 ] {5a4b1670-8077-4e28-8972-59fc10edc164} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:12.798053 [ 5 ] {5a4b1670-8077-4e28-8972-59fc10edc164} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 08:28:12.798268 [ 5 ] {5a4b1670-8077-4e28-8972-59fc10edc164} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:28:12.798399 [ 5 ] {5a4b1670-8077-4e28-8972-59fc10edc164} executeQuery: Read 48 rows, 3.31 KiB in 0.001087 sec., 44158.23367065317 rows/sec., 2.98 MiB/sec. 2026.03.19 08:28:12.798436 [ 5 ] {5a4b1670-8077-4e28-8972-59fc10edc164} TCPHandler: Processed in 0.001253107 sec. 2026.03.19 08:28:12.873497 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7199 2026.03.19 08:28:12.874160 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:12.874206 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:12.874696 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 08:28:12.874931 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:28:12.875075 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7199 2026.03.19 08:28:13.277443 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.19 08:28:13.294852 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:13.294918 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:13.301050 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 08:28:13.301746 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:28:13.304525 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.19 08:28:14.001167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 222.64 MiB, peak 226.96 MiB, free memory in arenas 0.00 B, will set to 225.12 MiB (RSS), difference: 2.48 MiB 2026.03.19 08:28:17.794747 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:17.795050 [ 5 ] {6270e3df-ca95-4f22-94c2-e399b5357581} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:17.795122 [ 5 ] {6270e3df-ca95-4f22-94c2-e399b5357581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:17.795787 [ 5 ] {6270e3df-ca95-4f22-94c2-e399b5357581} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:17.795830 [ 5 ] {6270e3df-ca95-4f22-94c2-e399b5357581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:17.796233 [ 5 ] {6270e3df-ca95-4f22-94c2-e399b5357581} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 08:28:17.796471 [ 5 ] {6270e3df-ca95-4f22-94c2-e399b5357581} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:28:17.796643 [ 5 ] {6270e3df-ca95-4f22-94c2-e399b5357581} executeQuery: Read 76 rows, 6.41 KiB in 0.001671 sec., 45481.74745661281 rows/sec., 3.75 MiB/sec. 2026.03.19 08:28:17.796656 [ 125 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 08:28:17.796688 [ 5 ] {6270e3df-ca95-4f22-94c2-e399b5357581} TCPHandler: Processed in 0.002129002 sec. 2026.03.19 08:28:17.796702 [ 125 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:17.796726 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:17.796824 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:17.796861 [ 199 ] {061dcca7-7b35-4366-832c-adbf2850e87b::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.19 08:28:17.796929 [ 5 ] {750c3192-6ee7-4938-9e00-b3edb6d1079f} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:17.796979 [ 5 ] {750c3192-6ee7-4938-9e00-b3edb6d1079f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:17.797033 [ 199 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:17.797088 [ 199 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1006 rows starting from the beginning of the part 2026.03.19 08:28:17.797212 [ 199 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 116 rows starting from the beginning of the part 2026.03.19 08:28:17.797273 [ 199 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 76 rows starting from the beginning of the part 2026.03.19 08:28:17.797320 [ 199 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2123 rows starting from the beginning of the part 2026.03.19 08:28:17.797377 [ 199 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part 2026.03.19 08:28:17.797404 [ 5 ] {750c3192-6ee7-4938-9e00-b3edb6d1079f} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:17.797424 [ 199 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 76 rows starting from the beginning of the part 2026.03.19 08:28:17.797450 [ 5 ] {750c3192-6ee7-4938-9e00-b3edb6d1079f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:17.797966 [ 5 ] {750c3192-6ee7-4938-9e00-b3edb6d1079f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 08:28:17.798213 [ 5 ] {750c3192-6ee7-4938-9e00-b3edb6d1079f} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:28:17.798379 [ 5 ] {750c3192-6ee7-4938-9e00-b3edb6d1079f} executeQuery: Read 10 rows, 770.00 B in 0.001475 sec., 6779.661016949152 rows/sec., 509.80 KiB/sec. 2026.03.19 08:28:17.798419 [ 5 ] {750c3192-6ee7-4938-9e00-b3edb6d1079f} TCPHandler: Processed in 0.001647319 sec. 2026.03.19 08:28:17.798537 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:17.798635 [ 5 ] {933fd14b-3dab-4d04-be04-935bab76f050} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:17.798676 [ 5 ] {933fd14b-3dab-4d04-be04-935bab76f050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:17.799063 [ 193 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3453 rows, containing 5 columns (5 merged, 0 gathered) in 0.002266717 sec., 1523348.5256430334 rows/sec., 125.36 MiB/sec. 2026.03.19 08:28:17.799106 [ 5 ] {933fd14b-3dab-4d04-be04-935bab76f050} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:17.799141 [ 5 ] {933fd14b-3dab-4d04-be04-935bab76f050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:17.799411 [ 201 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 08:28:17.799479 [ 5 ] {933fd14b-3dab-4d04-be04-935bab76f050} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 08:28:17.799671 [ 201 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_21_4} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:28:17.799709 [ 5 ] {933fd14b-3dab-4d04-be04-935bab76f050} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:28:17.799735 [ 201 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_21_4} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 08:28:17.799806 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. 2026.03.19 08:28:17.799816 [ 125 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 08:28:17.799843 [ 125 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:17.799844 [ 5 ] {933fd14b-3dab-4d04-be04-935bab76f050} executeQuery: Read 74 rows, 5.92 KiB in 0.001229 sec., 60211.55410903173 rows/sec., 4.70 MiB/sec. 2026.03.19 08:28:17.799861 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:17.799888 [ 5 ] {933fd14b-3dab-4d04-be04-935bab76f050} TCPHandler: Processed in 0.001400931 sec. 2026.03.19 08:28:17.799933 [ 199 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::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.19 08:28:17.800010 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:17.800029 [ 199 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:17.800060 [ 199 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 602 rows starting from the beginning of the part 2026.03.19 08:28:17.800103 [ 199 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 94 rows starting from the beginning of the part 2026.03.19 08:28:17.800113 [ 5 ] {08708200-f864-4b84-9e0a-18cd7729958c} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:17.800141 [ 199 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 74 rows starting from the beginning of the part 2026.03.19 08:28:17.800165 [ 5 ] {08708200-f864-4b84-9e0a-18cd7729958c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:17.800181 [ 199 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1081 rows starting from the beginning of the part 2026.03.19 08:28:17.800220 [ 199 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part 2026.03.19 08:28:17.800251 [ 199 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part 2026.03.19 08:28:17.800606 [ 5 ] {08708200-f864-4b84-9e0a-18cd7729958c} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:17.800647 [ 5 ] {08708200-f864-4b84-9e0a-18cd7729958c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:17.801001 [ 5 ] {08708200-f864-4b84-9e0a-18cd7729958c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 08:28:17.801222 [ 5 ] {08708200-f864-4b84-9e0a-18cd7729958c} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:28:17.801232 [ 199 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1989 rows, containing 5 columns (5 merged, 0 gathered) in 0.001325819 sec., 1500204.779083721 rows/sec., 113.43 MiB/sec. 2026.03.19 08:28:17.801342 [ 125 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 08:28:17.801354 [ 5 ] {08708200-f864-4b84-9e0a-18cd7729958c} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2026.03.19 08:28:17.801382 [ 125 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:17.801401 [ 5 ] {08708200-f864-4b84-9e0a-18cd7729958c} TCPHandler: Processed in 0.001440492 sec. 2026.03.19 08:28:17.801402 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:17.801462 [ 193 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 08:28:17.801502 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:17.801528 [ 188 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::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.19 08:28:17.801604 [ 5 ] {efd49062-016e-4a7d-b3ba-30de557eda1d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:17.801664 [ 5 ] {efd49062-016e-4a7d-b3ba-30de557eda1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:17.801698 [ 188 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:17.801743 [ 188 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3054 rows starting from the beginning of the part 2026.03.19 08:28:17.801745 [ 193 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_21_4} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:28:17.801819 [ 188 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::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.19 08:28:17.801825 [ 193 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_21_4} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 08:28:17.801879 [ 188 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.03.19 08:28:17.801911 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.19 08:28:17.801936 [ 188 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 3849 rows starting from the beginning of the part 2026.03.19 08:28:17.801987 [ 188 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 128 rows starting from the beginning of the part 2026.03.19 08:28:17.802036 [ 188 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::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.19 08:28:17.802441 [ 5 ] {efd49062-016e-4a7d-b3ba-30de557eda1d} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:17.802482 [ 5 ] {efd49062-016e-4a7d-b3ba-30de557eda1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:17.803016 [ 5 ] {efd49062-016e-4a7d-b3ba-30de557eda1d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 08:28:17.803264 [ 5 ] {efd49062-016e-4a7d-b3ba-30de557eda1d} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:17.803384 [ 125 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 08:28:17.803406 [ 5 ] {efd49062-016e-4a7d-b3ba-30de557eda1d} executeQuery: Read 10 rows, 18.35 KiB in 0.001827 sec., 5473.453749315818 rows/sec., 9.81 MiB/sec. 2026.03.19 08:28:17.803418 [ 125 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:17.803438 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:17.803469 [ 5 ] {efd49062-016e-4a7d-b3ba-30de557eda1d} TCPHandler: Processed in 0.002016139 sec. 2026.03.19 08:28:17.803512 [ 199 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::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.19 08:28:17.803582 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:17.803691 [ 5 ] {5ec234df-ce2a-4f48-8427-d541c4380391} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:17.803705 [ 199 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:17.803734 [ 5 ] {5ec234df-ce2a-4f48-8427-d541c4380391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:17.803762 [ 199 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 229 rows starting from the beginning of the part 2026.03.19 08:28:17.803882 [ 199 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part 2026.03.19 08:28:17.803988 [ 199 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part 2026.03.19 08:28:17.804085 [ 5 ] {5ec234df-ce2a-4f48-8427-d541c4380391} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:17.804086 [ 199 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part 2026.03.19 08:28:17.804127 [ 5 ] {5ec234df-ce2a-4f48-8427-d541c4380391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:17.804211 [ 199 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part 2026.03.19 08:28:17.804315 [ 199 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2026.03.19 08:28:17.804507 [ 5 ] {5ec234df-ce2a-4f48-8427-d541c4380391} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 08:28:17.804763 [ 5 ] {5ec234df-ce2a-4f48-8427-d541c4380391} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:28:17.804776 [ 195 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7511 rows, containing 5 columns (5 merged, 0 gathered) in 0.003308037 sec., 2270530.8314266135 rows/sec., 153.20 MiB/sec. 2026.03.19 08:28:17.804892 [ 125 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 08:28:17.804905 [ 5 ] {5ec234df-ce2a-4f48-8427-d541c4380391} executeQuery: Read 60 rows, 4.14 KiB in 0.001232 sec., 48701.2987012987 rows/sec., 3.28 MiB/sec. 2026.03.19 08:28:17.804931 [ 125 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:17.804949 [ 5 ] {5ec234df-ce2a-4f48-8427-d541c4380391} TCPHandler: Processed in 0.001416672 sec. 2026.03.19 08:28:17.804951 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:17.805036 [ 195 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:28:17.805137 [ 195 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:17.805166 [ 195 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:28:17.805223 [ 195 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:28:17.805268 [ 195 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.03.19 08:28:17.805310 [ 195 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2026.03.19 08:28:17.805351 [ 195 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part 2026.03.19 08:28:17.805361 [ 188 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 08:28:17.805392 [ 195 ] {32cbec28-6612-4991-9a28-016332bfe6af::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.19 08:28:17.805646 [ 188 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_21_4} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:28:17.805724 [ 188 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_21_4} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 08:28:17.805798 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2026.03.19 08:28:17.806434 [ 198 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.001425952 sec., 799465.9006754785 rows/sec., 52.62 MiB/sec. 2026.03.19 08:28:17.806666 [ 188 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 08:28:17.806917 [ 188 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_21_4} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:28:17.806982 [ 188 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_21_4} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 08:28:17.807046 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.19 08:28:17.807677 [ 199 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 19 columns (19 merged, 0 gathered) in 0.004194413 sec., 78676.08649887361 rows/sec., 140.98 MiB/sec. 2026.03.19 08:28:17.808307 [ 188 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 08:28:17.808610 [ 188 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_16_3} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:17.808674 [ 188 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_16_3} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 08:28:17.808778 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. 2026.03.19 08:28:18.000286 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.72 MiB, peak 235.36 MiB, free memory in arenas 0.00 B, will set to 228.38 MiB (RSS), difference: 2.66 MiB 2026.03.19 08:28:19.417902 [ 128 ] {} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.19 08:28:19.417992 [ 128 ] {} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:19.418029 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:19.418208 [ 198 ] {a8f7bf6b-c076-450d-9ae8-7eee4434852d::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.19 08:28:19.418548 [ 198 ] {a8f7bf6b-c076-450d-9ae8-7eee4434852d::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:19.418594 [ 198 ] {a8f7bf6b-c076-450d-9ae8-7eee4434852d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 19 rows starting from the beginning of the part 2026.03.19 08:28:19.418685 [ 198 ] {a8f7bf6b-c076-450d-9ae8-7eee4434852d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2026.03.19 08:28:19.418757 [ 198 ] {a8f7bf6b-c076-450d-9ae8-7eee4434852d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.03.19 08:28:19.418831 [ 198 ] {a8f7bf6b-c076-450d-9ae8-7eee4434852d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.03.19 08:28:19.418904 [ 198 ] {a8f7bf6b-c076-450d-9ae8-7eee4434852d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part 2026.03.19 08:28:19.420474 [ 188 ] {a8f7bf6b-c076-450d-9ae8-7eee4434852d::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 6 columns (6 merged, 0 gathered) in 0.002342698 sec., 21342.913171053206 rows/sec., 5.05 MiB/sec. 2026.03.19 08:28:19.420667 [ 188 ] {a8f7bf6b-c076-450d-9ae8-7eee4434852d::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.19 08:28:19.421064 [ 188 ] {a8f7bf6b-c076-450d-9ae8-7eee4434852d::all_1_5_1} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d): 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.19 08:28:19.421140 [ 188 ] {a8f7bf6b-c076-450d-9ae8-7eee4434852d::all_1_5_1} oximeter.timeseries_schema (a8f7bf6b-c076-450d-9ae8-7eee4434852d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.19 08:28:19.421229 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.19 08:28:20.284579 [ 128 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:28:20.284637 [ 128 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:28:20.376065 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7711 2026.03.19 08:28:20.376571 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:20.376606 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:20.377083 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 08:28:20.377324 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:28:20.377447 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7711 2026.03.19 08:28:20.377464 [ 128 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 08:28:20.377514 [ 128 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:20.377540 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:20.377627 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::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.19 08:28:20.377707 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:20.377735 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5279 rows starting from the beginning of the part 2026.03.19 08:28:20.377810 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2026.03.19 08:28:20.377853 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2026.03.19 08:28:20.377893 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2026.03.19 08:28:20.377933 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2026.03.19 08:28:20.377972 [ 204 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2026.03.19 08:28:20.379180 [ 188 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7711 rows, containing 4 columns (4 merged, 0 gathered) in 0.001587926 sec., 4856019.73895509 rows/sec., 69.47 MiB/sec. 2026.03.19 08:28:20.379896 [ 198 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 08:28:20.380219 [ 198 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_16_3} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:28:20.380298 [ 198 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_16_3} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 08:28:20.380404 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. 2026.03.19 08:28:20.406651 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 532 2026.03.19 08:28:20.408636 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:20.408678 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:20.409818 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:28:20.410083 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:28:20.410412 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 532 2026.03.19 08:28:20.805498 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.19 08:28:20.820369 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:20.820420 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:20.826587 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 08:28:20.827255 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:28:20.827546 [ 149 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 08:28:20.827638 [ 149 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:20.827673 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:20.827861 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:28:20.830093 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.19 08:28:20.831476 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:20.832927 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.03.19 08:28:20.837006 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.03.19 08:28:20.841040 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.03.19 08:28:20.845036 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.03.19 08:28:20.849611 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.03.19 08:28:20.853826 [ 190 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.03.19 08:28:20.907655 [ 188 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.079884019 sec., 1514.6959493863221 rows/sec., 7.83 MiB/sec. 2026.03.19 08:28:20.909381 [ 186 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 08:28:20.911117 [ 186 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_16_3} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:28:20.911208 [ 186 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_16_3} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 08:28:20.912595 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.03.19 08:28:21.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 229.51 MiB, peak 239.48 MiB, free memory in arenas 0.00 B, will set to 238.77 MiB (RSS), difference: 9.26 MiB 2026.03.19 08:28:21.001353 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000949658 sec. 2026.03.19 08:28:22.794978 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:22.795164 [ 5 ] {8df2bf84-58ad-49f4-a371-139f1e9d5386} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:22.795230 [ 5 ] {8df2bf84-58ad-49f4-a371-139f1e9d5386} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:22.795942 [ 5 ] {8df2bf84-58ad-49f4-a371-139f1e9d5386} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:22.795984 [ 5 ] {8df2bf84-58ad-49f4-a371-139f1e9d5386} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:22.796399 [ 5 ] {8df2bf84-58ad-49f4-a371-139f1e9d5386} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 08:28:22.796623 [ 5 ] {8df2bf84-58ad-49f4-a371-139f1e9d5386} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): 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.19 08:28:22.796774 [ 5 ] {8df2bf84-58ad-49f4-a371-139f1e9d5386} executeQuery: Read 116 rows, 10.09 KiB in 0.001666 sec., 69627.85114045619 rows/sec., 5.91 MiB/sec. 2026.03.19 08:28:22.796815 [ 5 ] {8df2bf84-58ad-49f4-a371-139f1e9d5386} TCPHandler: Processed in 0.001964077 sec. 2026.03.19 08:28:22.796940 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:22.797033 [ 5 ] {949939a3-b238-4bc2-8e43-77be3d6c7125} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:22.797073 [ 5 ] {949939a3-b238-4bc2-8e43-77be3d6c7125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:22.797473 [ 5 ] {949939a3-b238-4bc2-8e43-77be3d6c7125} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:22.797508 [ 5 ] {949939a3-b238-4bc2-8e43-77be3d6c7125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:22.797794 [ 5 ] {949939a3-b238-4bc2-8e43-77be3d6c7125} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 08:28:22.798000 [ 5 ] {949939a3-b238-4bc2-8e43-77be3d6c7125} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:28:22.798123 [ 5 ] {949939a3-b238-4bc2-8e43-77be3d6c7125} executeQuery: Read 30 rows, 2.26 KiB in 0.001109 sec., 27051.397655545537 rows/sec., 1.99 MiB/sec. 2026.03.19 08:28:22.798161 [ 5 ] {949939a3-b238-4bc2-8e43-77be3d6c7125} TCPHandler: Processed in 0.001268828 sec. 2026.03.19 08:28:22.798266 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:22.798357 [ 5 ] {cdabfa3b-5c72-4911-a368-8292a1c3edfa} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:22.798396 [ 5 ] {cdabfa3b-5c72-4911-a368-8292a1c3edfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:22.798806 [ 5 ] {cdabfa3b-5c72-4911-a368-8292a1c3edfa} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:22.798842 [ 5 ] {cdabfa3b-5c72-4911-a368-8292a1c3edfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:22.799141 [ 5 ] {cdabfa3b-5c72-4911-a368-8292a1c3edfa} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 08:28:22.799351 [ 5 ] {cdabfa3b-5c72-4911-a368-8292a1c3edfa} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): 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.19 08:28:22.799474 [ 5 ] {cdabfa3b-5c72-4911-a368-8292a1c3edfa} executeQuery: Read 94 rows, 7.52 KiB in 0.001134 sec., 82892.41622574956 rows/sec., 6.47 MiB/sec. 2026.03.19 08:28:22.799510 [ 5 ] {cdabfa3b-5c72-4911-a368-8292a1c3edfa} TCPHandler: Processed in 0.001291068 sec. 2026.03.19 08:28:22.799621 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:22.799713 [ 5 ] {fc12bc6f-7267-4efe-b5df-cd9925208b59} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:22.799754 [ 5 ] {fc12bc6f-7267-4efe-b5df-cd9925208b59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:22.800174 [ 5 ] {fc12bc6f-7267-4efe-b5df-cd9925208b59} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:22.800211 [ 5 ] {fc12bc6f-7267-4efe-b5df-cd9925208b59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:22.800564 [ 5 ] {fc12bc6f-7267-4efe-b5df-cd9925208b59} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 08:28:22.800771 [ 5 ] {fc12bc6f-7267-4efe-b5df-cd9925208b59} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): 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.19 08:28:22.800913 [ 5 ] {fc12bc6f-7267-4efe-b5df-cd9925208b59} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2026.03.19 08:28:22.800960 [ 5 ] {fc12bc6f-7267-4efe-b5df-cd9925208b59} TCPHandler: Processed in 0.001385921 sec. 2026.03.19 08:28:22.801102 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:22.801247 [ 5 ] {19338690-ec6d-4b33-9c09-3fe6e91c2d6d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:22.801312 [ 5 ] {19338690-ec6d-4b33-9c09-3fe6e91c2d6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:22.802158 [ 5 ] {19338690-ec6d-4b33-9c09-3fe6e91c2d6d} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:22.802195 [ 5 ] {19338690-ec6d-4b33-9c09-3fe6e91c2d6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:22.802757 [ 5 ] {19338690-ec6d-4b33-9c09-3fe6e91c2d6d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 08:28:22.802983 [ 5 ] {19338690-ec6d-4b33-9c09-3fe6e91c2d6d} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:22.803125 [ 5 ] {19338690-ec6d-4b33-9c09-3fe6e91c2d6d} executeQuery: Read 30 rows, 55.05 KiB in 0.001897 sec., 15814.443858724302 rows/sec., 28.34 MiB/sec. 2026.03.19 08:28:22.803188 [ 5 ] {19338690-ec6d-4b33-9c09-3fe6e91c2d6d} TCPHandler: Processed in 0.002158983 sec. 2026.03.19 08:28:22.803305 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:22.803401 [ 5 ] {411de0eb-013c-440c-a30c-e0470d7ccd8c} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:22.803443 [ 5 ] {411de0eb-013c-440c-a30c-e0470d7ccd8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:22.803774 [ 5 ] {411de0eb-013c-440c-a30c-e0470d7ccd8c} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:22.803811 [ 5 ] {411de0eb-013c-440c-a30c-e0470d7ccd8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:22.804118 [ 5 ] {411de0eb-013c-440c-a30c-e0470d7ccd8c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 08:28:22.804337 [ 5 ] {411de0eb-013c-440c-a30c-e0470d7ccd8c} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): 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.19 08:28:22.804467 [ 5 ] {411de0eb-013c-440c-a30c-e0470d7ccd8c} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.03.19 08:28:22.804503 [ 5 ] {411de0eb-013c-440c-a30c-e0470d7ccd8c} TCPHandler: Processed in 0.001248066 sec. 2026.03.19 08:28:26.775109 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49977 2026.03.19 08:28:26.775235 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:26.775262 [ 288 ] {} TCP-Session: f456a0b8-2f1e-4630-ba9a-a9b110738024 Authenticating user 'default' from [fd00:1122:3344:101::e]:49977 2026.03.19 08:28:26.775285 [ 288 ] {} TCP-Session: f456a0b8-2f1e-4630-ba9a-a9b110738024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.775299 [ 288 ] {} TCP-Session: f456a0b8-2f1e-4630-ba9a-a9b110738024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.775496 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63801 2026.03.19 08:28:26.775519 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38445 2026.03.19 08:28:26.775556 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51337 2026.03.19 08:28:26.775582 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55746 2026.03.19 08:28:26.775593 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37867 2026.03.19 08:28:26.775637 [ 288 ] {} TCP-Session: f456a0b8-2f1e-4630-ba9a-a9b110738024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:26.775638 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:26.775566 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51094 2026.03.19 08:28:26.775699 [ 289 ] {} TCP-Session: a29abb1b-084f-4cb8-9fd3-b4430a0f390b Authenticating user 'default' from [fd00:1122:3344:101::e]:63801 2026.03.19 08:28:26.775546 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58001 2026.03.19 08:28:26.775741 [ 289 ] {} TCP-Session: a29abb1b-084f-4cb8-9fd3-b4430a0f390b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.775526 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65172 2026.03.19 08:28:26.775815 [ 288 ] {d01f2121-06cf-4fad-a2a8-7430808cce09} executeQuery: (from [fd00:1122:3344:101::e]:49977) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:28:26.775782 [ 289 ] {} TCP-Session: a29abb1b-084f-4cb8-9fd3-b4430a0f390b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.775921 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:26.775957 [ 3 ] {} TCP-Session: 895031d4-d569-4bb2-b85c-00793db24c06 Authenticating user 'default' from [fd00:1122:3344:101::e]:55746 2026.03.19 08:28:26.775980 [ 3 ] {} TCP-Session: 895031d4-d569-4bb2-b85c-00793db24c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.775999 [ 3 ] {} TCP-Session: 895031d4-d569-4bb2-b85c-00793db24c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776076 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:26.776083 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:26.776120 [ 292 ] {} TCP-Session: 74ab9690-b397-41e5-b4e0-b646348bab5c Authenticating user 'default' from [fd00:1122:3344:101::e]:58001 2026.03.19 08:28:26.776126 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:26.776151 [ 291 ] {} TCP-Session: dd2efc0a-dbe8-4033-afad-e6c73dbef001 Authenticating user 'default' from [fd00:1122:3344:101::e]:65172 2026.03.19 08:28:26.776155 [ 292 ] {} TCP-Session: 74ab9690-b397-41e5-b4e0-b646348bab5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776185 [ 290 ] {} TCP-Session: f89c6ff2-7779-4b40-b7e1-79ca2dabbe50 Authenticating user 'default' from [fd00:1122:3344:101::e]:38445 2026.03.19 08:28:26.776197 [ 291 ] {} TCP-Session: dd2efc0a-dbe8-4033-afad-e6c73dbef001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776202 [ 292 ] {} TCP-Session: 74ab9690-b397-41e5-b4e0-b646348bab5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776235 [ 291 ] {} TCP-Session: dd2efc0a-dbe8-4033-afad-e6c73dbef001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776229 [ 290 ] {} TCP-Session: f89c6ff2-7779-4b40-b7e1-79ca2dabbe50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776098 [ 288 ] {d01f2121-06cf-4fad-a2a8-7430808cce09} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:28:26.776291 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:26.776297 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:26.776328 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:26.776332 [ 294 ] {} TCP-Session: 6ace920c-3b6d-4bcc-adfe-66a4e2bfc21c Authenticating user 'default' from [fd00:1122:3344:101::e]:51094 2026.03.19 08:28:26.776352 [ 286 ] {} TCP-Session: a6af63d5-8b82-4857-8118-a9b29a84fdb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:37867 2026.03.19 08:28:26.776372 [ 293 ] {} TCP-Session: b31604e5-7c97-463e-a852-4de1709c12bf Authenticating user 'default' from [fd00:1122:3344:101::e]:51337 2026.03.19 08:28:26.776386 [ 286 ] {} TCP-Session: a6af63d5-8b82-4857-8118-a9b29a84fdb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776401 [ 293 ] {} TCP-Session: b31604e5-7c97-463e-a852-4de1709c12bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776413 [ 286 ] {} TCP-Session: a6af63d5-8b82-4857-8118-a9b29a84fdb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776426 [ 293 ] {} TCP-Session: b31604e5-7c97-463e-a852-4de1709c12bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776379 [ 294 ] {} TCP-Session: 6ace920c-3b6d-4bcc-adfe-66a4e2bfc21c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776281 [ 290 ] {} TCP-Session: f89c6ff2-7779-4b40-b7e1-79ca2dabbe50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776474 [ 294 ] {} TCP-Session: 6ace920c-3b6d-4bcc-adfe-66a4e2bfc21c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.776347 [ 288 ] {d01f2121-06cf-4fad-a2a8-7430808cce09} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:26.776786 [ 288 ] {d01f2121-06cf-4fad-a2a8-7430808cce09} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:28:26.777845 [ 314 ] {d01f2121-06cf-4fad-a2a8-7430808cce09} AggregatingTransform: Aggregating 2026.03.19 08:28:26.777886 [ 314 ] {d01f2121-06cf-4fad-a2a8-7430808cce09} Aggregator: Aggregation method: without_key 2026.03.19 08:28:26.777919 [ 314 ] {d01f2121-06cf-4fad-a2a8-7430808cce09} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00103173 sec. (969.246 rows/sec., 37.86 KiB/sec.) 2026.03.19 08:28:26.777934 [ 314 ] {d01f2121-06cf-4fad-a2a8-7430808cce09} Aggregator: Merging aggregated data 2026.03.19 08:28:26.779157 [ 288 ] {d01f2121-06cf-4fad-a2a8-7430808cce09} executeQuery: Read 1 rows, 40.00 B in 0.003398 sec., 294.2907592701589 rows/sec., 11.50 KiB/sec. 2026.03.19 08:28:26.779335 [ 288 ] {d01f2121-06cf-4fad-a2a8-7430808cce09} TCPHandler: Processed in 0.003814392 sec. 2026.03.19 08:28:26.779477 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:26.779506 [ 288 ] {} TCP-Session: f456a0b8-2f1e-4630-ba9a-a9b110738024 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.779511 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:26.779534 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:26.779555 [ 289 ] {} TCP-Session: a29abb1b-084f-4cb8-9fd3-b4430a0f390b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.779552 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:26.779572 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:26.779595 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:26.779623 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:26.779636 [ 293 ] {} TCP-Session: b31604e5-7c97-463e-a852-4de1709c12bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.779651 [ 3 ] {} TCP-Session: 895031d4-d569-4bb2-b85c-00793db24c06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.779660 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:26.779679 [ 291 ] {} TCP-Session: dd2efc0a-dbe8-4033-afad-e6c73dbef001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.779624 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:26.779717 [ 286 ] {} TCP-Session: a6af63d5-8b82-4857-8118-a9b29a84fdb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.779617 [ 292 ] {} TCP-Session: 74ab9690-b397-41e5-b4e0-b646348bab5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.779753 [ 294 ] {} TCP-Session: 6ace920c-3b6d-4bcc-adfe-66a4e2bfc21c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:26.779590 [ 290 ] {} TCP-Session: f89c6ff2-7779-4b40-b7e1-79ca2dabbe50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.794489 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:27.794706 [ 5 ] {e4a3c257-2d78-4b6e-98fa-d5e2d96e7f23} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:28:27.794790 [ 5 ] {e4a3c257-2d78-4b6e-98fa-d5e2d96e7f23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:28:27.795606 [ 5 ] {e4a3c257-2d78-4b6e-98fa-d5e2d96e7f23} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:27.795663 [ 5 ] {e4a3c257-2d78-4b6e-98fa-d5e2d96e7f23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:27.796096 [ 5 ] {e4a3c257-2d78-4b6e-98fa-d5e2d96e7f23} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:28:27.796341 [ 5 ] {e4a3c257-2d78-4b6e-98fa-d5e2d96e7f23} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:28:27.796517 [ 5 ] {e4a3c257-2d78-4b6e-98fa-d5e2d96e7f23} executeQuery: Read 4 rows, 334.00 B in 0.00187 sec., 2139.03743315508 rows/sec., 174.42 KiB/sec. 2026.03.19 08:28:27.796571 [ 5 ] {e4a3c257-2d78-4b6e-98fa-d5e2d96e7f23} TCPHandler: Processed in 0.002232465 sec. 2026.03.19 08:28:27.796708 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:27.796816 [ 5 ] {eca95d76-f57b-4a65-8813-1bd3bfa18676} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:27.796864 [ 5 ] {eca95d76-f57b-4a65-8813-1bd3bfa18676} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:27.797348 [ 5 ] {eca95d76-f57b-4a65-8813-1bd3bfa18676} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:27.797389 [ 5 ] {eca95d76-f57b-4a65-8813-1bd3bfa18676} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:27.797749 [ 5 ] {eca95d76-f57b-4a65-8813-1bd3bfa18676} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 08:28:27.797982 [ 5 ] {eca95d76-f57b-4a65-8813-1bd3bfa18676} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:27.798125 [ 5 ] {eca95d76-f57b-4a65-8813-1bd3bfa18676} executeQuery: Read 78 rows, 6.56 KiB in 0.001334 sec., 58470.76461769116 rows/sec., 4.80 MiB/sec. 2026.03.19 08:28:27.798169 [ 5 ] {eca95d76-f57b-4a65-8813-1bd3bfa18676} TCPHandler: Processed in 0.001514374 sec. 2026.03.19 08:28:27.798291 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:27.798394 [ 5 ] {a63054d6-48a5-44c8-9c80-2e0089000ab5} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:27.798439 [ 5 ] {a63054d6-48a5-44c8-9c80-2e0089000ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:27.798857 [ 5 ] {a63054d6-48a5-44c8-9c80-2e0089000ab5} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:27.798896 [ 5 ] {a63054d6-48a5-44c8-9c80-2e0089000ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:27.799209 [ 5 ] {a63054d6-48a5-44c8-9c80-2e0089000ab5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 08:28:27.799449 [ 5 ] {a63054d6-48a5-44c8-9c80-2e0089000ab5} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:28:27.799569 [ 144 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 08:28:27.799590 [ 5 ] {a63054d6-48a5-44c8-9c80-2e0089000ab5} executeQuery: Read 14 rows, 1.03 KiB in 0.001219 sec., 11484.823625922887 rows/sec., 845.98 KiB/sec. 2026.03.19 08:28:27.799633 [ 144 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:27.799646 [ 5 ] {a63054d6-48a5-44c8-9c80-2e0089000ab5} TCPHandler: Processed in 0.001405901 sec. 2026.03.19 08:28:27.799662 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:27.799759 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:27.799783 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::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.19 08:28:27.799861 [ 5 ] {2abcd53c-575e-4182-bc97-d63890d390b9} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:27.799905 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:27.799909 [ 5 ] {2abcd53c-575e-4182-bc97-d63890d390b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:27.799944 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 212 rows starting from the beginning of the part 2026.03.19 08:28:27.800038 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part 2026.03.19 08:28:27.800089 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 57 rows starting from the beginning of the part 2026.03.19 08:28:27.800135 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part 2026.03.19 08:28:27.800184 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part 2026.03.19 08:28:27.800245 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part 2026.03.19 08:28:27.800352 [ 5 ] {2abcd53c-575e-4182-bc97-d63890d390b9} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:27.800401 [ 5 ] {2abcd53c-575e-4182-bc97-d63890d390b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:27.800756 [ 5 ] {2abcd53c-575e-4182-bc97-d63890d390b9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 08:28:27.800991 [ 5 ] {2abcd53c-575e-4182-bc97-d63890d390b9} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:27.801129 [ 5 ] {2abcd53c-575e-4182-bc97-d63890d390b9} executeQuery: Read 78 rows, 6.24 KiB in 0.001288 sec., 60559.00621118012 rows/sec., 4.73 MiB/sec. 2026.03.19 08:28:27.801169 [ 5 ] {2abcd53c-575e-4182-bc97-d63890d390b9} TCPHandler: Processed in 0.001460013 sec. 2026.03.19 08:28:27.801245 [ 186 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 333 rows, containing 5 columns (5 merged, 0 gathered) in 0.001498334 sec., 222246.84215935832 rows/sec., 15.76 MiB/sec. 2026.03.19 08:28:27.801283 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:27.801391 [ 5 ] {ff9b2d4f-ad6e-472d-b748-50e9712be4d5} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:27.801447 [ 5 ] {ff9b2d4f-ad6e-472d-b748-50e9712be4d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:27.801470 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 08:28:27.801769 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_21_4} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:28:27.801853 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_21_4} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 08:28:27.801861 [ 5 ] {ff9b2d4f-ad6e-472d-b748-50e9712be4d5} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:27.801903 [ 5 ] {ff9b2d4f-ad6e-472d-b748-50e9712be4d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:27.801933 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 08:28:27.802268 [ 5 ] {ff9b2d4f-ad6e-472d-b748-50e9712be4d5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 08:28:27.802504 [ 5 ] {ff9b2d4f-ad6e-472d-b748-50e9712be4d5} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:27.802643 [ 5 ] {ff9b2d4f-ad6e-472d-b748-50e9712be4d5} executeQuery: Read 162 rows, 11.55 KiB in 0.001271 sec., 127458.69394177813 rows/sec., 8.88 MiB/sec. 2026.03.19 08:28:27.802682 [ 5 ] {ff9b2d4f-ad6e-472d-b748-50e9712be4d5} TCPHandler: Processed in 0.001448782 sec. 2026.03.19 08:28:27.802791 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:27.802886 [ 5 ] {e7e96bc0-70a3-4623-a956-ea196005686e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:27.802943 [ 5 ] {e7e96bc0-70a3-4623-a956-ea196005686e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:27.803723 [ 5 ] {e7e96bc0-70a3-4623-a956-ea196005686e} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:27.803761 [ 5 ] {e7e96bc0-70a3-4623-a956-ea196005686e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:27.804327 [ 5 ] {e7e96bc0-70a3-4623-a956-ea196005686e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 08:28:27.804575 [ 5 ] {e7e96bc0-70a3-4623-a956-ea196005686e} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:27.804730 [ 5 ] {e7e96bc0-70a3-4623-a956-ea196005686e} executeQuery: Read 10 rows, 18.35 KiB in 0.001863 sec., 5367.686527106816 rows/sec., 9.62 MiB/sec. 2026.03.19 08:28:27.804817 [ 5 ] {e7e96bc0-70a3-4623-a956-ea196005686e} TCPHandler: Processed in 0.002076251 sec. 2026.03.19 08:28:27.804935 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:27.805038 [ 5 ] {60f4cfb7-3a7a-4774-816d-6a31812ad821} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:27.805089 [ 5 ] {60f4cfb7-3a7a-4774-816d-6a31812ad821} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:27.805466 [ 5 ] {60f4cfb7-3a7a-4774-816d-6a31812ad821} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:27.805504 [ 5 ] {60f4cfb7-3a7a-4774-816d-6a31812ad821} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:27.805874 [ 5 ] {60f4cfb7-3a7a-4774-816d-6a31812ad821} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 08:28:27.806099 [ 5 ] {60f4cfb7-3a7a-4774-816d-6a31812ad821} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:27.806239 [ 5 ] {60f4cfb7-3a7a-4774-816d-6a31812ad821} executeQuery: Read 60 rows, 4.14 KiB in 0.00122 sec., 49180.32786885246 rows/sec., 3.31 MiB/sec. 2026.03.19 08:28:27.806277 [ 5 ] {60f4cfb7-3a7a-4774-816d-6a31812ad821} TCPHandler: Processed in 0.00139393 sec. 2026.03.19 08:28:27.851360 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53463 2026.03.19 08:28:27.851475 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:27.851508 [ 286 ] {} TCP-Session: 87ccdf8c-270d-404c-ab4b-6a537b02d0f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:53463 2026.03.19 08:28:27.851531 [ 286 ] {} TCP-Session: 87ccdf8c-270d-404c-ab4b-6a537b02d0f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.851544 [ 286 ] {} TCP-Session: 87ccdf8c-270d-404c-ab4b-6a537b02d0f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.851739 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54983 2026.03.19 08:28:27.851803 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44631 2026.03.19 08:28:27.851832 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61862 2026.03.19 08:28:27.851851 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:27.851853 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50641 2026.03.19 08:28:27.851905 [ 287 ] {} TCP-Session: cc9f1786-6caa-4920-be53-bf8d77a07da2 Authenticating user 'default' from [fd00:1122:3344:101::e]:54983 2026.03.19 08:28:27.851923 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:27.851920 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:27.851948 [ 287 ] {} TCP-Session: cc9f1786-6caa-4920-be53-bf8d77a07da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.851961 [ 292 ] {} TCP-Session: 9d8fba0b-a4fc-40fb-94b4-b465de2c43e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:61862 2026.03.19 08:28:27.851972 [ 288 ] {} TCP-Session: 79394301-d15c-47a6-a4f5-acb2b5416c7a Authenticating user 'default' from [fd00:1122:3344:101::e]:44631 2026.03.19 08:28:27.851974 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:27.852006 [ 288 ] {} TCP-Session: 79394301-d15c-47a6-a4f5-acb2b5416c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852001 [ 292 ] {} TCP-Session: 9d8fba0b-a4fc-40fb-94b4-b465de2c43e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852024 [ 294 ] {} TCP-Session: c6829a9e-8562-4032-a488-36b200fa4c3a Authenticating user 'default' from [fd00:1122:3344:101::e]:50641 2026.03.19 08:28:27.852036 [ 292 ] {} TCP-Session: 9d8fba0b-a4fc-40fb-94b4-b465de2c43e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852030 [ 288 ] {} TCP-Session: 79394301-d15c-47a6-a4f5-acb2b5416c7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852055 [ 294 ] {} TCP-Session: c6829a9e-8562-4032-a488-36b200fa4c3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.851981 [ 287 ] {} TCP-Session: cc9f1786-6caa-4920-be53-bf8d77a07da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852089 [ 294 ] {} TCP-Session: c6829a9e-8562-4032-a488-36b200fa4c3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.851892 [ 286 ] {} TCP-Session: 87ccdf8c-270d-404c-ab4b-6a537b02d0f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:27.851844 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48073 2026.03.19 08:28:27.851823 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64994 2026.03.19 08:28:27.851812 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57181 2026.03.19 08:28:27.851812 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57932 2026.03.19 08:28:27.852272 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:27.852276 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:27.852307 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:27.852314 [ 293 ] {} TCP-Session: 4eda5539-6e93-42ac-ae5e-12586b6df5f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:48073 2026.03.19 08:28:27.852327 [ 291 ] {} TCP-Session: a00bfd7f-0f45-49b4-8699-6df941acb189 Authenticating user 'default' from [fd00:1122:3344:101::e]:64994 2026.03.19 08:28:27.852338 [ 289 ] {} TCP-Session: dc6df060-227f-44e2-833f-3c81454b9b61 Authenticating user 'default' from [fd00:1122:3344:101::e]:57181 2026.03.19 08:28:27.852347 [ 293 ] {} TCP-Session: 4eda5539-6e93-42ac-ae5e-12586b6df5f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852359 [ 291 ] {} TCP-Session: a00bfd7f-0f45-49b4-8699-6df941acb189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852370 [ 289 ] {} TCP-Session: dc6df060-227f-44e2-833f-3c81454b9b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852374 [ 293 ] {} TCP-Session: 4eda5539-6e93-42ac-ae5e-12586b6df5f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852399 [ 289 ] {} TCP-Session: dc6df060-227f-44e2-833f-3c81454b9b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852388 [ 291 ] {} TCP-Session: a00bfd7f-0f45-49b4-8699-6df941acb189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852334 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:27.852371 [ 286 ] {7da32bb4-d51a-4795-a438-9835cfb07781} executeQuery: (from [fd00:1122:3344:101::e]:53463) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:28:27.852487 [ 290 ] {} TCP-Session: 1dcd9e62-ef18-44f4-ab81-f12b8d096a3b Authenticating user 'default' from [fd00:1122:3344:101::e]:57932 2026.03.19 08:28:27.852513 [ 290 ] {} TCP-Session: 1dcd9e62-ef18-44f4-ab81-f12b8d096a3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852526 [ 290 ] {} TCP-Session: 1dcd9e62-ef18-44f4-ab81-f12b8d096a3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.852760 [ 286 ] {7da32bb4-d51a-4795-a438-9835cfb07781} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:28:27.852830 [ 286 ] {7da32bb4-d51a-4795-a438-9835cfb07781} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:27.853111 [ 286 ] {7da32bb4-d51a-4795-a438-9835cfb07781} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:28:27.854114 [ 304 ] {7da32bb4-d51a-4795-a438-9835cfb07781} AggregatingTransform: Aggregating 2026.03.19 08:28:27.854167 [ 304 ] {7da32bb4-d51a-4795-a438-9835cfb07781} Aggregator: Aggregation method: without_key 2026.03.19 08:28:27.854204 [ 304 ] {7da32bb4-d51a-4795-a438-9835cfb07781} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000992879 sec. (1007.172 rows/sec., 39.34 KiB/sec.) 2026.03.19 08:28:27.854223 [ 304 ] {7da32bb4-d51a-4795-a438-9835cfb07781} Aggregator: Merging aggregated data 2026.03.19 08:28:27.855599 [ 286 ] {7da32bb4-d51a-4795-a438-9835cfb07781} executeQuery: Read 1 rows, 40.00 B in 0.003317 sec., 301.4772384684956 rows/sec., 11.78 KiB/sec. 2026.03.19 08:28:27.855748 [ 286 ] {7da32bb4-d51a-4795-a438-9835cfb07781} TCPHandler: Processed in 0.003980607 sec. 2026.03.19 08:28:27.855852 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:27.855886 [ 286 ] {} TCP-Session: 87ccdf8c-270d-404c-ab4b-6a537b02d0f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.855890 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:27.855914 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:27.855937 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:27.855946 [ 287 ] {} TCP-Session: cc9f1786-6caa-4920-be53-bf8d77a07da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.855953 [ 291 ] {} TCP-Session: a00bfd7f-0f45-49b4-8699-6df941acb189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.855977 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:27.855987 [ 294 ] {} TCP-Session: c6829a9e-8562-4032-a488-36b200fa4c3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.856003 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:27.856023 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:27.856062 [ 290 ] {} TCP-Session: 1dcd9e62-ef18-44f4-ab81-f12b8d096a3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.856063 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:27.856086 [ 292 ] {} TCP-Session: 9d8fba0b-a4fc-40fb-94b4-b465de2c43e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.856032 [ 288 ] {} TCP-Session: 79394301-d15c-47a6-a4f5-acb2b5416c7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.856136 [ 293 ] {} TCP-Session: 4eda5539-6e93-42ac-ae5e-12586b6df5f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.855959 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:27.856195 [ 289 ] {} TCP-Session: dc6df060-227f-44e2-833f-3c81454b9b61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:27.878505 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8159 2026.03.19 08:28:27.878981 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:27.879031 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:27.879546 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 08:28:27.879785 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:28:27.879943 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8159 2026.03.19 08:28:28.330145 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2026.03.19 08:28:28.347822 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:28.347886 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:28.354572 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 08:28:28.355436 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:28:28.360166 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2026.03.19 08:28:28.963580 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53587 2026.03.19 08:28:28.963699 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:28.963725 [ 286 ] {} TCP-Session: 5e5182d6-cf39-44d3-8434-6363603d3cd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:53587 2026.03.19 08:28:28.963748 [ 286 ] {} TCP-Session: 5e5182d6-cf39-44d3-8434-6363603d3cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.963762 [ 286 ] {} TCP-Session: 5e5182d6-cf39-44d3-8434-6363603d3cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.963940 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32895 2026.03.19 08:28:28.963980 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49007 2026.03.19 08:28:28.963996 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44191 2026.03.19 08:28:28.964034 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37371 2026.03.19 08:28:28.964052 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54735 2026.03.19 08:28:28.964086 [ 286 ] {} TCP-Session: 5e5182d6-cf39-44d3-8434-6363603d3cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:28.964107 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:28.964125 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:28.964141 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:28.964176 [ 289 ] {} TCP-Session: 328d2730-f106-493c-bf0f-b2a96ef9b8e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:44191 2026.03.19 08:28:28.964161 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:28.964206 [ 292 ] {} TCP-Session: 2cc16fe4-a4b0-4a5e-b68b-e27d5fd37498 Authenticating user 'default' from [fd00:1122:3344:101::e]:37371 2026.03.19 08:28:28.964217 [ 289 ] {} TCP-Session: 328d2730-f106-493c-bf0f-b2a96ef9b8e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964236 [ 294 ] {} TCP-Session: 4b190f00-1702-4c6e-b0ea-36510065e7d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54735 2026.03.19 08:28:28.964256 [ 289 ] {} TCP-Session: 328d2730-f106-493c-bf0f-b2a96ef9b8e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964254 [ 292 ] {} TCP-Session: 2cc16fe4-a4b0-4a5e-b68b-e27d5fd37498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964275 [ 294 ] {} TCP-Session: 4b190f00-1702-4c6e-b0ea-36510065e7d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964300 [ 292 ] {} TCP-Session: 2cc16fe4-a4b0-4a5e-b68b-e27d5fd37498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964313 [ 294 ] {} TCP-Session: 4b190f00-1702-4c6e-b0ea-36510065e7d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964275 [ 286 ] {8d5129f0-0760-4825-92a4-8852ceca9757} executeQuery: (from [fd00:1122:3344:101::e]:53587) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:28:28.964159 [ 288 ] {} TCP-Session: ce67d1f5-6508-422b-9337-b020e83827ee Authenticating user 'default' from [fd00:1122:3344:101::e]:49007 2026.03.19 08:28:28.964070 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:28.964404 [ 288 ] {} TCP-Session: ce67d1f5-6508-422b-9337-b020e83827ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964020 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58685 2026.03.19 08:28:28.964441 [ 288 ] {} TCP-Session: ce67d1f5-6508-422b-9337-b020e83827ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964432 [ 287 ] {} TCP-Session: ca0a1eb3-ee7b-4ed8-b0e6-08f3604a70d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:32895 2026.03.19 08:28:28.964005 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59917 2026.03.19 08:28:28.964513 [ 287 ] {} TCP-Session: ca0a1eb3-ee7b-4ed8-b0e6-08f3604a70d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964512 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:28.964546 [ 287 ] {} TCP-Session: ca0a1eb3-ee7b-4ed8-b0e6-08f3604a70d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964043 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38375 2026.03.19 08:28:28.964569 [ 291 ] {} TCP-Session: 92c19340-be50-4956-9268-9b2292f63cf4 Authenticating user 'default' from [fd00:1122:3344:101::e]:58685 2026.03.19 08:28:28.964600 [ 286 ] {8d5129f0-0760-4825-92a4-8852ceca9757} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:28:28.964619 [ 291 ] {} TCP-Session: 92c19340-be50-4956-9268-9b2292f63cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964577 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:28.964648 [ 291 ] {} TCP-Session: 92c19340-be50-4956-9268-9b2292f63cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964668 [ 286 ] {8d5129f0-0760-4825-92a4-8852ceca9757} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:28:28.964677 [ 290 ] {} TCP-Session: aaacada9-6afb-459f-8072-6e65a441d046 Authenticating user 'default' from [fd00:1122:3344:101::e]:59917 2026.03.19 08:28:28.964702 [ 290 ] {} TCP-Session: aaacada9-6afb-459f-8072-6e65a441d046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964715 [ 290 ] {} TCP-Session: aaacada9-6afb-459f-8072-6e65a441d046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964746 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:28:28.964777 [ 293 ] {} TCP-Session: 32e58635-6851-46d6-b2e3-b5e67dd2c4e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:38375 2026.03.19 08:28:28.964794 [ 293 ] {} TCP-Session: 32e58635-6851-46d6-b2e3-b5e67dd2c4e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964806 [ 293 ] {} TCP-Session: 32e58635-6851-46d6-b2e3-b5e67dd2c4e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.964959 [ 286 ] {8d5129f0-0760-4825-92a4-8852ceca9757} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:28:28.965891 [ 333 ] {8d5129f0-0760-4825-92a4-8852ceca9757} AggregatingTransform: Aggregating 2026.03.19 08:28:28.965932 [ 333 ] {8d5129f0-0760-4825-92a4-8852ceca9757} Aggregator: Aggregation method: without_key 2026.03.19 08:28:28.965970 [ 333 ] {8d5129f0-0760-4825-92a4-8852ceca9757} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000906297 sec. (1103.391 rows/sec., 43.10 KiB/sec.) 2026.03.19 08:28:28.965988 [ 333 ] {8d5129f0-0760-4825-92a4-8852ceca9757} Aggregator: Merging aggregated data 2026.03.19 08:28:28.967211 [ 286 ] {8d5129f0-0760-4825-92a4-8852ceca9757} executeQuery: Read 1 rows, 40.00 B in 0.002993 sec., 334.1129301703976 rows/sec., 13.05 KiB/sec. 2026.03.19 08:28:28.967352 [ 286 ] {8d5129f0-0760-4825-92a4-8852ceca9757} TCPHandler: Processed in 0.003392629 sec. 2026.03.19 08:28:28.967490 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:28.967526 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:28.967528 [ 286 ] {} TCP-Session: 5e5182d6-cf39-44d3-8434-6363603d3cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.967546 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:28.967575 [ 291 ] {} TCP-Session: 92c19340-be50-4956-9268-9b2292f63cf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.967566 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:28.967596 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:28.967618 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:28.967641 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:28.967652 [ 292 ] {} TCP-Session: 2cc16fe4-a4b0-4a5e-b68b-e27d5fd37498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.967661 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:28.967684 [ 290 ] {} TCP-Session: aaacada9-6afb-459f-8072-6e65a441d046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.967673 [ 294 ] {} TCP-Session: 4b190f00-1702-4c6e-b0ea-36510065e7d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.967725 [ 293 ] {} TCP-Session: 32e58635-6851-46d6-b2e3-b5e67dd2c4e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.967633 [ 288 ] {} TCP-Session: ce67d1f5-6508-422b-9337-b020e83827ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.967604 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:28:28.967599 [ 287 ] {} TCP-Session: ca0a1eb3-ee7b-4ed8-b0e6-08f3604a70d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:28.967815 [ 289 ] {} TCP-Session: 328d2730-f106-493c-bf0f-b2a96ef9b8e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:28:30.410519 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 564 2026.03.19 08:28:30.412870 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:30.412931 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:30.414194 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:28:30.414493 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:28:30.414859 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 564 2026.03.19 08:28:32.795756 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:32.795984 [ 5 ] {200445da-aa63-4474-8cf4-38b2c4aeefec} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:32.796062 [ 5 ] {200445da-aa63-4474-8cf4-38b2c4aeefec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:32.796830 [ 5 ] {200445da-aa63-4474-8cf4-38b2c4aeefec} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:32.796869 [ 5 ] {200445da-aa63-4474-8cf4-38b2c4aeefec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:32.797278 [ 5 ] {200445da-aa63-4474-8cf4-38b2c4aeefec} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 08:28:32.797503 [ 5 ] {200445da-aa63-4474-8cf4-38b2c4aeefec} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:32.797657 [ 5 ] {200445da-aa63-4474-8cf4-38b2c4aeefec} executeQuery: Read 116 rows, 10.09 KiB in 0.00173 sec., 67052.02312138729 rows/sec., 5.70 MiB/sec. 2026.03.19 08:28:32.797699 [ 5 ] {200445da-aa63-4474-8cf4-38b2c4aeefec} TCPHandler: Processed in 0.002098112 sec. 2026.03.19 08:28:32.797832 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:32.797928 [ 5 ] {0317f521-d0bb-4db8-a85b-248b45c33ae4} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:32.797970 [ 5 ] {0317f521-d0bb-4db8-a85b-248b45c33ae4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:32.798401 [ 5 ] {0317f521-d0bb-4db8-a85b-248b45c33ae4} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:32.798436 [ 5 ] {0317f521-d0bb-4db8-a85b-248b45c33ae4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:32.798738 [ 5 ] {0317f521-d0bb-4db8-a85b-248b45c33ae4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 08:28:32.798955 [ 5 ] {0317f521-d0bb-4db8-a85b-248b45c33ae4} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): 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.19 08:28:32.799085 [ 5 ] {0317f521-d0bb-4db8-a85b-248b45c33ae4} executeQuery: Read 30 rows, 2.26 KiB in 0.001177 sec., 25488.530161427356 rows/sec., 1.87 MiB/sec. 2026.03.19 08:28:32.799122 [ 5 ] {0317f521-d0bb-4db8-a85b-248b45c33ae4} TCPHandler: Processed in 0.001341459 sec. 2026.03.19 08:28:32.799236 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:32.799330 [ 5 ] {2e2cdbc9-3154-47d4-97f4-03aef762a2cf} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:32.799370 [ 5 ] {2e2cdbc9-3154-47d4-97f4-03aef762a2cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:32.799802 [ 5 ] {2e2cdbc9-3154-47d4-97f4-03aef762a2cf} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:32.799837 [ 5 ] {2e2cdbc9-3154-47d4-97f4-03aef762a2cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:32.800155 [ 5 ] {2e2cdbc9-3154-47d4-97f4-03aef762a2cf} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 08:28:32.800366 [ 5 ] {2e2cdbc9-3154-47d4-97f4-03aef762a2cf} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:32.800496 [ 5 ] {2e2cdbc9-3154-47d4-97f4-03aef762a2cf} executeQuery: Read 94 rows, 7.52 KiB in 0.001185 sec., 79324.89451476793 rows/sec., 6.20 MiB/sec. 2026.03.19 08:28:32.800533 [ 5 ] {2e2cdbc9-3154-47d4-97f4-03aef762a2cf} TCPHandler: Processed in 0.001345419 sec. 2026.03.19 08:28:32.800653 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:32.800747 [ 5 ] {a3c176c2-66df-4e9d-afea-e10b30e05cbd} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:32.800791 [ 5 ] {a3c176c2-66df-4e9d-afea-e10b30e05cbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:32.801209 [ 5 ] {a3c176c2-66df-4e9d-afea-e10b30e05cbd} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:32.801244 [ 5 ] {a3c176c2-66df-4e9d-afea-e10b30e05cbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:32.801571 [ 5 ] {a3c176c2-66df-4e9d-afea-e10b30e05cbd} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 08:28:32.801777 [ 5 ] {a3c176c2-66df-4e9d-afea-e10b30e05cbd} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:32.801904 [ 5 ] {a3c176c2-66df-4e9d-afea-e10b30e05cbd} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.03.19 08:28:32.801941 [ 5 ] {a3c176c2-66df-4e9d-afea-e10b30e05cbd} TCPHandler: Processed in 0.001336409 sec. 2026.03.19 08:28:32.802043 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:32.802135 [ 5 ] {a2b75d80-7c82-4c95-bf6b-2acfd7d9f09a} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:32.802193 [ 5 ] {a2b75d80-7c82-4c95-bf6b-2acfd7d9f09a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:32.803011 [ 5 ] {a2b75d80-7c82-4c95-bf6b-2acfd7d9f09a} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:32.803045 [ 5 ] {a2b75d80-7c82-4c95-bf6b-2acfd7d9f09a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:32.803598 [ 5 ] {a2b75d80-7c82-4c95-bf6b-2acfd7d9f09a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 08:28:32.803835 [ 5 ] {a2b75d80-7c82-4c95-bf6b-2acfd7d9f09a} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:32.803969 [ 5 ] {a2b75d80-7c82-4c95-bf6b-2acfd7d9f09a} executeQuery: Read 30 rows, 55.05 KiB in 0.001852 sec., 16198.704103671707 rows/sec., 29.03 MiB/sec. 2026.03.19 08:28:32.804021 [ 5 ] {a2b75d80-7c82-4c95-bf6b-2acfd7d9f09a} TCPHandler: Processed in 0.0020258 sec. 2026.03.19 08:28:32.804125 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:32.804219 [ 5 ] {cb2ea9ed-a90f-4880-990e-629529bfa813} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:32.804261 [ 5 ] {cb2ea9ed-a90f-4880-990e-629529bfa813} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:32.804675 [ 5 ] {cb2ea9ed-a90f-4880-990e-629529bfa813} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:32.804717 [ 5 ] {cb2ea9ed-a90f-4880-990e-629529bfa813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:32.805040 [ 5 ] {cb2ea9ed-a90f-4880-990e-629529bfa813} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 08:28:32.805263 [ 5 ] {cb2ea9ed-a90f-4880-990e-629529bfa813} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:32.805389 [ 5 ] {cb2ea9ed-a90f-4880-990e-629529bfa813} executeQuery: Read 60 rows, 4.14 KiB in 0.001188 sec., 50505.0505050505 rows/sec., 3.40 MiB/sec. 2026.03.19 08:28:32.805423 [ 5 ] {cb2ea9ed-a90f-4880-990e-629529bfa813} TCPHandler: Processed in 0.00134555 sec. 2026.03.19 08:28:35.284880 [ 135 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:28:35.284927 [ 135 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:28:35.380040 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8671 2026.03.19 08:28:35.380614 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:35.380669 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:35.381159 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 08:28:35.381402 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:28:35.381550 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8671 2026.03.19 08:28:35.860266 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2026.03.19 08:28:35.875492 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:35.875537 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:35.881288 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 08:28:35.882008 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:28:35.884661 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.03.19 08:28:37.794047 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:37.794248 [ 5 ] {8fe12429-f37b-41c5-95f2-c229bdc2a705} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:37.794326 [ 5 ] {8fe12429-f37b-41c5-95f2-c229bdc2a705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:37.795030 [ 5 ] {8fe12429-f37b-41c5-95f2-c229bdc2a705} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:37.795077 [ 5 ] {8fe12429-f37b-41c5-95f2-c229bdc2a705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:37.795477 [ 5 ] {8fe12429-f37b-41c5-95f2-c229bdc2a705} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 08:28:37.795703 [ 5 ] {8fe12429-f37b-41c5-95f2-c229bdc2a705} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:37.795864 [ 5 ] {8fe12429-f37b-41c5-95f2-c229bdc2a705} executeQuery: Read 76 rows, 6.41 KiB in 0.001672 sec., 45454.54545454545 rows/sec., 3.75 MiB/sec. 2026.03.19 08:28:37.795905 [ 5 ] {8fe12429-f37b-41c5-95f2-c229bdc2a705} TCPHandler: Processed in 0.002004278 sec. 2026.03.19 08:28:37.796032 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:37.796125 [ 5 ] {8bb63073-384a-4321-9400-fc2430f70a06} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:37.796167 [ 5 ] {8bb63073-384a-4321-9400-fc2430f70a06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:37.796573 [ 5 ] {8bb63073-384a-4321-9400-fc2430f70a06} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:37.796608 [ 5 ] {8bb63073-384a-4321-9400-fc2430f70a06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:37.796904 [ 5 ] {8bb63073-384a-4321-9400-fc2430f70a06} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 08:28:37.797120 [ 5 ] {8bb63073-384a-4321-9400-fc2430f70a06} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:37.797249 [ 5 ] {8bb63073-384a-4321-9400-fc2430f70a06} executeQuery: Read 10 rows, 770.00 B in 0.001142 sec., 8756.567425569177 rows/sec., 658.45 KiB/sec. 2026.03.19 08:28:37.797286 [ 5 ] {8bb63073-384a-4321-9400-fc2430f70a06} TCPHandler: Processed in 0.001303158 sec. 2026.03.19 08:28:37.797399 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:37.797491 [ 5 ] {b9a3fa03-f736-41de-b921-fced422c25cd} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:37.797531 [ 5 ] {b9a3fa03-f736-41de-b921-fced422c25cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:37.797946 [ 5 ] {b9a3fa03-f736-41de-b921-fced422c25cd} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:37.797981 [ 5 ] {b9a3fa03-f736-41de-b921-fced422c25cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:37.798281 [ 5 ] {b9a3fa03-f736-41de-b921-fced422c25cd} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 08:28:37.798502 [ 5 ] {b9a3fa03-f736-41de-b921-fced422c25cd} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:37.798632 [ 5 ] {b9a3fa03-f736-41de-b921-fced422c25cd} executeQuery: Read 74 rows, 5.92 KiB in 0.001159 sec., 63848.14495254529 rows/sec., 4.98 MiB/sec. 2026.03.19 08:28:37.798669 [ 5 ] {b9a3fa03-f736-41de-b921-fced422c25cd} TCPHandler: Processed in 0.001318738 sec. 2026.03.19 08:28:37.798782 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:37.798875 [ 5 ] {d2ca0c80-30f4-482a-b11c-ddbd37be7fdc} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:37.798918 [ 5 ] {d2ca0c80-30f4-482a-b11c-ddbd37be7fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:37.799337 [ 5 ] {d2ca0c80-30f4-482a-b11c-ddbd37be7fdc} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:37.799371 [ 5 ] {d2ca0c80-30f4-482a-b11c-ddbd37be7fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:37.799702 [ 5 ] {d2ca0c80-30f4-482a-b11c-ddbd37be7fdc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 08:28:37.799917 [ 5 ] {d2ca0c80-30f4-482a-b11c-ddbd37be7fdc} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:37.800049 [ 5 ] {d2ca0c80-30f4-482a-b11c-ddbd37be7fdc} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.03.19 08:28:37.800086 [ 5 ] {d2ca0c80-30f4-482a-b11c-ddbd37be7fdc} TCPHandler: Processed in 0.00135119 sec. 2026.03.19 08:28:37.800199 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:37.800292 [ 5 ] {c94d902e-fcfe-40dd-9598-fe579ff62600} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:37.800347 [ 5 ] {c94d902e-fcfe-40dd-9598-fe579ff62600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:37.801108 [ 5 ] {c94d902e-fcfe-40dd-9598-fe579ff62600} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:37.801144 [ 5 ] {c94d902e-fcfe-40dd-9598-fe579ff62600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:37.801671 [ 5 ] {c94d902e-fcfe-40dd-9598-fe579ff62600} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 08:28:37.801897 [ 5 ] {c94d902e-fcfe-40dd-9598-fe579ff62600} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:37.802033 [ 5 ] {c94d902e-fcfe-40dd-9598-fe579ff62600} executeQuery: Read 10 rows, 18.35 KiB in 0.001759 sec., 5685.048322910745 rows/sec., 10.19 MiB/sec. 2026.03.19 08:28:37.802087 [ 5 ] {c94d902e-fcfe-40dd-9598-fe579ff62600} TCPHandler: Processed in 0.001934796 sec. 2026.03.19 08:28:37.802203 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:37.802295 [ 5 ] {fa0a8878-a5e4-4289-b0ee-2d5314f9cb36} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:37.802337 [ 5 ] {fa0a8878-a5e4-4289-b0ee-2d5314f9cb36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:37.802679 [ 5 ] {fa0a8878-a5e4-4289-b0ee-2d5314f9cb36} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:37.802714 [ 5 ] {fa0a8878-a5e4-4289-b0ee-2d5314f9cb36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:37.803020 [ 5 ] {fa0a8878-a5e4-4289-b0ee-2d5314f9cb36} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 08:28:37.803244 [ 5 ] {fa0a8878-a5e4-4289-b0ee-2d5314f9cb36} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:37.803379 [ 5 ] {fa0a8878-a5e4-4289-b0ee-2d5314f9cb36} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.03.19 08:28:37.803415 [ 5 ] {fa0a8878-a5e4-4289-b0ee-2d5314f9cb36} TCPHandler: Processed in 0.001261477 sec. 2026.03.19 08:28:38.490258 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:38.490523 [ 5 ] {5a065278-3bb6-4880-8fde-7c0e58b3e573} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:28:38.490624 [ 5 ] {5a065278-3bb6-4880-8fde-7c0e58b3e573} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:28:38.491387 [ 5 ] {5a065278-3bb6-4880-8fde-7c0e58b3e573} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.491433 [ 5 ] {5a065278-3bb6-4880-8fde-7c0e58b3e573} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.491841 [ 5 ] {5a065278-3bb6-4880-8fde-7c0e58b3e573} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:28:38.492072 [ 5 ] {5a065278-3bb6-4880-8fde-7c0e58b3e573} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:28:38.492242 [ 5 ] {5a065278-3bb6-4880-8fde-7c0e58b3e573} executeQuery: Read 24 rows, 2.04 KiB in 0.001793 sec., 13385.387618516452 rows/sec., 1.11 MiB/sec. 2026.03.19 08:28:38.492292 [ 5 ] {5a065278-3bb6-4880-8fde-7c0e58b3e573} TCPHandler: Processed in 0.002210075 sec. 2026.03.19 08:28:38.492416 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:38.492517 [ 5 ] {3333d793-5c28-46d6-bfa9-a6444c9c5fdb} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:28:38.492562 [ 5 ] {3333d793-5c28-46d6-bfa9-a6444c9c5fdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:28:38.492979 [ 5 ] {3333d793-5c28-46d6-bfa9-a6444c9c5fdb} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.493015 [ 5 ] {3333d793-5c28-46d6-bfa9-a6444c9c5fdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.493321 [ 5 ] {3333d793-5c28-46d6-bfa9-a6444c9c5fdb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:28:38.493531 [ 5 ] {3333d793-5c28-46d6-bfa9-a6444c9c5fdb} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:28:38.493666 [ 5 ] {3333d793-5c28-46d6-bfa9-a6444c9c5fdb} executeQuery: Read 8 rows, 668.00 B in 0.001172 sec., 6825.938566552901 rows/sec., 556.61 KiB/sec. 2026.03.19 08:28:38.493704 [ 5 ] {3333d793-5c28-46d6-bfa9-a6444c9c5fdb} TCPHandler: Processed in 0.001339579 sec. 2026.03.19 08:28:38.493807 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:38.493901 [ 5 ] {bf7a61c0-2f77-4dcf-a7bd-e93ec43230f7} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:38.493943 [ 5 ] {bf7a61c0-2f77-4dcf-a7bd-e93ec43230f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:38.495256 [ 5 ] {bf7a61c0-2f77-4dcf-a7bd-e93ec43230f7} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.495293 [ 5 ] {bf7a61c0-2f77-4dcf-a7bd-e93ec43230f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.495767 [ 5 ] {bf7a61c0-2f77-4dcf-a7bd-e93ec43230f7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 08:28:38.495997 [ 5 ] {bf7a61c0-2f77-4dcf-a7bd-e93ec43230f7} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:38.496113 [ 132 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 08:28:38.496136 [ 5 ] {bf7a61c0-2f77-4dcf-a7bd-e93ec43230f7} executeQuery: Read 2098 rows, 164.86 KiB in 0.002253 sec., 931202.840656902 rows/sec., 71.46 MiB/sec. 2026.03.19 08:28:38.496185 [ 132 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.496196 [ 5 ] {bf7a61c0-2f77-4dcf-a7bd-e93ec43230f7} TCPHandler: Processed in 0.002437621 sec. 2026.03.19 08:28:38.496218 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.496313 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:38.496360 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 08:28:38.496412 [ 5 ] {60cf1fc9-1016-4fd9-aed8-378395c0c51e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:38.496459 [ 5 ] {60cf1fc9-1016-4fd9-aed8-378395c0c51e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:38.496522 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:38.496564 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2892 rows starting from the beginning of the part 2026.03.19 08:28:38.496638 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 116 rows starting from the beginning of the part 2026.03.19 08:28:38.496688 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 78 rows starting from the beginning of the part 2026.03.19 08:28:38.496735 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 116 rows starting from the beginning of the part 2026.03.19 08:28:38.496778 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 76 rows starting from the beginning of the part 2026.03.19 08:28:38.496824 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2098 rows starting from the beginning of the part 2026.03.19 08:28:38.496888 [ 5 ] {60cf1fc9-1016-4fd9-aed8-378395c0c51e} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.496931 [ 5 ] {60cf1fc9-1016-4fd9-aed8-378395c0c51e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.497270 [ 5 ] {60cf1fc9-1016-4fd9-aed8-378395c0c51e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 08:28:38.497490 [ 5 ] {60cf1fc9-1016-4fd9-aed8-378395c0c51e} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:38.497633 [ 5 ] {60cf1fc9-1016-4fd9-aed8-378395c0c51e} executeQuery: Read 61 rows, 4.60 KiB in 0.00124 sec., 49193.54838709677 rows/sec., 3.62 MiB/sec. 2026.03.19 08:28:38.497672 [ 5 ] {60cf1fc9-1016-4fd9-aed8-378395c0c51e} TCPHandler: Processed in 0.001408402 sec. 2026.03.19 08:28:38.497775 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:38.497869 [ 5 ] {512b23d0-c43f-4420-8390-125295eab62c} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:28:38.497910 [ 5 ] {512b23d0-c43f-4420-8390-125295eab62c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:28:38.498514 [ 5 ] {512b23d0-c43f-4420-8390-125295eab62c} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.498550 [ 5 ] {512b23d0-c43f-4420-8390-125295eab62c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.498958 [ 5 ] {512b23d0-c43f-4420-8390-125295eab62c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:28:38.499175 [ 5 ] {512b23d0-c43f-4420-8390-125295eab62c} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:28:38.499257 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5376 rows, containing 5 columns (5 merged, 0 gathered) in 0.002964977 sec., 1813167.5220414863 rows/sec., 147.41 MiB/sec. 2026.03.19 08:28:38.499307 [ 5 ] {512b23d0-c43f-4420-8390-125295eab62c} executeQuery: Read 732 rows, 44.33 KiB in 0.001456 sec., 502747.25274725276 rows/sec., 29.73 MiB/sec. 2026.03.19 08:28:38.499354 [ 5 ] {512b23d0-c43f-4420-8390-125295eab62c} TCPHandler: Processed in 0.001628398 sec. 2026.03.19 08:28:38.499468 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:38.499562 [ 5 ] {3d20c5ea-ae20-44d5-aad9-5c4d37a368e6} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:38.499570 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 08:28:38.499607 [ 5 ] {3d20c5ea-ae20-44d5-aad9-5c4d37a368e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 08:28:38.499879 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:38.499962 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_26_5} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 08:28:38.499995 [ 5 ] {3d20c5ea-ae20-44d5-aad9-5c4d37a368e6} oximeter.fields_u64 (8ca891c3-d9f4-4d8b-a391-4797ea8bd784): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.500038 [ 5 ] {3d20c5ea-ae20-44d5-aad9-5c4d37a368e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.500085 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.03.19 08:28:38.500344 [ 5 ] {3d20c5ea-ae20-44d5-aad9-5c4d37a368e6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.19 08:28:38.500566 [ 5 ] {3d20c5ea-ae20-44d5-aad9-5c4d37a368e6} oximeter.fields_u64 (8ca891c3-d9f4-4d8b-a391-4797ea8bd784): 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.19 08:28:38.500694 [ 5 ] {3d20c5ea-ae20-44d5-aad9-5c4d37a368e6} executeQuery: Read 1 rows, 72.00 B in 0.00115 sec., 869.5652173913044 rows/sec., 61.14 KiB/sec. 2026.03.19 08:28:38.500733 [ 5 ] {3d20c5ea-ae20-44d5-aad9-5c4d37a368e6} TCPHandler: Processed in 0.001313848 sec. 2026.03.19 08:28:38.500836 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:38.500959 [ 5 ] {c6ba6615-2f83-46f7-9d66-0386c4c775f2} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:28:38.501000 [ 5 ] {c6ba6615-2f83-46f7-9d66-0386c4c775f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:28:38.501391 [ 5 ] {c6ba6615-2f83-46f7-9d66-0386c4c775f2} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.501428 [ 5 ] {c6ba6615-2f83-46f7-9d66-0386c4c775f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.501737 [ 5 ] {c6ba6615-2f83-46f7-9d66-0386c4c775f2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:28:38.501948 [ 5 ] {c6ba6615-2f83-46f7-9d66-0386c4c775f2} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:28:38.502081 [ 5 ] {c6ba6615-2f83-46f7-9d66-0386c4c775f2} executeQuery: Read 12 rows, 960.00 B in 0.00114 sec., 10526.315789473685 rows/sec., 822.37 KiB/sec. 2026.03.19 08:28:38.502120 [ 5 ] {c6ba6615-2f83-46f7-9d66-0386c4c775f2} TCPHandler: Processed in 0.001333079 sec. 2026.03.19 08:28:38.502231 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:38.502325 [ 5 ] {faa56297-b14a-4344-8d85-0deb41fca084} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:38.502365 [ 5 ] {faa56297-b14a-4344-8d85-0deb41fca084} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:38.503110 [ 5 ] {faa56297-b14a-4344-8d85-0deb41fca084} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.503146 [ 5 ] {faa56297-b14a-4344-8d85-0deb41fca084} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.503513 [ 5 ] {faa56297-b14a-4344-8d85-0deb41fca084} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 08:28:38.503731 [ 5 ] {faa56297-b14a-4344-8d85-0deb41fca084} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:38.503835 [ 132 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 08:28:38.503865 [ 5 ] {faa56297-b14a-4344-8d85-0deb41fca084} executeQuery: Read 1057 rows, 75.30 KiB in 0.001558 sec., 678433.8896020539 rows/sec., 47.20 MiB/sec. 2026.03.19 08:28:38.503871 [ 132 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.503909 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.503911 [ 5 ] {faa56297-b14a-4344-8d85-0deb41fca084} TCPHandler: Processed in 0.001727621 sec. 2026.03.19 08:28:38.503997 [ 186 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 08:28:38.504040 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:38.504113 [ 186 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:38.504139 [ 5 ] {f276893f-0798-486e-b50b-ef47f45b42fb} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:38.504148 [ 186 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1551 rows starting from the beginning of the part 2026.03.19 08:28:38.504194 [ 5 ] {f276893f-0798-486e-b50b-ef47f45b42fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:38.504219 [ 186 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 94 rows starting from the beginning of the part 2026.03.19 08:28:38.504267 [ 186 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 78 rows starting from the beginning of the part 2026.03.19 08:28:38.504316 [ 186 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 94 rows starting from the beginning of the part 2026.03.19 08:28:38.504355 [ 186 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 74 rows starting from the beginning of the part 2026.03.19 08:28:38.504394 [ 186 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1057 rows starting from the beginning of the part 2026.03.19 08:28:38.504813 [ 5 ] {f276893f-0798-486e-b50b-ef47f45b42fb} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.504855 [ 5 ] {f276893f-0798-486e-b50b-ef47f45b42fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.505328 [ 5 ] {f276893f-0798-486e-b50b-ef47f45b42fb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 08:28:38.505547 [ 5 ] {f276893f-0798-486e-b50b-ef47f45b42fb} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:38.505655 [ 132 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 08:28:38.505679 [ 197 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2948 rows, containing 5 columns (5 merged, 0 gathered) in 0.00171595 sec., 1717998.7761881175 rows/sec., 127.95 MiB/sec. 2026.03.19 08:28:38.505686 [ 5 ] {f276893f-0798-486e-b50b-ef47f45b42fb} executeQuery: Read 1247 rows, 80.48 KiB in 0.001566 sec., 796296.2962962963 rows/sec., 50.19 MiB/sec. 2026.03.19 08:28:38.505684 [ 132 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.505744 [ 5 ] {f276893f-0798-486e-b50b-ef47f45b42fb} TCPHandler: Processed in 0.001753031 sec. 2026.03.19 08:28:38.505749 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.505834 [ 186 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 08:28:38.505856 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:38.505934 [ 186 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:38.505944 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 08:28:38.505966 [ 186 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7511 rows starting from the beginning of the part 2026.03.19 08:28:38.505965 [ 5 ] {f19d159f-331c-4f3d-a2dd-c64cecb2f948} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:38.506030 [ 186 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.03.19 08:28:38.506049 [ 5 ] {f19d159f-331c-4f3d-a2dd-c64cecb2f948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:38.506073 [ 186 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 162 rows starting from the beginning of the part 2026.03.19 08:28:38.506113 [ 186 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.03.19 08:28:38.506148 [ 186 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.03.19 08:28:38.506184 [ 186 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1247 rows starting from the beginning of the part 2026.03.19 08:28:38.506274 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:38.506366 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_26_5} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 08:28:38.506459 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.19 08:28:38.506896 [ 5 ] {f19d159f-331c-4f3d-a2dd-c64cecb2f948} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.506938 [ 5 ] {f19d159f-331c-4f3d-a2dd-c64cecb2f948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.507594 [ 5 ] {f19d159f-331c-4f3d-a2dd-c64cecb2f948} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 08:28:38.507826 [ 5 ] {f19d159f-331c-4f3d-a2dd-c64cecb2f948} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:38.507940 [ 132 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 08:28:38.507971 [ 5 ] {f19d159f-331c-4f3d-a2dd-c64cecb2f948} executeQuery: Read 41 rows, 75.23 KiB in 0.002032 sec., 20177.165354330707 rows/sec., 36.16 MiB/sec. 2026.03.19 08:28:38.507973 [ 132 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.508016 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.508050 [ 5 ] {f19d159f-331c-4f3d-a2dd-c64cecb2f948} TCPHandler: Processed in 0.002241085 sec. 2026.03.19 08:28:38.508106 [ 187 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::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.19 08:28:38.508170 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:38.508274 [ 5 ] {60e9d741-6026-4cb6-9fd2-7ecdb07b66be} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:38.508317 [ 5 ] {60e9d741-6026-4cb6-9fd2-7ecdb07b66be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:38.508323 [ 187 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:38.508386 [ 187 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 330 rows starting from the beginning of the part 2026.03.19 08:28:38.508518 [ 187 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part 2026.03.19 08:28:38.508626 [ 187 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part 2026.03.19 08:28:38.508645 [ 5 ] {60e9d741-6026-4cb6-9fd2-7ecdb07b66be} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.508685 [ 5 ] {60e9d741-6026-4cb6-9fd2-7ecdb07b66be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.508729 [ 187 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part 2026.03.19 08:28:38.508831 [ 187 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part 2026.03.19 08:28:38.508926 [ 187 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part 2026.03.19 08:28:38.509008 [ 5 ] {60e9d741-6026-4cb6-9fd2-7ecdb07b66be} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 08:28:38.509266 [ 5 ] {60e9d741-6026-4cb6-9fd2-7ecdb07b66be} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:38.509378 [ 132 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 08:28:38.509408 [ 5 ] {60e9d741-6026-4cb6-9fd2-7ecdb07b66be} executeQuery: Read 8 rows, 560.00 B in 0.001152 sec., 6944.444444444444 rows/sec., 474.72 KiB/sec. 2026.03.19 08:28:38.509406 [ 132 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:38.509449 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:38.509453 [ 5 ] {60e9d741-6026-4cb6-9fd2-7ecdb07b66be} TCPHandler: Processed in 0.001332159 sec. 2026.03.19 08:28:38.509526 [ 186 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 08:28:38.509631 [ 186 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:38.509656 [ 186 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1140 rows starting from the beginning of the part 2026.03.19 08:28:38.509700 [ 186 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.03.19 08:28:38.509743 [ 186 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.03.19 08:28:38.509779 [ 186 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.03.19 08:28:38.509823 [ 186 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.03.19 08:28:38.509850 [ 194 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9400 rows, containing 5 columns (5 merged, 0 gathered) in 0.004039969 sec., 2326750.5270461235 rows/sec., 155.96 MiB/sec. 2026.03.19 08:28:38.509864 [ 186 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part 2026.03.19 08:28:38.510040 [ 197 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 08:28:38.510322 [ 197 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:38.510392 [ 197 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_26_5} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 08:28:38.510469 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2026.03.19 08:28:38.510835 [ 197 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1388 rows, containing 4 columns (4 merged, 0 gathered) in 0.00134704 sec., 1030407.4118066278 rows/sec., 68.11 MiB/sec. 2026.03.19 08:28:38.511074 [ 191 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 08:28:38.511351 [ 191 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:38.511424 [ 191 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_26_5} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 08:28:38.511497 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.03.19 08:28:38.512585 [ 191 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 451 rows, containing 19 columns (19 merged, 0 gathered) in 0.004518532 sec., 99811.17761255206 rows/sec., 178.86 MiB/sec. 2026.03.19 08:28:38.513403 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 08:28:38.513757 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_21_4} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:38.513840 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_21_4} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 08:28:38.513966 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2026.03.19 08:28:39.000292 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 242.53 MiB, peak 252.79 MiB, free memory in arenas 0.00 B, will set to 245.11 MiB (RSS), difference: 2.58 MiB 2026.03.19 08:28:40.415082 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 610 2026.03.19 08:28:40.418045 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:40.418110 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:40.419358 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 08:28:40.419658 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:28:40.420039 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 610 2026.03.19 08:28:42.792533 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:42.792748 [ 5 ] {762ef8db-cd74-4c65-941d-5e4933bf77a5} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:42.792825 [ 5 ] {762ef8db-cd74-4c65-941d-5e4933bf77a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:42.793511 [ 5 ] {762ef8db-cd74-4c65-941d-5e4933bf77a5} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:42.793561 [ 5 ] {762ef8db-cd74-4c65-941d-5e4933bf77a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:42.793965 [ 5 ] {762ef8db-cd74-4c65-941d-5e4933bf77a5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 08:28:42.794195 [ 5 ] {762ef8db-cd74-4c65-941d-5e4933bf77a5} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:42.794356 [ 5 ] {762ef8db-cd74-4c65-941d-5e4933bf77a5} executeQuery: Read 56 rows, 4.41 KiB in 0.001664 sec., 33653.846153846156 rows/sec., 2.59 MiB/sec. 2026.03.19 08:28:42.794398 [ 5 ] {762ef8db-cd74-4c65-941d-5e4933bf77a5} TCPHandler: Processed in 0.002011889 sec. 2026.03.19 08:28:42.794526 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:42.794621 [ 5 ] {b0c98082-c512-45be-8f37-dac3e10f235b} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:42.794662 [ 5 ] {b0c98082-c512-45be-8f37-dac3e10f235b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:42.795072 [ 5 ] {b0c98082-c512-45be-8f37-dac3e10f235b} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:42.795109 [ 5 ] {b0c98082-c512-45be-8f37-dac3e10f235b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:42.795414 [ 5 ] {b0c98082-c512-45be-8f37-dac3e10f235b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 08:28:42.795637 [ 5 ] {b0c98082-c512-45be-8f37-dac3e10f235b} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:42.795767 [ 5 ] {b0c98082-c512-45be-8f37-dac3e10f235b} executeQuery: Read 64 rows, 5.12 KiB in 0.001165 sec., 54935.622317596564 rows/sec., 4.29 MiB/sec. 2026.03.19 08:28:42.795805 [ 5 ] {b0c98082-c512-45be-8f37-dac3e10f235b} TCPHandler: Processed in 0.001328579 sec. 2026.03.19 08:28:42.795917 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:42.796010 [ 5 ] {dbf5c31f-5fed-4f57-b182-d757dffba3d0} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:42.796055 [ 5 ] {dbf5c31f-5fed-4f57-b182-d757dffba3d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:42.796466 [ 5 ] {dbf5c31f-5fed-4f57-b182-d757dffba3d0} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:42.796503 [ 5 ] {dbf5c31f-5fed-4f57-b182-d757dffba3d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:42.796841 [ 5 ] {dbf5c31f-5fed-4f57-b182-d757dffba3d0} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 08:28:42.797050 [ 5 ] {dbf5c31f-5fed-4f57-b182-d757dffba3d0} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:42.797182 [ 5 ] {dbf5c31f-5fed-4f57-b182-d757dffba3d0} executeQuery: Read 138 rows, 9.84 KiB in 0.00119 sec., 115966.38655462184 rows/sec., 8.07 MiB/sec. 2026.03.19 08:28:42.797219 [ 5 ] {dbf5c31f-5fed-4f57-b182-d757dffba3d0} TCPHandler: Processed in 0.00134896 sec. 2026.03.19 08:28:42.797326 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:42.797420 [ 5 ] {ad2dc177-4759-4420-bd5c-e10547b9cdd3} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:42.797462 [ 5 ] {ad2dc177-4759-4420-bd5c-e10547b9cdd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:42.797790 [ 5 ] {ad2dc177-4759-4420-bd5c-e10547b9cdd3} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:42.797826 [ 5 ] {ad2dc177-4759-4420-bd5c-e10547b9cdd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:42.798134 [ 5 ] {ad2dc177-4759-4420-bd5c-e10547b9cdd3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 08:28:42.798337 [ 5 ] {ad2dc177-4759-4420-bd5c-e10547b9cdd3} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:42.798468 [ 5 ] {ad2dc177-4759-4420-bd5c-e10547b9cdd3} executeQuery: Read 52 rows, 3.59 KiB in 0.001067 sec., 48734.770384254916 rows/sec., 3.29 MiB/sec. 2026.03.19 08:28:42.798505 [ 5 ] {ad2dc177-4759-4420-bd5c-e10547b9cdd3} TCPHandler: Processed in 0.001226456 sec. 2026.03.19 08:28:42.882608 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9119 2026.03.19 08:28:42.883085 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:42.883124 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:42.883591 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 08:28:42.883823 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:28:42.883956 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9119 2026.03.19 08:28:43.385696 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.03.19 08:28:43.402643 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:43.402706 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:43.408802 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 08:28:43.409530 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:28:43.412773 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.03.19 08:28:47.794235 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:47.794481 [ 5 ] {c44949fe-4cd2-452d-8b4a-2b27411f33c0} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:47.794569 [ 5 ] {c44949fe-4cd2-452d-8b4a-2b27411f33c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:47.795345 [ 5 ] {c44949fe-4cd2-452d-8b4a-2b27411f33c0} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:47.795386 [ 5 ] {c44949fe-4cd2-452d-8b4a-2b27411f33c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:47.795778 [ 5 ] {c44949fe-4cd2-452d-8b4a-2b27411f33c0} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 08:28:47.796017 [ 5 ] {c44949fe-4cd2-452d-8b4a-2b27411f33c0} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:47.796174 [ 5 ] {c44949fe-4cd2-452d-8b4a-2b27411f33c0} executeQuery: Read 76 rows, 6.41 KiB in 0.001758 sec., 43230.94425483504 rows/sec., 3.56 MiB/sec. 2026.03.19 08:28:47.796217 [ 5 ] {c44949fe-4cd2-452d-8b4a-2b27411f33c0} TCPHandler: Processed in 0.002145233 sec. 2026.03.19 08:28:47.796338 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:47.796433 [ 5 ] {7191ab9f-1fcc-42c1-a31b-ae2050d68a1b} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:47.796476 [ 5 ] {7191ab9f-1fcc-42c1-a31b-ae2050d68a1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:47.796877 [ 5 ] {7191ab9f-1fcc-42c1-a31b-ae2050d68a1b} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:47.796911 [ 5 ] {7191ab9f-1fcc-42c1-a31b-ae2050d68a1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:47.797211 [ 5 ] {7191ab9f-1fcc-42c1-a31b-ae2050d68a1b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 08:28:47.797419 [ 5 ] {7191ab9f-1fcc-42c1-a31b-ae2050d68a1b} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:47.797551 [ 5 ] {7191ab9f-1fcc-42c1-a31b-ae2050d68a1b} executeQuery: Read 10 rows, 770.00 B in 0.001137 sec., 8795.074758135444 rows/sec., 661.35 KiB/sec. 2026.03.19 08:28:47.797589 [ 5 ] {7191ab9f-1fcc-42c1-a31b-ae2050d68a1b} TCPHandler: Processed in 0.001300508 sec. 2026.03.19 08:28:47.797698 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:47.797790 [ 5 ] {eede3ce0-8079-47c0-9cd0-9e9644d834d8} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:47.797831 [ 5 ] {eede3ce0-8079-47c0-9cd0-9e9644d834d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:47.798257 [ 5 ] {eede3ce0-8079-47c0-9cd0-9e9644d834d8} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:47.798292 [ 5 ] {eede3ce0-8079-47c0-9cd0-9e9644d834d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:47.798595 [ 5 ] {eede3ce0-8079-47c0-9cd0-9e9644d834d8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 08:28:47.798808 [ 5 ] {eede3ce0-8079-47c0-9cd0-9e9644d834d8} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:47.798932 [ 5 ] {eede3ce0-8079-47c0-9cd0-9e9644d834d8} executeQuery: Read 74 rows, 5.92 KiB in 0.00116 sec., 63793.10344827586 rows/sec., 4.98 MiB/sec. 2026.03.19 08:28:47.798968 [ 5 ] {eede3ce0-8079-47c0-9cd0-9e9644d834d8} TCPHandler: Processed in 0.001317578 sec. 2026.03.19 08:28:47.799082 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:47.799178 [ 5 ] {a38b5cfa-3df6-4fbe-95ac-27eb7157bab6} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:47.799221 [ 5 ] {a38b5cfa-3df6-4fbe-95ac-27eb7157bab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:47.799623 [ 5 ] {a38b5cfa-3df6-4fbe-95ac-27eb7157bab6} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:47.799658 [ 5 ] {a38b5cfa-3df6-4fbe-95ac-27eb7157bab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:47.800002 [ 5 ] {a38b5cfa-3df6-4fbe-95ac-27eb7157bab6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 08:28:47.800239 [ 5 ] {a38b5cfa-3df6-4fbe-95ac-27eb7157bab6} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:47.800368 [ 5 ] {a38b5cfa-3df6-4fbe-95ac-27eb7157bab6} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.03.19 08:28:47.800404 [ 5 ] {a38b5cfa-3df6-4fbe-95ac-27eb7157bab6} TCPHandler: Processed in 0.00137035 sec. 2026.03.19 08:28:47.800515 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:47.800608 [ 5 ] {52c13da8-d76a-4de3-8b9e-ccd455908348} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:47.800664 [ 5 ] {52c13da8-d76a-4de3-8b9e-ccd455908348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:47.801399 [ 5 ] {52c13da8-d76a-4de3-8b9e-ccd455908348} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:47.801435 [ 5 ] {52c13da8-d76a-4de3-8b9e-ccd455908348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:47.801943 [ 5 ] {52c13da8-d76a-4de3-8b9e-ccd455908348} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 08:28:47.802160 [ 5 ] {52c13da8-d76a-4de3-8b9e-ccd455908348} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): 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.19 08:28:47.802296 [ 5 ] {52c13da8-d76a-4de3-8b9e-ccd455908348} executeQuery: Read 10 rows, 18.35 KiB in 0.001707 sec., 5858.230814294083 rows/sec., 10.50 MiB/sec. 2026.03.19 08:28:47.802347 [ 5 ] {52c13da8-d76a-4de3-8b9e-ccd455908348} TCPHandler: Processed in 0.001880595 sec. 2026.03.19 08:28:47.802450 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:47.802544 [ 5 ] {3fb58b17-5637-4faa-b34d-ead27358bf85} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:47.802585 [ 5 ] {3fb58b17-5637-4faa-b34d-ead27358bf85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:47.802914 [ 5 ] {3fb58b17-5637-4faa-b34d-ead27358bf85} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:47.802948 [ 5 ] {3fb58b17-5637-4faa-b34d-ead27358bf85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:47.803250 [ 5 ] {3fb58b17-5637-4faa-b34d-ead27358bf85} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 08:28:47.803460 [ 5 ] {3fb58b17-5637-4faa-b34d-ead27358bf85} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:47.803587 [ 5 ] {3fb58b17-5637-4faa-b34d-ead27358bf85} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2026.03.19 08:28:47.803624 [ 5 ] {3fb58b17-5637-4faa-b34d-ead27358bf85} TCPHandler: Processed in 0.001221266 sec. 2026.03.19 08:28:49.722003 [ 70 ] {} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.19 08:28:49.722076 [ 70 ] {} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:49.722104 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:49.722213 [ 194 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.19 08:28:49.722340 [ 194 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:49.722377 [ 194 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2026.03.19 08:28:49.722454 [ 194 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.03.19 08:28:49.722511 [ 194 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2026.03.19 08:28:49.722560 [ 194 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2026.03.19 08:28:49.722604 [ 194 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2026.03.19 08:28:49.723437 [ 191 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.001279227 sec., 26578.550953036483 rows/sec., 2.22 MiB/sec. 2026.03.19 08:28:49.723600 [ 191 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.19 08:28:49.723868 [ 191 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_9_2} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:49.723941 [ 191 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_9_2} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.19 08:28:49.724026 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.19 08:28:50.284967 [ 118 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:28:50.285017 [ 118 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:28:50.384101 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9631 2026.03.19 08:28:50.384606 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:50.384649 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:50.385126 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 08:28:50.385470 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:28:50.385625 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9631 2026.03.19 08:28:50.420307 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 630 2026.03.19 08:28:50.422538 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:50.422590 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:50.423830 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 08:28:50.424123 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:28:50.424509 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 630 2026.03.19 08:28:50.912933 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.03.19 08:28:50.930143 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:50.930210 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:50.936590 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 08:28:50.937331 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:28:50.940910 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.03.19 08:28:52.796216 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:52.796504 [ 5 ] {d8afb609-775d-42b6-a92f-44c5ea867960} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:52.796631 [ 5 ] {d8afb609-775d-42b6-a92f-44c5ea867960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:52.797379 [ 5 ] {d8afb609-775d-42b6-a92f-44c5ea867960} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:52.797431 [ 5 ] {d8afb609-775d-42b6-a92f-44c5ea867960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:52.797834 [ 5 ] {d8afb609-775d-42b6-a92f-44c5ea867960} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 08:28:52.798069 [ 5 ] {d8afb609-775d-42b6-a92f-44c5ea867960} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:52.798231 [ 5 ] {d8afb609-775d-42b6-a92f-44c5ea867960} executeQuery: Read 116 rows, 10.09 KiB in 0.001804 sec., 64301.55210643015 rows/sec., 5.46 MiB/sec. 2026.03.19 08:28:52.798280 [ 5 ] {d8afb609-775d-42b6-a92f-44c5ea867960} TCPHandler: Processed in 0.002255757 sec. 2026.03.19 08:28:52.798410 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:52.798512 [ 5 ] {b2d9a817-1417-41ad-8636-0e73c6cd36ee} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:52.798557 [ 5 ] {b2d9a817-1417-41ad-8636-0e73c6cd36ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:52.798972 [ 5 ] {b2d9a817-1417-41ad-8636-0e73c6cd36ee} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:52.799011 [ 5 ] {b2d9a817-1417-41ad-8636-0e73c6cd36ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:52.799332 [ 5 ] {b2d9a817-1417-41ad-8636-0e73c6cd36ee} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 08:28:52.799557 [ 5 ] {b2d9a817-1417-41ad-8636-0e73c6cd36ee} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:52.799680 [ 68 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 08:28:52.799692 [ 5 ] {b2d9a817-1417-41ad-8636-0e73c6cd36ee} executeQuery: Read 30 rows, 2.26 KiB in 0.001204 sec., 24916.943521594683 rows/sec., 1.83 MiB/sec. 2026.03.19 08:28:52.799747 [ 68 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:52.799758 [ 5 ] {b2d9a817-1417-41ad-8636-0e73c6cd36ee} TCPHandler: Processed in 0.001400381 sec. 2026.03.19 08:28:52.799778 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:52.799881 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:52.799884 [ 200 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 08:28:52.799989 [ 5 ] {b8f13c39-fb7b-45f3-9ec3-b55f013f049e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:52.800015 [ 200 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:52.800036 [ 5 ] {b8f13c39-fb7b-45f3-9ec3-b55f013f049e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:52.800052 [ 200 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 225 rows starting from the beginning of the part 2026.03.19 08:28:52.800146 [ 200 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part 2026.03.19 08:28:52.800196 [ 200 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part 2026.03.19 08:28:52.800237 [ 200 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 61 rows starting from the beginning of the part 2026.03.19 08:28:52.800279 [ 200 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part 2026.03.19 08:28:52.800318 [ 200 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part 2026.03.19 08:28:52.800476 [ 5 ] {b8f13c39-fb7b-45f3-9ec3-b55f013f049e} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:52.800526 [ 5 ] {b8f13c39-fb7b-45f3-9ec3-b55f013f049e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:52.800876 [ 5 ] {b8f13c39-fb7b-45f3-9ec3-b55f013f049e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 08:28:52.801113 [ 5 ] {b8f13c39-fb7b-45f3-9ec3-b55f013f049e} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:52.801226 [ 191 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 5 columns (5 merged, 0 gathered) in 0.001384021 sec., 264446.8544913697 rows/sec., 18.90 MiB/sec. 2026.03.19 08:28:52.801246 [ 5 ] {b8f13c39-fb7b-45f3-9ec3-b55f013f049e} executeQuery: Read 94 rows, 7.52 KiB in 0.00128 sec., 73437.5 rows/sec., 5.74 MiB/sec. 2026.03.19 08:28:52.801305 [ 5 ] {b8f13c39-fb7b-45f3-9ec3-b55f013f049e} TCPHandler: Processed in 0.001475103 sec. 2026.03.19 08:28:52.801419 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:52.801438 [ 194 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 08:28:52.801516 [ 5 ] {30fc3417-81ba-41ae-a1d4-4285841985f9} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:52.801568 [ 5 ] {30fc3417-81ba-41ae-a1d4-4285841985f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:52.801772 [ 194 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:52.801863 [ 194 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_26_5} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 08:28:52.801960 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 08:28:52.801979 [ 5 ] {30fc3417-81ba-41ae-a1d4-4285841985f9} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:52.802021 [ 5 ] {30fc3417-81ba-41ae-a1d4-4285841985f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:52.802379 [ 5 ] {30fc3417-81ba-41ae-a1d4-4285841985f9} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 08:28:52.802603 [ 5 ] {30fc3417-81ba-41ae-a1d4-4285841985f9} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:52.802739 [ 5 ] {30fc3417-81ba-41ae-a1d4-4285841985f9} executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. 2026.03.19 08:28:52.802775 [ 5 ] {30fc3417-81ba-41ae-a1d4-4285841985f9} TCPHandler: Processed in 0.001405931 sec. 2026.03.19 08:28:52.802888 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:52.802987 [ 5 ] {cd6e1409-0b10-49e8-8f30-573f149f4a45} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:52.803043 [ 5 ] {cd6e1409-0b10-49e8-8f30-573f149f4a45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:52.803869 [ 5 ] {cd6e1409-0b10-49e8-8f30-573f149f4a45} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:52.803904 [ 5 ] {cd6e1409-0b10-49e8-8f30-573f149f4a45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:52.804474 [ 5 ] {cd6e1409-0b10-49e8-8f30-573f149f4a45} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 08:28:52.804709 [ 5 ] {cd6e1409-0b10-49e8-8f30-573f149f4a45} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:52.804851 [ 5 ] {cd6e1409-0b10-49e8-8f30-573f149f4a45} executeQuery: Read 30 rows, 55.05 KiB in 0.001887 sec., 15898.25119236884 rows/sec., 28.49 MiB/sec. 2026.03.19 08:28:52.804918 [ 5 ] {cd6e1409-0b10-49e8-8f30-573f149f4a45} TCPHandler: Processed in 0.002079481 sec. 2026.03.19 08:28:52.805030 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:52.805125 [ 5 ] {c597f9bb-810d-48f3-8263-24b2aa508d91} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:52.805166 [ 5 ] {c597f9bb-810d-48f3-8263-24b2aa508d91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:52.805500 [ 5 ] {c597f9bb-810d-48f3-8263-24b2aa508d91} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:52.805536 [ 5 ] {c597f9bb-810d-48f3-8263-24b2aa508d91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:52.805852 [ 5 ] {c597f9bb-810d-48f3-8263-24b2aa508d91} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 08:28:52.806068 [ 5 ] {c597f9bb-810d-48f3-8263-24b2aa508d91} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:52.806196 [ 5 ] {c597f9bb-810d-48f3-8263-24b2aa508d91} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.03.19 08:28:52.806232 [ 5 ] {c597f9bb-810d-48f3-8263-24b2aa508d91} TCPHandler: Processed in 0.001251166 sec. 2026.03.19 08:28:57.794655 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:57.794979 [ 5 ] {fa8d0878-5756-4fe8-8ac3-28c5b624a3ef} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:28:57.795086 [ 5 ] {fa8d0878-5756-4fe8-8ac3-28c5b624a3ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:28:57.795976 [ 5 ] {fa8d0878-5756-4fe8-8ac3-28c5b624a3ef} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:57.796022 [ 5 ] {fa8d0878-5756-4fe8-8ac3-28c5b624a3ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:57.796412 [ 5 ] {fa8d0878-5756-4fe8-8ac3-28c5b624a3ef} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:28:57.796637 [ 5 ] {fa8d0878-5756-4fe8-8ac3-28c5b624a3ef} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:28:57.796795 [ 5 ] {fa8d0878-5756-4fe8-8ac3-28c5b624a3ef} executeQuery: Read 2 rows, 167.00 B in 0.001898 sec., 1053.7407797681772 rows/sec., 85.93 KiB/sec. 2026.03.19 08:28:57.796838 [ 5 ] {fa8d0878-5756-4fe8-8ac3-28c5b624a3ef} TCPHandler: Processed in 0.002382 sec. 2026.03.19 08:28:57.796955 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:57.797051 [ 5 ] {089f048e-bced-4d4d-bb1d-c5a0858793be} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:28:57.797092 [ 5 ] {089f048e-bced-4d4d-bb1d-c5a0858793be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:28:57.797520 [ 5 ] {089f048e-bced-4d4d-bb1d-c5a0858793be} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:57.797557 [ 5 ] {089f048e-bced-4d4d-bb1d-c5a0858793be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:57.797895 [ 5 ] {089f048e-bced-4d4d-bb1d-c5a0858793be} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 08:28:57.798107 [ 5 ] {089f048e-bced-4d4d-bb1d-c5a0858793be} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:57.798237 [ 5 ] {089f048e-bced-4d4d-bb1d-c5a0858793be} executeQuery: Read 77 rows, 6.49 KiB in 0.001204 sec., 63953.48837209302 rows/sec., 5.26 MiB/sec. 2026.03.19 08:28:57.798276 [ 5 ] {089f048e-bced-4d4d-bb1d-c5a0858793be} TCPHandler: Processed in 0.00136937 sec. 2026.03.19 08:28:57.798389 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:57.798481 [ 5 ] {f511ad06-d1cc-4c96-a797-e46adfba4f30} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:28:57.798523 [ 5 ] {f511ad06-d1cc-4c96-a797-e46adfba4f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:28:57.798917 [ 5 ] {f511ad06-d1cc-4c96-a797-e46adfba4f30} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:57.798952 [ 5 ] {f511ad06-d1cc-4c96-a797-e46adfba4f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:57.799254 [ 5 ] {f511ad06-d1cc-4c96-a797-e46adfba4f30} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 08:28:57.799457 [ 5 ] {f511ad06-d1cc-4c96-a797-e46adfba4f30} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:57.799588 [ 5 ] {f511ad06-d1cc-4c96-a797-e46adfba4f30} executeQuery: Read 12 rows, 913.00 B in 0.001124 sec., 10676.156583629892 rows/sec., 793.24 KiB/sec. 2026.03.19 08:28:57.799625 [ 5 ] {f511ad06-d1cc-4c96-a797-e46adfba4f30} TCPHandler: Processed in 0.001285048 sec. 2026.03.19 08:28:57.799727 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:57.799820 [ 5 ] {d52f8dc5-6e19-4636-bcde-7166a1c5089d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:28:57.799861 [ 5 ] {d52f8dc5-6e19-4636-bcde-7166a1c5089d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:28:57.800267 [ 5 ] {d52f8dc5-6e19-4636-bcde-7166a1c5089d} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:57.800303 [ 5 ] {d52f8dc5-6e19-4636-bcde-7166a1c5089d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:57.800620 [ 5 ] {d52f8dc5-6e19-4636-bcde-7166a1c5089d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 08:28:57.800834 [ 5 ] {d52f8dc5-6e19-4636-bcde-7166a1c5089d} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:57.800959 [ 5 ] {d52f8dc5-6e19-4636-bcde-7166a1c5089d} executeQuery: Read 76 rows, 6.08 KiB in 0.001157 sec., 65687.12186689714 rows/sec., 5.13 MiB/sec. 2026.03.19 08:28:57.800996 [ 5 ] {d52f8dc5-6e19-4636-bcde-7166a1c5089d} TCPHandler: Processed in 0.001318099 sec. 2026.03.19 08:28:57.801106 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:57.801202 [ 5 ] {f789f65d-369a-495c-8a32-5cfb12b07eaa} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:57.801246 [ 5 ] {f789f65d-369a-495c-8a32-5cfb12b07eaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:28:57.801658 [ 5 ] {f789f65d-369a-495c-8a32-5cfb12b07eaa} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:57.801693 [ 5 ] {f789f65d-369a-495c-8a32-5cfb12b07eaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:57.802049 [ 5 ] {f789f65d-369a-495c-8a32-5cfb12b07eaa} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 08:28:57.802258 [ 5 ] {f789f65d-369a-495c-8a32-5cfb12b07eaa} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:57.802388 [ 5 ] {f789f65d-369a-495c-8a32-5cfb12b07eaa} executeQuery: Read 161 rows, 11.48 KiB in 0.001209 sec., 133167.90736145576 rows/sec., 9.27 MiB/sec. 2026.03.19 08:28:57.802425 [ 5 ] {f789f65d-369a-495c-8a32-5cfb12b07eaa} TCPHandler: Processed in 0.001367091 sec. 2026.03.19 08:28:57.802546 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:57.802668 [ 5 ] {24ba7c49-eb96-46e4-b244-44752665e8da} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:28:57.802734 [ 5 ] {24ba7c49-eb96-46e4-b244-44752665e8da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:28:57.803655 [ 5 ] {24ba7c49-eb96-46e4-b244-44752665e8da} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:57.803693 [ 5 ] {24ba7c49-eb96-46e4-b244-44752665e8da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:57.804230 [ 5 ] {24ba7c49-eb96-46e4-b244-44752665e8da} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 08:28:57.804459 [ 5 ] {24ba7c49-eb96-46e4-b244-44752665e8da} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:57.804601 [ 5 ] {24ba7c49-eb96-46e4-b244-44752665e8da} executeQuery: Read 10 rows, 18.35 KiB in 0.001959 sec., 5104.645227156713 rows/sec., 9.15 MiB/sec. 2026.03.19 08:28:57.804662 [ 5 ] {24ba7c49-eb96-46e4-b244-44752665e8da} TCPHandler: Processed in 0.002176634 sec. 2026.03.19 08:28:57.804774 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:28:57.804869 [ 5 ] {9323315a-e951-4fc8-b7b9-465c9abc7adc} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:28:57.804913 [ 5 ] {9323315a-e951-4fc8-b7b9-465c9abc7adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:28:57.805255 [ 5 ] {9323315a-e951-4fc8-b7b9-465c9abc7adc} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:57.805292 [ 5 ] {9323315a-e951-4fc8-b7b9-465c9abc7adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:57.805619 [ 5 ] {9323315a-e951-4fc8-b7b9-465c9abc7adc} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 08:28:57.805828 [ 5 ] {9323315a-e951-4fc8-b7b9-465c9abc7adc} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:28:57.805958 [ 5 ] {9323315a-e951-4fc8-b7b9-465c9abc7adc} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2026.03.19 08:28:57.805995 [ 5 ] {9323315a-e951-4fc8-b7b9-465c9abc7adc} TCPHandler: Processed in 0.001269867 sec. 2026.03.19 08:28:57.886655 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10079 2026.03.19 08:28:57.887129 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:57.887174 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:57.887655 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 08:28:57.887885 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:28:57.888013 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10079 2026.03.19 08:28:57.888028 [ 82 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 08:28:57.888103 [ 82 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:57.888128 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:57.888233 [ 201 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::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.19 08:28:57.888345 [ 201 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:57.888380 [ 201 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7711 rows starting from the beginning of the part 2026.03.19 08:28:57.888440 [ 201 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2026.03.19 08:28:57.888489 [ 201 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2026.03.19 08:28:57.888535 [ 201 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2026.03.19 08:28:57.888577 [ 201 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2026.03.19 08:28:57.888618 [ 201 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2026.03.19 08:28:57.890621 [ 201 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10079 rows, containing 4 columns (4 merged, 0 gathered) in 0.002434611 sec., 4139881.0734035126 rows/sec., 59.22 MiB/sec. 2026.03.19 08:28:57.890881 [ 193 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 08:28:57.891165 [ 193 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_21_4} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:28:57.891244 [ 193 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_21_4} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 08:28:57.891325 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.03.19 08:28:58.441902 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.03.19 08:28:58.458885 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:58.458940 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:58.465146 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 08:28:58.465861 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:28:58.466158 [ 94 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 08:28:58.466228 [ 94 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:28:58.466250 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:28:58.466340 [ 195 ] {a5e391db-999d-40d6-8262-878a640116fb::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.19 08:28:58.468895 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.03.19 08:28:58.469169 [ 195 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:28:58.469897 [ 195 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.03.19 08:28:58.473402 [ 195 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.03.19 08:28:58.476835 [ 195 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2026.03.19 08:28:58.480577 [ 195 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.03.19 08:28:58.484924 [ 195 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.03.19 08:28:58.489225 [ 195 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.03.19 08:28:58.539277 [ 201 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.072969097 sec., 2179.004627123178 rows/sec., 11.27 MiB/sec. 2026.03.19 08:28:58.541058 [ 191 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 08:28:58.542884 [ 191 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_21_4} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:28:58.542978 [ 191 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_21_4} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 08:28:58.544225 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.19 08:28:59.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 248.15 MiB, peak 258.70 MiB, free memory in arenas 0.00 B, will set to 252.10 MiB (RSS), difference: 3.94 MiB 2026.03.19 08:29:00.425574 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 656 2026.03.19 08:29:00.427789 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:00.427850 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:29:00.429081 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.19 08:29:00.429364 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:29:00.429515 [ 115 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.19 08:29:00.429580 [ 115 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:00.429600 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:29:00.429664 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 656 2026.03.19 08:29:00.429699 [ 199 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::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.19 08:29:00.430243 [ 199 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:00.430376 [ 199 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 512 rows starting from the beginning of the part 2026.03.19 08:29:00.430729 [ 199 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part 2026.03.19 08:29:00.431089 [ 199 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part 2026.03.19 08:29:00.431419 [ 199 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part 2026.03.19 08:29:00.431754 [ 199 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part 2026.03.19 08:29:00.432092 [ 199 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part 2026.03.19 08:29:00.438380 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 656 rows, containing 72 columns (72 merged, 0 gathered) in 0.008717375 sec., 75252.01106984615 rows/sec., 68.55 MiB/sec. 2026.03.19 08:29:00.439691 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.19 08:29:00.440398 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_16_3} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:29:00.440500 [ 201 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_16_3} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.19 08:29:00.440832 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. 2026.03.19 08:29:02.795609 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:02.795806 [ 5 ] {fb3dabba-da46-49dc-8f1c-2a8a2006b767} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:02.795876 [ 5 ] {fb3dabba-da46-49dc-8f1c-2a8a2006b767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:02.796537 [ 5 ] {fb3dabba-da46-49dc-8f1c-2a8a2006b767} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:02.796585 [ 5 ] {fb3dabba-da46-49dc-8f1c-2a8a2006b767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:29:02.797006 [ 5 ] {fb3dabba-da46-49dc-8f1c-2a8a2006b767} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 08:29:02.797233 [ 5 ] {fb3dabba-da46-49dc-8f1c-2a8a2006b767} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:02.797392 [ 5 ] {fb3dabba-da46-49dc-8f1c-2a8a2006b767} executeQuery: Read 116 rows, 10.09 KiB in 0.001635 sec., 70948.0122324159 rows/sec., 6.03 MiB/sec. 2026.03.19 08:29:02.797410 [ 114 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 08:29:02.797434 [ 5 ] {fb3dabba-da46-49dc-8f1c-2a8a2006b767} TCPHandler: Processed in 0.001957868 sec. 2026.03.19 08:29:02.797489 [ 114 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:02.797519 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:29:02.797582 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:02.797661 [ 204 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 08:29:02.797683 [ 5 ] {c08fc52b-5f93-4e14-a5a4-c8e90677639d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:02.797744 [ 5 ] {c08fc52b-5f93-4e14-a5a4-c8e90677639d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:02.797823 [ 204 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:02.797868 [ 204 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2892 rows starting from the beginning of the part 2026.03.19 08:29:02.797941 [ 204 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part 2026.03.19 08:29:02.797995 [ 204 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 76 rows starting from the beginning of the part 2026.03.19 08:29:02.798044 [ 204 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 116 rows starting from the beginning of the part 2026.03.19 08:29:02.798088 [ 204 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 77 rows starting from the beginning of the part 2026.03.19 08:29:02.798138 [ 204 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 116 rows starting from the beginning of the part 2026.03.19 08:29:02.798158 [ 5 ] {c08fc52b-5f93-4e14-a5a4-c8e90677639d} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:02.798201 [ 5 ] {c08fc52b-5f93-4e14-a5a4-c8e90677639d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:02.798603 [ 5 ] {c08fc52b-5f93-4e14-a5a4-c8e90677639d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 08:29:02.798828 [ 5 ] {c08fc52b-5f93-4e14-a5a4-c8e90677639d} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:02.798966 [ 5 ] {c08fc52b-5f93-4e14-a5a4-c8e90677639d} executeQuery: Read 30 rows, 2.26 KiB in 0.001302 sec., 23041.474654377882 rows/sec., 1.69 MiB/sec. 2026.03.19 08:29:02.799006 [ 5 ] {c08fc52b-5f93-4e14-a5a4-c8e90677639d} TCPHandler: Processed in 0.001473483 sec. 2026.03.19 08:29:02.799107 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:02.799204 [ 5 ] {ffcc9036-d728-4ae9-b1ef-ff7ad78b696f} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:02.799244 [ 5 ] {ffcc9036-d728-4ae9-b1ef-ff7ad78b696f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:02.799663 [ 204 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3333 rows, containing 5 columns (5 merged, 0 gathered) in 0.002062271 sec., 1616179.4448935178 rows/sec., 132.14 MiB/sec. 2026.03.19 08:29:02.799680 [ 5 ] {ffcc9036-d728-4ae9-b1ef-ff7ad78b696f} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:02.799726 [ 5 ] {ffcc9036-d728-4ae9-b1ef-ff7ad78b696f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:29:02.800019 [ 201 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 08:29:02.800044 [ 5 ] {ffcc9036-d728-4ae9-b1ef-ff7ad78b696f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 08:29:02.800267 [ 5 ] {ffcc9036-d728-4ae9-b1ef-ff7ad78b696f} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:02.800292 [ 201 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:02.800362 [ 201 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_31_6} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 08:29:02.800398 [ 5 ] {ffcc9036-d728-4ae9-b1ef-ff7ad78b696f} executeQuery: Read 94 rows, 7.52 KiB in 0.001213 sec., 77493.81698268754 rows/sec., 6.05 MiB/sec. 2026.03.19 08:29:02.800399 [ 114 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 08:29:02.800441 [ 5 ] {ffcc9036-d728-4ae9-b1ef-ff7ad78b696f} TCPHandler: Processed in 0.001381261 sec. 2026.03.19 08:29:02.800454 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.03.19 08:29:02.800454 [ 114 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:02.800490 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:29:02.800558 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:02.800589 [ 198 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 08:29:02.800666 [ 5 ] {0f115e05-a576-40fd-8d35-ce7d447c4f5d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:02.800717 [ 5 ] {0f115e05-a576-40fd-8d35-ce7d447c4f5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:02.800727 [ 198 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:02.800768 [ 198 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1551 rows starting from the beginning of the part 2026.03.19 08:29:02.800840 [ 198 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part 2026.03.19 08:29:02.800883 [ 198 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 74 rows starting from the beginning of the part 2026.03.19 08:29:02.800921 [ 198 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 94 rows starting from the beginning of the part 2026.03.19 08:29:02.800956 [ 198 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 76 rows starting from the beginning of the part 2026.03.19 08:29:02.800991 [ 198 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 94 rows starting from the beginning of the part 2026.03.19 08:29:02.801136 [ 5 ] {0f115e05-a576-40fd-8d35-ce7d447c4f5d} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:02.801181 [ 5 ] {0f115e05-a576-40fd-8d35-ce7d447c4f5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:02.801537 [ 5 ] {0f115e05-a576-40fd-8d35-ce7d447c4f5d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 08:29:02.801772 [ 5 ] {0f115e05-a576-40fd-8d35-ce7d447c4f5d} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:02.801888 [ 113 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 08:29:02.801905 [ 5 ] {0f115e05-a576-40fd-8d35-ce7d447c4f5d} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2026.03.19 08:29:02.801925 [ 113 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:02.801944 [ 5 ] {0f115e05-a576-40fd-8d35-ce7d447c4f5d} TCPHandler: Processed in 0.001433822 sec. 2026.03.19 08:29:02.801944 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:02.802023 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 08:29:02.802056 [ 192 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.001512344 sec., 1291372.862258851 rows/sec., 97.25 MiB/sec. 2026.03.19 08:29:02.802062 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:02.802125 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:02.802156 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9400 rows starting from the beginning of the part 2026.03.19 08:29:02.802187 [ 5 ] {4b58ee13-70f6-4ba9-a071-c2a637e0a172} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:02.802206 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 138 rows starting from the beginning of the part 2026.03.19 08:29:02.802249 [ 5 ] {4b58ee13-70f6-4ba9-a071-c2a637e0a172} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:02.802254 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.03.19 08:29:02.802309 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2026.03.19 08:29:02.802313 [ 188 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 08:29:02.802349 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part 2026.03.19 08:29:02.802389 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.03.19 08:29:02.802654 [ 188 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:02.802755 [ 188 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_31_6} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 08:29:02.802852 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.03.19 08:29:02.803121 [ 5 ] {4b58ee13-70f6-4ba9-a071-c2a637e0a172} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:02.803163 [ 5 ] {4b58ee13-70f6-4ba9-a071-c2a637e0a172} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:02.803794 [ 5 ] {4b58ee13-70f6-4ba9-a071-c2a637e0a172} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 08:29:02.804026 [ 5 ] {4b58ee13-70f6-4ba9-a071-c2a637e0a172} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:02.804167 [ 5 ] {4b58ee13-70f6-4ba9-a071-c2a637e0a172} executeQuery: Read 30 rows, 55.05 KiB in 0.001999 sec., 15007.503751875938 rows/sec., 26.89 MiB/sec. 2026.03.19 08:29:02.804220 [ 5 ] {4b58ee13-70f6-4ba9-a071-c2a637e0a172} TCPHandler: Processed in 0.002206714 sec. 2026.03.19 08:29:02.804333 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:02.804427 [ 5 ] {6b600988-9e31-44a1-a374-b7a35fab7bba} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:02.804468 [ 5 ] {6b600988-9e31-44a1-a374-b7a35fab7bba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:02.804809 [ 5 ] {6b600988-9e31-44a1-a374-b7a35fab7bba} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:02.804844 [ 5 ] {6b600988-9e31-44a1-a374-b7a35fab7bba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:02.805203 [ 5 ] {6b600988-9e31-44a1-a374-b7a35fab7bba} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 08:29:02.805425 [ 5 ] {6b600988-9e31-44a1-a374-b7a35fab7bba} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:02.805523 [ 113 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 08:29:02.805550 [ 5 ] {6b600988-9e31-44a1-a374-b7a35fab7bba} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2026.03.19 08:29:02.805551 [ 113 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:02.805579 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:02.805585 [ 5 ] {6b600988-9e31-44a1-a374-b7a35fab7bba} TCPHandler: Processed in 0.001301728 sec. 2026.03.19 08:29:02.805664 [ 198 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 08:29:02.805783 [ 198 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:02.805813 [ 198 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1388 rows starting from the beginning of the part 2026.03.19 08:29:02.805865 [ 198 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 52 rows starting from the beginning of the part 2026.03.19 08:29:02.805905 [ 198 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.03.19 08:29:02.805938 [ 198 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.03.19 08:29:02.805971 [ 198 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.03.19 08:29:02.806002 [ 198 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.03.19 08:29:02.806059 [ 190 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10179 rows, containing 5 columns (5 merged, 0 gathered) in 0.004065259 sec., 2503899.5055419593 rows/sec., 168.34 MiB/sec. 2026.03.19 08:29:02.806278 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 08:29:02.806547 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:02.806617 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_31_6} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 08:29:02.806684 [ 204 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. 2026.03.19 08:29:02.806942 [ 198 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1680 rows, containing 4 columns (4 merged, 0 gathered) in 0.001316999 sec., 1275627.3922759243 rows/sec., 84.61 MiB/sec. 2026.03.19 08:29:02.807167 [ 204 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 08:29:02.807404 [ 204 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:02.807474 [ 204 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_31_6} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 08:29:02.807544 [ 204 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.19 08:29:03.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 253.29 MiB, peak 260.27 MiB, free memory in arenas 0.00 B, will set to 254.60 MiB (RSS), difference: 1.31 MiB 2026.03.19 08:29:05.285060 [ 110 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:29:05.285114 [ 110 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:29:05.388071 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10591 2026.03.19 08:29:05.388576 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:05.388624 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2026.03.19 08:29:05.389100 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 08:29:05.389373 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): 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.19 08:29:05.389527 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10591 2026.03.19 08:29:05.968950 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.03.19 08:29:05.983095 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:05.983142 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:05.989069 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 08:29:05.989763 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): 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.19 08:29:05.992367 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.03.19 08:29:07.794893 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:07.795127 [ 5 ] {5b4eb079-341c-4587-bc3b-78cb1ca490c6} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:07.795195 [ 5 ] {5b4eb079-341c-4587-bc3b-78cb1ca490c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:07.795905 [ 5 ] {5b4eb079-341c-4587-bc3b-78cb1ca490c6} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:07.795954 [ 5 ] {5b4eb079-341c-4587-bc3b-78cb1ca490c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:07.796354 [ 5 ] {5b4eb079-341c-4587-bc3b-78cb1ca490c6} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 08:29:07.796583 [ 5 ] {5b4eb079-341c-4587-bc3b-78cb1ca490c6} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:07.796740 [ 5 ] {5b4eb079-341c-4587-bc3b-78cb1ca490c6} executeQuery: Read 76 rows, 6.41 KiB in 0.001664 sec., 45673.07692307693 rows/sec., 3.76 MiB/sec. 2026.03.19 08:29:07.796781 [ 5 ] {5b4eb079-341c-4587-bc3b-78cb1ca490c6} TCPHandler: Processed in 0.002064751 sec. 2026.03.19 08:29:07.796907 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:07.797002 [ 5 ] {88b2db0c-b753-4dac-aa10-3e76e3a806c8} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:07.797044 [ 5 ] {88b2db0c-b753-4dac-aa10-3e76e3a806c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:07.797448 [ 5 ] {88b2db0c-b753-4dac-aa10-3e76e3a806c8} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:07.797485 [ 5 ] {88b2db0c-b753-4dac-aa10-3e76e3a806c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:07.797778 [ 5 ] {88b2db0c-b753-4dac-aa10-3e76e3a806c8} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 08:29:07.797988 [ 5 ] {88b2db0c-b753-4dac-aa10-3e76e3a806c8} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:07.798120 [ 5 ] {88b2db0c-b753-4dac-aa10-3e76e3a806c8} executeQuery: Read 10 rows, 770.00 B in 0.001138 sec., 8787.346221441125 rows/sec., 660.77 KiB/sec. 2026.03.19 08:29:07.798158 [ 5 ] {88b2db0c-b753-4dac-aa10-3e76e3a806c8} TCPHandler: Processed in 0.001301478 sec. 2026.03.19 08:29:07.798271 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:07.798366 [ 5 ] {b1cb6c75-ae6e-414a-86eb-6abb17b3614b} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:07.798406 [ 5 ] {b1cb6c75-ae6e-414a-86eb-6abb17b3614b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:07.798831 [ 5 ] {b1cb6c75-ae6e-414a-86eb-6abb17b3614b} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:07.798867 [ 5 ] {b1cb6c75-ae6e-414a-86eb-6abb17b3614b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:07.799172 [ 5 ] {b1cb6c75-ae6e-414a-86eb-6abb17b3614b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 08:29:07.799383 [ 5 ] {b1cb6c75-ae6e-414a-86eb-6abb17b3614b} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:07.799510 [ 5 ] {b1cb6c75-ae6e-414a-86eb-6abb17b3614b} executeQuery: Read 74 rows, 5.92 KiB in 0.001162 sec., 63683.30464716007 rows/sec., 4.97 MiB/sec. 2026.03.19 08:29:07.799546 [ 5 ] {b1cb6c75-ae6e-414a-86eb-6abb17b3614b} TCPHandler: Processed in 0.001324569 sec. 2026.03.19 08:29:07.799657 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:07.799750 [ 5 ] {1cf4c675-82c6-4403-b39b-76107e24d634} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:07.799792 [ 5 ] {1cf4c675-82c6-4403-b39b-76107e24d634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:07.800197 [ 5 ] {1cf4c675-82c6-4403-b39b-76107e24d634} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:07.800233 [ 5 ] {1cf4c675-82c6-4403-b39b-76107e24d634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:07.800575 [ 5 ] {1cf4c675-82c6-4403-b39b-76107e24d634} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 08:29:07.800785 [ 5 ] {1cf4c675-82c6-4403-b39b-76107e24d634} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:07.800910 [ 5 ] {1cf4c675-82c6-4403-b39b-76107e24d634} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.03.19 08:29:07.800946 [ 5 ] {1cf4c675-82c6-4403-b39b-76107e24d634} TCPHandler: Processed in 0.001336829 sec. 2026.03.19 08:29:07.801054 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:07.801146 [ 5 ] {8a2eca68-3058-4f4b-8bd2-3e1a552cfdc7} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:07.801201 [ 5 ] {8a2eca68-3058-4f4b-8bd2-3e1a552cfdc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:07.801946 [ 5 ] {8a2eca68-3058-4f4b-8bd2-3e1a552cfdc7} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:07.801982 [ 5 ] {8a2eca68-3058-4f4b-8bd2-3e1a552cfdc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:07.802481 [ 5 ] {8a2eca68-3058-4f4b-8bd2-3e1a552cfdc7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 08:29:07.802700 [ 5 ] {8a2eca68-3058-4f4b-8bd2-3e1a552cfdc7} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:07.802813 [ 107 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 08:29:07.802836 [ 5 ] {8a2eca68-3058-4f4b-8bd2-3e1a552cfdc7} executeQuery: Read 10 rows, 18.35 KiB in 0.001707 sec., 5858.230814294083 rows/sec., 10.50 MiB/sec. 2026.03.19 08:29:07.802878 [ 107 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:07.802902 [ 5 ] {8a2eca68-3058-4f4b-8bd2-3e1a552cfdc7} TCPHandler: Processed in 0.001896176 sec. 2026.03.19 08:29:07.802903 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:07.803047 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:07.803048 [ 190 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 08:29:07.803172 [ 5 ] {81e8af69-08ec-472c-a7c6-6a2d832ecfbe} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:07.803229 [ 5 ] {81e8af69-08ec-472c-a7c6-6a2d832ecfbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:07.803355 [ 190 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:07.803425 [ 190 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 451 rows starting from the beginning of the part 2026.03.19 08:29:07.803574 [ 190 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part 2026.03.19 08:29:07.803664 [ 5 ] {81e8af69-08ec-472c-a7c6-6a2d832ecfbe} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:07.803693 [ 190 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part 2026.03.19 08:29:07.803713 [ 5 ] {81e8af69-08ec-472c-a7c6-6a2d832ecfbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:07.803815 [ 190 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part 2026.03.19 08:29:07.803940 [ 190 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part 2026.03.19 08:29:07.804062 [ 190 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part 2026.03.19 08:29:07.804098 [ 5 ] {81e8af69-08ec-472c-a7c6-6a2d832ecfbe} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 08:29:07.804315 [ 5 ] {81e8af69-08ec-472c-a7c6-6a2d832ecfbe} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:07.804458 [ 5 ] {81e8af69-08ec-472c-a7c6-6a2d832ecfbe} executeQuery: Read 60 rows, 4.14 KiB in 0.001311 sec., 45766.59038901601 rows/sec., 3.08 MiB/sec. 2026.03.19 08:29:07.804497 [ 5 ] {81e8af69-08ec-472c-a7c6-6a2d832ecfbe} TCPHandler: Processed in 0.001511224 sec. 2026.03.19 08:29:07.824521 [ 204 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 19 columns (19 merged, 0 gathered) in 0.02152698 sec., 25131.253896273418 rows/sec., 45.03 MiB/sec. 2026.03.19 08:29:07.825362 [ 198 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 08:29:07.825715 [ 198 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:07.825792 [ 198 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_26_5} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 08:29:07.825890 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2026.03.19 08:29:08.000274 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 255.26 MiB, peak 262.60 MiB, free memory in arenas 0.00 B, will set to 256.95 MiB (RSS), difference: 1.69 MiB 2026.03.19 08:29:08.490146 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:08.490338 [ 5 ] {0bafe48e-8a85-49d5-a456-5cbdf1465aa6} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:29:08.490406 [ 5 ] {0bafe48e-8a85-49d5-a456-5cbdf1465aa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:29:08.491045 [ 5 ] {0bafe48e-8a85-49d5-a456-5cbdf1465aa6} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:08.491093 [ 5 ] {0bafe48e-8a85-49d5-a456-5cbdf1465aa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:08.491491 [ 5 ] {0bafe48e-8a85-49d5-a456-5cbdf1465aa6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:29:08.491729 [ 5 ] {0bafe48e-8a85-49d5-a456-5cbdf1465aa6} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:29:08.491890 [ 5 ] {0bafe48e-8a85-49d5-a456-5cbdf1465aa6} executeQuery: Read 24 rows, 2.04 KiB in 0.001604 sec., 14962.593516209477 rows/sec., 1.24 MiB/sec. 2026.03.19 08:29:08.491933 [ 5 ] {0bafe48e-8a85-49d5-a456-5cbdf1465aa6} TCPHandler: Processed in 0.001928496 sec. 2026.03.19 08:29:08.492056 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:08.492152 [ 5 ] {d727eb38-f47c-4044-9fb7-2329c634ee9c} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:29:08.492195 [ 5 ] {d727eb38-f47c-4044-9fb7-2329c634ee9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:29:08.492589 [ 5 ] {d727eb38-f47c-4044-9fb7-2329c634ee9c} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:08.492626 [ 5 ] {d727eb38-f47c-4044-9fb7-2329c634ee9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:08.492927 [ 5 ] {d727eb38-f47c-4044-9fb7-2329c634ee9c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:29:08.493152 [ 5 ] {d727eb38-f47c-4044-9fb7-2329c634ee9c} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:29:08.493294 [ 5 ] {d727eb38-f47c-4044-9fb7-2329c634ee9c} executeQuery: Read 2 rows, 167.00 B in 0.001161 sec., 1722.6528854435833 rows/sec., 140.47 KiB/sec. 2026.03.19 08:29:08.493359 [ 5 ] {d727eb38-f47c-4044-9fb7-2329c634ee9c} TCPHandler: Processed in 0.00135452 sec. 2026.03.19 08:29:08.493470 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:08.493566 [ 5 ] {71d67cdf-3667-4957-99b1-3e1bdcf3dd7e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:08.493605 [ 5 ] {71d67cdf-3667-4957-99b1-3e1bdcf3dd7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:08.495380 [ 5 ] {71d67cdf-3667-4957-99b1-3e1bdcf3dd7e} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:08.495418 [ 5 ] {71d67cdf-3667-4957-99b1-3e1bdcf3dd7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:08.495850 [ 5 ] {71d67cdf-3667-4957-99b1-3e1bdcf3dd7e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 08:29:08.496073 [ 5 ] {71d67cdf-3667-4957-99b1-3e1bdcf3dd7e} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:08.496234 [ 5 ] {71d67cdf-3667-4957-99b1-3e1bdcf3dd7e} executeQuery: Read 2095 rows, 164.64 KiB in 0.002687 sec., 779679.9404540379 rows/sec., 59.84 MiB/sec. 2026.03.19 08:29:08.496273 [ 5 ] {71d67cdf-3667-4957-99b1-3e1bdcf3dd7e} TCPHandler: Processed in 0.002852953 sec. 2026.03.19 08:29:08.496386 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:08.496481 [ 5 ] {c5c864cc-86dd-4b0e-ac89-e9ce45749ea6} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:08.496522 [ 5 ] {c5c864cc-86dd-4b0e-ac89-e9ce45749ea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:08.496949 [ 5 ] {c5c864cc-86dd-4b0e-ac89-e9ce45749ea6} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:08.496986 [ 5 ] {c5c864cc-86dd-4b0e-ac89-e9ce45749ea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:08.497300 [ 5 ] {c5c864cc-86dd-4b0e-ac89-e9ce45749ea6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 08:29:08.497525 [ 5 ] {c5c864cc-86dd-4b0e-ac89-e9ce45749ea6} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:08.497656 [ 5 ] {c5c864cc-86dd-4b0e-ac89-e9ce45749ea6} executeQuery: Read 55 rows, 4.18 KiB in 0.001193 sec., 46102.26320201173 rows/sec., 3.42 MiB/sec. 2026.03.19 08:29:08.497695 [ 5 ] {c5c864cc-86dd-4b0e-ac89-e9ce45749ea6} TCPHandler: Processed in 0.00135958 sec. 2026.03.19 08:29:08.497809 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:08.497903 [ 5 ] {f6cae47d-eac7-4bf8-b94e-d65a4c833bc6} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:29:08.497942 [ 5 ] {f6cae47d-eac7-4bf8-b94e-d65a4c833bc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:29:08.498633 [ 5 ] {f6cae47d-eac7-4bf8-b94e-d65a4c833bc6} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:08.498669 [ 5 ] {f6cae47d-eac7-4bf8-b94e-d65a4c833bc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:08.499006 [ 5 ] {f6cae47d-eac7-4bf8-b94e-d65a4c833bc6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:29:08.499223 [ 5 ] {f6cae47d-eac7-4bf8-b94e-d65a4c833bc6} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:29:08.499352 [ 5 ] {f6cae47d-eac7-4bf8-b94e-d65a4c833bc6} executeQuery: Read 732 rows, 44.33 KiB in 0.001466 sec., 499317.8717598908 rows/sec., 29.53 MiB/sec. 2026.03.19 08:29:08.499389 [ 5 ] {f6cae47d-eac7-4bf8-b94e-d65a4c833bc6} TCPHandler: Processed in 0.001631127 sec. 2026.03.19 08:29:08.499507 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:08.499599 [ 5 ] {e4eecaca-70aa-48d7-9186-22f83a256e3b} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:08.499639 [ 5 ] {e4eecaca-70aa-48d7-9186-22f83a256e3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 08:29:08.500023 [ 5 ] {e4eecaca-70aa-48d7-9186-22f83a256e3b} oximeter.fields_u64 (8ca891c3-d9f4-4d8b-a391-4797ea8bd784): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:08.500059 [ 5 ] {e4eecaca-70aa-48d7-9186-22f83a256e3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:08.500353 [ 5 ] {e4eecaca-70aa-48d7-9186-22f83a256e3b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.19 08:29:08.500570 [ 5 ] {e4eecaca-70aa-48d7-9186-22f83a256e3b} oximeter.fields_u64 (8ca891c3-d9f4-4d8b-a391-4797ea8bd784): 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.19 08:29:08.500697 [ 5 ] {e4eecaca-70aa-48d7-9186-22f83a256e3b} executeQuery: Read 1 rows, 72.00 B in 0.001115 sec., 896.8609865470851 rows/sec., 63.06 KiB/sec. 2026.03.19 08:29:08.500737 [ 5 ] {e4eecaca-70aa-48d7-9186-22f83a256e3b} TCPHandler: Processed in 0.001280138 sec. 2026.03.19 08:29:08.500848 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:08.500941 [ 5 ] {2e63cb08-c3d0-4686-8918-8f556ee7a645} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:29:08.500981 [ 5 ] {2e63cb08-c3d0-4686-8918-8f556ee7a645} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:29:08.501382 [ 5 ] {2e63cb08-c3d0-4686-8918-8f556ee7a645} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:08.501419 [ 5 ] {2e63cb08-c3d0-4686-8918-8f556ee7a645} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:08.501708 [ 5 ] {2e63cb08-c3d0-4686-8918-8f556ee7a645} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:29:08.501925 [ 5 ] {2e63cb08-c3d0-4686-8918-8f556ee7a645} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:29:08.502055 [ 5 ] {2e63cb08-c3d0-4686-8918-8f556ee7a645} executeQuery: Read 12 rows, 960.00 B in 0.001131 sec., 10610.079575596816 rows/sec., 828.91 KiB/sec. 2026.03.19 08:29:08.502094 [ 5 ] {2e63cb08-c3d0-4686-8918-8f556ee7a645} TCPHandler: Processed in 0.001295667 sec. 2026.03.19 08:29:08.502196 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:08.502289 [ 5 ] {3c879a71-e2d8-49f3-b8b7-d6f2e3c813e6} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:08.502329 [ 5 ] {3c879a71-e2d8-49f3-b8b7-d6f2e3c813e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:08.503143 [ 5 ] {3c879a71-e2d8-49f3-b8b7-d6f2e3c813e6} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:08.503180 [ 5 ] {3c879a71-e2d8-49f3-b8b7-d6f2e3c813e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:08.503527 [ 5 ] {3c879a71-e2d8-49f3-b8b7-d6f2e3c813e6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 08:29:08.503745 [ 5 ] {3c879a71-e2d8-49f3-b8b7-d6f2e3c813e6} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:08.503877 [ 5 ] {3c879a71-e2d8-49f3-b8b7-d6f2e3c813e6} executeQuery: Read 1051 rows, 74.81 KiB in 0.001605 sec., 654828.660436137 rows/sec., 45.52 MiB/sec. 2026.03.19 08:29:08.503916 [ 5 ] {3c879a71-e2d8-49f3-b8b7-d6f2e3c813e6} TCPHandler: Processed in 0.001769772 sec. 2026.03.19 08:29:08.504031 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:08.504125 [ 5 ] {58095d59-e6f6-4743-b822-53942dab85fe} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:08.504168 [ 5 ] {58095d59-e6f6-4743-b822-53942dab85fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:08.504847 [ 5 ] {58095d59-e6f6-4743-b822-53942dab85fe} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:08.504883 [ 5 ] {58095d59-e6f6-4743-b822-53942dab85fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:08.505308 [ 5 ] {58095d59-e6f6-4743-b822-53942dab85fe} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 08:29:08.505523 [ 5 ] {58095d59-e6f6-4743-b822-53942dab85fe} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:08.505659 [ 5 ] {58095d59-e6f6-4743-b822-53942dab85fe} executeQuery: Read 1244 rows, 80.27 KiB in 0.001552 sec., 801546.3917525773 rows/sec., 50.51 MiB/sec. 2026.03.19 08:29:08.505699 [ 5 ] {58095d59-e6f6-4743-b822-53942dab85fe} TCPHandler: Processed in 0.00171777 sec. 2026.03.19 08:29:08.505811 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:08.505905 [ 5 ] {ca44eaee-a856-4ba1-a342-d7cbf28fca2d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:08.505960 [ 5 ] {ca44eaee-a856-4ba1-a342-d7cbf28fca2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:08.506792 [ 5 ] {ca44eaee-a856-4ba1-a342-d7cbf28fca2d} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:08.506830 [ 5 ] {ca44eaee-a856-4ba1-a342-d7cbf28fca2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:08.507407 [ 5 ] {ca44eaee-a856-4ba1-a342-d7cbf28fca2d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 08:29:08.507641 [ 5 ] {ca44eaee-a856-4ba1-a342-d7cbf28fca2d} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:08.507789 [ 5 ] {ca44eaee-a856-4ba1-a342-d7cbf28fca2d} executeQuery: Read 41 rows, 75.23 KiB in 0.001902 sec., 21556.25657202944 rows/sec., 38.63 MiB/sec. 2026.03.19 08:29:08.507844 [ 5 ] {ca44eaee-a856-4ba1-a342-d7cbf28fca2d} TCPHandler: Processed in 0.002082131 sec. 2026.03.19 08:29:08.507978 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:08.508075 [ 5 ] {d434df5f-abc5-4275-b62a-9c11ca67ef5a} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:08.508118 [ 5 ] {d434df5f-abc5-4275-b62a-9c11ca67ef5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:08.508436 [ 5 ] {d434df5f-abc5-4275-b62a-9c11ca67ef5a} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:08.508474 [ 5 ] {d434df5f-abc5-4275-b62a-9c11ca67ef5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:08.508798 [ 5 ] {d434df5f-abc5-4275-b62a-9c11ca67ef5a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 08:29:08.509016 [ 5 ] {d434df5f-abc5-4275-b62a-9c11ca67ef5a} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:08.509144 [ 5 ] {d434df5f-abc5-4275-b62a-9c11ca67ef5a} executeQuery: Read 8 rows, 560.00 B in 0.001087 sec., 7359.705611775528 rows/sec., 503.10 KiB/sec. 2026.03.19 08:29:08.509181 [ 5 ] {d434df5f-abc5-4275-b62a-9c11ca67ef5a} TCPHandler: Processed in 0.001258837 sec. 2026.03.19 08:29:10.429792 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 702 2026.03.19 08:29:10.432363 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:10.432414 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:10.433672 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.19 08:29:10.433959 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:29:10.434242 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 702 2026.03.19 08:29:12.792160 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:12.792418 [ 5 ] {ce7131a1-6822-43aa-8e81-314bbd2c688a} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:29:12.792528 [ 5 ] {ce7131a1-6822-43aa-8e81-314bbd2c688a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:29:12.793412 [ 5 ] {ce7131a1-6822-43aa-8e81-314bbd2c688a} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:12.793453 [ 5 ] {ce7131a1-6822-43aa-8e81-314bbd2c688a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:12.793884 [ 5 ] {ce7131a1-6822-43aa-8e81-314bbd2c688a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:29:12.794130 [ 5 ] {ce7131a1-6822-43aa-8e81-314bbd2c688a} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:29:12.794294 [ 5 ] {ce7131a1-6822-43aa-8e81-314bbd2c688a} executeQuery: Read 2 rows, 167.00 B in 0.001953 sec., 1024.0655401945723 rows/sec., 83.51 KiB/sec. 2026.03.19 08:29:12.794336 [ 5 ] {ce7131a1-6822-43aa-8e81-314bbd2c688a} TCPHandler: Processed in 0.002308227 sec. 2026.03.19 08:29:12.794459 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:12.794558 [ 5 ] {54264ed6-fdaa-41c1-91c4-b7385d94179b} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:12.794602 [ 5 ] {54264ed6-fdaa-41c1-91c4-b7385d94179b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:12.795012 [ 5 ] {54264ed6-fdaa-41c1-91c4-b7385d94179b} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:12.795046 [ 5 ] {54264ed6-fdaa-41c1-91c4-b7385d94179b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:12.795356 [ 5 ] {54264ed6-fdaa-41c1-91c4-b7385d94179b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 08:29:12.795574 [ 5 ] {54264ed6-fdaa-41c1-91c4-b7385d94179b} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:12.795705 [ 5 ] {54264ed6-fdaa-41c1-91c4-b7385d94179b} executeQuery: Read 57 rows, 4.48 KiB in 0.001165 sec., 48927.03862660944 rows/sec., 3.75 MiB/sec. 2026.03.19 08:29:12.795742 [ 5 ] {54264ed6-fdaa-41c1-91c4-b7385d94179b} TCPHandler: Processed in 0.001334209 sec. 2026.03.19 08:29:12.795843 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:12.795937 [ 5 ] {7f1da2fa-16f9-4de6-ab25-5b7042653de7} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:12.795978 [ 5 ] {7f1da2fa-16f9-4de6-ab25-5b7042653de7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:12.796362 [ 5 ] {7f1da2fa-16f9-4de6-ab25-5b7042653de7} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:12.796396 [ 5 ] {7f1da2fa-16f9-4de6-ab25-5b7042653de7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:12.796680 [ 5 ] {7f1da2fa-16f9-4de6-ab25-5b7042653de7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 08:29:12.796899 [ 5 ] {7f1da2fa-16f9-4de6-ab25-5b7042653de7} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:12.796993 [ 101 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 08:29:12.797028 [ 5 ] {7f1da2fa-16f9-4de6-ab25-5b7042653de7} executeQuery: Read 2 rows, 143.00 B in 0.001109 sec., 1803.4265103697026 rows/sec., 125.92 KiB/sec. 2026.03.19 08:29:12.797030 [ 101 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:12.797061 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:12.797068 [ 5 ] {7f1da2fa-16f9-4de6-ab25-5b7042653de7} TCPHandler: Processed in 0.001273167 sec. 2026.03.19 08:29:12.797169 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 08:29:12.797192 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:12.797274 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:12.797286 [ 5 ] {a353ac37-661f-4a54-a626-d2228fef3ab5} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:12.797305 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 225 rows starting from the beginning of the part 2026.03.19 08:29:12.797327 [ 5 ] {a353ac37-661f-4a54-a626-d2228fef3ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:12.797371 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part 2026.03.19 08:29:12.797421 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part 2026.03.19 08:29:12.797466 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part 2026.03.19 08:29:12.797507 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 55 rows starting from the beginning of the part 2026.03.19 08:29:12.797550 [ 189 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part 2026.03.19 08:29:12.797730 [ 5 ] {a353ac37-661f-4a54-a626-d2228fef3ab5} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:12.797764 [ 5 ] {a353ac37-661f-4a54-a626-d2228fef3ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:12.798074 [ 5 ] {a353ac37-661f-4a54-a626-d2228fef3ab5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 08:29:12.798298 [ 5 ] {a353ac37-661f-4a54-a626-d2228fef3ab5} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:12.798378 [ 198 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 334 rows, containing 5 columns (5 merged, 0 gathered) in 0.001243106 sec., 268681.834051159 rows/sec., 19.06 MiB/sec. 2026.03.19 08:29:12.798429 [ 5 ] {a353ac37-661f-4a54-a626-d2228fef3ab5} executeQuery: Read 66 rows, 5.28 KiB in 0.001159 sec., 56945.64279551337 rows/sec., 4.45 MiB/sec. 2026.03.19 08:29:12.798474 [ 5 ] {a353ac37-661f-4a54-a626-d2228fef3ab5} TCPHandler: Processed in 0.001336469 sec. 2026.03.19 08:29:12.798598 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:12.798616 [ 204 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 08:29:12.798697 [ 5 ] {cf7264a1-6f66-49c4-9cec-011290a82789} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:12.798747 [ 5 ] {cf7264a1-6f66-49c4-9cec-011290a82789} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:12.798935 [ 204 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:12.799024 [ 204 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_31_6} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 08:29:12.799122 [ 204 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.19 08:29:12.799160 [ 5 ] {cf7264a1-6f66-49c4-9cec-011290a82789} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:12.799201 [ 5 ] {cf7264a1-6f66-49c4-9cec-011290a82789} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:12.799539 [ 5 ] {cf7264a1-6f66-49c4-9cec-011290a82789} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 08:29:12.799758 [ 5 ] {cf7264a1-6f66-49c4-9cec-011290a82789} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:12.799891 [ 5 ] {cf7264a1-6f66-49c4-9cec-011290a82789} executeQuery: Read 139 rows, 9.91 KiB in 0.001212 sec., 114686.46864686468 rows/sec., 7.98 MiB/sec. 2026.03.19 08:29:12.799930 [ 5 ] {cf7264a1-6f66-49c4-9cec-011290a82789} TCPHandler: Processed in 0.001383971 sec. 2026.03.19 08:29:12.800048 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:12.800141 [ 5 ] {3e9457c0-9b79-478a-93b0-e2a3d595a285} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:12.800183 [ 5 ] {3e9457c0-9b79-478a-93b0-e2a3d595a285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:12.800536 [ 5 ] {3e9457c0-9b79-478a-93b0-e2a3d595a285} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:12.800571 [ 5 ] {3e9457c0-9b79-478a-93b0-e2a3d595a285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:12.800876 [ 5 ] {3e9457c0-9b79-478a-93b0-e2a3d595a285} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 08:29:12.801092 [ 5 ] {3e9457c0-9b79-478a-93b0-e2a3d595a285} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:12.801221 [ 5 ] {3e9457c0-9b79-478a-93b0-e2a3d595a285} executeQuery: Read 52 rows, 3.59 KiB in 0.001098 sec., 47358.83424408014 rows/sec., 3.20 MiB/sec. 2026.03.19 08:29:12.801257 [ 5 ] {3e9457c0-9b79-478a-93b0-e2a3d595a285} TCPHandler: Processed in 0.001261977 sec. 2026.03.19 08:29:12.889617 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11039 2026.03.19 08:29:12.890071 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:12.890113 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:12.890575 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 08:29:12.890801 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:12.890936 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11039 2026.03.19 08:29:13.492450 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.03.19 08:29:13.508238 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:13.508300 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:13.514295 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.19 08:29:13.514991 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:13.518044 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.03.19 08:29:17.793932 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:17.794237 [ 5 ] {2f6a1dc3-517e-4fad-9b75-6edb0b77a59c} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:17.794342 [ 5 ] {2f6a1dc3-517e-4fad-9b75-6edb0b77a59c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:17.795046 [ 5 ] {2f6a1dc3-517e-4fad-9b75-6edb0b77a59c} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:17.795094 [ 5 ] {2f6a1dc3-517e-4fad-9b75-6edb0b77a59c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:17.795493 [ 5 ] {2f6a1dc3-517e-4fad-9b75-6edb0b77a59c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 08:29:17.795733 [ 5 ] {2f6a1dc3-517e-4fad-9b75-6edb0b77a59c} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:17.795898 [ 5 ] {2f6a1dc3-517e-4fad-9b75-6edb0b77a59c} executeQuery: Read 76 rows, 6.41 KiB in 0.001737 sec., 43753.59815774323 rows/sec., 3.61 MiB/sec. 2026.03.19 08:29:17.795946 [ 5 ] {2f6a1dc3-517e-4fad-9b75-6edb0b77a59c} TCPHandler: Processed in 0.002198774 sec. 2026.03.19 08:29:17.796074 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:17.796174 [ 5 ] {0feeb970-3c60-427e-905a-552c9f795e89} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:17.796218 [ 5 ] {0feeb970-3c60-427e-905a-552c9f795e89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:17.796627 [ 5 ] {0feeb970-3c60-427e-905a-552c9f795e89} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:17.796664 [ 5 ] {0feeb970-3c60-427e-905a-552c9f795e89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:17.796959 [ 5 ] {0feeb970-3c60-427e-905a-552c9f795e89} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 08:29:17.797164 [ 5 ] {0feeb970-3c60-427e-905a-552c9f795e89} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:17.797297 [ 5 ] {0feeb970-3c60-427e-905a-552c9f795e89} executeQuery: Read 10 rows, 770.00 B in 0.001146 sec., 8726.003490401396 rows/sec., 656.15 KiB/sec. 2026.03.19 08:29:17.797334 [ 5 ] {0feeb970-3c60-427e-905a-552c9f795e89} TCPHandler: Processed in 0.001311938 sec. 2026.03.19 08:29:17.797441 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:17.797535 [ 5 ] {abafaebe-b197-49f1-9b8a-585f46c97eaf} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:17.797574 [ 5 ] {abafaebe-b197-49f1-9b8a-585f46c97eaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:17.797979 [ 5 ] {abafaebe-b197-49f1-9b8a-585f46c97eaf} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:17.798016 [ 5 ] {abafaebe-b197-49f1-9b8a-585f46c97eaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:17.798315 [ 5 ] {abafaebe-b197-49f1-9b8a-585f46c97eaf} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 08:29:17.798522 [ 5 ] {abafaebe-b197-49f1-9b8a-585f46c97eaf} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:17.798652 [ 5 ] {abafaebe-b197-49f1-9b8a-585f46c97eaf} executeQuery: Read 74 rows, 5.92 KiB in 0.001136 sec., 65140.84507042253 rows/sec., 5.09 MiB/sec. 2026.03.19 08:29:17.798689 [ 5 ] {abafaebe-b197-49f1-9b8a-585f46c97eaf} TCPHandler: Processed in 0.001296028 sec. 2026.03.19 08:29:17.798799 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:17.798892 [ 5 ] {409139c8-db1d-4a75-a97f-6a40b1163ba4} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:17.798934 [ 5 ] {409139c8-db1d-4a75-a97f-6a40b1163ba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:17.799337 [ 5 ] {409139c8-db1d-4a75-a97f-6a40b1163ba4} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:17.799372 [ 5 ] {409139c8-db1d-4a75-a97f-6a40b1163ba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:17.799689 [ 5 ] {409139c8-db1d-4a75-a97f-6a40b1163ba4} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 08:29:17.799900 [ 5 ] {409139c8-db1d-4a75-a97f-6a40b1163ba4} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:17.800031 [ 5 ] {409139c8-db1d-4a75-a97f-6a40b1163ba4} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2026.03.19 08:29:17.800068 [ 5 ] {409139c8-db1d-4a75-a97f-6a40b1163ba4} TCPHandler: Processed in 0.001316809 sec. 2026.03.19 08:29:17.800175 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:17.800268 [ 5 ] {3ee9a641-b5f2-495c-a389-1cdce2fd027f} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:17.800322 [ 5 ] {3ee9a641-b5f2-495c-a389-1cdce2fd027f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:17.801094 [ 5 ] {3ee9a641-b5f2-495c-a389-1cdce2fd027f} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:17.801129 [ 5 ] {3ee9a641-b5f2-495c-a389-1cdce2fd027f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:17.801644 [ 5 ] {3ee9a641-b5f2-495c-a389-1cdce2fd027f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 08:29:17.801861 [ 5 ] {3ee9a641-b5f2-495c-a389-1cdce2fd027f} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:17.802002 [ 5 ] {3ee9a641-b5f2-495c-a389-1cdce2fd027f} executeQuery: Read 10 rows, 18.35 KiB in 0.001752 sec., 5707.762557077625 rows/sec., 10.23 MiB/sec. 2026.03.19 08:29:17.802060 [ 5 ] {3ee9a641-b5f2-495c-a389-1cdce2fd027f} TCPHandler: Processed in 0.001932456 sec. 2026.03.19 08:29:17.802171 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:17.802264 [ 5 ] {1f8e72d3-f4d0-48e8-9429-9a14eb14f056} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:17.802304 [ 5 ] {1f8e72d3-f4d0-48e8-9429-9a14eb14f056} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:17.802631 [ 5 ] {1f8e72d3-f4d0-48e8-9429-9a14eb14f056} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:17.802666 [ 5 ] {1f8e72d3-f4d0-48e8-9429-9a14eb14f056} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:17.802960 [ 5 ] {1f8e72d3-f4d0-48e8-9429-9a14eb14f056} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 08:29:17.803166 [ 5 ] {1f8e72d3-f4d0-48e8-9429-9a14eb14f056} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:17.803292 [ 5 ] {1f8e72d3-f4d0-48e8-9429-9a14eb14f056} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2026.03.19 08:29:17.803327 [ 5 ] {1f8e72d3-f4d0-48e8-9429-9a14eb14f056} TCPHandler: Processed in 0.001203556 sec. 2026.03.19 08:29:20.285161 [ 90 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:29:20.285212 [ 90 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:29:20.391949 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11551 2026.03.19 08:29:20.392452 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:20.392494 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:20.392959 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 08:29:20.393185 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:20.393316 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11551 2026.03.19 08:29:20.435418 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 726 2026.03.19 08:29:20.437553 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:20.437600 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:20.438785 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.19 08:29:20.439076 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:29:20.439370 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 726 2026.03.19 08:29:21.019022 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.03.19 08:29:21.034883 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:21.034938 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:21.040919 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.19 08:29:21.041625 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:21.044229 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.03.19 08:29:22.499346 [ 91 ] {} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.19 08:29:22.499415 [ 91 ] {} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.499441 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.499553 [ 189 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.19 08:29:22.499686 [ 189 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:22.499719 [ 189 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 149 rows starting from the beginning of the part 2026.03.19 08:29:22.499784 [ 189 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.03.19 08:29:22.499828 [ 189 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 732 rows starting from the beginning of the part 2026.03.19 08:29:22.499868 [ 189 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 732 rows starting from the beginning of the part 2026.03.19 08:29:22.499909 [ 189 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 732 rows starting from the beginning of the part 2026.03.19 08:29:22.501126 [ 204 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 2369 rows, containing 5 columns (5 merged, 0 gathered) in 0.001620078 sec., 1462275.27316586 rows/sec., 92.92 MiB/sec. 2026.03.19 08:29:22.501353 [ 186 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.19 08:29:22.501691 [ 186 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_9_2} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.501775 [ 186 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_9_2} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.19 08:29:22.501873 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.03.19 08:29:22.795080 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:22.795247 [ 5 ] {2c20292c-1df8-4182-b090-906d38f37a0d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:22.795311 [ 5 ] {2c20292c-1df8-4182-b090-906d38f37a0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:22.795947 [ 5 ] {2c20292c-1df8-4182-b090-906d38f37a0d} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.795985 [ 5 ] {2c20292c-1df8-4182-b090-906d38f37a0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.796352 [ 5 ] {2c20292c-1df8-4182-b090-906d38f37a0d} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 08:29:22.796571 [ 5 ] {2c20292c-1df8-4182-b090-906d38f37a0d} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.796693 [ 89 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 08:29:22.796715 [ 5 ] {2c20292c-1df8-4182-b090-906d38f37a0d} executeQuery: Read 116 rows, 10.09 KiB in 0.001514 sec., 76618.22985468956 rows/sec., 6.51 MiB/sec. 2026.03.19 08:29:22.796734 [ 89 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.796755 [ 5 ] {2c20292c-1df8-4182-b090-906d38f37a0d} TCPHandler: Processed in 0.001812413 sec. 2026.03.19 08:29:22.796756 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.796875 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:22.796876 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 08:29:22.796993 [ 5 ] {c8e676f3-a5ac-4500-9767-649b3da3ed35} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:22.797036 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:22.797042 [ 5 ] {c8e676f3-a5ac-4500-9767-649b3da3ed35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:22.797082 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2892 rows starting from the beginning of the part 2026.03.19 08:29:22.797166 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 76 rows starting from the beginning of the part 2026.03.19 08:29:22.797220 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2095 rows starting from the beginning of the part 2026.03.19 08:29:22.797268 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 57 rows starting from the beginning of the part 2026.03.19 08:29:22.797315 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 76 rows starting from the beginning of the part 2026.03.19 08:29:22.797367 [ 186 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 116 rows starting from the beginning of the part 2026.03.19 08:29:22.797474 [ 5 ] {c8e676f3-a5ac-4500-9767-649b3da3ed35} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.797515 [ 5 ] {c8e676f3-a5ac-4500-9767-649b3da3ed35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.797956 [ 5 ] {c8e676f3-a5ac-4500-9767-649b3da3ed35} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 08:29:22.798187 [ 5 ] {c8e676f3-a5ac-4500-9767-649b3da3ed35} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.798343 [ 5 ] {c8e676f3-a5ac-4500-9767-649b3da3ed35} executeQuery: Read 30 rows, 2.26 KiB in 0.001392 sec., 21551.724137931033 rows/sec., 1.58 MiB/sec. 2026.03.19 08:29:22.798385 [ 5 ] {c8e676f3-a5ac-4500-9767-649b3da3ed35} TCPHandler: Processed in 0.001558326 sec. 2026.03.19 08:29:22.798498 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:22.798591 [ 5 ] {6c898c21-55ce-46a6-97f5-006ef730d9e6} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:22.798630 [ 5 ] {6c898c21-55ce-46a6-97f5-006ef730d9e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:22.799081 [ 5 ] {6c898c21-55ce-46a6-97f5-006ef730d9e6} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.799116 [ 5 ] {6c898c21-55ce-46a6-97f5-006ef730d9e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.799427 [ 5 ] {6c898c21-55ce-46a6-97f5-006ef730d9e6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 08:29:22.799552 [ 204 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5312 rows, containing 5 columns (5 merged, 0 gathered) in 0.00272617 sec., 1948521.1853992965 rows/sec., 158.09 MiB/sec. 2026.03.19 08:29:22.799640 [ 5 ] {6c898c21-55ce-46a6-97f5-006ef730d9e6} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.799763 [ 89 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 08:29:22.799789 [ 89 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.799797 [ 5 ] {6c898c21-55ce-46a6-97f5-006ef730d9e6} executeQuery: Read 94 rows, 7.52 KiB in 0.001224 sec., 76797.38562091503 rows/sec., 6.00 MiB/sec. 2026.03.19 08:29:22.799805 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.799836 [ 5 ] {6c898c21-55ce-46a6-97f5-006ef730d9e6} TCPHandler: Processed in 0.00138505 sec. 2026.03.19 08:29:22.799911 [ 197 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 08:29:22.799917 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 08:29:22.799954 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:22.800055 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:22.800079 [ 5 ] {db6cebcb-31f3-4ac0-a3df-35cbdf30c28a} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:22.800094 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1551 rows starting from the beginning of the part 2026.03.19 08:29:22.800131 [ 5 ] {db6cebcb-31f3-4ac0-a3df-35cbdf30c28a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:22.800170 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 74 rows starting from the beginning of the part 2026.03.19 08:29:22.800224 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1051 rows starting from the beginning of the part 2026.03.19 08:29:22.800228 [ 197 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.800268 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 66 rows starting from the beginning of the part 2026.03.19 08:29:22.800314 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 74 rows starting from the beginning of the part 2026.03.19 08:29:22.800314 [ 197 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_36_7} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 08:29:22.800356 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 94 rows starting from the beginning of the part 2026.03.19 08:29:22.800414 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.03.19 08:29:22.800661 [ 5 ] {db6cebcb-31f3-4ac0-a3df-35cbdf30c28a} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.800700 [ 5 ] {db6cebcb-31f3-4ac0-a3df-35cbdf30c28a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.801081 [ 5 ] {db6cebcb-31f3-4ac0-a3df-35cbdf30c28a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 08:29:22.801314 [ 5 ] {db6cebcb-31f3-4ac0-a3df-35cbdf30c28a} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.801422 [ 89 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 08:29:22.801445 [ 5 ] {db6cebcb-31f3-4ac0-a3df-35cbdf30c28a} executeQuery: Read 160 rows, 11.41 KiB in 0.001384 sec., 115606.93641618497 rows/sec., 8.05 MiB/sec. 2026.03.19 08:29:22.801455 [ 89 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.801483 [ 5 ] {db6cebcb-31f3-4ac0-a3df-35cbdf30c28a} TCPHandler: Processed in 0.001576267 sec. 2026.03.19 08:29:22.801483 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.801586 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 08:29:22.801604 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:22.801705 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:22.801706 [ 5 ] {41f7e848-3f31-4554-bcbb-eeaf36d10665} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:22.801744 [ 187 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2910 rows, containing 5 columns (5 merged, 0 gathered) in 0.001875265 sec., 1551780.6816636582 rows/sec., 115.42 MiB/sec. 2026.03.19 08:29:22.801747 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10179 rows starting from the beginning of the part 2026.03.19 08:29:22.801781 [ 5 ] {41f7e848-3f31-4554-bcbb-eeaf36d10665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:22.801836 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2026.03.19 08:29:22.801886 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1244 rows starting from the beginning of the part 2026.03.19 08:29:22.801926 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 139 rows starting from the beginning of the part 2026.03.19 08:29:22.801964 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2026.03.19 08:29:22.801971 [ 200 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 08:29:22.802002 [ 204 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.03.19 08:29:22.802267 [ 200 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.802344 [ 200 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_36_7} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 08:29:22.802428 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.19 08:29:22.802639 [ 5 ] {41f7e848-3f31-4554-bcbb-eeaf36d10665} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.802681 [ 5 ] {41f7e848-3f31-4554-bcbb-eeaf36d10665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.803235 [ 5 ] {41f7e848-3f31-4554-bcbb-eeaf36d10665} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 08:29:22.803482 [ 5 ] {41f7e848-3f31-4554-bcbb-eeaf36d10665} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.803622 [ 5 ] {41f7e848-3f31-4554-bcbb-eeaf36d10665} executeQuery: Read 30 rows, 55.05 KiB in 0.001936 sec., 15495.86776859504 rows/sec., 27.77 MiB/sec. 2026.03.19 08:29:22.803675 [ 5 ] {41f7e848-3f31-4554-bcbb-eeaf36d10665} TCPHandler: Processed in 0.002119993 sec. 2026.03.19 08:29:22.803784 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:22.803882 [ 5 ] {851496ea-0181-4777-8329-0e2349f289ed} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:22.803924 [ 5 ] {851496ea-0181-4777-8329-0e2349f289ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:22.804279 [ 5 ] {851496ea-0181-4777-8329-0e2349f289ed} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.804314 [ 5 ] {851496ea-0181-4777-8329-0e2349f289ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.804630 [ 5 ] {851496ea-0181-4777-8329-0e2349f289ed} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 08:29:22.804844 [ 5 ] {851496ea-0181-4777-8329-0e2349f289ed} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.804938 [ 89 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 08:29:22.804967 [ 89 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.804973 [ 5 ] {851496ea-0181-4777-8329-0e2349f289ed} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.03.19 08:29:22.804985 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.805014 [ 5 ] {851496ea-0181-4777-8329-0e2349f289ed} TCPHandler: Processed in 0.001277948 sec. 2026.03.19 08:29:22.805096 [ 194 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 08:29:22.805224 [ 194 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:22.805261 [ 194 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1680 rows starting from the beginning of the part 2026.03.19 08:29:22.805316 [ 194 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2026.03.19 08:29:22.805356 [ 194 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.03.19 08:29:22.805394 [ 194 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 52 rows starting from the beginning of the part 2026.03.19 08:29:22.805435 [ 194 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.03.19 08:29:22.805487 [ 194 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.03.19 08:29:22.805995 [ 200 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12042 rows, containing 5 columns (5 merged, 0 gathered) in 0.0044545 sec., 2703333.707486811 rows/sec., 180.90 MiB/sec. 2026.03.19 08:29:22.806278 [ 200 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 08:29:22.806533 [ 194 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.806550 [ 200 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1920 rows, containing 4 columns (4 merged, 0 gathered) in 0.001494864 sec., 1284397.777991844 rows/sec., 85.36 MiB/sec. 2026.03.19 08:29:22.806648 [ 194 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_36_7} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 08:29:22.806756 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. 2026.03.19 08:29:22.806759 [ 204 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 08:29:22.807040 [ 204 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.807112 [ 204 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_36_7} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 08:29:22.807195 [ 204 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.19 08:29:22.850048 [ 89 ] {} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.19 08:29:22.850101 [ 89 ] {} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.850133 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.850237 [ 193 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.19 08:29:22.850342 [ 193 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:22.850373 [ 193 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 284 rows starting from the beginning of the part 2026.03.19 08:29:22.850436 [ 193 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.03.19 08:29:22.850487 [ 193 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.03.19 08:29:22.850530 [ 193 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.03.19 08:29:22.850568 [ 193 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.03.19 08:29:22.851363 [ 194 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 380 rows, containing 5 columns (5 merged, 0 gathered) in 0.001161903 sec., 327049.6762638534 rows/sec., 23.63 MiB/sec. 2026.03.19 08:29:22.851545 [ 200 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.19 08:29:22.851834 [ 200 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_9_2} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.851905 [ 200 ] {64ab8a5e-30f4-454e-83e2-d18365fc1de8::all_1_9_2} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.19 08:29:22.851988 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.19 08:29:22.866848 [ 89 ] {} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.19 08:29:22.866886 [ 89 ] {} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:22.866904 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:22.867007 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.19 08:29:22.867121 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:22.867152 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 148 rows starting from the beginning of the part 2026.03.19 08:29:22.867212 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.03.19 08:29:22.867256 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.03.19 08:29:22.867305 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.03.19 08:29:22.867350 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2026.03.19 08:29:22.868086 [ 191 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.001118143 sec., 175290.63813841343 rows/sec., 11.47 MiB/sec. 2026.03.19 08:29:22.868211 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.19 08:29:22.868455 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_9_2} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:22.868525 [ 195 ] {b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7::all_1_9_2} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.19 08:29:22.868602 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.19 08:29:26.628174 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54957 2026.03.19 08:29:26.628303 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:26.628331 [ 286 ] {} TCP-Session: e9b6a6af-d3ce-4cd2-a3cc-69124a79d06e Authenticating user 'default' from [fd00:1122:3344:101::e]:54957 2026.03.19 08:29:26.628354 [ 286 ] {} TCP-Session: e9b6a6af-d3ce-4cd2-a3cc-69124a79d06e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.628367 [ 286 ] {} TCP-Session: e9b6a6af-d3ce-4cd2-a3cc-69124a79d06e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.628555 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64770 2026.03.19 08:29:26.628583 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33865 2026.03.19 08:29:26.628613 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64570 2026.03.19 08:29:26.628636 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62896 2026.03.19 08:29:26.628644 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49169 2026.03.19 08:29:26.628704 [ 286 ] {} TCP-Session: e9b6a6af-d3ce-4cd2-a3cc-69124a79d06e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:26.628691 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:26.628620 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35997 2026.03.19 08:29:26.628787 [ 287 ] {} TCP-Session: cbc49a2a-dec7-41a7-9581-391484d90b41 Authenticating user 'default' from [fd00:1122:3344:101::e]:64770 2026.03.19 08:29:26.628603 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42401 2026.03.19 08:29:26.628842 [ 287 ] {} TCP-Session: cbc49a2a-dec7-41a7-9581-391484d90b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.628559 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48142 2026.03.19 08:29:26.628880 [ 287 ] {} TCP-Session: cbc49a2a-dec7-41a7-9581-391484d90b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.628889 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:26.628894 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:26.628945 [ 293 ] {} TCP-Session: 7c88c69f-93e9-48fe-bb1e-938f88ffbbd9 Authenticating user 'default' from [fd00:1122:3344:101::e]:62896 2026.03.19 08:29:26.628777 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:26.628967 [ 294 ] {} TCP-Session: 19e0ee4e-16bb-4008-9641-e154a8f230e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:49169 2026.03.19 08:29:26.628979 [ 293 ] {} TCP-Session: 7c88c69f-93e9-48fe-bb1e-938f88ffbbd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.628996 [ 289 ] {} TCP-Session: 8d615b17-e5ff-4a7a-829c-f373c0b163b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:33865 2026.03.19 08:29:26.629008 [ 294 ] {} TCP-Session: 19e0ee4e-16bb-4008-9641-e154a8f230e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629015 [ 293 ] {} TCP-Session: 7c88c69f-93e9-48fe-bb1e-938f88ffbbd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629032 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:26.629049 [ 294 ] {} TCP-Session: 19e0ee4e-16bb-4008-9641-e154a8f230e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629028 [ 289 ] {} TCP-Session: 8d615b17-e5ff-4a7a-829c-f373c0b163b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629084 [ 292 ] {} TCP-Session: 31c3dbc6-27ae-4ddd-babd-78bf00960234 Authenticating user 'default' from [fd00:1122:3344:101::e]:35997 2026.03.19 08:29:26.629106 [ 289 ] {} TCP-Session: 8d615b17-e5ff-4a7a-829c-f373c0b163b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629110 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:26.629129 [ 292 ] {} TCP-Session: 31c3dbc6-27ae-4ddd-babd-78bf00960234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.628893 [ 286 ] {6ff0323b-a28d-46d9-8712-6b68dab43eaf} executeQuery: (from [fd00:1122:3344:101::e]:54957) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:29:26.629169 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:26.629165 [ 292 ] {} TCP-Session: 31c3dbc6-27ae-4ddd-babd-78bf00960234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629231 [ 291 ] {} TCP-Session: 1f1ee7e5-5262-4510-bd8d-dc2c629e566d Authenticating user 'default' from [fd00:1122:3344:101::e]:64570 2026.03.19 08:29:26.629238 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:26.629267 [ 291 ] {} TCP-Session: 1f1ee7e5-5262-4510-bd8d-dc2c629e566d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629169 [ 288 ] {} TCP-Session: e7476ab9-ae18-46a3-96ec-5de596f14ebe Authenticating user 'default' from [fd00:1122:3344:101::e]:48142 2026.03.19 08:29:26.629305 [ 291 ] {} TCP-Session: 1f1ee7e5-5262-4510-bd8d-dc2c629e566d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629331 [ 288 ] {} TCP-Session: e7476ab9-ae18-46a3-96ec-5de596f14ebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629299 [ 290 ] {} TCP-Session: 84560579-4090-4d4c-856a-02e51499a899 Authenticating user 'default' from [fd00:1122:3344:101::e]:42401 2026.03.19 08:29:26.629358 [ 288 ] {} TCP-Session: e7476ab9-ae18-46a3-96ec-5de596f14ebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629385 [ 290 ] {} TCP-Session: 84560579-4090-4d4c-856a-02e51499a899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629407 [ 290 ] {} TCP-Session: 84560579-4090-4d4c-856a-02e51499a899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.629437 [ 286 ] {6ff0323b-a28d-46d9-8712-6b68dab43eaf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:29:26.629492 [ 286 ] {6ff0323b-a28d-46d9-8712-6b68dab43eaf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:29:26.629769 [ 286 ] {6ff0323b-a28d-46d9-8712-6b68dab43eaf} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:29:26.630704 [ 301 ] {6ff0323b-a28d-46d9-8712-6b68dab43eaf} AggregatingTransform: Aggregating 2026.03.19 08:29:26.630761 [ 301 ] {6ff0323b-a28d-46d9-8712-6b68dab43eaf} Aggregator: Aggregation method: without_key 2026.03.19 08:29:26.630801 [ 301 ] {6ff0323b-a28d-46d9-8712-6b68dab43eaf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000928437 sec. (1077.079 rows/sec., 42.07 KiB/sec.) 2026.03.19 08:29:26.630821 [ 301 ] {6ff0323b-a28d-46d9-8712-6b68dab43eaf} Aggregator: Merging aggregated data 2026.03.19 08:29:26.632421 [ 286 ] {6ff0323b-a28d-46d9-8712-6b68dab43eaf} executeQuery: Read 1 rows, 40.00 B in 0.003582 sec., 279.17364600781684 rows/sec., 10.91 KiB/sec. 2026.03.19 08:29:26.632577 [ 286 ] {6ff0323b-a28d-46d9-8712-6b68dab43eaf} TCPHandler: Processed in 0.004000098 sec. 2026.03.19 08:29:26.632692 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:26.632706 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:26.632733 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:26.632755 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:26.632769 [ 287 ] {} TCP-Session: cbc49a2a-dec7-41a7-9581-391484d90b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.632783 [ 288 ] {} TCP-Session: e7476ab9-ae18-46a3-96ec-5de596f14ebe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.632805 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:26.632823 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:26.632837 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:26.632860 [ 291 ] {} TCP-Session: 1f1ee7e5-5262-4510-bd8d-dc2c629e566d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.632880 [ 294 ] {} TCP-Session: 19e0ee4e-16bb-4008-9641-e154a8f230e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.632898 [ 293 ] {} TCP-Session: 7c88c69f-93e9-48fe-bb1e-938f88ffbbd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.632799 [ 292 ] {} TCP-Session: 31c3dbc6-27ae-4ddd-babd-78bf00960234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.632790 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:26.632772 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:26.632985 [ 289 ] {} TCP-Session: 8d615b17-e5ff-4a7a-829c-f373c0b163b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.632753 [ 286 ] {} TCP-Session: e9b6a6af-d3ce-4cd2-a3cc-69124a79d06e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:26.633009 [ 290 ] {} TCP-Session: 84560579-4090-4d4c-856a-02e51499a899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.803056 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.803243 [ 5 ] {548931f8-fc93-471f-b2f4-222495e536b8} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:29:27.803312 [ 5 ] {548931f8-fc93-471f-b2f4-222495e536b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:29:27.804093 [ 5 ] {548931f8-fc93-471f-b2f4-222495e536b8} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.804143 [ 5 ] {548931f8-fc93-471f-b2f4-222495e536b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.804575 [ 5 ] {548931f8-fc93-471f-b2f4-222495e536b8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:29:27.804817 [ 5 ] {548931f8-fc93-471f-b2f4-222495e536b8} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:29:27.804993 [ 5 ] {548931f8-fc93-471f-b2f4-222495e536b8} executeQuery: Read 284 rows, 18.47 KiB in 0.0018 sec., 157777.77777777778 rows/sec., 10.02 MiB/sec. 2026.03.19 08:29:27.805049 [ 5 ] {548931f8-fc93-471f-b2f4-222495e536b8} TCPHandler: Processed in 0.002128182 sec. 2026.03.19 08:29:27.805179 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.805278 [ 5 ] {cb5a1b93-abc7-4b90-a54e-846c468e06b2} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:29:27.805319 [ 5 ] {cb5a1b93-abc7-4b90-a54e-846c468e06b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:29:27.805729 [ 5 ] {cb5a1b93-abc7-4b90-a54e-846c468e06b2} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.805765 [ 5 ] {cb5a1b93-abc7-4b90-a54e-846c468e06b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.806078 [ 5 ] {cb5a1b93-abc7-4b90-a54e-846c468e06b2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:29:27.806292 [ 5 ] {cb5a1b93-abc7-4b90-a54e-846c468e06b2} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:29:27.806431 [ 5 ] {cb5a1b93-abc7-4b90-a54e-846c468e06b2} executeQuery: Read 4 rows, 334.00 B in 0.001172 sec., 3412.9692832764504 rows/sec., 278.30 KiB/sec. 2026.03.19 08:29:27.806470 [ 5 ] {cb5a1b93-abc7-4b90-a54e-846c468e06b2} TCPHandler: Processed in 0.0013433 sec. 2026.03.19 08:29:27.806589 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.806684 [ 5 ] {a5e595cb-5e40-401f-b5c2-411d37ef8619} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:27.806725 [ 5 ] {a5e595cb-5e40-401f-b5c2-411d37ef8619} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:27.807527 [ 5 ] {a5e595cb-5e40-401f-b5c2-411d37ef8619} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.807561 [ 5 ] {a5e595cb-5e40-401f-b5c2-411d37ef8619} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.807927 [ 5 ] {a5e595cb-5e40-401f-b5c2-411d37ef8619} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 08:29:27.808151 [ 5 ] {a5e595cb-5e40-401f-b5c2-411d37ef8619} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:27.808287 [ 5 ] {a5e595cb-5e40-401f-b5c2-411d37ef8619} executeQuery: Read 819 rows, 65.65 KiB in 0.00162 sec., 505555.55555555556 rows/sec., 39.58 MiB/sec. 2026.03.19 08:29:27.808325 [ 5 ] {a5e595cb-5e40-401f-b5c2-411d37ef8619} TCPHandler: Processed in 0.001786783 sec. 2026.03.19 08:29:27.808438 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.808533 [ 5 ] {8c3c3fa6-3bcb-46a0-ad32-65ae36ef5ccf} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:27.808574 [ 5 ] {8c3c3fa6-3bcb-46a0-ad32-65ae36ef5ccf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:27.809022 [ 5 ] {8c3c3fa6-3bcb-46a0-ad32-65ae36ef5ccf} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.809057 [ 5 ] {8c3c3fa6-3bcb-46a0-ad32-65ae36ef5ccf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.809389 [ 5 ] {8c3c3fa6-3bcb-46a0-ad32-65ae36ef5ccf} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 08:29:27.809607 [ 5 ] {8c3c3fa6-3bcb-46a0-ad32-65ae36ef5ccf} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:27.809736 [ 5 ] {8c3c3fa6-3bcb-46a0-ad32-65ae36ef5ccf} executeQuery: Read 156 rows, 9.57 KiB in 0.001221 sec., 127764.12776412776 rows/sec., 7.66 MiB/sec. 2026.03.19 08:29:27.809773 [ 5 ] {8c3c3fa6-3bcb-46a0-ad32-65ae36ef5ccf} TCPHandler: Processed in 0.00138529 sec. 2026.03.19 08:29:27.809890 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.809984 [ 5 ] {72f91b28-bd7c-4e16-8692-9423c397aa22} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:29:27.810024 [ 5 ] {72f91b28-bd7c-4e16-8692-9423c397aa22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:29:27.810459 [ 5 ] {72f91b28-bd7c-4e16-8692-9423c397aa22} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.810496 [ 5 ] {72f91b28-bd7c-4e16-8692-9423c397aa22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.810795 [ 5 ] {72f91b28-bd7c-4e16-8692-9423c397aa22} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:29:27.811012 [ 5 ] {72f91b28-bd7c-4e16-8692-9423c397aa22} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:29:27.811138 [ 5 ] {72f91b28-bd7c-4e16-8692-9423c397aa22} executeQuery: Read 149 rows, 9.86 KiB in 0.001172 sec., 127133.10580204778 rows/sec., 8.21 MiB/sec. 2026.03.19 08:29:27.811175 [ 5 ] {72f91b28-bd7c-4e16-8692-9423c397aa22} TCPHandler: Processed in 0.001333689 sec. 2026.03.19 08:29:27.811293 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.811386 [ 5 ] {b858cdfe-aa56-4ca3-9e70-0f245a2551a3} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:29:27.811426 [ 5 ] {b858cdfe-aa56-4ca3-9e70-0f245a2551a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:29:27.811869 [ 5 ] {b858cdfe-aa56-4ca3-9e70-0f245a2551a3} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.811905 [ 5 ] {b858cdfe-aa56-4ca3-9e70-0f245a2551a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.812217 [ 5 ] {b858cdfe-aa56-4ca3-9e70-0f245a2551a3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.19 08:29:27.812427 [ 5 ] {b858cdfe-aa56-4ca3-9e70-0f245a2551a3} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:29:27.812557 [ 5 ] {b858cdfe-aa56-4ca3-9e70-0f245a2551a3} executeQuery: Read 148 rows, 8.62 KiB in 0.001188 sec., 124579.12457912457 rows/sec., 7.09 MiB/sec. 2026.03.19 08:29:27.812595 [ 5 ] {b858cdfe-aa56-4ca3-9e70-0f245a2551a3} TCPHandler: Processed in 0.0013508 sec. 2026.03.19 08:29:27.812710 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.812803 [ 5 ] {c71fd82a-ccbe-48d5-9f8c-e20ae7697f60} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:27.812843 [ 5 ] {c71fd82a-ccbe-48d5-9f8c-e20ae7697f60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:27.813435 [ 5 ] {c71fd82a-ccbe-48d5-9f8c-e20ae7697f60} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.813472 [ 5 ] {c71fd82a-ccbe-48d5-9f8c-e20ae7697f60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.813812 [ 5 ] {c71fd82a-ccbe-48d5-9f8c-e20ae7697f60} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 08:29:27.814037 [ 5 ] {c71fd82a-ccbe-48d5-9f8c-e20ae7697f60} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:27.814168 [ 5 ] {c71fd82a-ccbe-48d5-9f8c-e20ae7697f60} executeQuery: Read 504 rows, 36.31 KiB in 0.001382 sec., 364688.8567293777 rows/sec., 25.65 MiB/sec. 2026.03.19 08:29:27.814207 [ 5 ] {c71fd82a-ccbe-48d5-9f8c-e20ae7697f60} TCPHandler: Processed in 0.001545825 sec. 2026.03.19 08:29:27.814322 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.814418 [ 5 ] {faa87cdb-e772-4400-9ac3-c265fc41980a} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 08:29:27.814459 [ 5 ] {faa87cdb-e772-4400-9ac3-c265fc41980a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 08:29:27.814776 [ 5 ] {faa87cdb-e772-4400-9ac3-c265fc41980a} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.814811 [ 5 ] {faa87cdb-e772-4400-9ac3-c265fc41980a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.815122 [ 5 ] {faa87cdb-e772-4400-9ac3-c265fc41980a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:29:27.815337 [ 5 ] {faa87cdb-e772-4400-9ac3-c265fc41980a} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): 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.19 08:29:27.815465 [ 5 ] {faa87cdb-e772-4400-9ac3-c265fc41980a} executeQuery: Read 6 rows, 321.00 B in 0.001065 sec., 5633.802816901409 rows/sec., 294.34 KiB/sec. 2026.03.19 08:29:27.815502 [ 5 ] {faa87cdb-e772-4400-9ac3-c265fc41980a} TCPHandler: Processed in 0.001228446 sec. 2026.03.19 08:29:27.815605 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.815697 [ 5 ] {6d7deb97-783c-4f97-997f-5a89cc25e4f5} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:27.815740 [ 5 ] {6d7deb97-783c-4f97-997f-5a89cc25e4f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:27.816144 [ 5 ] {6d7deb97-783c-4f97-997f-5a89cc25e4f5} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.816180 [ 5 ] {6d7deb97-783c-4f97-997f-5a89cc25e4f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.816519 [ 5 ] {6d7deb97-783c-4f97-997f-5a89cc25e4f5} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 08:29:27.816736 [ 5 ] {6d7deb97-783c-4f97-997f-5a89cc25e4f5} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:27.816863 [ 5 ] {6d7deb97-783c-4f97-997f-5a89cc25e4f5} executeQuery: Read 267 rows, 18.17 KiB in 0.001183 sec., 225697.37954353337 rows/sec., 15.00 MiB/sec. 2026.03.19 08:29:27.816900 [ 5 ] {6d7deb97-783c-4f97-997f-5a89cc25e4f5} TCPHandler: Processed in 0.0013438 sec. 2026.03.19 08:29:27.817011 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.817105 [ 5 ] {301371f7-300d-4a5f-bfc2-a88940ab1691} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 08:29:27.817147 [ 5 ] {301371f7-300d-4a5f-bfc2-a88940ab1691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 08:29:27.817467 [ 5 ] {301371f7-300d-4a5f-bfc2-a88940ab1691} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.817502 [ 5 ] {301371f7-300d-4a5f-bfc2-a88940ab1691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.817814 [ 5 ] {301371f7-300d-4a5f-bfc2-a88940ab1691} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.19 08:29:27.818032 [ 5 ] {301371f7-300d-4a5f-bfc2-a88940ab1691} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): 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.19 08:29:27.818161 [ 5 ] {301371f7-300d-4a5f-bfc2-a88940ab1691} executeQuery: Read 1 rows, 69.00 B in 0.001073 sec., 931.9664492078285 rows/sec., 62.80 KiB/sec. 2026.03.19 08:29:27.818202 [ 5 ] {301371f7-300d-4a5f-bfc2-a88940ab1691} TCPHandler: Processed in 0.001240046 sec. 2026.03.19 08:29:27.818320 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.818412 [ 5 ] {6d860aeb-9d83-41c0-a3f4-695d88cbc03f} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:27.818467 [ 5 ] {6d860aeb-9d83-41c0-a3f4-695d88cbc03f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:27.819260 [ 5 ] {6d860aeb-9d83-41c0-a3f4-695d88cbc03f} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.819296 [ 5 ] {6d860aeb-9d83-41c0-a3f4-695d88cbc03f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.819815 [ 5 ] {6d860aeb-9d83-41c0-a3f4-695d88cbc03f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.19 08:29:27.820042 [ 5 ] {6d860aeb-9d83-41c0-a3f4-695d88cbc03f} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:27.820182 [ 5 ] {6d860aeb-9d83-41c0-a3f4-695d88cbc03f} executeQuery: Read 10 rows, 18.35 KiB in 0.001786 sec., 5599.104143337066 rows/sec., 10.03 MiB/sec. 2026.03.19 08:29:27.820248 [ 5 ] {6d860aeb-9d83-41c0-a3f4-695d88cbc03f} TCPHandler: Processed in 0.001977758 sec. 2026.03.19 08:29:27.820365 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.820480 [ 5 ] {02b1e089-6276-4df4-9998-00bb25b01d58} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:27.820526 [ 5 ] {02b1e089-6276-4df4-9998-00bb25b01d58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:27.820856 [ 5 ] {02b1e089-6276-4df4-9998-00bb25b01d58} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.820892 [ 5 ] {02b1e089-6276-4df4-9998-00bb25b01d58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.821205 [ 5 ] {02b1e089-6276-4df4-9998-00bb25b01d58} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 08:29:27.821420 [ 5 ] {02b1e089-6276-4df4-9998-00bb25b01d58} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:27.821549 [ 5 ] {02b1e089-6276-4df4-9998-00bb25b01d58} executeQuery: Read 90 rows, 5.77 KiB in 0.001086 sec., 82872.92817679558 rows/sec., 5.19 MiB/sec. 2026.03.19 08:29:27.821585 [ 5 ] {02b1e089-6276-4df4-9998-00bb25b01d58} TCPHandler: Processed in 0.001269407 sec. 2026.03.19 08:29:27.893424 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11999 2026.03.19 08:29:27.893922 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:27.893971 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:27.894541 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 08:29:27.894805 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:27.894973 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11999 2026.03.19 08:29:27.944709 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43168 2026.03.19 08:29:27.944822 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:27.944848 [ 286 ] {} TCP-Session: 4a5ee045-9db6-49b6-9669-a9d3b455cf39 Authenticating user 'default' from [fd00:1122:3344:101::e]:43168 2026.03.19 08:29:27.944871 [ 286 ] {} TCP-Session: 4a5ee045-9db6-49b6-9669-a9d3b455cf39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.944883 [ 286 ] {} TCP-Session: 4a5ee045-9db6-49b6-9669-a9d3b455cf39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.945084 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35000 2026.03.19 08:29:27.945095 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37723 2026.03.19 08:29:27.945136 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60464 2026.03.19 08:29:27.945202 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:27.945229 [ 286 ] {} TCP-Session: 4a5ee045-9db6-49b6-9669-a9d3b455cf39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:27.945238 [ 287 ] {} TCP-Session: 22d766bd-9de6-456d-b916-43a55297db53 Authenticating user 'default' from [fd00:1122:3344:101::e]:35000 2026.03.19 08:29:27.945249 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:27.945293 [ 287 ] {} TCP-Session: 22d766bd-9de6-456d-b916-43a55297db53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.945274 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:27.945331 [ 287 ] {} TCP-Session: 22d766bd-9de6-456d-b916-43a55297db53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.945363 [ 289 ] {} TCP-Session: 51137d87-f025-4cc0-9bff-537d55125b8d Authenticating user 'default' from [fd00:1122:3344:101::e]:60464 2026.03.19 08:29:27.945331 [ 288 ] {} TCP-Session: 3cab9eaf-4f4a-40ef-93ca-5bd4b9f289b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:37723 2026.03.19 08:29:27.945395 [ 289 ] {} TCP-Session: 51137d87-f025-4cc0-9bff-537d55125b8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.945411 [ 286 ] {e0028971-f70b-4759-b9af-40e25ede3e76} executeQuery: (from [fd00:1122:3344:101::e]:43168) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:29:27.945417 [ 289 ] {} TCP-Session: 51137d87-f025-4cc0-9bff-537d55125b8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.945418 [ 288 ] {} TCP-Session: 3cab9eaf-4f4a-40ef-93ca-5bd4b9f289b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.945468 [ 288 ] {} TCP-Session: 3cab9eaf-4f4a-40ef-93ca-5bd4b9f289b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.945690 [ 286 ] {e0028971-f70b-4759-b9af-40e25ede3e76} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:29:27.945749 [ 286 ] {e0028971-f70b-4759-b9af-40e25ede3e76} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:29:27.946034 [ 286 ] {e0028971-f70b-4759-b9af-40e25ede3e76} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:29:27.946976 [ 260 ] {e0028971-f70b-4759-b9af-40e25ede3e76} AggregatingTransform: Aggregating 2026.03.19 08:29:27.947017 [ 260 ] {e0028971-f70b-4759-b9af-40e25ede3e76} Aggregator: Aggregation method: without_key 2026.03.19 08:29:27.947051 [ 260 ] {e0028971-f70b-4759-b9af-40e25ede3e76} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000914407 sec. (1093.605 rows/sec., 42.72 KiB/sec.) 2026.03.19 08:29:27.947070 [ 260 ] {e0028971-f70b-4759-b9af-40e25ede3e76} Aggregator: Merging aggregated data 2026.03.19 08:29:27.948379 [ 286 ] {e0028971-f70b-4759-b9af-40e25ede3e76} executeQuery: Read 1 rows, 40.00 B in 0.003027 sec., 330.3600925008259 rows/sec., 12.90 KiB/sec. 2026.03.19 08:29:27.948524 [ 286 ] {e0028971-f70b-4759-b9af-40e25ede3e76} TCPHandler: Processed in 0.00341614 sec. 2026.03.19 08:29:27.948631 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:27.948657 [ 286 ] {} TCP-Session: 4a5ee045-9db6-49b6-9669-a9d3b455cf39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.948660 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:27.948709 [ 287 ] {} TCP-Session: 22d766bd-9de6-456d-b916-43a55297db53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.948710 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:27.948743 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:27.948757 [ 289 ] {} TCP-Session: 51137d87-f025-4cc0-9bff-537d55125b8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.948788 [ 288 ] {} TCP-Session: 3cab9eaf-4f4a-40ef-93ca-5bd4b9f289b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.951132 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33020 2026.03.19 08:29:27.951140 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35077 2026.03.19 08:29:27.951174 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43273 2026.03.19 08:29:27.951208 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:27.951166 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36449 2026.03.19 08:29:27.951243 [ 290 ] {} TCP-Session: d059722f-3eb8-4915-b1bb-56f2f54a9616 Authenticating user 'default' from [fd00:1122:3344:101::e]:33020 2026.03.19 08:29:27.951247 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:27.951261 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:27.951278 [ 290 ] {} TCP-Session: d059722f-3eb8-4915-b1bb-56f2f54a9616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.951303 [ 288 ] {} TCP-Session: 7e1c3444-61a2-40af-9d94-363c29305a90 Authenticating user 'default' from [fd00:1122:3344:101::e]:35077 2026.03.19 08:29:27.951315 [ 293 ] {} TCP-Session: 238246b9-29d8-4c28-acd0-0f7b685740a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:43273 2026.03.19 08:29:27.951346 [ 288 ] {} TCP-Session: 7e1c3444-61a2-40af-9d94-363c29305a90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.951361 [ 293 ] {} TCP-Session: 238246b9-29d8-4c28-acd0-0f7b685740a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.951376 [ 288 ] {} TCP-Session: 7e1c3444-61a2-40af-9d94-363c29305a90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.951387 [ 293 ] {} TCP-Session: 238246b9-29d8-4c28-acd0-0f7b685740a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.951299 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:27.951159 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33682 2026.03.19 08:29:27.951446 [ 292 ] {} TCP-Session: 599afc94-bf77-48ae-a5d9-61b6cb7122fd Authenticating user 'default' from [fd00:1122:3344:101::e]:36449 2026.03.19 08:29:27.951321 [ 290 ] {} TCP-Session: d059722f-3eb8-4915-b1bb-56f2f54a9616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.951486 [ 292 ] {} TCP-Session: 599afc94-bf77-48ae-a5d9-61b6cb7122fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.951510 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:27.951514 [ 292 ] {} TCP-Session: 599afc94-bf77-48ae-a5d9-61b6cb7122fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.951543 [ 291 ] {} TCP-Session: 256b4961-55b8-4b6a-80fc-630b9fb51635 Authenticating user 'default' from [fd00:1122:3344:101::e]:33682 2026.03.19 08:29:27.951569 [ 291 ] {} TCP-Session: 256b4961-55b8-4b6a-80fc-630b9fb51635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.951583 [ 291 ] {} TCP-Session: 256b4961-55b8-4b6a-80fc-630b9fb51635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.980751 [ 292 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:36449). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.19 08:29:27.980915 [ 292 ] {} TCP-Session: 599afc94-bf77-48ae-a5d9-61b6cb7122fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.980941 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:33682). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.19 08:29:27.981017 [ 291 ] {} TCP-Session: 256b4961-55b8-4b6a-80fc-630b9fb51635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.981058 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:43273). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.19 08:29:27.981160 [ 293 ] {} TCP-Session: 238246b9-29d8-4c28-acd0-0f7b685740a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.981182 [ 288 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:35077). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.19 08:29:27.981283 [ 288 ] {} TCP-Session: 7e1c3444-61a2-40af-9d94-363c29305a90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:27.981312 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:33020). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.19 08:29:27.981409 [ 290 ] {} TCP-Session: d059722f-3eb8-4915-b1bb-56f2f54a9616 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.544335 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.03.19 08:29:28.563339 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:28.563412 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:28.569243 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.19 08:29:28.570064 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:28.574384 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.03.19 08:29:28.772752 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34392 2026.03.19 08:29:28.772868 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:28.772896 [ 290 ] {} TCP-Session: 100d202c-39cc-4fe5-b6a5-b19102192381 Authenticating user 'default' from [fd00:1122:3344:101::e]:34392 2026.03.19 08:29:28.772917 [ 290 ] {} TCP-Session: 100d202c-39cc-4fe5-b6a5-b19102192381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.772930 [ 290 ] {} TCP-Session: 100d202c-39cc-4fe5-b6a5-b19102192381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773140 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65435 2026.03.19 08:29:28.773171 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44025 2026.03.19 08:29:28.773183 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64492 2026.03.19 08:29:28.773214 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65322 2026.03.19 08:29:28.773170 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42826 2026.03.19 08:29:28.773261 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:28.773274 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:28.773258 [ 290 ] {} TCP-Session: 100d202c-39cc-4fe5-b6a5-b19102192381 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:28.773333 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:28.773147 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54454 2026.03.19 08:29:28.773193 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62488 2026.03.19 08:29:28.773420 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:28.773441 [ 291 ] {} TCP-Session: aab53170-c890-4aa6-b292-fd3d3588c87c Authenticating user 'default' from [fd00:1122:3344:101::e]:65435 2026.03.19 08:29:28.773268 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:28.773475 [ 289 ] {} TCP-Session: 0e114df1-d7cf-4cd8-919b-6fc03752d6cd Authenticating user 'default' from [fd00:1122:3344:101::e]:65322 2026.03.19 08:29:28.773488 [ 291 ] {} TCP-Session: aab53170-c890-4aa6-b292-fd3d3588c87c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773501 [ 294 ] {} TCP-Session: 92752a0a-d5e5-4219-977b-e4fc0c885e9a Authenticating user 'default' from [fd00:1122:3344:101::e]:44025 2026.03.19 08:29:28.773516 [ 289 ] {} TCP-Session: 0e114df1-d7cf-4cd8-919b-6fc03752d6cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773519 [ 291 ] {} TCP-Session: aab53170-c890-4aa6-b292-fd3d3588c87c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773536 [ 294 ] {} TCP-Session: 92752a0a-d5e5-4219-977b-e4fc0c885e9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773553 [ 290 ] {ea5e9c9a-5de3-4853-9855-a1b7da7ac531} executeQuery: (from [fd00:1122:3344:101::e]:34392) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.19 08:29:28.773570 [ 294 ] {} TCP-Session: 92752a0a-d5e5-4219-977b-e4fc0c885e9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773544 [ 289 ] {} TCP-Session: 0e114df1-d7cf-4cd8-919b-6fc03752d6cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773594 [ 286 ] {} TCP-Session: 19a27c07-0ee1-4c52-9aff-dd5b3908f7c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:64492 2026.03.19 08:29:28.773481 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:28.773640 [ 286 ] {} TCP-Session: 19a27c07-0ee1-4c52-9aff-dd5b3908f7c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773662 [ 287 ] {} TCP-Session: 0d9e0a27-67b7-4428-85fc-2c18a62aa258 Authenticating user 'default' from [fd00:1122:3344:101::e]:62488 2026.03.19 08:29:28.773679 [ 286 ] {} TCP-Session: 19a27c07-0ee1-4c52-9aff-dd5b3908f7c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773693 [ 287 ] {} TCP-Session: 0d9e0a27-67b7-4428-85fc-2c18a62aa258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773474 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:28.773720 [ 287 ] {} TCP-Session: 0d9e0a27-67b7-4428-85fc-2c18a62aa258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773466 [ 293 ] {} TCP-Session: ad9692aa-5923-4f42-9367-512dc6924b25 Authenticating user 'default' from [fd00:1122:3344:101::e]:42826 2026.03.19 08:29:28.773754 [ 292 ] {} TCP-Session: 7c1e07e5-0459-46d6-b933-53a983eb2238 Authenticating user 'default' from [fd00:1122:3344:101::e]:54454 2026.03.19 08:29:28.773780 [ 293 ] {} TCP-Session: ad9692aa-5923-4f42-9367-512dc6924b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773202 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46881 2026.03.19 08:29:28.773805 [ 293 ] {} TCP-Session: ad9692aa-5923-4f42-9367-512dc6924b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773801 [ 292 ] {} TCP-Session: 7c1e07e5-0459-46d6-b933-53a983eb2238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773864 [ 292 ] {} TCP-Session: 7c1e07e5-0459-46d6-b933-53a983eb2238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773882 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.19 08:29:28.773906 [ 288 ] {} TCP-Session: 2d10fdd7-0b0a-40a9-adc2-fbfeff46bd97 Authenticating user 'default' from [fd00:1122:3344:101::e]:46881 2026.03.19 08:29:28.773918 [ 290 ] {ea5e9c9a-5de3-4853-9855-a1b7da7ac531} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.19 08:29:28.773923 [ 288 ] {} TCP-Session: 2d10fdd7-0b0a-40a9-adc2-fbfeff46bd97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773960 [ 288 ] {} TCP-Session: 2d10fdd7-0b0a-40a9-adc2-fbfeff46bd97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.773987 [ 290 ] {ea5e9c9a-5de3-4853-9855-a1b7da7ac531} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.19 08:29:28.774297 [ 290 ] {ea5e9c9a-5de3-4853-9855-a1b7da7ac531} oximeter.version (7a2ce719-d29a-40bf-96b2-196ced452756) (SelectExecutor): Key condition: unknown 2026.03.19 08:29:28.775442 [ 298 ] {ea5e9c9a-5de3-4853-9855-a1b7da7ac531} AggregatingTransform: Aggregating 2026.03.19 08:29:28.775485 [ 298 ] {ea5e9c9a-5de3-4853-9855-a1b7da7ac531} Aggregator: Aggregation method: without_key 2026.03.19 08:29:28.775524 [ 298 ] {ea5e9c9a-5de3-4853-9855-a1b7da7ac531} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001125793 sec. (888.263 rows/sec., 34.70 KiB/sec.) 2026.03.19 08:29:28.775546 [ 298 ] {ea5e9c9a-5de3-4853-9855-a1b7da7ac531} Aggregator: Merging aggregated data 2026.03.19 08:29:28.776754 [ 290 ] {ea5e9c9a-5de3-4853-9855-a1b7da7ac531} executeQuery: Read 1 rows, 40.00 B in 0.003265 sec., 306.2787136294028 rows/sec., 11.96 KiB/sec. 2026.03.19 08:29:28.776863 [ 290 ] {ea5e9c9a-5de3-4853-9855-a1b7da7ac531} TCPHandler: Processed in 0.00377407 sec. 2026.03.19 08:29:28.776972 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:28.777007 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:28.777010 [ 290 ] {} TCP-Session: 100d202c-39cc-4fe5-b6a5-b19102192381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.777043 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:28.777051 [ 292 ] {} TCP-Session: 7c1e07e5-0459-46d6-b933-53a983eb2238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.777063 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:28.777089 [ 293 ] {} TCP-Session: ad9692aa-5923-4f42-9367-512dc6924b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.777110 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:28.777123 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:28.777133 [ 294 ] {} TCP-Session: 92752a0a-d5e5-4219-977b-e4fc0c885e9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.777152 [ 289 ] {} TCP-Session: 0e114df1-d7cf-4cd8-919b-6fc03752d6cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.777171 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:28.777174 [ 288 ] {} TCP-Session: 2d10fdd7-0b0a-40a9-adc2-fbfeff46bd97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.777147 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:28.777215 [ 286 ] {} TCP-Session: 19a27c07-0ee1-4c52-9aff-dd5b3908f7c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.777084 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.19 08:29:28.777258 [ 287 ] {} TCP-Session: 0d9e0a27-67b7-4428-85fc-2c18a62aa258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:28.777295 [ 291 ] {} TCP-Session: aab53170-c890-4aa6-b292-fd3d3588c87c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.19 08:29:30.439568 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 768 2026.03.19 08:29:30.442078 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:30.442136 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:30.443375 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.19 08:29:30.443653 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:29:30.443976 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 768 2026.03.19 08:29:32.795462 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:32.795772 [ 5 ] {bc64801c-f082-42c3-9091-1bf4af79b0b7} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:32.795879 [ 5 ] {bc64801c-f082-42c3-9091-1bf4af79b0b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:32.796665 [ 5 ] {bc64801c-f082-42c3-9091-1bf4af79b0b7} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:32.796712 [ 5 ] {bc64801c-f082-42c3-9091-1bf4af79b0b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:32.797124 [ 5 ] {bc64801c-f082-42c3-9091-1bf4af79b0b7} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 08:29:32.797378 [ 5 ] {bc64801c-f082-42c3-9091-1bf4af79b0b7} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:32.797556 [ 5 ] {bc64801c-f082-42c3-9091-1bf4af79b0b7} executeQuery: Read 116 rows, 10.09 KiB in 0.001862 sec., 62298.60365198711 rows/sec., 5.29 MiB/sec. 2026.03.19 08:29:32.797610 [ 5 ] {bc64801c-f082-42c3-9091-1bf4af79b0b7} TCPHandler: Processed in 0.002336678 sec. 2026.03.19 08:29:32.797742 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:32.797845 [ 5 ] {7cdda425-3b0a-491b-9c5e-3ffc418e7cee} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:32.797889 [ 5 ] {7cdda425-3b0a-491b-9c5e-3ffc418e7cee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:32.798312 [ 5 ] {7cdda425-3b0a-491b-9c5e-3ffc418e7cee} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:32.798349 [ 5 ] {7cdda425-3b0a-491b-9c5e-3ffc418e7cee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:32.798653 [ 5 ] {7cdda425-3b0a-491b-9c5e-3ffc418e7cee} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 08:29:32.798863 [ 5 ] {7cdda425-3b0a-491b-9c5e-3ffc418e7cee} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:32.798998 [ 5 ] {7cdda425-3b0a-491b-9c5e-3ffc418e7cee} executeQuery: Read 30 rows, 2.26 KiB in 0.001177 sec., 25488.530161427356 rows/sec., 1.87 MiB/sec. 2026.03.19 08:29:32.799036 [ 5 ] {7cdda425-3b0a-491b-9c5e-3ffc418e7cee} TCPHandler: Processed in 0.001347409 sec. 2026.03.19 08:29:32.799145 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:32.799242 [ 5 ] {d83d270a-adfa-424f-87f9-6902d22e94e3} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:32.799283 [ 5 ] {d83d270a-adfa-424f-87f9-6902d22e94e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:32.799711 [ 5 ] {d83d270a-adfa-424f-87f9-6902d22e94e3} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:32.799747 [ 5 ] {d83d270a-adfa-424f-87f9-6902d22e94e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:32.800057 [ 5 ] {d83d270a-adfa-424f-87f9-6902d22e94e3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 08:29:32.800271 [ 5 ] {d83d270a-adfa-424f-87f9-6902d22e94e3} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:32.800412 [ 5 ] {d83d270a-adfa-424f-87f9-6902d22e94e3} executeQuery: Read 94 rows, 7.52 KiB in 0.00119 sec., 78991.59663865545 rows/sec., 6.17 MiB/sec. 2026.03.19 08:29:32.800451 [ 5 ] {d83d270a-adfa-424f-87f9-6902d22e94e3} TCPHandler: Processed in 0.001355099 sec. 2026.03.19 08:29:32.800564 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:32.800660 [ 5 ] {b83154db-ad00-41b0-9e8d-2926023930f8} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:32.800705 [ 5 ] {b83154db-ad00-41b0-9e8d-2926023930f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:32.801104 [ 5 ] {b83154db-ad00-41b0-9e8d-2926023930f8} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:32.801140 [ 5 ] {b83154db-ad00-41b0-9e8d-2926023930f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:32.801472 [ 5 ] {b83154db-ad00-41b0-9e8d-2926023930f8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 08:29:32.801703 [ 5 ] {b83154db-ad00-41b0-9e8d-2926023930f8} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:32.801846 [ 5 ] {b83154db-ad00-41b0-9e8d-2926023930f8} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.03.19 08:29:32.801884 [ 5 ] {b83154db-ad00-41b0-9e8d-2926023930f8} TCPHandler: Processed in 0.0013707 sec. 2026.03.19 08:29:32.801994 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:32.802089 [ 5 ] {81aa6eac-7c4d-4ef9-aa74-a7870f5957cb} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:32.802144 [ 5 ] {81aa6eac-7c4d-4ef9-aa74-a7870f5957cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:32.802968 [ 5 ] {81aa6eac-7c4d-4ef9-aa74-a7870f5957cb} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:32.803005 [ 5 ] {81aa6eac-7c4d-4ef9-aa74-a7870f5957cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:32.803550 [ 5 ] {81aa6eac-7c4d-4ef9-aa74-a7870f5957cb} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.19 08:29:32.803772 [ 5 ] {81aa6eac-7c4d-4ef9-aa74-a7870f5957cb} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:32.803933 [ 5 ] {81aa6eac-7c4d-4ef9-aa74-a7870f5957cb} executeQuery: Read 30 rows, 55.05 KiB in 0.001862 sec., 16111.70784103115 rows/sec., 28.87 MiB/sec. 2026.03.19 08:29:32.803923 [ 78 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.19 08:29:32.804012 [ 5 ] {81aa6eac-7c4d-4ef9-aa74-a7870f5957cb} TCPHandler: Processed in 0.002067311 sec. 2026.03.19 08:29:32.804015 [ 78 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:32.804058 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:32.804160 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:32.804169 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.19 08:29:32.804270 [ 5 ] {cd8ea13f-f41d-414f-9cde-ff8518185688} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:32.804324 [ 5 ] {cd8ea13f-f41d-414f-9cde-ff8518185688} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:32.804441 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:32.804524 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 541 rows starting from the beginning of the part 2026.03.19 08:29:32.804700 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part 2026.03.19 08:29:32.804703 [ 5 ] {cd8ea13f-f41d-414f-9cde-ff8518185688} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:32.804756 [ 5 ] {cd8ea13f-f41d-414f-9cde-ff8518185688} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:32.804822 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part 2026.03.19 08:29:32.804940 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part 2026.03.19 08:29:32.805060 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part 2026.03.19 08:29:32.805094 [ 5 ] {cd8ea13f-f41d-414f-9cde-ff8518185688} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 08:29:32.805170 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part 2026.03.19 08:29:32.805336 [ 5 ] {cd8ea13f-f41d-414f-9cde-ff8518185688} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:32.805487 [ 5 ] {cd8ea13f-f41d-414f-9cde-ff8518185688} executeQuery: Read 60 rows, 4.14 KiB in 0.001239 sec., 48426.15012106537 rows/sec., 3.26 MiB/sec. 2026.03.19 08:29:32.805527 [ 5 ] {cd8ea13f-f41d-414f-9cde-ff8518185688} TCPHandler: Processed in 0.001423112 sec. 2026.03.19 08:29:32.812302 [ 195 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 19 columns (19 merged, 0 gathered) in 0.008173999 sec., 80988.51003040251 rows/sec., 145.13 MiB/sec. 2026.03.19 08:29:32.813281 [ 191 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.19 08:29:32.813691 [ 191 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:32.813780 [ 191 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_31_6} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.19 08:29:32.813958 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. 2026.03.19 08:29:35.285252 [ 76 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:29:35.285300 [ 76 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:29:35.395058 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12511 2026.03.19 08:29:35.395615 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:35.395658 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:35.396201 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 08:29:35.396441 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:35.396564 [ 76 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 08:29:35.396579 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12511 2026.03.19 08:29:35.396610 [ 76 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:35.396633 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:35.396753 [ 199 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 08:29:35.396897 [ 199 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:35.396937 [ 199 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10079 rows starting from the beginning of the part 2026.03.19 08:29:35.397006 [ 199 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2026.03.19 08:29:35.397059 [ 199 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2026.03.19 08:29:35.397103 [ 199 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2026.03.19 08:29:35.397146 [ 199 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2026.03.19 08:29:35.397187 [ 199 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2026.03.19 08:29:35.401213 [ 195 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12511 rows, containing 4 columns (4 merged, 0 gathered) in 0.004517862 sec., 2769230.224384897 rows/sec., 39.61 MiB/sec. 2026.03.19 08:29:35.401534 [ 192 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 08:29:35.401828 [ 192 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:35.401895 [ 192 ] {189c5c94-4674-4e1a-8f53-39d6d6dc649b::all_1_26_5} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 08:29:35.401977 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.03.19 08:29:36.074437 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.03.19 08:29:36.090925 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:36.090979 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:36.096637 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.19 08:29:36.097331 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:36.097625 [ 76 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.19 08:29:36.097680 [ 76 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:36.097700 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:36.097792 [ 199 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.19 08:29:36.100121 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.03.19 08:29:36.100757 [ 199 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:36.101560 [ 199 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.03.19 08:29:36.104952 [ 199 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.03.19 08:29:36.108159 [ 199 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.03.19 08:29:36.111780 [ 199 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.03.19 08:29:36.115671 [ 199 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.03.19 08:29:36.119835 [ 199 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.03.19 08:29:36.179720 [ 192 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.081968289 sec., 2391.1686139990065 rows/sec., 12.36 MiB/sec. 2026.03.19 08:29:36.181950 [ 195 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.19 08:29:36.183832 [ 195 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:36.183937 [ 195 ] {a5e391db-999d-40d6-8262-878a640116fb::all_1_26_5} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.19 08:29:36.185706 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.19 08:29:37.001255 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 261.58 MiB, peak 272.14 MiB, free memory in arenas 0.00 B, will set to 266.43 MiB (RSS), difference: 4.85 MiB 2026.03.19 08:29:37.801677 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:37.801882 [ 5 ] {63a98bfc-e352-4b85-8838-3b3b7b2c2c5d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:29:37.801959 [ 5 ] {63a98bfc-e352-4b85-8838-3b3b7b2c2c5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:29:37.802783 [ 5 ] {63a98bfc-e352-4b85-8838-3b3b7b2c2c5d} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.802848 [ 5 ] {63a98bfc-e352-4b85-8838-3b3b7b2c2c5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.803417 [ 5 ] {63a98bfc-e352-4b85-8838-3b3b7b2c2c5d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:29:37.803753 [ 5 ] {63a98bfc-e352-4b85-8838-3b3b7b2c2c5d} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:29:37.803964 [ 5 ] {63a98bfc-e352-4b85-8838-3b3b7b2c2c5d} executeQuery: Read 284 rows, 18.47 KiB in 0.002136 sec., 132958.80149812734 rows/sec., 8.44 MiB/sec. 2026.03.19 08:29:37.804035 [ 5 ] {63a98bfc-e352-4b85-8838-3b3b7b2c2c5d} TCPHandler: Processed in 0.002501764 sec. 2026.03.19 08:29:37.804179 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:37.804307 [ 5 ] {2d9ede28-20db-4510-ab19-04cdfbb57aed} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:37.804360 [ 5 ] {2d9ede28-20db-4510-ab19-04cdfbb57aed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:37.805219 [ 5 ] {2d9ede28-20db-4510-ab19-04cdfbb57aed} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.805257 [ 5 ] {2d9ede28-20db-4510-ab19-04cdfbb57aed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.805647 [ 5 ] {2d9ede28-20db-4510-ab19-04cdfbb57aed} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 08:29:37.805864 [ 5 ] {2d9ede28-20db-4510-ab19-04cdfbb57aed} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:37.806003 [ 5 ] {2d9ede28-20db-4510-ab19-04cdfbb57aed} executeQuery: Read 817 rows, 65.50 KiB in 0.001726 sec., 473348.78331402084 rows/sec., 37.06 MiB/sec. 2026.03.19 08:29:37.806042 [ 5 ] {2d9ede28-20db-4510-ab19-04cdfbb57aed} TCPHandler: Processed in 0.001924156 sec. 2026.03.19 08:29:37.806158 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:37.806258 [ 5 ] {1f2b6a13-9ae4-41dd-988f-26b49e1d70a5} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:37.806300 [ 5 ] {1f2b6a13-9ae4-41dd-988f-26b49e1d70a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:37.806725 [ 5 ] {1f2b6a13-9ae4-41dd-988f-26b49e1d70a5} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.806761 [ 5 ] {1f2b6a13-9ae4-41dd-988f-26b49e1d70a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.807075 [ 5 ] {1f2b6a13-9ae4-41dd-988f-26b49e1d70a5} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 08:29:37.807296 [ 5 ] {1f2b6a13-9ae4-41dd-988f-26b49e1d70a5} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:37.807421 [ 72 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 08:29:37.807435 [ 5 ] {1f2b6a13-9ae4-41dd-988f-26b49e1d70a5} executeQuery: Read 152 rows, 9.29 KiB in 0.001198 sec., 126878.13021702837 rows/sec., 7.58 MiB/sec. 2026.03.19 08:29:37.807487 [ 72 ] {} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.807499 [ 5 ] {1f2b6a13-9ae4-41dd-988f-26b49e1d70a5} TCPHandler: Processed in 0.001397421 sec. 2026.03.19 08:29:37.807517 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.807623 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:37.807627 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 08:29:37.807725 [ 5 ] {bfd087a3-4daf-4a52-a236-fcc8a7c3bcb4} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:29:37.807770 [ 5 ] {bfd087a3-4daf-4a52-a236-fcc8a7c3bcb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:29:37.807780 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:37.807825 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 225 rows starting from the beginning of the part 2026.03.19 08:29:37.807902 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part 2026.03.19 08:29:37.807957 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part 2026.03.19 08:29:37.808007 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 156 rows starting from the beginning of the part 2026.03.19 08:29:37.808055 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part 2026.03.19 08:29:37.808101 [ 188 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 152 rows starting from the beginning of the part 2026.03.19 08:29:37.808193 [ 5 ] {bfd087a3-4daf-4a52-a236-fcc8a7c3bcb4} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.808237 [ 5 ] {bfd087a3-4daf-4a52-a236-fcc8a7c3bcb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.808609 [ 5 ] {bfd087a3-4daf-4a52-a236-fcc8a7c3bcb4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:29:37.808857 [ 5 ] {bfd087a3-4daf-4a52-a236-fcc8a7c3bcb4} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:29:37.808999 [ 5 ] {bfd087a3-4daf-4a52-a236-fcc8a7c3bcb4} executeQuery: Read 149 rows, 9.86 KiB in 0.001293 sec., 115235.88553750966 rows/sec., 7.45 MiB/sec. 2026.03.19 08:29:37.809039 [ 5 ] {bfd087a3-4daf-4a52-a236-fcc8a7c3bcb4} TCPHandler: Processed in 0.001466193 sec. 2026.03.19 08:29:37.809047 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 603 rows, containing 5 columns (5 merged, 0 gathered) in 0.001468503 sec., 410622.2459198245 rows/sec., 27.41 MiB/sec. 2026.03.19 08:29:37.809153 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:37.809191 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 08:29:37.809253 [ 5 ] {9df38576-dfac-480e-b949-4f227d072000} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:29:37.809301 [ 5 ] {9df38576-dfac-480e-b949-4f227d072000} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:29:37.809461 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:37.809534 [ 192 ] {976568a8-87d6-4d97-ad7e-418d2e2db16c::all_1_36_7} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 08:29:37.809606 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.19 08:29:37.809721 [ 5 ] {9df38576-dfac-480e-b949-4f227d072000} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.809763 [ 5 ] {9df38576-dfac-480e-b949-4f227d072000} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.810275 [ 5 ] {9df38576-dfac-480e-b949-4f227d072000} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.19 08:29:37.810495 [ 5 ] {9df38576-dfac-480e-b949-4f227d072000} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:29:37.810626 [ 5 ] {9df38576-dfac-480e-b949-4f227d072000} executeQuery: Read 148 rows, 8.62 KiB in 0.001391 sec., 106398.27462257368 rows/sec., 6.05 MiB/sec. 2026.03.19 08:29:37.810665 [ 5 ] {9df38576-dfac-480e-b949-4f227d072000} TCPHandler: Processed in 0.001560696 sec. 2026.03.19 08:29:37.810774 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:37.810868 [ 5 ] {c6839a61-50aa-4e06-ab4f-c64c1bce6ce5} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:37.810908 [ 5 ] {c6839a61-50aa-4e06-ab4f-c64c1bce6ce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:37.811442 [ 5 ] {c6839a61-50aa-4e06-ab4f-c64c1bce6ce5} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.811479 [ 5 ] {c6839a61-50aa-4e06-ab4f-c64c1bce6ce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.811805 [ 5 ] {c6839a61-50aa-4e06-ab4f-c64c1bce6ce5} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 08:29:37.812017 [ 5 ] {c6839a61-50aa-4e06-ab4f-c64c1bce6ce5} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:37.812149 [ 5 ] {c6839a61-50aa-4e06-ab4f-c64c1bce6ce5} executeQuery: Read 500 rows, 35.98 KiB in 0.0013 sec., 384615.3846153846 rows/sec., 27.03 MiB/sec. 2026.03.19 08:29:37.812187 [ 5 ] {c6839a61-50aa-4e06-ab4f-c64c1bce6ce5} TCPHandler: Processed in 0.001463273 sec. 2026.03.19 08:29:37.812307 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:37.812428 [ 5 ] {28b8345b-f92c-48ee-b944-8b65bdcd79bc} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 08:29:37.812477 [ 5 ] {28b8345b-f92c-48ee-b944-8b65bdcd79bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 08:29:37.812863 [ 5 ] {28b8345b-f92c-48ee-b944-8b65bdcd79bc} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.812907 [ 5 ] {28b8345b-f92c-48ee-b944-8b65bdcd79bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.813292 [ 5 ] {28b8345b-f92c-48ee-b944-8b65bdcd79bc} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:29:37.813510 [ 5 ] {28b8345b-f92c-48ee-b944-8b65bdcd79bc} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): 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.19 08:29:37.813639 [ 5 ] {28b8345b-f92c-48ee-b944-8b65bdcd79bc} executeQuery: Read 6 rows, 321.00 B in 0.001236 sec., 4854.368932038836 rows/sec., 253.62 KiB/sec. 2026.03.19 08:29:37.813677 [ 5 ] {28b8345b-f92c-48ee-b944-8b65bdcd79bc} TCPHandler: Processed in 0.001431502 sec. 2026.03.19 08:29:37.813780 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:37.813874 [ 5 ] {84ab232d-5776-45e6-825c-a4ece8e65bac} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:37.813917 [ 5 ] {84ab232d-5776-45e6-825c-a4ece8e65bac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:37.814300 [ 5 ] {84ab232d-5776-45e6-825c-a4ece8e65bac} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.814337 [ 5 ] {84ab232d-5776-45e6-825c-a4ece8e65bac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.814680 [ 5 ] {84ab232d-5776-45e6-825c-a4ece8e65bac} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 08:29:37.814900 [ 5 ] {84ab232d-5776-45e6-825c-a4ece8e65bac} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:37.815035 [ 5 ] {84ab232d-5776-45e6-825c-a4ece8e65bac} executeQuery: Read 265 rows, 18.03 KiB in 0.001179 sec., 224766.75148430874 rows/sec., 14.94 MiB/sec. 2026.03.19 08:29:37.815072 [ 5 ] {84ab232d-5776-45e6-825c-a4ece8e65bac} TCPHandler: Processed in 0.001340439 sec. 2026.03.19 08:29:37.815182 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:37.815276 [ 5 ] {cce68767-2c6a-434d-a981-730efa5a8254} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 08:29:37.815319 [ 5 ] {cce68767-2c6a-434d-a981-730efa5a8254} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 08:29:37.815622 [ 5 ] {cce68767-2c6a-434d-a981-730efa5a8254} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.815658 [ 5 ] {cce68767-2c6a-434d-a981-730efa5a8254} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.815969 [ 5 ] {cce68767-2c6a-434d-a981-730efa5a8254} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.19 08:29:37.816179 [ 5 ] {cce68767-2c6a-434d-a981-730efa5a8254} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): 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.19 08:29:37.816310 [ 5 ] {cce68767-2c6a-434d-a981-730efa5a8254} executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. 2026.03.19 08:29:37.816347 [ 5 ] {cce68767-2c6a-434d-a981-730efa5a8254} TCPHandler: Processed in 0.001214566 sec. 2026.03.19 08:29:37.816448 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:37.816540 [ 5 ] {92bfba44-ceaf-47d9-bfcb-7159bd2af50e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:37.816594 [ 5 ] {92bfba44-ceaf-47d9-bfcb-7159bd2af50e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:37.817329 [ 5 ] {92bfba44-ceaf-47d9-bfcb-7159bd2af50e} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.817366 [ 5 ] {92bfba44-ceaf-47d9-bfcb-7159bd2af50e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.817892 [ 5 ] {92bfba44-ceaf-47d9-bfcb-7159bd2af50e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.19 08:29:37.818122 [ 5 ] {92bfba44-ceaf-47d9-bfcb-7159bd2af50e} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:37.818266 [ 5 ] {92bfba44-ceaf-47d9-bfcb-7159bd2af50e} executeQuery: Read 10 rows, 18.35 KiB in 0.001742 sec., 5740.52812858783 rows/sec., 10.29 MiB/sec. 2026.03.19 08:29:37.818334 [ 5 ] {92bfba44-ceaf-47d9-bfcb-7159bd2af50e} TCPHandler: Processed in 0.001935147 sec. 2026.03.19 08:29:37.818454 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:37.818550 [ 5 ] {294d8b15-705d-47bf-8dd2-1d682bd89568} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:37.818592 [ 5 ] {294d8b15-705d-47bf-8dd2-1d682bd89568} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:37.818910 [ 5 ] {294d8b15-705d-47bf-8dd2-1d682bd89568} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:37.818945 [ 5 ] {294d8b15-705d-47bf-8dd2-1d682bd89568} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:37.819254 [ 5 ] {294d8b15-705d-47bf-8dd2-1d682bd89568} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 08:29:37.819468 [ 5 ] {294d8b15-705d-47bf-8dd2-1d682bd89568} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:37.819598 [ 5 ] {294d8b15-705d-47bf-8dd2-1d682bd89568} executeQuery: Read 90 rows, 5.77 KiB in 0.001065 sec., 84507.04225352113 rows/sec., 5.29 MiB/sec. 2026.03.19 08:29:37.819634 [ 5 ] {294d8b15-705d-47bf-8dd2-1d682bd89568} TCPHandler: Processed in 0.001229106 sec. 2026.03.19 08:29:38.491026 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:38.491280 [ 5 ] {01228a59-e9c1-4741-b88c-82964c2cef43} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:29:38.491347 [ 5 ] {01228a59-e9c1-4741-b88c-82964c2cef43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:29:38.491973 [ 5 ] {01228a59-e9c1-4741-b88c-82964c2cef43} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:38.492017 [ 5 ] {01228a59-e9c1-4741-b88c-82964c2cef43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:38.492396 [ 5 ] {01228a59-e9c1-4741-b88c-82964c2cef43} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 08:29:38.492636 [ 5 ] {01228a59-e9c1-4741-b88c-82964c2cef43} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:29:38.492784 [ 71 ] {} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.03.19 08:29:38.492791 [ 5 ] {01228a59-e9c1-4741-b88c-82964c2cef43} executeQuery: Read 8 rows, 668.00 B in 0.001561 sec., 5124.919923126201 rows/sec., 417.90 KiB/sec. 2026.03.19 08:29:38.492859 [ 71 ] {} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:38.492881 [ 5 ] {01228a59-e9c1-4741-b88c-82964c2cef43} TCPHandler: Processed in 0.00203904 sec. 2026.03.19 08:29:38.492886 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:38.493015 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:38.493046 [ 188 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.03.19 08:29:38.493113 [ 5 ] {cd6c1176-abfa-4569-b655-0f5bc4aac8a8} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:38.493159 [ 5 ] {cd6c1176-abfa-4569-b655-0f5bc4aac8a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:38.493200 [ 188 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:38.493242 [ 188 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part 2026.03.19 08:29:38.493316 [ 188 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2026.03.19 08:29:38.493366 [ 188 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.03.19 08:29:38.493414 [ 188 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2026.03.19 08:29:38.493462 [ 188 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part 2026.03.19 08:29:38.493505 [ 188 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.03.19 08:29:38.494352 [ 190 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.00136524 sec., 27833.93396032932 rows/sec., 2.32 MiB/sec. 2026.03.19 08:29:38.494492 [ 188 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.03.19 08:29:38.494733 [ 188 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:38.494801 [ 188 ] {b44fcf04-41f2-4b0e-8915-78ec56a36847::all_1_14_3} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.03.19 08:29:38.494832 [ 5 ] {cd6c1176-abfa-4569-b655-0f5bc4aac8a8} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:38.494867 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.19 08:29:38.494874 [ 5 ] {cd6c1176-abfa-4569-b655-0f5bc4aac8a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:38.495344 [ 5 ] {cd6c1176-abfa-4569-b655-0f5bc4aac8a8} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 08:29:38.495557 [ 5 ] {cd6c1176-abfa-4569-b655-0f5bc4aac8a8} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:38.495690 [ 5 ] {cd6c1176-abfa-4569-b655-0f5bc4aac8a8} executeQuery: Read 1978 rows, 153.40 KiB in 0.002596 sec., 761941.4483821264 rows/sec., 57.71 MiB/sec. 2026.03.19 08:29:38.495728 [ 5 ] {cd6c1176-abfa-4569-b655-0f5bc4aac8a8} TCPHandler: Processed in 0.002761441 sec. 2026.03.19 08:29:38.495839 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:38.495933 [ 5 ] {bf9112f5-fd1d-46da-a2d4-88686d7a27f3} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:38.495972 [ 5 ] {bf9112f5-fd1d-46da-a2d4-88686d7a27f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:38.496394 [ 5 ] {bf9112f5-fd1d-46da-a2d4-88686d7a27f3} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:38.496430 [ 5 ] {bf9112f5-fd1d-46da-a2d4-88686d7a27f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:38.496726 [ 5 ] {bf9112f5-fd1d-46da-a2d4-88686d7a27f3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.19 08:29:38.496934 [ 5 ] {bf9112f5-fd1d-46da-a2d4-88686d7a27f3} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:38.497061 [ 5 ] {bf9112f5-fd1d-46da-a2d4-88686d7a27f3} executeQuery: Read 49 rows, 3.64 KiB in 0.001147 sec., 42720.139494333045 rows/sec., 3.10 MiB/sec. 2026.03.19 08:29:38.497097 [ 5 ] {bf9112f5-fd1d-46da-a2d4-88686d7a27f3} TCPHandler: Processed in 0.001305558 sec. 2026.03.19 08:29:38.497209 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:38.497301 [ 5 ] {4f527a4d-cbc0-42a8-89a5-cf542073efd7} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:29:38.497340 [ 5 ] {4f527a4d-cbc0-42a8-89a5-cf542073efd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:29:38.498055 [ 5 ] {4f527a4d-cbc0-42a8-89a5-cf542073efd7} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:38.498090 [ 5 ] {4f527a4d-cbc0-42a8-89a5-cf542073efd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:38.498429 [ 5 ] {4f527a4d-cbc0-42a8-89a5-cf542073efd7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:29:38.498649 [ 5 ] {4f527a4d-cbc0-42a8-89a5-cf542073efd7} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:29:38.498771 [ 5 ] {4f527a4d-cbc0-42a8-89a5-cf542073efd7} executeQuery: Read 708 rows, 42.29 KiB in 0.001488 sec., 475806.4516129032 rows/sec., 27.76 MiB/sec. 2026.03.19 08:29:38.498807 [ 5 ] {4f527a4d-cbc0-42a8-89a5-cf542073efd7} TCPHandler: Processed in 0.001645358 sec. 2026.03.19 08:29:38.498917 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:38.499009 [ 5 ] {562febc0-416e-40f8-b685-acc44f055457} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:38.499047 [ 5 ] {562febc0-416e-40f8-b685-acc44f055457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.19 08:29:38.499433 [ 5 ] {562febc0-416e-40f8-b685-acc44f055457} oximeter.fields_u64 (8ca891c3-d9f4-4d8b-a391-4797ea8bd784): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:38.499468 [ 5 ] {562febc0-416e-40f8-b685-acc44f055457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:38.499771 [ 5 ] {562febc0-416e-40f8-b685-acc44f055457} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.19 08:29:38.499978 [ 5 ] {562febc0-416e-40f8-b685-acc44f055457} oximeter.fields_u64 (8ca891c3-d9f4-4d8b-a391-4797ea8bd784): 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.19 08:29:38.500101 [ 5 ] {562febc0-416e-40f8-b685-acc44f055457} executeQuery: Read 1 rows, 72.00 B in 0.001109 sec., 901.7132551848513 rows/sec., 63.40 KiB/sec. 2026.03.19 08:29:38.500142 [ 5 ] {562febc0-416e-40f8-b685-acc44f055457} TCPHandler: Processed in 0.001271387 sec. 2026.03.19 08:29:38.500254 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:38.500346 [ 5 ] {448e41bb-8f2b-4fbc-be7d-e4bcd19a785c} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:38.500384 [ 5 ] {448e41bb-8f2b-4fbc-be7d-e4bcd19a785c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:38.501263 [ 5 ] {448e41bb-8f2b-4fbc-be7d-e4bcd19a785c} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:38.501299 [ 5 ] {448e41bb-8f2b-4fbc-be7d-e4bcd19a785c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:38.501629 [ 5 ] {448e41bb-8f2b-4fbc-be7d-e4bcd19a785c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 08:29:38.501838 [ 5 ] {448e41bb-8f2b-4fbc-be7d-e4bcd19a785c} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:38.501972 [ 5 ] {448e41bb-8f2b-4fbc-be7d-e4bcd19a785c} executeQuery: Read 1021 rows, 72.04 KiB in 0.001643 sec., 621424.2239805234 rows/sec., 42.82 MiB/sec. 2026.03.19 08:29:38.502008 [ 5 ] {448e41bb-8f2b-4fbc-be7d-e4bcd19a785c} TCPHandler: Processed in 0.001800923 sec. 2026.03.19 08:29:38.502116 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:38.502210 [ 5 ] {4086f1dc-7966-479d-a5f7-95284f9b270a} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:38.502253 [ 5 ] {4086f1dc-7966-479d-a5f7-95284f9b270a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:38.502951 [ 5 ] {4086f1dc-7966-479d-a5f7-95284f9b270a} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:38.502989 [ 5 ] {4086f1dc-7966-479d-a5f7-95284f9b270a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:38.503468 [ 5 ] {4086f1dc-7966-479d-a5f7-95284f9b270a} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 08:29:38.503686 [ 5 ] {4086f1dc-7966-479d-a5f7-95284f9b270a} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:38.503824 [ 5 ] {4086f1dc-7966-479d-a5f7-95284f9b270a} executeQuery: Read 1211 rows, 77.49 KiB in 0.001632 sec., 742034.3137254902 rows/sec., 46.37 MiB/sec. 2026.03.19 08:29:38.503861 [ 5 ] {4086f1dc-7966-479d-a5f7-95284f9b270a} TCPHandler: Processed in 0.001792332 sec. 2026.03.19 08:29:38.503973 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:38.504065 [ 5 ] {e04348d1-e965-4f33-bde0-4b29f3c0ca92} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:38.504118 [ 5 ] {e04348d1-e965-4f33-bde0-4b29f3c0ca92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:38.504974 [ 5 ] {e04348d1-e965-4f33-bde0-4b29f3c0ca92} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:38.505009 [ 5 ] {e04348d1-e965-4f33-bde0-4b29f3c0ca92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:38.505608 [ 5 ] {e04348d1-e965-4f33-bde0-4b29f3c0ca92} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.19 08:29:38.505827 [ 5 ] {e04348d1-e965-4f33-bde0-4b29f3c0ca92} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:38.505968 [ 5 ] {e04348d1-e965-4f33-bde0-4b29f3c0ca92} executeQuery: Read 41 rows, 75.23 KiB in 0.001921 sec., 21343.050494534098 rows/sec., 38.25 MiB/sec. 2026.03.19 08:29:38.506020 [ 5 ] {e04348d1-e965-4f33-bde0-4b29f3c0ca92} TCPHandler: Processed in 0.002094221 sec. 2026.03.19 08:29:38.506135 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:38.506227 [ 5 ] {fe1ad2e6-183a-4142-864b-b1e356dd053e} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:38.506268 [ 5 ] {fe1ad2e6-183a-4142-864b-b1e356dd053e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:38.506587 [ 5 ] {fe1ad2e6-183a-4142-864b-b1e356dd053e} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:38.506623 [ 5 ] {fe1ad2e6-183a-4142-864b-b1e356dd053e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:38.506940 [ 5 ] {fe1ad2e6-183a-4142-864b-b1e356dd053e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 08:29:38.507159 [ 5 ] {fe1ad2e6-183a-4142-864b-b1e356dd053e} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:38.507287 [ 5 ] {fe1ad2e6-183a-4142-864b-b1e356dd053e} executeQuery: Read 8 rows, 560.00 B in 0.001078 sec., 7421.150278293136 rows/sec., 507.31 KiB/sec. 2026.03.19 08:29:38.507322 [ 5 ] {fe1ad2e6-183a-4142-864b-b1e356dd053e} TCPHandler: Processed in 0.001234696 sec. 2026.03.19 08:29:40.445060 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 820 2026.03.19 08:29:40.447788 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:40.447851 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:40.449231 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.19 08:29:40.449516 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:29:40.449882 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 820 2026.03.19 08:29:42.792821 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:42.793032 [ 5 ] {db465c0c-aafd-4815-9755-f6b5eb548d3d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:42.793107 [ 5 ] {db465c0c-aafd-4815-9755-f6b5eb548d3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:42.793791 [ 5 ] {db465c0c-aafd-4815-9755-f6b5eb548d3d} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:42.793834 [ 5 ] {db465c0c-aafd-4815-9755-f6b5eb548d3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:42.794258 [ 5 ] {db465c0c-aafd-4815-9755-f6b5eb548d3d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 08:29:42.794485 [ 5 ] {db465c0c-aafd-4815-9755-f6b5eb548d3d} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:42.794621 [ 64 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 08:29:42.794663 [ 5 ] {db465c0c-aafd-4815-9755-f6b5eb548d3d} executeQuery: Read 56 rows, 4.41 KiB in 0.001685 sec., 33234.42136498516 rows/sec., 2.55 MiB/sec. 2026.03.19 08:29:42.794688 [ 64 ] {} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:42.794713 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:42.794718 [ 5 ] {db465c0c-aafd-4815-9755-f6b5eb548d3d} TCPHandler: Processed in 0.00203585 sec. 2026.03.19 08:29:42.794822 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.19 08:29:42.794849 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:42.794952 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:42.794954 [ 5 ] {355fab95-6c59-4ad3-9247-e0399d70cbd6} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:42.794997 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2892 rows starting from the beginning of the part 2026.03.19 08:29:42.795017 [ 5 ] {355fab95-6c59-4ad3-9247-e0399d70cbd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:42.795076 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 819 rows starting from the beginning of the part 2026.03.19 08:29:42.795134 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 116 rows starting from the beginning of the part 2026.03.19 08:29:42.795185 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 817 rows starting from the beginning of the part 2026.03.19 08:29:42.795230 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1978 rows starting from the beginning of the part 2026.03.19 08:29:42.795280 [ 188 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part 2026.03.19 08:29:42.795457 [ 5 ] {355fab95-6c59-4ad3-9247-e0399d70cbd6} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:42.795501 [ 5 ] {355fab95-6c59-4ad3-9247-e0399d70cbd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:42.795843 [ 5 ] {355fab95-6c59-4ad3-9247-e0399d70cbd6} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 08:29:42.796069 [ 5 ] {355fab95-6c59-4ad3-9247-e0399d70cbd6} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:42.796182 [ 64 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 08:29:42.796212 [ 64 ] {} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:42.796223 [ 5 ] {355fab95-6c59-4ad3-9247-e0399d70cbd6} executeQuery: Read 64 rows, 5.12 KiB in 0.001292 sec., 49535.60371517028 rows/sec., 3.87 MiB/sec. 2026.03.19 08:29:42.796228 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:42.796270 [ 5 ] {355fab95-6c59-4ad3-9247-e0399d70cbd6} TCPHandler: Processed in 0.001471803 sec. 2026.03.19 08:29:42.796350 [ 190 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.19 08:29:42.796387 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:42.796489 [ 5 ] {bd71a058-2b39-4c65-85cb-2cc384164062} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:42.796518 [ 190 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:42.796534 [ 5 ] {bd71a058-2b39-4c65-85cb-2cc384164062} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:42.796558 [ 190 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1551 rows starting from the beginning of the part 2026.03.19 08:29:42.796632 [ 190 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 504 rows starting from the beginning of the part 2026.03.19 08:29:42.796675 [ 190 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 94 rows starting from the beginning of the part 2026.03.19 08:29:42.796715 [ 190 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 500 rows starting from the beginning of the part 2026.03.19 08:29:42.796762 [ 190 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1021 rows starting from the beginning of the part 2026.03.19 08:29:42.796805 [ 190 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part 2026.03.19 08:29:42.796948 [ 5 ] {bd71a058-2b39-4c65-85cb-2cc384164062} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:42.796990 [ 5 ] {bd71a058-2b39-4c65-85cb-2cc384164062} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:42.797504 [ 5 ] {bd71a058-2b39-4c65-85cb-2cc384164062} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 08:29:42.797581 [ 189 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6678 rows, containing 5 columns (5 merged, 0 gathered) in 0.002809173 sec., 2377212.0834138733 rows/sec., 192.47 MiB/sec. 2026.03.19 08:29:42.797733 [ 5 ] {bd71a058-2b39-4c65-85cb-2cc384164062} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:42.797846 [ 64 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 08:29:42.797876 [ 64 ] {} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:42.797877 [ 5 ] {bd71a058-2b39-4c65-85cb-2cc384164062} executeQuery: Read 138 rows, 9.84 KiB in 0.001408 sec., 98011.36363636363 rows/sec., 6.82 MiB/sec. 2026.03.19 08:29:42.797897 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:42.797930 [ 5 ] {bd71a058-2b39-4c65-85cb-2cc384164062} TCPHandler: Processed in 0.001590737 sec. 2026.03.19 08:29:42.797947 [ 197 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 08:29:42.797999 [ 198 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.19 08:29:42.798046 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:42.798114 [ 198 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:42.798144 [ 5 ] {cdba372d-99b1-42c2-ba88-14aa27553583} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:42.798156 [ 198 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12042 rows starting from the beginning of the part 2026.03.19 08:29:42.798193 [ 5 ] {cdba372d-99b1-42c2-ba88-14aa27553583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:42.798222 [ 198 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 267 rows starting from the beginning of the part 2026.03.19 08:29:42.798271 [ 197 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:42.798273 [ 198 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2026.03.19 08:29:42.798356 [ 197 ] {061dcca7-7b35-4366-832c-adbf2850e87b::all_1_41_8} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 08:29:42.798360 [ 198 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 265 rows starting from the beginning of the part 2026.03.19 08:29:42.798389 [ 189 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3734 rows, containing 5 columns (5 merged, 0 gathered) in 0.002091211 sec., 1785568.2664255304 rows/sec., 131.86 MiB/sec. 2026.03.19 08:29:42.798426 [ 198 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1211 rows starting from the beginning of the part 2026.03.19 08:29:42.798446 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.19 08:29:42.798483 [ 198 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 138 rows starting from the beginning of the part 2026.03.19 08:29:42.798541 [ 5 ] {cdba372d-99b1-42c2-ba88-14aa27553583} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:42.798583 [ 5 ] {cdba372d-99b1-42c2-ba88-14aa27553583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:42.798629 [ 190 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 08:29:42.798928 [ 190 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:42.798944 [ 5 ] {cdba372d-99b1-42c2-ba88-14aa27553583} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.19 08:29:42.799010 [ 190 ] {f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841::all_1_41_8} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 08:29:42.799098 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.03.19 08:29:42.799176 [ 5 ] {cdba372d-99b1-42c2-ba88-14aa27553583} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:42.799285 [ 64 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.19 08:29:42.799314 [ 64 ] {} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:42.799314 [ 5 ] {cdba372d-99b1-42c2-ba88-14aa27553583} executeQuery: Read 52 rows, 3.59 KiB in 0.001189 sec., 43734.230445752735 rows/sec., 2.95 MiB/sec. 2026.03.19 08:29:42.799338 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:42.799367 [ 5 ] {cdba372d-99b1-42c2-ba88-14aa27553583} TCPHandler: Processed in 0.00136908 sec. 2026.03.19 08:29:42.799428 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.19 08:29:42.799525 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:42.799553 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1920 rows starting from the beginning of the part 2026.03.19 08:29:42.799608 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 90 rows starting from the beginning of the part 2026.03.19 08:29:42.799651 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.03.19 08:29:42.799690 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part 2026.03.19 08:29:42.799730 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.03.19 08:29:42.799768 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 52 rows starting from the beginning of the part 2026.03.19 08:29:42.800907 [ 190 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2220 rows, containing 4 columns (4 merged, 0 gathered) in 0.001516084 sec., 1464298.8119391801 rows/sec., 96.93 MiB/sec. 2026.03.19 08:29:42.801147 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 08:29:42.801399 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:42.801462 [ 193 ] {32cbec28-6612-4991-9a28-016332bfe6af::all_1_41_8} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 08:29:42.801524 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.03.19 08:29:42.803092 [ 200 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 14083 rows, containing 5 columns (5 merged, 0 gathered) in 0.005143441 sec., 2738050.2663489287 rows/sec., 182.29 MiB/sec. 2026.03.19 08:29:42.803711 [ 193 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.19 08:29:42.804151 [ 193 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:42.804271 [ 193 ] {a2817296-c8bf-4626-bfe8-fb3fdbb11dfc::all_1_41_8} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.19 08:29:42.804382 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.51 MiB. 2026.03.19 08:29:42.897552 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12959 2026.03.19 08:29:42.897978 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:42.898012 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:42.898493 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 08:29:42.898725 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:42.898865 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12959 2026.03.19 08:29:43.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 267.17 MiB, peak 274.41 MiB, free memory in arenas 0.00 B, will set to 268.80 MiB (RSS), difference: 1.63 MiB 2026.03.19 08:29:43.601097 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.03.19 08:29:43.616941 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:43.617008 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:43.622497 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.19 08:29:43.623203 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:43.626126 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.03.19 08:29:47.801772 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:47.801967 [ 5 ] {4a259dcb-2bb9-417b-b9ac-d6c25d9f1c23} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:29:47.802033 [ 5 ] {4a259dcb-2bb9-417b-b9ac-d6c25d9f1c23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:29:47.802783 [ 5 ] {4a259dcb-2bb9-417b-b9ac-d6c25d9f1c23} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:47.802823 [ 5 ] {4a259dcb-2bb9-417b-b9ac-d6c25d9f1c23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:47.803248 [ 5 ] {4a259dcb-2bb9-417b-b9ac-d6c25d9f1c23} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:29:47.803472 [ 5 ] {4a259dcb-2bb9-417b-b9ac-d6c25d9f1c23} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:29:47.803622 [ 5 ] {4a259dcb-2bb9-417b-b9ac-d6c25d9f1c23} executeQuery: Read 284 rows, 18.47 KiB in 0.001705 sec., 166568.91495601175 rows/sec., 10.58 MiB/sec. 2026.03.19 08:29:47.803664 [ 5 ] {4a259dcb-2bb9-417b-b9ac-d6c25d9f1c23} TCPHandler: Processed in 0.002020809 sec. 2026.03.19 08:29:47.803786 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:47.803883 [ 5 ] {b4d06055-a03d-4823-8552-26a7b8c10dcf} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:47.803929 [ 5 ] {b4d06055-a03d-4823-8552-26a7b8c10dcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:47.804712 [ 5 ] {b4d06055-a03d-4823-8552-26a7b8c10dcf} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:47.804747 [ 5 ] {b4d06055-a03d-4823-8552-26a7b8c10dcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:47.805095 [ 5 ] {b4d06055-a03d-4823-8552-26a7b8c10dcf} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 08:29:47.805296 [ 5 ] {b4d06055-a03d-4823-8552-26a7b8c10dcf} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:47.805422 [ 5 ] {b4d06055-a03d-4823-8552-26a7b8c10dcf} executeQuery: Read 817 rows, 65.50 KiB in 0.001562 sec., 523047.3751600512 rows/sec., 40.95 MiB/sec. 2026.03.19 08:29:47.805459 [ 5 ] {b4d06055-a03d-4823-8552-26a7b8c10dcf} TCPHandler: Processed in 0.001720121 sec. 2026.03.19 08:29:47.805573 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:47.805666 [ 5 ] {92fe720e-5d93-45d7-a8bd-523fe1ffdb27} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:47.805705 [ 5 ] {92fe720e-5d93-45d7-a8bd-523fe1ffdb27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:47.806136 [ 5 ] {92fe720e-5d93-45d7-a8bd-523fe1ffdb27} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:47.806171 [ 5 ] {92fe720e-5d93-45d7-a8bd-523fe1ffdb27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:47.806467 [ 5 ] {92fe720e-5d93-45d7-a8bd-523fe1ffdb27} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.19 08:29:47.806669 [ 5 ] {92fe720e-5d93-45d7-a8bd-523fe1ffdb27} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:47.806799 [ 5 ] {92fe720e-5d93-45d7-a8bd-523fe1ffdb27} executeQuery: Read 152 rows, 9.29 KiB in 0.001151 sec., 132059.0790616855 rows/sec., 7.89 MiB/sec. 2026.03.19 08:29:47.806835 [ 5 ] {92fe720e-5d93-45d7-a8bd-523fe1ffdb27} TCPHandler: Processed in 0.001309988 sec. 2026.03.19 08:29:47.806952 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:47.807043 [ 5 ] {6bb6b858-db47-494a-9de9-360e12764ec6} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:29:47.807081 [ 5 ] {6bb6b858-db47-494a-9de9-360e12764ec6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:29:47.807505 [ 5 ] {6bb6b858-db47-494a-9de9-360e12764ec6} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:47.807540 [ 5 ] {6bb6b858-db47-494a-9de9-360e12764ec6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:47.807826 [ 5 ] {6bb6b858-db47-494a-9de9-360e12764ec6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:29:47.808038 [ 5 ] {6bb6b858-db47-494a-9de9-360e12764ec6} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:29:47.808163 [ 5 ] {6bb6b858-db47-494a-9de9-360e12764ec6} executeQuery: Read 149 rows, 9.86 KiB in 0.001137 sec., 131046.61389621811 rows/sec., 8.47 MiB/sec. 2026.03.19 08:29:47.808201 [ 5 ] {6bb6b858-db47-494a-9de9-360e12764ec6} TCPHandler: Processed in 0.001295568 sec. 2026.03.19 08:29:47.808316 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:47.808407 [ 5 ] {459cadc9-625f-4ba2-975e-4c47816f5c70} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:29:47.808445 [ 5 ] {459cadc9-625f-4ba2-975e-4c47816f5c70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:29:47.808862 [ 5 ] {459cadc9-625f-4ba2-975e-4c47816f5c70} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:47.808897 [ 5 ] {459cadc9-625f-4ba2-975e-4c47816f5c70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:47.809182 [ 5 ] {459cadc9-625f-4ba2-975e-4c47816f5c70} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.19 08:29:47.809389 [ 5 ] {459cadc9-625f-4ba2-975e-4c47816f5c70} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:29:47.809512 [ 5 ] {459cadc9-625f-4ba2-975e-4c47816f5c70} executeQuery: Read 148 rows, 8.62 KiB in 0.001122 sec., 131907.3083778966 rows/sec., 7.50 MiB/sec. 2026.03.19 08:29:47.809549 [ 5 ] {459cadc9-625f-4ba2-975e-4c47816f5c70} TCPHandler: Processed in 0.001279257 sec. 2026.03.19 08:29:47.809658 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:47.809750 [ 5 ] {92c84a71-c7ab-43c6-9bab-dd7dbb07df5a} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:47.809788 [ 5 ] {92c84a71-c7ab-43c6-9bab-dd7dbb07df5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:47.810352 [ 5 ] {92c84a71-c7ab-43c6-9bab-dd7dbb07df5a} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:47.810388 [ 5 ] {92c84a71-c7ab-43c6-9bab-dd7dbb07df5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:47.810702 [ 5 ] {92c84a71-c7ab-43c6-9bab-dd7dbb07df5a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 08:29:47.810911 [ 5 ] {92c84a71-c7ab-43c6-9bab-dd7dbb07df5a} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:47.811039 [ 5 ] {92c84a71-c7ab-43c6-9bab-dd7dbb07df5a} executeQuery: Read 500 rows, 35.98 KiB in 0.001306 sec., 382848.3920367534 rows/sec., 26.90 MiB/sec. 2026.03.19 08:29:47.811076 [ 5 ] {92c84a71-c7ab-43c6-9bab-dd7dbb07df5a} TCPHandler: Processed in 0.001464423 sec. 2026.03.19 08:29:47.811181 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:47.811276 [ 5 ] {26f0a5cb-0f7e-4431-a3aa-b3b85ee80877} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 08:29:47.811316 [ 5 ] {26f0a5cb-0f7e-4431-a3aa-b3b85ee80877} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 08:29:47.811637 [ 5 ] {26f0a5cb-0f7e-4431-a3aa-b3b85ee80877} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:47.811670 [ 5 ] {26f0a5cb-0f7e-4431-a3aa-b3b85ee80877} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:47.811964 [ 5 ] {26f0a5cb-0f7e-4431-a3aa-b3b85ee80877} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:29:47.812177 [ 5 ] {26f0a5cb-0f7e-4431-a3aa-b3b85ee80877} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): 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.19 08:29:47.812304 [ 5 ] {26f0a5cb-0f7e-4431-a3aa-b3b85ee80877} executeQuery: Read 6 rows, 321.00 B in 0.001045 sec., 5741.626794258374 rows/sec., 299.98 KiB/sec. 2026.03.19 08:29:47.812339 [ 5 ] {26f0a5cb-0f7e-4431-a3aa-b3b85ee80877} TCPHandler: Processed in 0.001205575 sec. 2026.03.19 08:29:47.812445 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:47.812536 [ 5 ] {a6454ab1-1282-44f3-a7fa-7846338ba295} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:47.812576 [ 5 ] {a6454ab1-1282-44f3-a7fa-7846338ba295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:47.813008 [ 5 ] {a6454ab1-1282-44f3-a7fa-7846338ba295} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:47.813042 [ 5 ] {a6454ab1-1282-44f3-a7fa-7846338ba295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:47.813364 [ 5 ] {a6454ab1-1282-44f3-a7fa-7846338ba295} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 08:29:47.813574 [ 5 ] {a6454ab1-1282-44f3-a7fa-7846338ba295} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:47.813702 [ 5 ] {a6454ab1-1282-44f3-a7fa-7846338ba295} executeQuery: Read 265 rows, 18.03 KiB in 0.001184 sec., 223817.56756756757 rows/sec., 14.87 MiB/sec. 2026.03.19 08:29:47.813738 [ 5 ] {a6454ab1-1282-44f3-a7fa-7846338ba295} TCPHandler: Processed in 0.001339799 sec. 2026.03.19 08:29:47.813853 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:47.813943 [ 5 ] {45737ea1-5de1-4e03-8f21-15c1d672a809} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 08:29:47.813984 [ 5 ] {45737ea1-5de1-4e03-8f21-15c1d672a809} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 08:29:47.814290 [ 5 ] {45737ea1-5de1-4e03-8f21-15c1d672a809} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:47.814325 [ 5 ] {45737ea1-5de1-4e03-8f21-15c1d672a809} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:47.814613 [ 5 ] {45737ea1-5de1-4e03-8f21-15c1d672a809} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.19 08:29:47.814819 [ 5 ] {45737ea1-5de1-4e03-8f21-15c1d672a809} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): 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.19 08:29:47.814945 [ 5 ] {45737ea1-5de1-4e03-8f21-15c1d672a809} executeQuery: Read 1 rows, 69.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 66.13 KiB/sec. 2026.03.19 08:29:47.814980 [ 5 ] {45737ea1-5de1-4e03-8f21-15c1d672a809} TCPHandler: Processed in 0.001173305 sec. 2026.03.19 08:29:47.815089 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:47.815178 [ 5 ] {b1d00d18-9798-483f-a889-1e473ed68147} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:47.815231 [ 5 ] {b1d00d18-9798-483f-a889-1e473ed68147} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:47.815985 [ 5 ] {b1d00d18-9798-483f-a889-1e473ed68147} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:47.816019 [ 5 ] {b1d00d18-9798-483f-a889-1e473ed68147} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:47.816516 [ 5 ] {b1d00d18-9798-483f-a889-1e473ed68147} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.19 08:29:47.816740 [ 5 ] {b1d00d18-9798-483f-a889-1e473ed68147} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:47.816879 [ 5 ] {b1d00d18-9798-483f-a889-1e473ed68147} executeQuery: Read 10 rows, 18.35 KiB in 0.001717 sec., 5824.111822947 rows/sec., 10.44 MiB/sec. 2026.03.19 08:29:47.816931 [ 5 ] {b1d00d18-9798-483f-a889-1e473ed68147} TCPHandler: Processed in 0.001888536 sec. 2026.03.19 08:29:47.817048 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:47.817149 [ 5 ] {7160f5f1-832b-4191-815b-613253664f05} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:47.817190 [ 5 ] {7160f5f1-832b-4191-815b-613253664f05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:47.817524 [ 5 ] {7160f5f1-832b-4191-815b-613253664f05} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:47.817560 [ 5 ] {7160f5f1-832b-4191-815b-613253664f05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:47.817867 [ 5 ] {7160f5f1-832b-4191-815b-613253664f05} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.19 08:29:47.818073 [ 5 ] {7160f5f1-832b-4191-815b-613253664f05} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:47.818200 [ 5 ] {7160f5f1-832b-4191-815b-613253664f05} executeQuery: Read 90 rows, 5.77 KiB in 0.00107 sec., 84112.14953271027 rows/sec., 5.26 MiB/sec. 2026.03.19 08:29:47.818235 [ 5 ] {7160f5f1-832b-4191-815b-613253664f05} TCPHandler: Processed in 0.001235886 sec. 2026.03.19 08:29:50.285332 [ 59 ] {} DNSResolver: Updating DNS cache 2026.03.19 08:29:50.285386 [ 59 ] {} DNSResolver: Updated DNS cache 2026.03.19 08:29:50.399029 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13471 2026.03.19 08:29:50.399820 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:50.399866 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:50.400345 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 08:29:50.400575 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:50.400705 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13471 2026.03.19 08:29:50.450179 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 850 2026.03.19 08:29:50.452446 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:50.452488 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:50.453681 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.19 08:29:50.453948 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:29:50.454088 [ 59 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.19 08:29:50.454152 [ 59 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:50.454175 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2026.03.19 08:29:50.454193 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 850 2026.03.19 08:29:50.454267 [ 198 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::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.19 08:29:50.454749 [ 198 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:50.454884 [ 198 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 656 rows starting from the beginning of the part 2026.03.19 08:29:50.455283 [ 198 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 46 rows starting from the beginning of the part 2026.03.19 08:29:50.455631 [ 198 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.03.19 08:29:50.455949 [ 198 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part 2026.03.19 08:29:50.456272 [ 198 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 52 rows starting from the beginning of the part 2026.03.19 08:29:50.456628 [ 198 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part 2026.03.19 08:29:50.462873 [ 200 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 850 rows, containing 72 columns (72 merged, 0 gathered) in 0.008644773 sec., 98325.3117230493 rows/sec., 85.09 MiB/sec. 2026.03.19 08:29:50.464096 [ 190 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.19 08:29:50.464581 [ 190 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_21_4} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:29:50.464645 [ 190 ] {5219f32a-95ae-4d4a-9819-46c2e0a4d304::all_1_21_4} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.19 08:29:50.464789 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. 2026.03.19 08:29:51.000235 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 269.16 MiB, peak 274.41 MiB, free memory in arenas 0.00 B, will set to 270.36 MiB (RSS), difference: 1.20 MiB 2026.03.19 08:29:51.126253 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.03.19 08:29:51.141435 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:51.141480 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:51.147428 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.19 08:29:51.148098 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:51.150728 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.03.19 08:29:52.795427 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:52.795618 [ 5 ] {0af1bf4d-ae6d-45d3-9a31-93f068e6a631} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:52.795687 [ 5 ] {0af1bf4d-ae6d-45d3-9a31-93f068e6a631} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:52.796363 [ 5 ] {0af1bf4d-ae6d-45d3-9a31-93f068e6a631} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:52.796415 [ 5 ] {0af1bf4d-ae6d-45d3-9a31-93f068e6a631} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:52.796855 [ 5 ] {0af1bf4d-ae6d-45d3-9a31-93f068e6a631} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 08:29:52.797095 [ 5 ] {0af1bf4d-ae6d-45d3-9a31-93f068e6a631} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:52.797268 [ 5 ] {0af1bf4d-ae6d-45d3-9a31-93f068e6a631} executeQuery: Read 116 rows, 10.09 KiB in 0.001701 sec., 68195.17930629042 rows/sec., 5.79 MiB/sec. 2026.03.19 08:29:52.797323 [ 5 ] {0af1bf4d-ae6d-45d3-9a31-93f068e6a631} TCPHandler: Processed in 0.0020357 sec. 2026.03.19 08:29:52.797447 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:52.797551 [ 5 ] {a5178093-cf64-4685-ae89-c130f2659699} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:52.797597 [ 5 ] {a5178093-cf64-4685-ae89-c130f2659699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:52.798021 [ 5 ] {a5178093-cf64-4685-ae89-c130f2659699} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:52.798059 [ 5 ] {a5178093-cf64-4685-ae89-c130f2659699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:52.798394 [ 5 ] {a5178093-cf64-4685-ae89-c130f2659699} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.19 08:29:52.798626 [ 5 ] {a5178093-cf64-4685-ae89-c130f2659699} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:52.798766 [ 5 ] {a5178093-cf64-4685-ae89-c130f2659699} executeQuery: Read 30 rows, 2.26 KiB in 0.00124 sec., 24193.548387096773 rows/sec., 1.78 MiB/sec. 2026.03.19 08:29:52.798804 [ 5 ] {a5178093-cf64-4685-ae89-c130f2659699} TCPHandler: Processed in 0.001411631 sec. 2026.03.19 08:29:52.798908 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:52.799005 [ 5 ] {51426442-801e-4728-8018-30ea8b93d551} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:52.799048 [ 5 ] {51426442-801e-4728-8018-30ea8b93d551} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:52.799480 [ 5 ] {51426442-801e-4728-8018-30ea8b93d551} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:52.799517 [ 5 ] {51426442-801e-4728-8018-30ea8b93d551} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:52.799832 [ 5 ] {51426442-801e-4728-8018-30ea8b93d551} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 08:29:52.800052 [ 5 ] {51426442-801e-4728-8018-30ea8b93d551} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:52.800187 [ 5 ] {51426442-801e-4728-8018-30ea8b93d551} executeQuery: Read 94 rows, 7.52 KiB in 0.001201 sec., 78268.10990840966 rows/sec., 6.11 MiB/sec. 2026.03.19 08:29:52.800230 [ 5 ] {51426442-801e-4728-8018-30ea8b93d551} TCPHandler: Processed in 0.00137159 sec. 2026.03.19 08:29:52.800343 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:52.800438 [ 5 ] {adefa8bc-2b04-4c29-a545-9d19d0d05064} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:52.800486 [ 5 ] {adefa8bc-2b04-4c29-a545-9d19d0d05064} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:52.800887 [ 5 ] {adefa8bc-2b04-4c29-a545-9d19d0d05064} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:52.800924 [ 5 ] {adefa8bc-2b04-4c29-a545-9d19d0d05064} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:52.801268 [ 5 ] {adefa8bc-2b04-4c29-a545-9d19d0d05064} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 08:29:52.801488 [ 5 ] {adefa8bc-2b04-4c29-a545-9d19d0d05064} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:52.801624 [ 5 ] {adefa8bc-2b04-4c29-a545-9d19d0d05064} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2026.03.19 08:29:52.801661 [ 5 ] {adefa8bc-2b04-4c29-a545-9d19d0d05064} TCPHandler: Processed in 0.001369961 sec. 2026.03.19 08:29:52.801777 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:52.801870 [ 5 ] {426794b5-549a-40f8-9efc-e870cdabffe9} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:52.801959 [ 5 ] {426794b5-549a-40f8-9efc-e870cdabffe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:52.802743 [ 5 ] {426794b5-549a-40f8-9efc-e870cdabffe9} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:52.802779 [ 5 ] {426794b5-549a-40f8-9efc-e870cdabffe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:52.803365 [ 5 ] {426794b5-549a-40f8-9efc-e870cdabffe9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.19 08:29:52.803601 [ 5 ] {426794b5-549a-40f8-9efc-e870cdabffe9} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:52.803748 [ 5 ] {426794b5-549a-40f8-9efc-e870cdabffe9} executeQuery: Read 30 rows, 55.05 KiB in 0.001895 sec., 15831.1345646438 rows/sec., 28.37 MiB/sec. 2026.03.19 08:29:52.803840 [ 5 ] {426794b5-549a-40f8-9efc-e870cdabffe9} TCPHandler: Processed in 0.002115462 sec. 2026.03.19 08:29:52.803950 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:52.804049 [ 5 ] {c9d60d4f-b5d4-4aad-92d7-cb46463a2c8a} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:52.804091 [ 5 ] {c9d60d4f-b5d4-4aad-92d7-cb46463a2c8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:52.804425 [ 5 ] {c9d60d4f-b5d4-4aad-92d7-cb46463a2c8a} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:52.804465 [ 5 ] {c9d60d4f-b5d4-4aad-92d7-cb46463a2c8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:52.804783 [ 5 ] {c9d60d4f-b5d4-4aad-92d7-cb46463a2c8a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.19 08:29:52.805006 [ 5 ] {c9d60d4f-b5d4-4aad-92d7-cb46463a2c8a} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:52.805144 [ 5 ] {c9d60d4f-b5d4-4aad-92d7-cb46463a2c8a} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2026.03.19 08:29:52.805267 [ 5 ] {c9d60d4f-b5d4-4aad-92d7-cb46463a2c8a} TCPHandler: Processed in 0.0013654 sec. 2026.03.19 08:29:57.802265 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.802489 [ 5 ] {5691bbe5-1981-4f9d-b214-b4a28b8a8f57} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.19 08:29:57.802567 [ 5 ] {5691bbe5-1981-4f9d-b214-b4a28b8a8f57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.19 08:29:57.803336 [ 5 ] {5691bbe5-1981-4f9d-b214-b4a28b8a8f57} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.803386 [ 5 ] {5691bbe5-1981-4f9d-b214-b4a28b8a8f57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.803800 [ 5 ] {5691bbe5-1981-4f9d-b214-b4a28b8a8f57} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:29:57.804042 [ 5 ] {5691bbe5-1981-4f9d-b214-b4a28b8a8f57} oximeter.fields_i16 (64ab8a5e-30f4-454e-83e2-d18365fc1de8): 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.19 08:29:57.804208 [ 5 ] {5691bbe5-1981-4f9d-b214-b4a28b8a8f57} executeQuery: Read 284 rows, 18.47 KiB in 0.001776 sec., 159909.9099099099 rows/sec., 10.16 MiB/sec. 2026.03.19 08:29:57.804257 [ 5 ] {5691bbe5-1981-4f9d-b214-b4a28b8a8f57} TCPHandler: Processed in 0.002138133 sec. 2026.03.19 08:29:57.804384 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.804488 [ 5 ] {84536299-53bc-4df9-9e91-54c607c73c85} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.19 08:29:57.804532 [ 5 ] {84536299-53bc-4df9-9e91-54c607c73c85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.19 08:29:57.804953 [ 5 ] {84536299-53bc-4df9-9e91-54c607c73c85} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.804990 [ 5 ] {84536299-53bc-4df9-9e91-54c607c73c85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.805300 [ 5 ] {84536299-53bc-4df9-9e91-54c607c73c85} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.19 08:29:57.805515 [ 5 ] {84536299-53bc-4df9-9e91-54c607c73c85} oximeter.fields_ipaddr (b44fcf04-41f2-4b0e-8915-78ec56a36847): 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.19 08:29:57.805660 [ 5 ] {84536299-53bc-4df9-9e91-54c607c73c85} executeQuery: Read 2 rows, 167.00 B in 0.001196 sec., 1672.2408026755852 rows/sec., 136.36 KiB/sec. 2026.03.19 08:29:57.805700 [ 5 ] {84536299-53bc-4df9-9e91-54c607c73c85} TCPHandler: Processed in 0.00136793 sec. 2026.03.19 08:29:57.805817 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.805915 [ 5 ] {6242b545-ed74-4455-90e6-0c4134c5b31b} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.19 08:29:57.805960 [ 5 ] {6242b545-ed74-4455-90e6-0c4134c5b31b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.19 08:29:57.806702 [ 5 ] {6242b545-ed74-4455-90e6-0c4134c5b31b} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.806740 [ 5 ] {6242b545-ed74-4455-90e6-0c4134c5b31b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.807107 [ 5 ] {6242b545-ed74-4455-90e6-0c4134c5b31b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 08:29:57.807328 [ 5 ] {6242b545-ed74-4455-90e6-0c4134c5b31b} oximeter.fields_string (061dcca7-7b35-4366-832c-adbf2850e87b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:57.807465 [ 5 ] {6242b545-ed74-4455-90e6-0c4134c5b31b} executeQuery: Read 818 rows, 65.58 KiB in 0.001572 sec., 520356.2340966921 rows/sec., 40.74 MiB/sec. 2026.03.19 08:29:57.807505 [ 5 ] {6242b545-ed74-4455-90e6-0c4134c5b31b} TCPHandler: Processed in 0.001738691 sec. 2026.03.19 08:29:57.807620 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.807715 [ 5 ] {2f722cb0-8312-4c92-8f1e-b27af0ba4a0b} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.19 08:29:57.807757 [ 5 ] {2f722cb0-8312-4c92-8f1e-b27af0ba4a0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.19 08:29:57.808206 [ 5 ] {2f722cb0-8312-4c92-8f1e-b27af0ba4a0b} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.808242 [ 5 ] {2f722cb0-8312-4c92-8f1e-b27af0ba4a0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.808554 [ 5 ] {2f722cb0-8312-4c92-8f1e-b27af0ba4a0b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.19 08:29:57.808767 [ 5 ] {2f722cb0-8312-4c92-8f1e-b27af0ba4a0b} oximeter.fields_u16 (976568a8-87d6-4d97-ad7e-418d2e2db16c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:57.808904 [ 5 ] {2f722cb0-8312-4c92-8f1e-b27af0ba4a0b} executeQuery: Read 154 rows, 9.43 KiB in 0.001208 sec., 127483.44370860927 rows/sec., 7.63 MiB/sec. 2026.03.19 08:29:57.808941 [ 5 ] {2f722cb0-8312-4c92-8f1e-b27af0ba4a0b} TCPHandler: Processed in 0.00136993 sec. 2026.03.19 08:29:57.809061 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.809155 [ 5 ] {65d1afd3-ca36-4c6c-9483-5f2993f638c9} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.19 08:29:57.809195 [ 5 ] {65d1afd3-ca36-4c6c-9483-5f2993f638c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.19 08:29:57.809675 [ 5 ] {65d1afd3-ca36-4c6c-9483-5f2993f638c9} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.809713 [ 5 ] {65d1afd3-ca36-4c6c-9483-5f2993f638c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.810059 [ 5 ] {65d1afd3-ca36-4c6c-9483-5f2993f638c9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.19 08:29:57.810270 [ 5 ] {65d1afd3-ca36-4c6c-9483-5f2993f638c9} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): 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.19 08:29:57.810381 [ 46 ] {} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.03.19 08:29:57.810402 [ 5 ] {65d1afd3-ca36-4c6c-9483-5f2993f638c9} executeQuery: Read 149 rows, 9.86 KiB in 0.001265 sec., 117786.56126482213 rows/sec., 7.61 MiB/sec. 2026.03.19 08:29:57.810488 [ 46 ] {} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.810497 [ 5 ] {65d1afd3-ca36-4c6c-9483-5f2993f638c9} TCPHandler: Processed in 0.001485384 sec. 2026.03.19 08:29:57.810534 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.810633 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.810675 [ 200 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.03.19 08:29:57.810732 [ 5 ] {97e25d22-e13e-4aef-b508-74abb57ec8f2} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.19 08:29:57.810778 [ 5 ] {97e25d22-e13e-4aef-b508-74abb57ec8f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.19 08:29:57.810824 [ 200 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:57.810865 [ 200 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 881 rows starting from the beginning of the part 2026.03.19 08:29:57.810934 [ 200 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 149 rows starting from the beginning of the part 2026.03.19 08:29:57.810985 [ 200 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 149 rows starting from the beginning of the part 2026.03.19 08:29:57.811041 [ 200 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 708 rows starting from the beginning of the part 2026.03.19 08:29:57.811093 [ 200 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 149 rows starting from the beginning of the part 2026.03.19 08:29:57.811144 [ 200 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part 2026.03.19 08:29:57.811248 [ 5 ] {97e25d22-e13e-4aef-b508-74abb57ec8f2} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.811289 [ 5 ] {97e25d22-e13e-4aef-b508-74abb57ec8f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.811658 [ 5 ] {97e25d22-e13e-4aef-b508-74abb57ec8f2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.19 08:29:57.811888 [ 5 ] {97e25d22-e13e-4aef-b508-74abb57ec8f2} oximeter.fields_u8 (b8cdc95e-cbc4-4db3-90b5-a1033a9a45b7): 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.19 08:29:57.812026 [ 5 ] {97e25d22-e13e-4aef-b508-74abb57ec8f2} executeQuery: Read 148 rows, 8.62 KiB in 0.001313 sec., 112718.96420411272 rows/sec., 6.41 MiB/sec. 2026.03.19 08:29:57.812065 [ 5 ] {97e25d22-e13e-4aef-b508-74abb57ec8f2} TCPHandler: Processed in 0.001481363 sec. 2026.03.19 08:29:57.812180 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.812275 [ 5 ] {17be763d-d334-422e-bfc6-2e222c92f045} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.19 08:29:57.812316 [ 5 ] {17be763d-d334-422e-bfc6-2e222c92f045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.19 08:29:57.812750 [ 190 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 2185 rows, containing 5 columns (5 merged, 0 gathered) in 0.002116492 sec., 1032368.6553032092 rows/sec., 66.65 MiB/sec. 2026.03.19 08:29:57.812948 [ 5 ] {17be763d-d334-422e-bfc6-2e222c92f045} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.812973 [ 190 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.03.19 08:29:57.812990 [ 5 ] {17be763d-d334-422e-bfc6-2e222c92f045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.813319 [ 190 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:57.813373 [ 5 ] {17be763d-d334-422e-bfc6-2e222c92f045} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 08:29:57.813408 [ 190 ] {76b756c4-5581-4e88-bfe6-92d57c3ee03c::all_1_14_3} oximeter.fields_u32 (76b756c4-5581-4e88-bfe6-92d57c3ee03c) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.03.19 08:29:57.813525 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.19 08:29:57.813606 [ 5 ] {17be763d-d334-422e-bfc6-2e222c92f045} oximeter.fields_uuid (f10b9a9d-ff4c-4f2d-a7a0-398ee54d5841): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:57.813755 [ 5 ] {17be763d-d334-422e-bfc6-2e222c92f045} executeQuery: Read 502 rows, 36.14 KiB in 0.001498 sec., 335113.4846461949 rows/sec., 23.56 MiB/sec. 2026.03.19 08:29:57.813794 [ 5 ] {17be763d-d334-422e-bfc6-2e222c92f045} TCPHandler: Processed in 0.001661628 sec. 2026.03.19 08:29:57.813904 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.813999 [ 5 ] {bf0432a7-de5f-4093-800a-c3cd6f4f7cae} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.19 08:29:57.814040 [ 5 ] {bf0432a7-de5f-4093-800a-c3cd6f4f7cae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.19 08:29:57.814370 [ 5 ] {bf0432a7-de5f-4093-800a-c3cd6f4f7cae} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.814406 [ 5 ] {bf0432a7-de5f-4093-800a-c3cd6f4f7cae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.814725 [ 5 ] {bf0432a7-de5f-4093-800a-c3cd6f4f7cae} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:29:57.814934 [ 5 ] {bf0432a7-de5f-4093-800a-c3cd6f4f7cae} oximeter.measurements_bool (5d4db4a0-0904-4ddf-9ace-a11303666419): 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.19 08:29:57.815064 [ 5 ] {bf0432a7-de5f-4093-800a-c3cd6f4f7cae} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2026.03.19 08:29:57.815099 [ 5 ] {bf0432a7-de5f-4093-800a-c3cd6f4f7cae} TCPHandler: Processed in 0.001244206 sec. 2026.03.19 08:29:57.815202 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.815293 [ 5 ] {a7eb7f89-b97b-4cbc-8098-619d3a13d569} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:57.815336 [ 5 ] {a7eb7f89-b97b-4cbc-8098-619d3a13d569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.19 08:29:57.815740 [ 5 ] {a7eb7f89-b97b-4cbc-8098-619d3a13d569} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.815776 [ 5 ] {a7eb7f89-b97b-4cbc-8098-619d3a13d569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.816107 [ 5 ] {a7eb7f89-b97b-4cbc-8098-619d3a13d569} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 08:29:57.816321 [ 5 ] {a7eb7f89-b97b-4cbc-8098-619d3a13d569} oximeter.measurements_cumulativeu64 (a2817296-c8bf-4626-bfe8-fb3fdbb11dfc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:57.816450 [ 5 ] {a7eb7f89-b97b-4cbc-8098-619d3a13d569} executeQuery: Read 266 rows, 18.10 KiB in 0.001175 sec., 226382.97872340426 rows/sec., 15.05 MiB/sec. 2026.03.19 08:29:57.816485 [ 5 ] {a7eb7f89-b97b-4cbc-8098-619d3a13d569} TCPHandler: Processed in 0.001331499 sec. 2026.03.19 08:29:57.816596 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.816689 [ 5 ] {a7b2cd9d-29b4-4024-8391-b410b4d66c68} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.19 08:29:57.816731 [ 5 ] {a7b2cd9d-29b4-4024-8391-b410b4d66c68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.19 08:29:57.817032 [ 5 ] {a7b2cd9d-29b4-4024-8391-b410b4d66c68} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.817065 [ 5 ] {a7b2cd9d-29b4-4024-8391-b410b4d66c68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.817356 [ 5 ] {a7b2cd9d-29b4-4024-8391-b410b4d66c68} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.19 08:29:57.817562 [ 5 ] {a7b2cd9d-29b4-4024-8391-b410b4d66c68} oximeter.measurements_f64 (20c1c37e-cf7d-43d3-92f9-87d83125d002): 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.19 08:29:57.817689 [ 5 ] {a7b2cd9d-29b4-4024-8391-b410b4d66c68} executeQuery: Read 1 rows, 69.00 B in 0.001018 sec., 982.3182711198428 rows/sec., 66.19 KiB/sec. 2026.03.19 08:29:57.817724 [ 5 ] {a7b2cd9d-29b4-4024-8391-b410b4d66c68} TCPHandler: Processed in 0.001176504 sec. 2026.03.19 08:29:57.817824 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.817915 [ 5 ] {cf851cde-eae9-47d4-97a7-f876702f4ad4} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.19 08:29:57.817968 [ 5 ] {cf851cde-eae9-47d4-97a7-f876702f4ad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.19 08:29:57.818727 [ 5 ] {cf851cde-eae9-47d4-97a7-f876702f4ad4} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.818760 [ 5 ] {cf851cde-eae9-47d4-97a7-f876702f4ad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.819277 [ 5 ] {cf851cde-eae9-47d4-97a7-f876702f4ad4} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.19 08:29:57.819503 [ 5 ] {cf851cde-eae9-47d4-97a7-f876702f4ad4} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:57.819604 [ 57 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.19 08:29:57.819644 [ 57 ] {} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.819644 [ 5 ] {cf851cde-eae9-47d4-97a7-f876702f4ad4} executeQuery: Read 10 rows, 18.35 KiB in 0.001747 sec., 5724.098454493417 rows/sec., 10.26 MiB/sec. 2026.03.19 08:29:57.819663 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.819713 [ 5 ] {cf851cde-eae9-47d4-97a7-f876702f4ad4} TCPHandler: Processed in 0.001937186 sec. 2026.03.19 08:29:57.819762 [ 186 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.19 08:29:57.819822 [ 5 ] {} TCP-Session: 0108ee33-cb04-4727-833c-bbf578bd4322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.19 08:29:57.819920 [ 5 ] {914ff96c-ad1e-4da8-96d8-bda0d9751e4d} executeQuery: (from [fd00:1122:3344:101::d]:50205) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.19 08:29:57.819961 [ 5 ] {914ff96c-ad1e-4da8-96d8-bda0d9751e4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.19 08:29:57.819999 [ 186 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.19 08:29:57.820067 [ 186 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 662 rows starting from the beginning of the part 2026.03.19 08:29:57.820206 [ 186 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part 2026.03.19 08:29:57.820307 [ 5 ] {914ff96c-ad1e-4da8-96d8-bda0d9751e4d} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.820319 [ 186 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part 2026.03.19 08:29:57.820350 [ 5 ] {914ff96c-ad1e-4da8-96d8-bda0d9751e4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.820442 [ 186 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part 2026.03.19 08:29:57.820553 [ 186 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part 2026.03.19 08:29:57.820658 [ 186 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 10 rows starting from the beginning of the part 2026.03.19 08:29:57.820693 [ 5 ] {914ff96c-ad1e-4da8-96d8-bda0d9751e4d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.19 08:29:57.820916 [ 5 ] {914ff96c-ad1e-4da8-96d8-bda0d9751e4d} oximeter.measurements_u64 (32cbec28-6612-4991-9a28-016332bfe6af): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:57.821053 [ 5 ] {914ff96c-ad1e-4da8-96d8-bda0d9751e4d} executeQuery: Read 90 rows, 5.77 KiB in 0.001151 sec., 78192.87576020852 rows/sec., 4.89 MiB/sec. 2026.03.19 08:29:57.821091 [ 5 ] {914ff96c-ad1e-4da8-96d8-bda0d9751e4d} TCPHandler: Processed in 0.001317719 sec. 2026.03.19 08:29:57.825834 [ 204 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 763 rows, containing 19 columns (19 merged, 0 gathered) in 0.006110888 sec., 124859.10394692227 rows/sec., 223.74 MiB/sec. 2026.03.19 08:29:57.826984 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.19 08:29:57.827314 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:57.827382 [ 194 ] {a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4::all_1_36_7} oximeter.measurements_histogramu64 (a37c05d7-8b71-4ccd-ac3f-09ff62aff4d4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.19 08:29:57.827470 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.60 MiB. 2026.03.19 08:29:57.901721 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13919 2026.03.19 08:29:57.902147 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:57.902186 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:57.902627 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 08:29:57.902865 [ 245 ] {} system.asynchronous_metric_log (189c5c94-4674-4e1a-8f53-39d6d6dc649b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:57.903013 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13919 2026.03.19 08:29:58.001143 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 271.93 MiB, peak 279.47 MiB, free memory in arenas 0.00 B, will set to 273.85 MiB (RSS), difference: 1.92 MiB 2026.03.19 08:29:58.651729 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.03.19 08:29:58.667927 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:29:58.667982 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:29:58.673872 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.19 08:29:58.674566 [ 244 ] {} system.metric_log (a5e391db-999d-40d6-8262-878a640116fb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.19 08:29:58.677358 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.03.19 08:30:00.455281 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 886 2026.03.19 08:30:00.457714 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.19 08:30:00.457770 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2026.03.19 08:30:00.459006 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.19 08:30:00.459305 [ 243 ] {} system.query_log (5219f32a-95ae-4d4a-9819-46c2e0a4d304): 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.19 08:30:00.459684 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 886