[ Mar 5 05:27:00 Enabled. ] [ Mar 5 05:27:00 Rereading configuration. ] [ Mar 5 05:27:00 Rereading configuration. ] [ Mar 5 05:27:01 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 5 05:27:01 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.05 05:27:03.474733 [ 1 ] {} Application: Will watch for the process with pid 24073 2026.03.05 05:27:03.475142 [ 1 ] {} Application: Forked a child process to watch 2026.03.05 05:27:03.673876 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24073 2026.03.05 05:27:03.674673 [ 1 ] {} Application: starting up 2026.03.05 05:27:03.674837 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.05 05:27:03.772350 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.05 05:27:03.791806 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.05 05:27:03.791879 [ 1 ] {} Application: Initializing DateLUT. 2026.03.05 05:27:03.791896 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.05 05:27:03.791947 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.05 05:27:03.792625 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.05 05:27:03.794881 [ 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.05 05:27:03.795758 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.05 05:27:03.796607 [ 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.05 05:27:03.796669 [ 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.05 05:27:03.796713 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.05 05:27:03.797433 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.05 05:27:03.798417 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.05 05:27:03.804471 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.05 05:27:03.805193 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.05 05:27:03.805995 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.05 05:27:03.806102 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.05 05:27:03.807186 [ 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.05 05:27:03.807662 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.05 05:27:03.811132 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.05 05:27:03.811629 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.05 05:27:03.815784 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.05 05:27:03.816108 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.05 05:27:03.816485 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.05 05:27:03.816811 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.05 05:27:03.818249 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.05 05:27:03.818275 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.05 05:27:03.818372 [ 132 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:27:03.818490 [ 132 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:27:03.826273 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.05 05:27:03.826300 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000153593 sec 2026.03.05 05:27:03.826363 [ 1 ] {} ReferentialDeps: No tables 2026.03.05 05:27:03.826411 [ 1 ] {} LoadingDeps: No tables 2026.03.05 05:27:03.826568 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.05 05:27:03.827171 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.05 05:27:03.837939 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.05 05:27:03.837984 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.05 05:27:03.838075 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.05 05:27:03.838088 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.05 05:27:03.838123 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.05 05:27:03.838193 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.05 05:27:03.842380 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.05 05:27:03.842429 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.05 05:27:03.842478 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.05 05:27:03.842659 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.05 05:27:03.842703 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.05 05:27:03.842716 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.05 05:27:03.842785 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.05 05:27:03.842798 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.05 05:27:03.842827 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.05 05:27:03.842899 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.05 05:27:03.866765 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.05 05:27:03.868353 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.05 05:27:03.868436 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000103071 sec 2026.03.05 05:27:03.868450 [ 1 ] {} ReferentialDeps: No tables 2026.03.05 05:27:03.868461 [ 1 ] {} LoadingDeps: No tables 2026.03.05 05:27:03.868486 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.05 05:27:03.868706 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.05 05:27:03.868812 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.05 05:27:03.868827 [ 1 ] {} Application: Loaded metadata. 2026.03.05 05:27:03.868838 [ 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.05 05:27:03.868849 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.05 05:27:03.886972 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.05 05:27:03.887221 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.70 MiB (RSS), difference: 91.92 MiB 2026.03.05 05:27:03.888691 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.26e-05 sec. 2026.03.05 05:27:03.889078 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.05 05:27:03.889787 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.05 05:27:03.889811 [ 1 ] {} Application: Ready for connections. 2026.03.05 05:27:05.528902 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49756 2026.03.05 05:27:05.531158 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:05.531248 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:49756 2026.03.05 05:27:05.531289 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.531381 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.531504 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.05 05:27:05.531537 [ 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.05 05:27:05.531643 [ 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.05 05:27:05.534916 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38555 2026.03.05 05:27:05.535968 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43622 2026.03.05 05:27:05.535996 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:05.535972 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34609 2026.03.05 05:27:05.536115 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Authenticating user 'default' from [fd00:1122:3344:101::d]:38555 2026.03.05 05:27:05.536233 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32857 2026.03.05 05:27:05.536267 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.536306 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.536321 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51075 2026.03.05 05:27:05.536601 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50429 2026.03.05 05:27:05.536653 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65446 2026.03.05 05:27:05.537044 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33560 2026.03.05 05:27:05.537219 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:05.537234 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:05.537280 [ 257 ] {} TCP-Session: 03b85084-7c04-4fea-a085-73b0cc9cbe97 Authenticating user 'default' from [fd00:1122:3344:101::d]:50429 2026.03.05 05:27:05.537371 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:05.537413 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:05.537444 [ 257 ] {} TCP-Session: 03b85084-7c04-4fea-a085-73b0cc9cbe97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.537449 [ 5 ] {} TCP-Session: b39a651e-1602-47c4-8857-d4b6a766f110 Authenticating user 'default' from [fd00:1122:3344:101::d]:43622 2026.03.05 05:27:05.537544 [ 257 ] {} TCP-Session: 03b85084-7c04-4fea-a085-73b0cc9cbe97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.537486 [ 255 ] {} TCP-Session: b2c78729-a071-4a3e-829c-cac883d0190c Authenticating user 'default' from [fd00:1122:3344:101::d]:32857 2026.03.05 05:27:05.537594 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:05.537650 [ 5 ] {} TCP-Session: b39a651e-1602-47c4-8857-d4b6a766f110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.537669 [ 255 ] {} TCP-Session: b2c78729-a071-4a3e-829c-cac883d0190c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.537598 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:05.537774 [ 255 ] {} TCP-Session: b2c78729-a071-4a3e-829c-cac883d0190c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.537754 [ 5 ] {} TCP-Session: b39a651e-1602-47c4-8857-d4b6a766f110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.537746 [ 258 ] {} TCP-Session: 457a833c-22a2-4965-947e-35dc40bca36a Authenticating user 'default' from [fd00:1122:3344:101::d]:33560 2026.03.05 05:27:05.537852 [ 256 ] {} TCP-Session: 5f721247-2b1c-4e9d-92fe-06cb1a542a2a Authenticating user 'default' from [fd00:1122:3344:101::d]:51075 2026.03.05 05:27:05.537468 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:05.537468 [ 259 ] {} TCP-Session: 5d522b7e-8108-4b36-9c18-b5e4f23c3b4c Authenticating user 'default' from [fd00:1122:3344:101::d]:65446 2026.03.05 05:27:05.538000 [ 253 ] {} TCP-Session: 00463cc6-6505-4c3d-b765-f35215dafee4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34609 2026.03.05 05:27:05.537994 [ 256 ] {} TCP-Session: 5f721247-2b1c-4e9d-92fe-06cb1a542a2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.537968 [ 258 ] {} TCP-Session: 457a833c-22a2-4965-947e-35dc40bca36a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.538141 [ 253 ] {} TCP-Session: 00463cc6-6505-4c3d-b765-f35215dafee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.538120 [ 256 ] {} TCP-Session: 5f721247-2b1c-4e9d-92fe-06cb1a542a2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.538116 [ 259 ] {} TCP-Session: 5d522b7e-8108-4b36-9c18-b5e4f23c3b4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.538253 [ 253 ] {} TCP-Session: 00463cc6-6505-4c3d-b765-f35215dafee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.538221 [ 258 ] {} TCP-Session: 457a833c-22a2-4965-947e-35dc40bca36a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.538334 [ 259 ] {} TCP-Session: 5d522b7e-8108-4b36-9c18-b5e4f23c3b4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:05.542771 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.546429 [ 3 ] {34152627-c011-49c5-a9bf-7107a2d460a8} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:27:05.682951 [ 3 ] {34152627-c011-49c5-a9bf-7107a2d460a8} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49756) (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.05 05:27:05.684505 [ 3 ] {34152627-c011-49c5-a9bf-7107a2d460a8} 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.05 05:27:05.684834 [ 3 ] {34152627-c011-49c5-a9bf-7107a2d460a8} TCPHandler: Processed in 0.147147545 sec. 2026.03.05 05:27:05.685560 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.685949 [ 4 ] {a10539f7-64e1-45b2-8ddb-93877bcbe174} executeQuery: (from [fd00:1122:3344:101::d]:38555) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:27:05.686585 [ 4 ] {a10539f7-64e1-45b2-8ddb-93877bcbe174} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38555) (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.05 05:27:05.686981 [ 4 ] {a10539f7-64e1-45b2-8ddb-93877bcbe174} 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.05 05:27:05.687290 [ 4 ] {a10539f7-64e1-45b2-8ddb-93877bcbe174} TCPHandler: Processed in 0.001967623 sec. 2026.03.05 05:27:05.687837 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.689000 [ 3 ] {a5af5591-3754-40c5-8cac-d428bb2c3af9} executeQuery: (from [fd00:1122:3344:101::d]:49756) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.05 05:27:05.689806 [ 3 ] {a5af5591-3754-40c5-8cac-d428bb2c3af9} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.05 05:27:05.691456 [ 3 ] {a5af5591-3754-40c5-8cac-d428bb2c3af9} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.05 05:27:05.691485 [ 3 ] {a5af5591-3754-40c5-8cac-d428bb2c3af9} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.0991e-05 sec 2026.03.05 05:27:05.691502 [ 3 ] {a5af5591-3754-40c5-8cac-d428bb2c3af9} ReferentialDeps: No tables 2026.03.05 05:27:05.691573 [ 3 ] {a5af5591-3754-40c5-8cac-d428bb2c3af9} LoadingDeps: No tables 2026.03.05 05:27:05.691661 [ 3 ] {a5af5591-3754-40c5-8cac-d428bb2c3af9} DatabaseAtomic (oximeter): Starting up tables. 2026.03.05 05:27:05.692502 [ 3 ] {a5af5591-3754-40c5-8cac-d428bb2c3af9} TCPHandler: Processed in 0.004830442 sec. 2026.03.05 05:27:05.692678 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.692984 [ 3 ] {c00017e9-e35f-4cca-bd81-a8b9ec6d0aa7} executeQuery: (from [fd00:1122:3344:101::d]:49756) /* 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.05 05:27:05.693060 [ 3 ] {c00017e9-e35f-4cca-bd81-a8b9ec6d0aa7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.05 05:27:05.700076 [ 3 ] {c00017e9-e35f-4cca-bd81-a8b9ec6d0aa7} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.05 05:27:05.701667 [ 3 ] {c00017e9-e35f-4cca-bd81-a8b9ec6d0aa7} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e): Loading data parts 2026.03.05 05:27:05.703214 [ 3 ] {c00017e9-e35f-4cca-bd81-a8b9ec6d0aa7} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e): There are no data parts 2026.03.05 05:27:05.707031 [ 3 ] {c00017e9-e35f-4cca-bd81-a8b9ec6d0aa7} TCPHandler: Processed in 0.014413957 sec. 2026.03.05 05:27:05.707336 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.707594 [ 3 ] {d2139686-9f77-443b-947b-df9beab8e3e3} executeQuery: (from [fd00:1122:3344:101::d]:49756) /* 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.05 05:27:05.707771 [ 3 ] {d2139686-9f77-443b-947b-df9beab8e3e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.05 05:27:05.721053 [ 3 ] {d2139686-9f77-443b-947b-df9beab8e3e3} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Loading data parts 2026.03.05 05:27:05.721416 [ 3 ] {d2139686-9f77-443b-947b-df9beab8e3e3} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): There are no data parts 2026.03.05 05:27:05.723009 [ 3 ] {d2139686-9f77-443b-947b-df9beab8e3e3} TCPHandler: Processed in 0.01580993 sec. 2026.03.05 05:27:05.723268 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.723620 [ 3 ] {bc302d1b-ad5b-440a-b084-f75d4a6c8a79} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.723790 [ 3 ] {bc302d1b-ad5b-440a-b084-f75d4a6c8a79} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.05 05:27:05.726103 [ 3 ] {bc302d1b-ad5b-440a-b084-f75d4a6c8a79} oximeter.measurements_i8 (983de9f0-f23f-4eca-9a67-807625fd83e3): Loading data parts 2026.03.05 05:27:05.726377 [ 3 ] {bc302d1b-ad5b-440a-b084-f75d4a6c8a79} oximeter.measurements_i8 (983de9f0-f23f-4eca-9a67-807625fd83e3): There are no data parts 2026.03.05 05:27:05.727758 [ 3 ] {bc302d1b-ad5b-440a-b084-f75d4a6c8a79} TCPHandler: Processed in 0.004592448 sec. 2026.03.05 05:27:05.727977 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.728169 [ 3 ] {7c205a03-48d0-431b-98af-82373f900aed} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.728315 [ 3 ] {7c205a03-48d0-431b-98af-82373f900aed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.05 05:27:05.730263 [ 3 ] {7c205a03-48d0-431b-98af-82373f900aed} oximeter.measurements_u8 (55398efd-08c1-440f-902b-23535dbc72c6): Loading data parts 2026.03.05 05:27:05.730537 [ 3 ] {7c205a03-48d0-431b-98af-82373f900aed} oximeter.measurements_u8 (55398efd-08c1-440f-902b-23535dbc72c6): There are no data parts 2026.03.05 05:27:05.731920 [ 3 ] {7c205a03-48d0-431b-98af-82373f900aed} TCPHandler: Processed in 0.004008049 sec. 2026.03.05 05:27:05.732091 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.732479 [ 3 ] {e219ece1-00bc-47f6-b64b-9b0762cb6427} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.732536 [ 3 ] {e219ece1-00bc-47f6-b64b-9b0762cb6427} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.05 05:27:05.734670 [ 3 ] {e219ece1-00bc-47f6-b64b-9b0762cb6427} oximeter.measurements_i16 (9f39d219-a9a0-4ccb-8d5b-8801281cac28): Loading data parts 2026.03.05 05:27:05.734859 [ 3 ] {e219ece1-00bc-47f6-b64b-9b0762cb6427} oximeter.measurements_i16 (9f39d219-a9a0-4ccb-8d5b-8801281cac28): There are no data parts 2026.03.05 05:27:05.736498 [ 3 ] {e219ece1-00bc-47f6-b64b-9b0762cb6427} TCPHandler: Processed in 0.004462117 sec. 2026.03.05 05:27:05.736793 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.737028 [ 3 ] {af6bf751-a41f-442f-bc42-73ed7a11d1bb} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.737279 [ 3 ] {af6bf751-a41f-442f-bc42-73ed7a11d1bb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.05 05:27:05.739285 [ 3 ] {af6bf751-a41f-442f-bc42-73ed7a11d1bb} oximeter.measurements_u16 (e2283114-8254-40a7-83bd-6d3fb753cc58): Loading data parts 2026.03.05 05:27:05.739551 [ 3 ] {af6bf751-a41f-442f-bc42-73ed7a11d1bb} oximeter.measurements_u16 (e2283114-8254-40a7-83bd-6d3fb753cc58): There are no data parts 2026.03.05 05:27:05.740848 [ 3 ] {af6bf751-a41f-442f-bc42-73ed7a11d1bb} TCPHandler: Processed in 0.004128601 sec. 2026.03.05 05:27:05.741034 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.741314 [ 3 ] {8787eed9-0738-4a42-a1d4-6ee3230a8f7e} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.741372 [ 3 ] {8787eed9-0738-4a42-a1d4-6ee3230a8f7e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.05 05:27:05.743464 [ 3 ] {8787eed9-0738-4a42-a1d4-6ee3230a8f7e} oximeter.measurements_i32 (64ce3852-b13b-49c9-8243-6b58e140c15e): Loading data parts 2026.03.05 05:27:05.743652 [ 3 ] {8787eed9-0738-4a42-a1d4-6ee3230a8f7e} oximeter.measurements_i32 (64ce3852-b13b-49c9-8243-6b58e140c15e): There are no data parts 2026.03.05 05:27:05.745169 [ 3 ] {8787eed9-0738-4a42-a1d4-6ee3230a8f7e} TCPHandler: Processed in 0.004200482 sec. 2026.03.05 05:27:05.745459 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.745658 [ 3 ] {2ba0a9a3-1d8d-42b2-867e-d14293e3f7f2} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.745815 [ 3 ] {2ba0a9a3-1d8d-42b2-867e-d14293e3f7f2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.05 05:27:05.747989 [ 3 ] {2ba0a9a3-1d8d-42b2-867e-d14293e3f7f2} oximeter.measurements_u32 (c7f2f304-7f4a-4815-8df5-c214e82e1de4): Loading data parts 2026.03.05 05:27:05.748247 [ 3 ] {2ba0a9a3-1d8d-42b2-867e-d14293e3f7f2} oximeter.measurements_u32 (c7f2f304-7f4a-4815-8df5-c214e82e1de4): There are no data parts 2026.03.05 05:27:05.750084 [ 3 ] {2ba0a9a3-1d8d-42b2-867e-d14293e3f7f2} TCPHandler: Processed in 0.004701501 sec. 2026.03.05 05:27:05.750300 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.750594 [ 3 ] {74c1ad28-43c6-428d-b5ac-da152b302aee} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.750697 [ 3 ] {74c1ad28-43c6-428d-b5ac-da152b302aee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.05 05:27:05.753132 [ 3 ] {74c1ad28-43c6-428d-b5ac-da152b302aee} oximeter.measurements_i64 (36dfbee1-a970-4708-8cb2-07f899242593): Loading data parts 2026.03.05 05:27:05.753476 [ 3 ] {74c1ad28-43c6-428d-b5ac-da152b302aee} oximeter.measurements_i64 (36dfbee1-a970-4708-8cb2-07f899242593): There are no data parts 2026.03.05 05:27:05.755020 [ 3 ] {74c1ad28-43c6-428d-b5ac-da152b302aee} TCPHandler: Processed in 0.004802702 sec. 2026.03.05 05:27:05.755296 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.755492 [ 3 ] {f1f7cc39-5a99-4281-8335-aeebcba73b83} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.755648 [ 3 ] {f1f7cc39-5a99-4281-8335-aeebcba73b83} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.05 05:27:05.757654 [ 3 ] {f1f7cc39-5a99-4281-8335-aeebcba73b83} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Loading data parts 2026.03.05 05:27:05.757869 [ 3 ] {f1f7cc39-5a99-4281-8335-aeebcba73b83} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): There are no data parts 2026.03.05 05:27:05.759702 [ 3 ] {f1f7cc39-5a99-4281-8335-aeebcba73b83} TCPHandler: Processed in 0.004463916 sec. 2026.03.05 05:27:05.759899 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.760132 [ 3 ] {6a9907a6-80b8-478c-a942-c1df15f12acf} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.760308 [ 3 ] {6a9907a6-80b8-478c-a942-c1df15f12acf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.05 05:27:05.762782 [ 3 ] {6a9907a6-80b8-478c-a942-c1df15f12acf} oximeter.measurements_f32 (22dea755-c562-4d8c-a53b-93b22542967b): Loading data parts 2026.03.05 05:27:05.762958 [ 3 ] {6a9907a6-80b8-478c-a942-c1df15f12acf} oximeter.measurements_f32 (22dea755-c562-4d8c-a53b-93b22542967b): There are no data parts 2026.03.05 05:27:05.764474 [ 3 ] {6a9907a6-80b8-478c-a942-c1df15f12acf} TCPHandler: Processed in 0.00464558 sec. 2026.03.05 05:27:05.764673 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.765017 [ 3 ] {81463cc8-17df-4d25-a3d5-58f5e70a692d} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.765181 [ 3 ] {81463cc8-17df-4d25-a3d5-58f5e70a692d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.05 05:27:05.767149 [ 3 ] {81463cc8-17df-4d25-a3d5-58f5e70a692d} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Loading data parts 2026.03.05 05:27:05.767379 [ 3 ] {81463cc8-17df-4d25-a3d5-58f5e70a692d} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): There are no data parts 2026.03.05 05:27:05.768790 [ 3 ] {81463cc8-17df-4d25-a3d5-58f5e70a692d} TCPHandler: Processed in 0.004191812 sec. 2026.03.05 05:27:05.768975 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.769190 [ 3 ] {d11bc982-3fa2-487e-8c79-58c7fcd2e0b8} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.769355 [ 3 ] {d11bc982-3fa2-487e-8c79-58c7fcd2e0b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.05 05:27:05.771439 [ 3 ] {d11bc982-3fa2-487e-8c79-58c7fcd2e0b8} oximeter.measurements_string (e47c5ec0-4f07-4edd-8e0c-aeb7e009b066): Loading data parts 2026.03.05 05:27:05.771752 [ 3 ] {d11bc982-3fa2-487e-8c79-58c7fcd2e0b8} oximeter.measurements_string (e47c5ec0-4f07-4edd-8e0c-aeb7e009b066): There are no data parts 2026.03.05 05:27:05.773078 [ 3 ] {d11bc982-3fa2-487e-8c79-58c7fcd2e0b8} TCPHandler: Processed in 0.004174701 sec. 2026.03.05 05:27:05.773281 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.773589 [ 3 ] {ebb99c2b-b8b5-4c8c-a2c7-2f5b82a2a309} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.773778 [ 3 ] {ebb99c2b-b8b5-4c8c-a2c7-2f5b82a2a309} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.05 05:27:05.776113 [ 3 ] {ebb99c2b-b8b5-4c8c-a2c7-2f5b82a2a309} oximeter.measurements_bytes (ee991567-faff-40dd-9820-646c6a74aa8d): Loading data parts 2026.03.05 05:27:05.776389 [ 3 ] {ebb99c2b-b8b5-4c8c-a2c7-2f5b82a2a309} oximeter.measurements_bytes (ee991567-faff-40dd-9820-646c6a74aa8d): There are no data parts 2026.03.05 05:27:05.777799 [ 3 ] {ebb99c2b-b8b5-4c8c-a2c7-2f5b82a2a309} TCPHandler: Processed in 0.004585889 sec. 2026.03.05 05:27:05.778098 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.778341 [ 3 ] {b4e2db90-f842-4896-a9f2-0f7c496cdbc8} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.778512 [ 3 ] {b4e2db90-f842-4896-a9f2-0f7c496cdbc8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.05 05:27:05.780529 [ 3 ] {b4e2db90-f842-4896-a9f2-0f7c496cdbc8} oximeter.measurements_cumulativei64 (07f88c35-b80d-4dd6-bb44-5669ea064fb7): Loading data parts 2026.03.05 05:27:05.780900 [ 3 ] {b4e2db90-f842-4896-a9f2-0f7c496cdbc8} oximeter.measurements_cumulativei64 (07f88c35-b80d-4dd6-bb44-5669ea064fb7): There are no data parts 2026.03.05 05:27:05.782531 [ 3 ] {b4e2db90-f842-4896-a9f2-0f7c496cdbc8} TCPHandler: Processed in 0.004495507 sec. 2026.03.05 05:27:05.782702 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.783039 [ 3 ] {fb308a9c-5083-4349-a00b-8f27bbfc4c8c} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.783145 [ 3 ] {fb308a9c-5083-4349-a00b-8f27bbfc4c8c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.05 05:27:05.785711 [ 3 ] {fb308a9c-5083-4349-a00b-8f27bbfc4c8c} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Loading data parts 2026.03.05 05:27:05.785929 [ 3 ] {fb308a9c-5083-4349-a00b-8f27bbfc4c8c} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): There are no data parts 2026.03.05 05:27:05.788013 [ 3 ] {fb308a9c-5083-4349-a00b-8f27bbfc4c8c} TCPHandler: Processed in 0.005365491 sec. 2026.03.05 05:27:05.788236 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.788434 [ 3 ] {6a84ad20-469c-46d2-b0b2-f9c17e08073c} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.788609 [ 3 ] {6a84ad20-469c-46d2-b0b2-f9c17e08073c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.05 05:27:05.790814 [ 3 ] {6a84ad20-469c-46d2-b0b2-f9c17e08073c} oximeter.measurements_cumulativef32 (21e328aa-9ba1-4fa7-921a-3d7158beca7d): Loading data parts 2026.03.05 05:27:05.791186 [ 3 ] {6a84ad20-469c-46d2-b0b2-f9c17e08073c} oximeter.measurements_cumulativef32 (21e328aa-9ba1-4fa7-921a-3d7158beca7d): There are no data parts 2026.03.05 05:27:05.792697 [ 3 ] {6a84ad20-469c-46d2-b0b2-f9c17e08073c} TCPHandler: Processed in 0.004524227 sec. 2026.03.05 05:27:05.792871 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.793194 [ 3 ] {39b04758-fd17-4ef2-8e31-06b99edd802e} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.793333 [ 3 ] {39b04758-fd17-4ef2-8e31-06b99edd802e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.05 05:27:05.795296 [ 3 ] {39b04758-fd17-4ef2-8e31-06b99edd802e} oximeter.measurements_cumulativef64 (205d6c06-6f33-4a2d-84fd-24a2fd8d3f78): Loading data parts 2026.03.05 05:27:05.795494 [ 3 ] {39b04758-fd17-4ef2-8e31-06b99edd802e} oximeter.measurements_cumulativef64 (205d6c06-6f33-4a2d-84fd-24a2fd8d3f78): There are no data parts 2026.03.05 05:27:05.797598 [ 3 ] {39b04758-fd17-4ef2-8e31-06b99edd802e} TCPHandler: Processed in 0.004787232 sec. 2026.03.05 05:27:05.797866 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.798184 [ 3 ] {e6fe0d22-158c-4b22-93ef-a29d0b2e2b25} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.798501 [ 3 ] {e6fe0d22-158c-4b22-93ef-a29d0b2e2b25} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.05 05:27:05.800904 [ 3 ] {e6fe0d22-158c-4b22-93ef-a29d0b2e2b25} oximeter.measurements_histogrami8 (0304e0fa-d843-4e0b-832b-bd64fe86868f): Loading data parts 2026.03.05 05:27:05.801193 [ 3 ] {e6fe0d22-158c-4b22-93ef-a29d0b2e2b25} oximeter.measurements_histogrami8 (0304e0fa-d843-4e0b-832b-bd64fe86868f): There are no data parts 2026.03.05 05:27:05.802636 [ 3 ] {e6fe0d22-158c-4b22-93ef-a29d0b2e2b25} TCPHandler: Processed in 0.004844303 sec. 2026.03.05 05:27:05.802819 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.803318 [ 3 ] {10d10b57-daf2-4881-a870-9a954c63980b} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.803516 [ 3 ] {10d10b57-daf2-4881-a870-9a954c63980b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.05 05:27:05.805856 [ 3 ] {10d10b57-daf2-4881-a870-9a954c63980b} oximeter.measurements_histogramu8 (77d1bbff-37a0-48c7-8f2a-fdd1ff3194d3): Loading data parts 2026.03.05 05:27:05.806126 [ 3 ] {10d10b57-daf2-4881-a870-9a954c63980b} oximeter.measurements_histogramu8 (77d1bbff-37a0-48c7-8f2a-fdd1ff3194d3): There are no data parts 2026.03.05 05:27:05.807799 [ 3 ] {10d10b57-daf2-4881-a870-9a954c63980b} TCPHandler: Processed in 0.005042676 sec. 2026.03.05 05:27:05.807971 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.808257 [ 3 ] {c618b8df-a9df-4dbd-a99f-59e8bc167144} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.808444 [ 3 ] {c618b8df-a9df-4dbd-a99f-59e8bc167144} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.05 05:27:05.811318 [ 3 ] {c618b8df-a9df-4dbd-a99f-59e8bc167144} oximeter.measurements_histogrami16 (4ec8ee8a-7a90-4bff-848a-a362d90d8b18): Loading data parts 2026.03.05 05:27:05.811642 [ 3 ] {c618b8df-a9df-4dbd-a99f-59e8bc167144} oximeter.measurements_histogrami16 (4ec8ee8a-7a90-4bff-848a-a362d90d8b18): There are no data parts 2026.03.05 05:27:05.813095 [ 3 ] {c618b8df-a9df-4dbd-a99f-59e8bc167144} TCPHandler: Processed in 0.005187669 sec. 2026.03.05 05:27:05.813266 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.813711 [ 3 ] {398e5d35-0276-4842-9deb-f5f416890ea3} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.813871 [ 3 ] {398e5d35-0276-4842-9deb-f5f416890ea3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.05 05:27:05.816151 [ 3 ] {398e5d35-0276-4842-9deb-f5f416890ea3} oximeter.measurements_histogramu16 (001fe825-6f48-4ba5-96d5-fa45833e9528): Loading data parts 2026.03.05 05:27:05.816332 [ 3 ] {398e5d35-0276-4842-9deb-f5f416890ea3} oximeter.measurements_histogramu16 (001fe825-6f48-4ba5-96d5-fa45833e9528): There are no data parts 2026.03.05 05:27:05.817713 [ 3 ] {398e5d35-0276-4842-9deb-f5f416890ea3} TCPHandler: Processed in 0.004508557 sec. 2026.03.05 05:27:05.817901 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.818172 [ 3 ] {992e0b0f-4eda-4833-8238-00f52147cdbd} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.818368 [ 3 ] {992e0b0f-4eda-4833-8238-00f52147cdbd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.05 05:27:05.820568 [ 3 ] {992e0b0f-4eda-4833-8238-00f52147cdbd} oximeter.measurements_histogrami32 (543a0cc0-336f-4bac-9c85-051407380a84): Loading data parts 2026.03.05 05:27:05.820871 [ 3 ] {992e0b0f-4eda-4833-8238-00f52147cdbd} oximeter.measurements_histogrami32 (543a0cc0-336f-4bac-9c85-051407380a84): There are no data parts 2026.03.05 05:27:05.822271 [ 3 ] {992e0b0f-4eda-4833-8238-00f52147cdbd} TCPHandler: Processed in 0.004432506 sec. 2026.03.05 05:27:05.822458 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.822844 [ 3 ] {e3027a5f-bbca-4ff4-b700-9dc26b8e4fd7} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.823017 [ 3 ] {e3027a5f-bbca-4ff4-b700-9dc26b8e4fd7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.05 05:27:05.825361 [ 3 ] {e3027a5f-bbca-4ff4-b700-9dc26b8e4fd7} oximeter.measurements_histogramu32 (18195500-718f-40db-817d-7281f5e12c4c): Loading data parts 2026.03.05 05:27:05.825643 [ 3 ] {e3027a5f-bbca-4ff4-b700-9dc26b8e4fd7} oximeter.measurements_histogramu32 (18195500-718f-40db-817d-7281f5e12c4c): There are no data parts 2026.03.05 05:27:05.827223 [ 3 ] {e3027a5f-bbca-4ff4-b700-9dc26b8e4fd7} TCPHandler: Processed in 0.004829693 sec. 2026.03.05 05:27:05.827557 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.827963 [ 3 ] {abb432df-567a-49bc-a3c9-0b9d0504580b} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.828168 [ 3 ] {abb432df-567a-49bc-a3c9-0b9d0504580b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.05 05:27:05.830710 [ 3 ] {abb432df-567a-49bc-a3c9-0b9d0504580b} oximeter.measurements_histogrami64 (63d77770-a30b-4401-946e-90735247c428): Loading data parts 2026.03.05 05:27:05.830977 [ 3 ] {abb432df-567a-49bc-a3c9-0b9d0504580b} oximeter.measurements_histogrami64 (63d77770-a30b-4401-946e-90735247c428): There are no data parts 2026.03.05 05:27:05.832446 [ 3 ] {abb432df-567a-49bc-a3c9-0b9d0504580b} TCPHandler: Processed in 0.004975845 sec. 2026.03.05 05:27:05.832646 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.833000 [ 3 ] {b31a7ad9-5e90-4b53-9669-ed9f3f7688ca} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.833151 [ 3 ] {b31a7ad9-5e90-4b53-9669-ed9f3f7688ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.05 05:27:05.835666 [ 3 ] {b31a7ad9-5e90-4b53-9669-ed9f3f7688ca} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Loading data parts 2026.03.05 05:27:05.835907 [ 3 ] {b31a7ad9-5e90-4b53-9669-ed9f3f7688ca} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): There are no data parts 2026.03.05 05:27:05.837482 [ 3 ] {b31a7ad9-5e90-4b53-9669-ed9f3f7688ca} TCPHandler: Processed in 0.004903834 sec. 2026.03.05 05:27:05.837765 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.838045 [ 3 ] {9730a564-a78a-449a-9a43-41041de09e1d} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.838272 [ 3 ] {9730a564-a78a-449a-9a43-41041de09e1d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.05 05:27:05.840444 [ 3 ] {9730a564-a78a-449a-9a43-41041de09e1d} oximeter.measurements_histogramf32 (ae4de4e0-7ac8-4a4c-8531-7c275720afda): Loading data parts 2026.03.05 05:27:05.840749 [ 3 ] {9730a564-a78a-449a-9a43-41041de09e1d} oximeter.measurements_histogramf32 (ae4de4e0-7ac8-4a4c-8531-7c275720afda): There are no data parts 2026.03.05 05:27:05.842328 [ 3 ] {9730a564-a78a-449a-9a43-41041de09e1d} TCPHandler: Processed in 0.004631379 sec. 2026.03.05 05:27:05.842522 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.842984 [ 3 ] {822125d8-31ff-4e70-9255-a7f004761aeb} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.843172 [ 3 ] {822125d8-31ff-4e70-9255-a7f004761aeb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.05 05:27:05.845703 [ 3 ] {822125d8-31ff-4e70-9255-a7f004761aeb} oximeter.measurements_histogramf64 (794a11b7-1ce5-43ba-b624-bdaba7e8e8d8): Loading data parts 2026.03.05 05:27:05.845912 [ 3 ] {822125d8-31ff-4e70-9255-a7f004761aeb} oximeter.measurements_histogramf64 (794a11b7-1ce5-43ba-b624-bdaba7e8e8d8): There are no data parts 2026.03.05 05:27:05.847335 [ 3 ] {822125d8-31ff-4e70-9255-a7f004761aeb} TCPHandler: Processed in 0.004883783 sec. 2026.03.05 05:27:05.847651 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.847895 [ 3 ] {c490cfb5-15bc-444c-94ac-f58fde81aaa3} executeQuery: (from [fd00:1122:3344:101::d]:49756) /* 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.05 05:27:05.848086 [ 3 ] {c490cfb5-15bc-444c-94ac-f58fde81aaa3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.05 05:27:05.850504 [ 3 ] {c490cfb5-15bc-444c-94ac-f58fde81aaa3} oximeter.fields_bool (8838a0bf-1b76-4526-bece-1072b5d4c571): Loading data parts 2026.03.05 05:27:05.850726 [ 3 ] {c490cfb5-15bc-444c-94ac-f58fde81aaa3} oximeter.fields_bool (8838a0bf-1b76-4526-bece-1072b5d4c571): There are no data parts 2026.03.05 05:27:05.852146 [ 3 ] {c490cfb5-15bc-444c-94ac-f58fde81aaa3} TCPHandler: Processed in 0.004574388 sec. 2026.03.05 05:27:05.852340 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.852529 [ 3 ] {7d90ea1e-5948-45fa-944d-195e87d59272} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.852693 [ 3 ] {7d90ea1e-5948-45fa-944d-195e87d59272} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.05 05:27:05.854912 [ 3 ] {7d90ea1e-5948-45fa-944d-195e87d59272} oximeter.fields_i8 (97f8d98b-8686-4966-af0c-a56b60b9b42e): Loading data parts 2026.03.05 05:27:05.855098 [ 3 ] {7d90ea1e-5948-45fa-944d-195e87d59272} oximeter.fields_i8 (97f8d98b-8686-4966-af0c-a56b60b9b42e): There are no data parts 2026.03.05 05:27:05.856444 [ 3 ] {7d90ea1e-5948-45fa-944d-195e87d59272} TCPHandler: Processed in 0.004180742 sec. 2026.03.05 05:27:05.856633 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.856964 [ 3 ] {2c7c8539-4e46-4410-81f1-6205743e687f} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.857144 [ 3 ] {2c7c8539-4e46-4410-81f1-6205743e687f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.05 05:27:05.859213 [ 3 ] {2c7c8539-4e46-4410-81f1-6205743e687f} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Loading data parts 2026.03.05 05:27:05.859408 [ 3 ] {2c7c8539-4e46-4410-81f1-6205743e687f} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): There are no data parts 2026.03.05 05:27:05.861066 [ 3 ] {2c7c8539-4e46-4410-81f1-6205743e687f} TCPHandler: Processed in 0.004503267 sec. 2026.03.05 05:27:05.861278 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.861499 [ 3 ] {e8ecccef-f56e-45a4-ad1b-a6e56988d8a0} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.861726 [ 3 ] {e8ecccef-f56e-45a4-ad1b-a6e56988d8a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.05 05:27:05.864322 [ 3 ] {e8ecccef-f56e-45a4-ad1b-a6e56988d8a0} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Loading data parts 2026.03.05 05:27:05.864504 [ 3 ] {e8ecccef-f56e-45a4-ad1b-a6e56988d8a0} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): There are no data parts 2026.03.05 05:27:05.865884 [ 3 ] {e8ecccef-f56e-45a4-ad1b-a6e56988d8a0} TCPHandler: Processed in 0.00468413 sec. 2026.03.05 05:27:05.866067 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.866408 [ 3 ] {4a28ed40-432b-4bfc-b8b7-5804115e2f61} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.866577 [ 3 ] {4a28ed40-432b-4bfc-b8b7-5804115e2f61} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.05 05:27:05.868644 [ 3 ] {4a28ed40-432b-4bfc-b8b7-5804115e2f61} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Loading data parts 2026.03.05 05:27:05.868877 [ 3 ] {4a28ed40-432b-4bfc-b8b7-5804115e2f61} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): There are no data parts 2026.03.05 05:27:05.870357 [ 3 ] {4a28ed40-432b-4bfc-b8b7-5804115e2f61} TCPHandler: Processed in 0.004352555 sec. 2026.03.05 05:27:05.870679 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.871002 [ 3 ] {af337470-ad49-4023-b317-8c3dce614aa1} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.871269 [ 3 ] {af337470-ad49-4023-b317-8c3dce614aa1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.05 05:27:05.873786 [ 3 ] {af337470-ad49-4023-b317-8c3dce614aa1} oximeter.fields_i32 (6b7b019d-c0db-46a1-a837-b7429d1d5523): Loading data parts 2026.03.05 05:27:05.873988 [ 3 ] {af337470-ad49-4023-b317-8c3dce614aa1} oximeter.fields_i32 (6b7b019d-c0db-46a1-a837-b7429d1d5523): There are no data parts 2026.03.05 05:27:05.875414 [ 3 ] {af337470-ad49-4023-b317-8c3dce614aa1} TCPHandler: Processed in 0.004887713 sec. 2026.03.05 05:27:05.875608 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.876021 [ 3 ] {c24ae83b-4aea-4055-9f13-224b6eea7c03} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.876205 [ 3 ] {c24ae83b-4aea-4055-9f13-224b6eea7c03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.05 05:27:05.878495 [ 3 ] {c24ae83b-4aea-4055-9f13-224b6eea7c03} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Loading data parts 2026.03.05 05:27:05.878687 [ 3 ] {c24ae83b-4aea-4055-9f13-224b6eea7c03} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): There are no data parts 2026.03.05 05:27:05.880158 [ 3 ] {c24ae83b-4aea-4055-9f13-224b6eea7c03} TCPHandler: Processed in 0.004612588 sec. 2026.03.05 05:27:05.880355 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.880550 [ 3 ] {1cb0fdf4-aace-4b78-94ca-bc19fbf0350f} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.880721 [ 3 ] {1cb0fdf4-aace-4b78-94ca-bc19fbf0350f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.05 05:27:05.882929 [ 3 ] {1cb0fdf4-aace-4b78-94ca-bc19fbf0350f} oximeter.fields_i64 (d0edc782-2622-4db5-b3ab-ca98ede91375): Loading data parts 2026.03.05 05:27:05.883198 [ 3 ] {1cb0fdf4-aace-4b78-94ca-bc19fbf0350f} oximeter.fields_i64 (d0edc782-2622-4db5-b3ab-ca98ede91375): There are no data parts 2026.03.05 05:27:05.884549 [ 3 ] {1cb0fdf4-aace-4b78-94ca-bc19fbf0350f} TCPHandler: Processed in 0.004256523 sec. 2026.03.05 05:27:05.884759 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.885110 [ 3 ] {32762dc6-681b-4ff7-ba64-33b174ca3a73} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.885288 [ 3 ] {32762dc6-681b-4ff7-ba64-33b174ca3a73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.05 05:27:05.887837 [ 3 ] {32762dc6-681b-4ff7-ba64-33b174ca3a73} oximeter.fields_u64 (c46ab33a-ed1f-49e2-bece-c60de54ababd): Loading data parts 2026.03.05 05:27:05.888099 [ 3 ] {32762dc6-681b-4ff7-ba64-33b174ca3a73} oximeter.fields_u64 (c46ab33a-ed1f-49e2-bece-c60de54ababd): There are no data parts 2026.03.05 05:27:05.889643 [ 3 ] {32762dc6-681b-4ff7-ba64-33b174ca3a73} TCPHandler: Processed in 0.004963134 sec. 2026.03.05 05:27:05.889866 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.890090 [ 3 ] {7f4ea6ba-7872-4f6c-990f-41b3b6cceccb} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.890251 [ 3 ] {7f4ea6ba-7872-4f6c-990f-41b3b6cceccb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.05 05:27:05.893345 [ 3 ] {7f4ea6ba-7872-4f6c-990f-41b3b6cceccb} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): Loading data parts 2026.03.05 05:27:05.893544 [ 3 ] {7f4ea6ba-7872-4f6c-990f-41b3b6cceccb} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): There are no data parts 2026.03.05 05:27:05.895302 [ 3 ] {7f4ea6ba-7872-4f6c-990f-41b3b6cceccb} TCPHandler: Processed in 0.005502724 sec. 2026.03.05 05:27:05.895563 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.895856 [ 3 ] {4d622ba5-f456-4d6d-af24-c3bf5cffe47e} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.896048 [ 3 ] {4d622ba5-f456-4d6d-af24-c3bf5cffe47e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.05 05:27:05.898331 [ 3 ] {4d622ba5-f456-4d6d-af24-c3bf5cffe47e} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Loading data parts 2026.03.05 05:27:05.898515 [ 3 ] {4d622ba5-f456-4d6d-af24-c3bf5cffe47e} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): There are no data parts 2026.03.05 05:27:05.900457 [ 3 ] {4d622ba5-f456-4d6d-af24-c3bf5cffe47e} TCPHandler: Processed in 0.004962715 sec. 2026.03.05 05:27:05.900651 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.900862 [ 3 ] {6c23d0c1-e5bb-446f-8d47-9b0b2bffc977} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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.05 05:27:05.901033 [ 3 ] {6c23d0c1-e5bb-446f-8d47-9b0b2bffc977} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.05 05:27:05.904033 [ 3 ] {6c23d0c1-e5bb-446f-8d47-9b0b2bffc977} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Loading data parts 2026.03.05 05:27:05.904230 [ 3 ] {6c23d0c1-e5bb-446f-8d47-9b0b2bffc977} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): There are no data parts 2026.03.05 05:27:05.905715 [ 3 ] {6c23d0c1-e5bb-446f-8d47-9b0b2bffc977} TCPHandler: Processed in 0.005134658 sec. 2026.03.05 05:27:05.906004 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.906396 [ 3 ] {9bc5e21c-cf23-4228-9738-0e91442787b2} executeQuery: (from [fd00:1122:3344:101::d]:49756) /* 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.05 05:27:05.906598 [ 3 ] {9bc5e21c-cf23-4228-9738-0e91442787b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.05 05:27:05.909276 [ 3 ] {9bc5e21c-cf23-4228-9738-0e91442787b2} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10): Loading data parts 2026.03.05 05:27:05.909605 [ 3 ] {9bc5e21c-cf23-4228-9738-0e91442787b2} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10): There are no data parts 2026.03.05 05:27:05.911294 [ 3 ] {9bc5e21c-cf23-4228-9738-0e91442787b2} TCPHandler: Processed in 0.005359501 sec. 2026.03.05 05:27:05.911690 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:05.912264 [ 4 ] {1446a205-ca9e-4f2f-b769-a600fcf0e90f} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.05 05:27:05.914016 [ 4 ] {1446a205-ca9e-4f2f-b769-a600fcf0e90f} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.05 05:27:05.935036 [ 260 ] {1446a205-ca9e-4f2f-b769-a600fcf0e90f} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:05.935272 [ 260 ] {1446a205-ca9e-4f2f-b769-a600fcf0e90f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2026.03.05 05:27:05.941733 [ 260 ] {1446a205-ca9e-4f2f-b769-a600fcf0e90f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:05.942622 [ 260 ] {1446a205-ca9e-4f2f-b769-a600fcf0e90f} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e): 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.05 05:27:05.943066 [ 4 ] {1446a205-ca9e-4f2f-b769-a600fcf0e90f} executeQuery: Read 1 rows, 16.00 B in 0.03096 sec., 32.29974160206718 rows/sec., 516.80 B/sec. 2026.03.05 05:27:05.943417 [ 4 ] {1446a205-ca9e-4f2f-b769-a600fcf0e90f} TCPHandler: Processed in 0.031917556 sec. 2026.03.05 05:27:06.000184 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.59 MiB, peak 124.59 MiB, free memory in arenas 0.00 B, will set to 138.07 MiB (RSS), difference: 13.48 MiB 2026.03.05 05:27:06.003119 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61661 2026.03.05 05:27:06.005959 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.006004 [ 262 ] {} TCP-Session: 23eb7693-02d2-479f-9576-70eb7cc67a6d Authenticating user 'default' from [fd00:1122:3344:101::b]:61661 2026.03.05 05:27:06.006358 [ 262 ] {} TCP-Session: 23eb7693-02d2-479f-9576-70eb7cc67a6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.006386 [ 262 ] {} TCP-Session: 23eb7693-02d2-479f-9576-70eb7cc67a6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.006463 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.05 05:27:06.006592 [ 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.05 05:27:06.006612 [ 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.05 05:27:06.010024 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60493 2026.03.05 05:27:06.010138 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47699 2026.03.05 05:27:06.010200 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.010337 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65291 2026.03.05 05:27:06.010345 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60993 2026.03.05 05:27:06.010440 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41356 2026.03.05 05:27:06.010617 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64085 2026.03.05 05:27:06.010445 [ 263 ] {} TCP-Session: a764c6d2-4a15-4e9f-ba0c-fc75cf8b1a20 Authenticating user 'default' from [fd00:1122:3344:101::b]:60493 2026.03.05 05:27:06.010704 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.010721 [ 263 ] {} TCP-Session: a764c6d2-4a15-4e9f-ba0c-fc75cf8b1a20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.010805 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.010762 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48764 2026.03.05 05:27:06.010912 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.011008 [ 264 ] {} TCP-Session: 95887cb3-6b11-4a77-b88b-113e87fbb6cf Authenticating user 'default' from [fd00:1122:3344:101::b]:47699 2026.03.05 05:27:06.010958 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.010745 [ 266 ] {} TCP-Session: abb4757b-187b-4473-8c48-af2c2ec0c729 Authenticating user 'default' from [fd00:1122:3344:101::b]:65291 2026.03.05 05:27:06.011105 [ 264 ] {} TCP-Session: 95887cb3-6b11-4a77-b88b-113e87fbb6cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.011165 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.011165 [ 266 ] {} TCP-Session: abb4757b-187b-4473-8c48-af2c2ec0c729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.011094 [ 268 ] {} TCP-Session: 6e7d86d0-381b-4e6b-82aa-36cf20c4eb4d Authenticating user 'default' from [fd00:1122:3344:101::b]:64085 2026.03.05 05:27:06.011271 [ 269 ] {} TCP-Session: 474f3f70-ce46-4724-bb8b-ac46e6f84155 Authenticating user 'default' from [fd00:1122:3344:101::b]:48764 2026.03.05 05:27:06.011240 [ 266 ] {} TCP-Session: abb4757b-187b-4473-8c48-af2c2ec0c729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.011228 [ 264 ] {} TCP-Session: 95887cb3-6b11-4a77-b88b-113e87fbb6cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.011453 [ 269 ] {} TCP-Session: 474f3f70-ce46-4724-bb8b-ac46e6f84155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.011416 [ 268 ] {} TCP-Session: 6e7d86d0-381b-4e6b-82aa-36cf20c4eb4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.011082 [ 267 ] {} TCP-Session: a9efa542-2920-4bcc-a35d-7e5551318359 Authenticating user 'default' from [fd00:1122:3344:101::b]:41356 2026.03.05 05:27:06.011555 [ 268 ] {} TCP-Session: 6e7d86d0-381b-4e6b-82aa-36cf20c4eb4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.011543 [ 269 ] {} TCP-Session: 474f3f70-ce46-4724-bb8b-ac46e6f84155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.010742 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.011683 [ 267 ] {} TCP-Session: a9efa542-2920-4bcc-a35d-7e5551318359 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.010935 [ 263 ] {} TCP-Session: a764c6d2-4a15-4e9f-ba0c-fc75cf8b1a20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.011851 [ 265 ] {} TCP-Session: 174136fa-007c-40b5-a174-a4bc3a534083 Authenticating user 'default' from [fd00:1122:3344:101::b]:60993 2026.03.05 05:27:06.011868 [ 267 ] {} TCP-Session: a9efa542-2920-4bcc-a35d-7e5551318359 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.012020 [ 265 ] {} TCP-Session: 174136fa-007c-40b5-a174-a4bc3a534083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.012052 [ 265 ] {} TCP-Session: 174136fa-007c-40b5-a174-a4bc3a534083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.185265 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52719 2026.03.05 05:27:06.187459 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.187540 [ 270 ] {} TCP-Session: f248bcf0-e6cc-4a2a-bc9e-8459a466bca3 Authenticating user 'default' from [fd00:1122:3344:101::c]:52719 2026.03.05 05:27:06.187727 [ 270 ] {} TCP-Session: f248bcf0-e6cc-4a2a-bc9e-8459a466bca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.187749 [ 270 ] {} TCP-Session: f248bcf0-e6cc-4a2a-bc9e-8459a466bca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.187903 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.05 05:27:06.188074 [ 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.05 05:27:06.188099 [ 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.05 05:27:06.191074 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64032 2026.03.05 05:27:06.191299 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.191342 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51023 2026.03.05 05:27:06.191410 [ 271 ] {} TCP-Session: e6c921e3-b940-4e6d-a4ed-547fc2d35ff0 Authenticating user 'default' from [fd00:1122:3344:101::c]:64032 2026.03.05 05:27:06.191441 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58857 2026.03.05 05:27:06.191458 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52501 2026.03.05 05:27:06.191568 [ 271 ] {} TCP-Session: e6c921e3-b940-4e6d-a4ed-547fc2d35ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.191527 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59300 2026.03.05 05:27:06.191677 [ 271 ] {} TCP-Session: e6c921e3-b940-4e6d-a4ed-547fc2d35ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.191829 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54738 2026.03.05 05:27:06.191968 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38281 2026.03.05 05:27:06.192014 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.192044 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.192059 [ 274 ] {} TCP-Session: afa8333a-ebb9-44ff-923a-966610b0d55b Authenticating user 'default' from [fd00:1122:3344:101::c]:58857 2026.03.05 05:27:06.192101 [ 273 ] {} TCP-Session: 9e10dcb1-3402-4595-a042-635a35f59333 Authenticating user 'default' from [fd00:1122:3344:101::c]:51023 2026.03.05 05:27:06.192222 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.192228 [ 274 ] {} TCP-Session: afa8333a-ebb9-44ff-923a-966610b0d55b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.192262 [ 275 ] {} TCP-Session: 8937ecd5-8694-49dc-9f9d-7641fd7ecdf9 Authenticating user 'default' from [fd00:1122:3344:101::c]:59300 2026.03.05 05:27:06.192241 [ 273 ] {} TCP-Session: 9e10dcb1-3402-4595-a042-635a35f59333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.192230 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.192422 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.192409 [ 275 ] {} TCP-Session: 8937ecd5-8694-49dc-9f9d-7641fd7ecdf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.192391 [ 273 ] {} TCP-Session: 9e10dcb1-3402-4595-a042-635a35f59333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.192529 [ 276 ] {} TCP-Session: fc42aede-c877-4f41-a38b-bee9f17ba8d1 Authenticating user 'default' from [fd00:1122:3344:101::c]:54738 2026.03.05 05:27:06.192561 [ 277 ] {} TCP-Session: 1558d2d6-779b-47cc-9e80-184f98f52a04 Authenticating user 'default' from [fd00:1122:3344:101::c]:38281 2026.03.05 05:27:06.192512 [ 275 ] {} TCP-Session: 8937ecd5-8694-49dc-9f9d-7641fd7ecdf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.192658 [ 277 ] {} TCP-Session: 1558d2d6-779b-47cc-9e80-184f98f52a04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.192375 [ 274 ] {} TCP-Session: afa8333a-ebb9-44ff-923a-966610b0d55b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.192679 [ 276 ] {} TCP-Session: fc42aede-c877-4f41-a38b-bee9f17ba8d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.192758 [ 277 ] {} TCP-Session: 1558d2d6-779b-47cc-9e80-184f98f52a04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.192340 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:06.192816 [ 276 ] {} TCP-Session: fc42aede-c877-4f41-a38b-bee9f17ba8d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.192836 [ 272 ] {} TCP-Session: de9a380b-60d1-4354-97ef-0fcff8749248 Authenticating user 'default' from [fd00:1122:3344:101::c]:52501 2026.03.05 05:27:06.192966 [ 272 ] {} TCP-Session: de9a380b-60d1-4354-97ef-0fcff8749248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:06.192983 [ 272 ] {} TCP-Session: de9a380b-60d1-4354-97ef-0fcff8749248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 138.16 MiB, peak 138.16 MiB, free memory in arenas 0.00 B, will set to 139.20 MiB (RSS), difference: 1.03 MiB 2026.03.05 05:27:07.024883 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58013 2026.03.05 05:27:07.027907 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:07.027965 [ 278 ] {} TCP-Session: 45706714-7706-4281-98a1-afdda05ad735 Authenticating user 'default' from [fd00:1122:3344:101::a]:58013 2026.03.05 05:27:07.028112 [ 278 ] {} TCP-Session: 45706714-7706-4281-98a1-afdda05ad735 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.028142 [ 278 ] {} TCP-Session: 45706714-7706-4281-98a1-afdda05ad735 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.028226 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.05 05:27:07.028384 [ 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.05 05:27:07.028408 [ 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.05 05:27:07.031540 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60844 2026.03.05 05:27:07.031642 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47041 2026.03.05 05:27:07.031739 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61179 2026.03.05 05:27:07.031836 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:07.031902 [ 279 ] {} TCP-Session: 82af7c58-743e-4b2a-b76d-b8781ea02bce Authenticating user 'default' from [fd00:1122:3344:101::a]:60844 2026.03.05 05:27:07.031935 [ 279 ] {} TCP-Session: 82af7c58-743e-4b2a-b76d-b8781ea02bce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.032057 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42371 2026.03.05 05:27:07.032061 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61001 2026.03.05 05:27:07.032098 [ 279 ] {} TCP-Session: 82af7c58-743e-4b2a-b76d-b8781ea02bce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.032053 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:07.032229 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:07.032341 [ 281 ] {} TCP-Session: a117954a-3202-4c00-ba12-87e305f75704 Authenticating user 'default' from [fd00:1122:3344:101::a]:61179 2026.03.05 05:27:07.032340 [ 280 ] {} TCP-Session: e065b643-644f-4fdd-85c5-f1da80f9e6a7 Authenticating user 'default' from [fd00:1122:3344:101::a]:47041 2026.03.05 05:27:07.032418 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:07.032419 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:07.032401 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40161 2026.03.05 05:27:07.032543 [ 282 ] {} TCP-Session: e9265be6-9c06-4c9b-b5a5-3e03f463f31c Authenticating user 'default' from [fd00:1122:3344:101::a]:61001 2026.03.05 05:27:07.032549 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41170 2026.03.05 05:27:07.032516 [ 283 ] {} TCP-Session: 9a836580-13d1-492c-b0a0-402d8f7c90e2 Authenticating user 'default' from [fd00:1122:3344:101::a]:42371 2026.03.05 05:27:07.032503 [ 280 ] {} TCP-Session: e065b643-644f-4fdd-85c5-f1da80f9e6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.032676 [ 282 ] {} TCP-Session: e9265be6-9c06-4c9b-b5a5-3e03f463f31c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.032638 [ 283 ] {} TCP-Session: 9a836580-13d1-492c-b0a0-402d8f7c90e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.032372 [ 281 ] {} TCP-Session: a117954a-3202-4c00-ba12-87e305f75704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.032761 [ 282 ] {} TCP-Session: e9265be6-9c06-4c9b-b5a5-3e03f463f31c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.032749 [ 283 ] {} TCP-Session: 9a836580-13d1-492c-b0a0-402d8f7c90e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.032735 [ 280 ] {} TCP-Session: e065b643-644f-4fdd-85c5-f1da80f9e6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.032904 [ 281 ] {} TCP-Session: a117954a-3202-4c00-ba12-87e305f75704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.032886 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:07.032868 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:07.033036 [ 285 ] {} TCP-Session: 019a0551-b9fa-4db5-a650-5a8d0e2bee2d Authenticating user 'default' from [fd00:1122:3344:101::a]:41170 2026.03.05 05:27:07.033155 [ 284 ] {} TCP-Session: 4f75a735-8ca0-4b1d-85e0-813e2ac8ba1b Authenticating user 'default' from [fd00:1122:3344:101::a]:40161 2026.03.05 05:27:07.033159 [ 285 ] {} TCP-Session: 019a0551-b9fa-4db5-a650-5a8d0e2bee2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.033188 [ 284 ] {} TCP-Session: 4f75a735-8ca0-4b1d-85e0-813e2ac8ba1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.033332 [ 285 ] {} TCP-Session: 019a0551-b9fa-4db5-a650-5a8d0e2bee2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:07.033350 [ 284 ] {} TCP-Session: 4f75a735-8ca0-4b1d-85e0-813e2ac8ba1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:11.343157 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.05 05:27:11.343198 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.05 05:27:11.343258 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.05 05:27:11.343306 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.05 05:27:11.346471 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Loading data parts 2026.03.05 05:27:11.346682 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): There are no data parts 2026.03.05 05:27:11.352288 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:11.352416 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:11.364205 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:11.364968 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:27:11.365263 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.05 05:27:11.368013 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Loading data parts 2026.03.05 05:27:11.368212 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): There are no data parts 2026.03.05 05:27:11.394470 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:11.394636 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:11.401434 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:11.402946 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:27:11.406873 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.05 05:27:12.000221 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.81 MiB, peak 148.81 MiB, free memory in arenas 0.00 B, will set to 153.84 MiB (RSS), difference: 9.03 MiB 2026.03.05 05:27:13.843100 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.05 05:27:13.843264 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.05 05:27:13.847415 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Loading data parts 2026.03.05 05:27:13.847610 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): There are no data parts 2026.03.05 05:27:13.854824 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:13.854957 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:13.856652 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:13.857180 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:27:13.857435 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.05 05:27:14.000188 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.04 MiB, peak 158.04 MiB, free memory in arenas 0.00 B, will set to 154.89 MiB (RSS), difference: -3.15 MiB 2026.03.05 05:27:18.818528 [ 113 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:27:18.818582 [ 113 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:27:18.865363 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.03.05 05:27:18.871179 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:18.871220 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:18.871988 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:18.872464 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:27:18.872653 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.03.05 05:27:18.906946 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.05 05:27:18.924679 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:18.924846 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:18.931413 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:18.932654 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:27:18.935595 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.05 05:27:19.000214 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.72 MiB, peak 159.72 MiB, free memory in arenas 0.00 B, will set to 157.73 MiB (RSS), difference: 2.01 MiB 2026.03.05 05:27:24.000158 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.78 MiB, peak 159.72 MiB, free memory in arenas 0.00 B, will set to 157.80 MiB (RSS), difference: 4.03 MiB 2026.03.05 05:27:25.951335 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.951530 [ 3 ] {506aa3d3-72a9-490e-a18d-18baecbeaa3c} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.953985 [ 3 ] {506aa3d3-72a9-490e-a18d-18baecbeaa3c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.960208 [ 3 ] {506aa3d3-72a9-490e-a18d-18baecbeaa3c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.969077 [ 3 ] {506aa3d3-72a9-490e-a18d-18baecbeaa3c} TCPHandler: Processed in 0.017864915 sec. 2026.03.05 05:27:25.974120 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.974454 [ 3 ] {cd2a0da4-f76e-44ba-bb22-4bd264fd7207} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.980364 [ 3 ] {cd2a0da4-f76e-44ba-bb22-4bd264fd7207} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.980475 [ 3 ] {cd2a0da4-f76e-44ba-bb22-4bd264fd7207} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.983455 [ 3 ] {cd2a0da4-f76e-44ba-bb22-4bd264fd7207} TCPHandler: Processed in 0.009438431 sec. 2026.03.05 05:27:25.985575 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.985820 [ 3 ] {de37c92e-d938-42b1-8e25-75ff37f8a109} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.988230 [ 3 ] {de37c92e-d938-42b1-8e25-75ff37f8a109} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.988278 [ 3 ] {de37c92e-d938-42b1-8e25-75ff37f8a109} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.988616 [ 3 ] {de37c92e-d938-42b1-8e25-75ff37f8a109} TCPHandler: Processed in 0.003142854 sec. 2026.03.05 05:27:25.988852 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.988970 [ 3 ] {19cc045e-f863-491a-9540-db6ae9471168} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.989212 [ 3 ] {19cc045e-f863-491a-9540-db6ae9471168} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.989256 [ 3 ] {19cc045e-f863-491a-9540-db6ae9471168} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.989626 [ 3 ] {19cc045e-f863-491a-9540-db6ae9471168} TCPHandler: Processed in 0.000823574 sec. 2026.03.05 05:27:25.989835 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.989950 [ 3 ] {a34b2d88-2ad9-4c7d-9912-c0a47a8aaf0c} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.990191 [ 3 ] {a34b2d88-2ad9-4c7d-9912-c0a47a8aaf0c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.990235 [ 3 ] {a34b2d88-2ad9-4c7d-9912-c0a47a8aaf0c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.990555 [ 3 ] {a34b2d88-2ad9-4c7d-9912-c0a47a8aaf0c} TCPHandler: Processed in 0.000767983 sec. 2026.03.05 05:27:25.990748 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.990863 [ 3 ] {6f946986-d3f4-45da-812e-e9fb527c488e} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.991101 [ 3 ] {6f946986-d3f4-45da-812e-e9fb527c488e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.991144 [ 3 ] {6f946986-d3f4-45da-812e-e9fb527c488e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.991470 [ 3 ] {6f946986-d3f4-45da-812e-e9fb527c488e} TCPHandler: Processed in 0.000771063 sec. 2026.03.05 05:27:25.991662 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.991776 [ 3 ] {fea180f7-18ca-4dd9-9a10-f0f8a4a1dd5e} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.992014 [ 3 ] {fea180f7-18ca-4dd9-9a10-f0f8a4a1dd5e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.992057 [ 3 ] {fea180f7-18ca-4dd9-9a10-f0f8a4a1dd5e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.992368 [ 3 ] {fea180f7-18ca-4dd9-9a10-f0f8a4a1dd5e} TCPHandler: Processed in 0.000754473 sec. 2026.03.05 05:27:25.992558 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.992672 [ 3 ] {1311a5e4-e513-4435-89e4-beba0fffc4ca} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.992912 [ 3 ] {1311a5e4-e513-4435-89e4-beba0fffc4ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.992954 [ 3 ] {1311a5e4-e513-4435-89e4-beba0fffc4ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.993261 [ 3 ] {1311a5e4-e513-4435-89e4-beba0fffc4ca} TCPHandler: Processed in 0.000751843 sec. 2026.03.05 05:27:25.993452 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.993564 [ 3 ] {d996d72e-284e-4f08-9a93-e009e96021c3} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.993799 [ 3 ] {d996d72e-284e-4f08-9a93-e009e96021c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.993840 [ 3 ] {d996d72e-284e-4f08-9a93-e009e96021c3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.994152 [ 3 ] {d996d72e-284e-4f08-9a93-e009e96021c3} TCPHandler: Processed in 0.000748062 sec. 2026.03.05 05:27:25.994343 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.994457 [ 3 ] {f7a61a12-1f7d-4f5f-a51e-3aa6f05965bf} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.994695 [ 3 ] {f7a61a12-1f7d-4f5f-a51e-3aa6f05965bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.994736 [ 3 ] {f7a61a12-1f7d-4f5f-a51e-3aa6f05965bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.995046 [ 3 ] {f7a61a12-1f7d-4f5f-a51e-3aa6f05965bf} TCPHandler: Processed in 0.000751053 sec. 2026.03.05 05:27:25.995238 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.995351 [ 3 ] {9be24da9-11e6-4dd9-9319-a057ab8a4121} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.995589 [ 3 ] {9be24da9-11e6-4dd9-9319-a057ab8a4121} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.995631 [ 3 ] {9be24da9-11e6-4dd9-9319-a057ab8a4121} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.995939 [ 3 ] {9be24da9-11e6-4dd9-9319-a057ab8a4121} TCPHandler: Processed in 0.000749373 sec. 2026.03.05 05:27:25.996131 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.996246 [ 3 ] {5c7b378a-8493-4cd5-918a-596f329de075} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.996494 [ 3 ] {5c7b378a-8493-4cd5-918a-596f329de075} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.996535 [ 3 ] {5c7b378a-8493-4cd5-918a-596f329de075} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.996846 [ 3 ] {5c7b378a-8493-4cd5-918a-596f329de075} TCPHandler: Processed in 0.000762204 sec. 2026.03.05 05:27:25.997031 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.997147 [ 3 ] {f7c3cd6e-6214-4aab-a039-6f62d1eecdb2} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.997389 [ 3 ] {f7c3cd6e-6214-4aab-a039-6f62d1eecdb2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.997430 [ 3 ] {f7c3cd6e-6214-4aab-a039-6f62d1eecdb2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.997745 [ 3 ] {f7c3cd6e-6214-4aab-a039-6f62d1eecdb2} TCPHandler: Processed in 0.000762583 sec. 2026.03.05 05:27:25.997929 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.998046 [ 3 ] {2ae942d2-3572-4f35-af13-64f0c3801ca0} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.998290 [ 3 ] {2ae942d2-3572-4f35-af13-64f0c3801ca0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.998331 [ 3 ] {2ae942d2-3572-4f35-af13-64f0c3801ca0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.998644 [ 3 ] {2ae942d2-3572-4f35-af13-64f0c3801ca0} TCPHandler: Processed in 0.000762983 sec. 2026.03.05 05:27:25.998835 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.998951 [ 3 ] {6949a858-1db2-43c5-b30b-af82798902d0} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:25.999197 [ 3 ] {6949a858-1db2-43c5-b30b-af82798902d0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:25.999238 [ 3 ] {6949a858-1db2-43c5-b30b-af82798902d0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:25.999582 [ 3 ] {6949a858-1db2-43c5-b30b-af82798902d0} TCPHandler: Processed in 0.000794883 sec. 2026.03.05 05:27:25.999821 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:25.999938 [ 3 ] {e76a5b44-1325-4011-a5f5-439d09d3fbb5} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.000186 [ 3 ] {e76a5b44-1325-4011-a5f5-439d09d3fbb5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.000230 [ 3 ] {e76a5b44-1325-4011-a5f5-439d09d3fbb5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.000558 [ 3 ] {e76a5b44-1325-4011-a5f5-439d09d3fbb5} TCPHandler: Processed in 0.000784784 sec. 2026.03.05 05:27:26.000761 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.000880 [ 3 ] {b36e7330-b459-496c-892a-65a383b040ec} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.001127 [ 3 ] {b36e7330-b459-496c-892a-65a383b040ec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.001169 [ 3 ] {b36e7330-b459-496c-892a-65a383b040ec} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.001489 [ 3 ] {b36e7330-b459-496c-892a-65a383b040ec} TCPHandler: Processed in 0.000776673 sec. 2026.03.05 05:27:26.001684 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.001803 [ 3 ] {8dfe90d3-8407-4662-b2a3-80d4a02d7b89} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.002070 [ 3 ] {8dfe90d3-8407-4662-b2a3-80d4a02d7b89} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.002112 [ 3 ] {8dfe90d3-8407-4662-b2a3-80d4a02d7b89} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.002429 [ 3 ] {8dfe90d3-8407-4662-b2a3-80d4a02d7b89} TCPHandler: Processed in 0.000793704 sec. 2026.03.05 05:27:26.002621 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.002740 [ 3 ] {ad68ed08-2d59-4a71-ab6d-49982e954148} executeQuery: (from [fd00:1122:3344:101::d]:49756) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.002993 [ 3 ] {ad68ed08-2d59-4a71-ab6d-49982e954148} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.003041 [ 3 ] {ad68ed08-2d59-4a71-ab6d-49982e954148} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.003518 [ 3 ] {ad68ed08-2d59-4a71-ab6d-49982e954148} TCPHandler: Processed in 0.000944256 sec. 2026.03.05 05:27:26.004813 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.004945 [ 3 ] {ee868fb0-bc54-4aea-826a-9debd59e9195} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.005232 [ 3 ] {ee868fb0-bc54-4aea-826a-9debd59e9195} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.005276 [ 3 ] {ee868fb0-bc54-4aea-826a-9debd59e9195} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.005616 [ 3 ] {ee868fb0-bc54-4aea-826a-9debd59e9195} TCPHandler: Processed in 0.000852494 sec. 2026.03.05 05:27:26.008182 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.008333 [ 3 ] {9eaf6c16-3492-4581-ba56-8ad62a2dde01} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.008631 [ 3 ] {9eaf6c16-3492-4581-ba56-8ad62a2dde01} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.008673 [ 3 ] {9eaf6c16-3492-4581-ba56-8ad62a2dde01} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.008999 [ 3 ] {9eaf6c16-3492-4581-ba56-8ad62a2dde01} TCPHandler: Processed in 0.000874805 sec. 2026.03.05 05:27:26.009494 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.009616 [ 3 ] {f382154d-3c91-4c3b-81fa-7ffbe7740f4d} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.009879 [ 3 ] {f382154d-3c91-4c3b-81fa-7ffbe7740f4d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.009921 [ 3 ] {f382154d-3c91-4c3b-81fa-7ffbe7740f4d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.010231 [ 3 ] {f382154d-3c91-4c3b-81fa-7ffbe7740f4d} TCPHandler: Processed in 0.000783573 sec. 2026.03.05 05:27:26.010445 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.010566 [ 3 ] {bdf488c9-73b2-408c-b3c0-56e27bd5df6c} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.010827 [ 3 ] {bdf488c9-73b2-408c-b3c0-56e27bd5df6c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.010868 [ 3 ] {bdf488c9-73b2-408c-b3c0-56e27bd5df6c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.011174 [ 3 ] {bdf488c9-73b2-408c-b3c0-56e27bd5df6c} TCPHandler: Processed in 0.000774424 sec. 2026.03.05 05:27:26.011389 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.011510 [ 3 ] {a79002c7-ef54-4808-9ec9-16793958b0f9} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.011781 [ 3 ] {a79002c7-ef54-4808-9ec9-16793958b0f9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.011823 [ 3 ] {a79002c7-ef54-4808-9ec9-16793958b0f9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.012131 [ 3 ] {a79002c7-ef54-4808-9ec9-16793958b0f9} TCPHandler: Processed in 0.000787594 sec. 2026.03.05 05:27:26.012360 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.012485 [ 3 ] {a0827f25-6263-4dee-8dad-af52cee81fe2} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.012746 [ 3 ] {a0827f25-6263-4dee-8dad-af52cee81fe2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.012788 [ 3 ] {a0827f25-6263-4dee-8dad-af52cee81fe2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.013104 [ 3 ] {a0827f25-6263-4dee-8dad-af52cee81fe2} TCPHandler: Processed in 0.000789904 sec. 2026.03.05 05:27:26.013369 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.013519 [ 3 ] {63028985-d7b3-42fe-aed7-8a8a5aa38bf0} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.013807 [ 3 ] {63028985-d7b3-42fe-aed7-8a8a5aa38bf0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.013852 [ 3 ] {63028985-d7b3-42fe-aed7-8a8a5aa38bf0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.014197 [ 3 ] {63028985-d7b3-42fe-aed7-8a8a5aa38bf0} TCPHandler: Processed in 0.000890365 sec. 2026.03.05 05:27:26.014436 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.014565 [ 3 ] {b731393a-7b41-49ab-8358-9622463473a4} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.014847 [ 3 ] {b731393a-7b41-49ab-8358-9622463473a4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.014891 [ 3 ] {b731393a-7b41-49ab-8358-9622463473a4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.015266 [ 3 ] {b731393a-7b41-49ab-8358-9622463473a4} TCPHandler: Processed in 0.000877325 sec. 2026.03.05 05:27:26.015545 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.015678 [ 3 ] {7d8a338d-0f02-449c-8fbd-22a071818f61} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.015971 [ 3 ] {7d8a338d-0f02-449c-8fbd-22a071818f61} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.016015 [ 3 ] {7d8a338d-0f02-449c-8fbd-22a071818f61} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.016351 [ 3 ] {7d8a338d-0f02-449c-8fbd-22a071818f61} TCPHandler: Processed in 0.000856095 sec. 2026.03.05 05:27:26.016577 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.016705 [ 3 ] {ae695f32-8f65-4e50-85af-718c998f565e} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.017013 [ 3 ] {ae695f32-8f65-4e50-85af-718c998f565e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.017061 [ 3 ] {ae695f32-8f65-4e50-85af-718c998f565e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.017389 [ 3 ] {ae695f32-8f65-4e50-85af-718c998f565e} TCPHandler: Processed in 0.000861375 sec. 2026.03.05 05:27:26.017614 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.017741 [ 3 ] {8c6cba8e-cc22-418c-9149-80a45ac7a73c} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.05 05:27:26.018027 [ 3 ] {8c6cba8e-cc22-418c-9149-80a45ac7a73c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.018069 [ 3 ] {8c6cba8e-cc22-418c-9149-80a45ac7a73c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.018385 [ 3 ] {8c6cba8e-cc22-418c-9149-80a45ac7a73c} TCPHandler: Processed in 0.000820124 sec. 2026.03.05 05:27:26.025682 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.025838 [ 3 ] {d119288a-37d4-42f7-9470-e7be0d0059d4} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.05 05:27:26.026177 [ 3 ] {d119288a-37d4-42f7-9470-e7be0d0059d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.026228 [ 3 ] {d119288a-37d4-42f7-9470-e7be0d0059d4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:26.026595 [ 3 ] {d119288a-37d4-42f7-9470-e7be0d0059d4} TCPHandler: Processed in 0.000972257 sec. 2026.03.05 05:27:26.031383 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.031509 [ 3 ] {f140efaa-53ff-4261-ae07-91075ac22ed7} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.05 05:27:26.031558 [ 3 ] {f140efaa-53ff-4261-ae07-91075ac22ed7} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:26.034334 [ 3 ] {f140efaa-53ff-4261-ae07-91075ac22ed7} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.034412 [ 3 ] {f140efaa-53ff-4261-ae07-91075ac22ed7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.037172 [ 3 ] {f140efaa-53ff-4261-ae07-91075ac22ed7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.037772 [ 3 ] {f140efaa-53ff-4261-ae07-91075ac22ed7} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10): 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.05 05:27:26.037919 [ 3 ] {f140efaa-53ff-4261-ae07-91075ac22ed7} executeQuery: Read 31 rows, 7.12 KiB in 0.006447 sec., 4808.438033193734 rows/sec., 1.08 MiB/sec. 2026.03.05 05:27:26.037956 [ 3 ] {f140efaa-53ff-4261-ae07-91075ac22ed7} TCPHandler: Processed in 0.006632783 sec. 2026.03.05 05:27:26.038110 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.038204 [ 3 ] {5426c428-8447-49f5-a78d-ee7b393d5eda} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:27:26.038244 [ 3 ] {5426c428-8447-49f5-a78d-ee7b393d5eda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:27:26.044582 [ 3 ] {5426c428-8447-49f5-a78d-ee7b393d5eda} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.044622 [ 3 ] {5426c428-8447-49f5-a78d-ee7b393d5eda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.047062 [ 3 ] {5426c428-8447-49f5-a78d-ee7b393d5eda} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.047533 [ 3 ] {5426c428-8447-49f5-a78d-ee7b393d5eda} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:27:26.047660 [ 3 ] {5426c428-8447-49f5-a78d-ee7b393d5eda} executeQuery: Read 284 rows, 18.47 KiB in 0.009474 sec., 29976.77855182605 rows/sec., 1.90 MiB/sec. 2026.03.05 05:27:26.047697 [ 3 ] {5426c428-8447-49f5-a78d-ee7b393d5eda} TCPHandler: Processed in 0.009636775 sec. 2026.03.05 05:27:26.047823 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.047916 [ 3 ] {b681f6da-f618-4d5a-afb0-fb413eeeeb43} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.05 05:27:26.047957 [ 3 ] {b681f6da-f618-4d5a-afb0-fb413eeeeb43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.05 05:27:26.048348 [ 3 ] {b681f6da-f618-4d5a-afb0-fb413eeeeb43} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.048385 [ 3 ] {b681f6da-f618-4d5a-afb0-fb413eeeeb43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.048774 [ 3 ] {b681f6da-f618-4d5a-afb0-fb413eeeeb43} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.049190 [ 3 ] {b681f6da-f618-4d5a-afb0-fb413eeeeb43} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): 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.05 05:27:26.049319 [ 3 ] {b681f6da-f618-4d5a-afb0-fb413eeeeb43} executeQuery: Read 8 rows, 668.00 B in 0.00142 sec., 5633.802816901409 rows/sec., 459.40 KiB/sec. 2026.03.05 05:27:26.049355 [ 3 ] {b681f6da-f618-4d5a-afb0-fb413eeeeb43} TCPHandler: Processed in 0.001581157 sec. 2026.03.05 05:27:26.049455 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.049547 [ 3 ] {cb447ed8-793b-441a-b8b9-46c3c542e932} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:27:26.049586 [ 3 ] {cb447ed8-793b-441a-b8b9-46c3c542e932} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:27:26.050427 [ 3 ] {cb447ed8-793b-441a-b8b9-46c3c542e932} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.050461 [ 3 ] {cb447ed8-793b-441a-b8b9-46c3c542e932} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.050975 [ 3 ] {cb447ed8-793b-441a-b8b9-46c3c542e932} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.051395 [ 3 ] {cb447ed8-793b-441a-b8b9-46c3c542e932} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:27:26.051524 [ 3 ] {cb447ed8-793b-441a-b8b9-46c3c542e932} executeQuery: Read 801 rows, 64.44 KiB in 0.001994 sec., 401705.1153460381 rows/sec., 31.56 MiB/sec. 2026.03.05 05:27:26.051561 [ 3 ] {cb447ed8-793b-441a-b8b9-46c3c542e932} TCPHandler: Processed in 0.002155027 sec. 2026.03.05 05:27:26.051678 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.051771 [ 3 ] {0b5ee972-ae21-443a-8234-23ff2739c8fe} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:27:26.051811 [ 3 ] {0b5ee972-ae21-443a-8234-23ff2739c8fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:27:26.052266 [ 3 ] {0b5ee972-ae21-443a-8234-23ff2739c8fe} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.052302 [ 3 ] {0b5ee972-ae21-443a-8234-23ff2739c8fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.052761 [ 3 ] {0b5ee972-ae21-443a-8234-23ff2739c8fe} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.053174 [ 3 ] {0b5ee972-ae21-443a-8234-23ff2739c8fe} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:27:26.053303 [ 3 ] {0b5ee972-ae21-443a-8234-23ff2739c8fe} executeQuery: Read 150 rows, 9.10 KiB in 0.001549 sec., 96836.66881859263 rows/sec., 5.74 MiB/sec. 2026.03.05 05:27:26.053339 [ 3 ] {0b5ee972-ae21-443a-8234-23ff2739c8fe} TCPHandler: Processed in 0.001708859 sec. 2026.03.05 05:27:26.053444 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.053538 [ 3 ] {f298034e-c2d3-42c7-9811-47206bed0dfd} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:27:26.053577 [ 3 ] {f298034e-c2d3-42c7-9811-47206bed0dfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:27:26.054050 [ 3 ] {f298034e-c2d3-42c7-9811-47206bed0dfd} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.054082 [ 3 ] {f298034e-c2d3-42c7-9811-47206bed0dfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.054486 [ 3 ] {f298034e-c2d3-42c7-9811-47206bed0dfd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.054892 [ 3 ] {f298034e-c2d3-42c7-9811-47206bed0dfd} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:27:26.055016 [ 3 ] {f298034e-c2d3-42c7-9811-47206bed0dfd} executeQuery: Read 149 rows, 9.86 KiB in 0.001496 sec., 99598.93048128343 rows/sec., 6.43 MiB/sec. 2026.03.05 05:27:26.055053 [ 3 ] {f298034e-c2d3-42c7-9811-47206bed0dfd} TCPHandler: Processed in 0.001657688 sec. 2026.03.05 05:27:26.055160 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.055253 [ 3 ] {d7f20716-0fe1-47dc-8594-1ba3a1eb14db} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:27:26.055291 [ 3 ] {d7f20716-0fe1-47dc-8594-1ba3a1eb14db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:27:26.055711 [ 3 ] {d7f20716-0fe1-47dc-8594-1ba3a1eb14db} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.055747 [ 3 ] {d7f20716-0fe1-47dc-8594-1ba3a1eb14db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.056161 [ 3 ] {d7f20716-0fe1-47dc-8594-1ba3a1eb14db} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.056572 [ 3 ] {d7f20716-0fe1-47dc-8594-1ba3a1eb14db} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:27:26.056700 [ 3 ] {d7f20716-0fe1-47dc-8594-1ba3a1eb14db} executeQuery: Read 148 rows, 8.62 KiB in 0.001464 sec., 101092.89617486339 rows/sec., 5.75 MiB/sec. 2026.03.05 05:27:26.056799 [ 3 ] {d7f20716-0fe1-47dc-8594-1ba3a1eb14db} TCPHandler: Processed in 0.001686528 sec. 2026.03.05 05:27:26.056923 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.057016 [ 3 ] {ff240417-925f-429c-8cc4-0163883cf110} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:27:26.057055 [ 3 ] {ff240417-925f-429c-8cc4-0163883cf110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:27:26.057749 [ 3 ] {ff240417-925f-429c-8cc4-0163883cf110} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.057784 [ 3 ] {ff240417-925f-429c-8cc4-0163883cf110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.058257 [ 3 ] {ff240417-925f-429c-8cc4-0163883cf110} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.058670 [ 3 ] {ff240417-925f-429c-8cc4-0163883cf110} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:27:26.058796 [ 3 ] {ff240417-925f-429c-8cc4-0163883cf110} executeQuery: Read 498 rows, 35.83 KiB in 0.001797 sec., 277128.54757929884 rows/sec., 19.47 MiB/sec. 2026.03.05 05:27:26.058833 [ 3 ] {ff240417-925f-429c-8cc4-0163883cf110} TCPHandler: Processed in 0.001958973 sec. 2026.03.05 05:27:26.058941 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.059034 [ 3 ] {25340046-5c2a-4591-9619-f8cf3e29bcaf} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:27:26.059075 [ 3 ] {25340046-5c2a-4591-9619-f8cf3e29bcaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:27:26.059409 [ 3 ] {25340046-5c2a-4591-9619-f8cf3e29bcaf} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.059444 [ 3 ] {25340046-5c2a-4591-9619-f8cf3e29bcaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.061898 [ 3 ] {25340046-5c2a-4591-9619-f8cf3e29bcaf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.062328 [ 3 ] {25340046-5c2a-4591-9619-f8cf3e29bcaf} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:27:26.062461 [ 3 ] {25340046-5c2a-4591-9619-f8cf3e29bcaf} executeQuery: Read 6 rows, 321.00 B in 0.003444 sec., 1742.1602787456445 rows/sec., 91.02 KiB/sec. 2026.03.05 05:27:26.062496 [ 3 ] {25340046-5c2a-4591-9619-f8cf3e29bcaf} TCPHandler: Processed in 0.003603792 sec. 2026.03.05 05:27:26.062614 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.062708 [ 3 ] {79adc26c-4596-4db4-a79f-434fb31f8d94} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:27:26.062749 [ 3 ] {79adc26c-4596-4db4-a79f-434fb31f8d94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:27:26.063181 [ 3 ] {79adc26c-4596-4db4-a79f-434fb31f8d94} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.063213 [ 3 ] {79adc26c-4596-4db4-a79f-434fb31f8d94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.063671 [ 3 ] {79adc26c-4596-4db4-a79f-434fb31f8d94} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.064096 [ 3 ] {79adc26c-4596-4db4-a79f-434fb31f8d94} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:27:26.064221 [ 3 ] {79adc26c-4596-4db4-a79f-434fb31f8d94} executeQuery: Read 237 rows, 16.03 KiB in 0.00153 sec., 154901.96078431373 rows/sec., 10.23 MiB/sec. 2026.03.05 05:27:26.064255 [ 3 ] {79adc26c-4596-4db4-a79f-434fb31f8d94} TCPHandler: Processed in 0.001691309 sec. 2026.03.05 05:27:26.064372 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.064476 [ 3 ] {550522ba-3990-49b4-9e1d-a98f43cf65ff} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:27:26.064528 [ 3 ] {550522ba-3990-49b4-9e1d-a98f43cf65ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:27:26.064915 [ 3 ] {550522ba-3990-49b4-9e1d-a98f43cf65ff} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.064959 [ 3 ] {550522ba-3990-49b4-9e1d-a98f43cf65ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.065454 [ 3 ] {550522ba-3990-49b4-9e1d-a98f43cf65ff} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.065890 [ 3 ] {550522ba-3990-49b4-9e1d-a98f43cf65ff} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:27:26.066024 [ 3 ] {550522ba-3990-49b4-9e1d-a98f43cf65ff} executeQuery: Read 1 rows, 69.00 B in 0.001569 sec., 637.348629700446 rows/sec., 42.95 KiB/sec. 2026.03.05 05:27:26.066060 [ 3 ] {550522ba-3990-49b4-9e1d-a98f43cf65ff} TCPHandler: Processed in 0.00174227 sec. 2026.03.05 05:27:26.066175 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:26.066272 [ 3 ] {f1e565f5-6353-4212-8dc7-1811ed3a39d4} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:27:26.066311 [ 3 ] {f1e565f5-6353-4212-8dc7-1811ed3a39d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:27:26.066643 [ 3 ] {f1e565f5-6353-4212-8dc7-1811ed3a39d4} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.066677 [ 3 ] {f1e565f5-6353-4212-8dc7-1811ed3a39d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.067091 [ 3 ] {f1e565f5-6353-4212-8dc7-1811ed3a39d4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:26.067521 [ 3 ] {f1e565f5-6353-4212-8dc7-1811ed3a39d4} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:27:26.067651 [ 3 ] {f1e565f5-6353-4212-8dc7-1811ed3a39d4} executeQuery: Read 78 rows, 4.94 KiB in 0.001398 sec., 55793.991416309014 rows/sec., 3.45 MiB/sec. 2026.03.05 05:27:26.067688 [ 3 ] {f1e565f5-6353-4212-8dc7-1811ed3a39d4} TCPHandler: Processed in 0.001564277 sec. 2026.03.05 05:27:26.372745 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.03.05 05:27:26.373282 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.373330 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.374017 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:26.374483 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:27:26.374625 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.03.05 05:27:26.435679 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.05 05:27:26.451920 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:26.451966 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:26.458153 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:26.459352 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:27:26.462156 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.05 05:27:29.866237 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41501 2026.03.05 05:27:29.868083 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.868135 [ 286 ] {} TCP-Session: 38f93621-adaf-4c39-bd8e-9d8e076d4a2b Authenticating user 'default' from [fd00:1122:3344:101::e]:41501 2026.03.05 05:27:29.868158 [ 286 ] {} TCP-Session: 38f93621-adaf-4c39-bd8e-9d8e076d4a2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.868171 [ 286 ] {} TCP-Session: 38f93621-adaf-4c39-bd8e-9d8e076d4a2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.868222 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.05 05:27:29.868247 [ 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.05 05:27:29.868264 [ 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.05 05:27:29.868712 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52346 2026.03.05 05:27:29.868782 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42801 2026.03.05 05:27:29.868949 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47397 2026.03.05 05:27:29.868973 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.868988 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59385 2026.03.05 05:27:29.869031 [ 287 ] {} TCP-Session: 46ce9ca2-77e1-45cc-b8bb-8593dcf33334 Authenticating user 'default' from [fd00:1122:3344:101::e]:52346 2026.03.05 05:27:29.869060 [ 287 ] {} TCP-Session: 46ce9ca2-77e1-45cc-b8bb-8593dcf33334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869073 [ 287 ] {} TCP-Session: 46ce9ca2-77e1-45cc-b8bb-8593dcf33334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869077 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.869121 [ 288 ] {} TCP-Session: a35136d2-ff53-4cfd-a1d6-a46a5f331533 Authenticating user 'default' from [fd00:1122:3344:101::e]:42801 2026.03.05 05:27:29.869143 [ 288 ] {} TCP-Session: a35136d2-ff53-4cfd-a1d6-a46a5f331533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869154 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55410 2026.03.05 05:27:29.869156 [ 288 ] {} TCP-Session: a35136d2-ff53-4cfd-a1d6-a46a5f331533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869175 [ 286 ] {} TCP-Session: 38f93621-adaf-4c39-bd8e-9d8e076d4a2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:29.869200 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.869249 [ 289 ] {} TCP-Session: 99d2b3c6-a0ab-4289-81b7-599f1565f2d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:47397 2026.03.05 05:27:29.869272 [ 289 ] {} TCP-Session: 99d2b3c6-a0ab-4289-81b7-599f1565f2d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869292 [ 289 ] {} TCP-Session: 99d2b3c6-a0ab-4289-81b7-599f1565f2d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869347 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.869394 [ 290 ] {} TCP-Session: 368b694f-1e8e-45cb-9d68-f8bcd13b3acb Authenticating user 'default' from [fd00:1122:3344:101::e]:59385 2026.03.05 05:27:29.869413 [ 286 ] {4169299d-c370-4104-a318-0ba379c925ad} executeQuery: (from [fd00:1122:3344:101::e]:41501) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:27:29.869421 [ 290 ] {} TCP-Session: 368b694f-1e8e-45cb-9d68-f8bcd13b3acb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869420 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.869448 [ 290 ] {} TCP-Session: 368b694f-1e8e-45cb-9d68-f8bcd13b3acb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869504 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42318 2026.03.05 05:27:29.869512 [ 291 ] {} TCP-Session: 4b4ac015-a355-47a3-bc4d-3fdc562031e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:55410 2026.03.05 05:27:29.869422 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44026 2026.03.05 05:27:29.869556 [ 291 ] {} TCP-Session: 4b4ac015-a355-47a3-bc4d-3fdc562031e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869606 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43025 2026.03.05 05:27:29.869608 [ 291 ] {} TCP-Session: 4b4ac015-a355-47a3-bc4d-3fdc562031e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869685 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.869723 [ 293 ] {} TCP-Session: 162b6f6a-a4bb-4a74-bb5d-eee6066ec328 Authenticating user 'default' from [fd00:1122:3344:101::e]:42318 2026.03.05 05:27:29.869740 [ 293 ] {} TCP-Session: 162b6f6a-a4bb-4a74-bb5d-eee6066ec328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869753 [ 293 ] {} TCP-Session: 162b6f6a-a4bb-4a74-bb5d-eee6066ec328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.869856 [ 286 ] {4169299d-c370-4104-a318-0ba379c925ad} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.05 05:27:29.869926 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.869979 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.869987 [ 292 ] {} TCP-Session: 366b2162-fd84-4147-a5ee-12f40427502a Authenticating user 'default' from [fd00:1122:3344:101::e]:44026 2026.03.05 05:27:29.870021 [ 294 ] {} TCP-Session: 47daf018-933a-4a08-8855-f40183c7890e Authenticating user 'default' from [fd00:1122:3344:101::e]:43025 2026.03.05 05:27:29.870039 [ 292 ] {} TCP-Session: 366b2162-fd84-4147-a5ee-12f40427502a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.870046 [ 294 ] {} TCP-Session: 47daf018-933a-4a08-8855-f40183c7890e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.870070 [ 292 ] {} TCP-Session: 366b2162-fd84-4147-a5ee-12f40427502a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.870077 [ 294 ] {} TCP-Session: 47daf018-933a-4a08-8855-f40183c7890e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.872050 [ 286 ] {4169299d-c370-4104-a318-0ba379c925ad} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:29.876868 [ 286 ] {4169299d-c370-4104-a318-0ba379c925ad} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e) (SelectExecutor): Key condition: unknown 2026.03.05 05:27:29.896440 [ 299 ] {4169299d-c370-4104-a318-0ba379c925ad} AggregatingTransform: Aggregating 2026.03.05 05:27:29.898656 [ 299 ] {4169299d-c370-4104-a318-0ba379c925ad} Aggregator: Aggregation method: without_key 2026.03.05 05:27:29.900817 [ 299 ] {4169299d-c370-4104-a318-0ba379c925ad} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.007553719 sec. (132.385 rows/sec., 5.17 KiB/sec.) 2026.03.05 05:27:29.900845 [ 299 ] {4169299d-c370-4104-a318-0ba379c925ad} Aggregator: Merging aggregated data 2026.03.05 05:27:29.900880 [ 299 ] {4169299d-c370-4104-a318-0ba379c925ad} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.05 05:27:29.904560 [ 286 ] {4169299d-c370-4104-a318-0ba379c925ad} executeQuery: Read 1 rows, 40.00 B in 0.035225 sec., 28.388928317955997 rows/sec., 1.11 KiB/sec. 2026.03.05 05:27:29.904749 [ 286 ] {4169299d-c370-4104-a318-0ba379c925ad} TCPHandler: Processed in 0.035846903 sec. 2026.03.05 05:27:29.908366 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.908413 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.908435 [ 286 ] {} TCP-Session: 38f93621-adaf-4c39-bd8e-9d8e076d4a2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.908440 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.908471 [ 287 ] {} TCP-Session: 46ce9ca2-77e1-45cc-b8bb-8593dcf33334 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.908469 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.908517 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.908518 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.908540 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.908573 [ 291 ] {} TCP-Session: 4b4ac015-a355-47a3-bc4d-3fdc562031e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.908585 [ 293 ] {} TCP-Session: 162b6f6a-a4bb-4a74-bb5d-eee6066ec328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.908559 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.908628 [ 289 ] {} TCP-Session: 99d2b3c6-a0ab-4289-81b7-599f1565f2d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.908493 [ 290 ] {} TCP-Session: 368b694f-1e8e-45cb-9d68-f8bcd13b3acb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.908658 [ 292 ] {} TCP-Session: 366b2162-fd84-4147-a5ee-12f40427502a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.908483 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.908574 [ 294 ] {} TCP-Session: 47daf018-933a-4a08-8855-f40183c7890e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.908730 [ 288 ] {} TCP-Session: a35136d2-ff53-4cfd-a1d6-a46a5f331533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.942757 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60449 2026.03.05 05:27:29.942864 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.942892 [ 286 ] {} TCP-Session: 383b1334-ba54-4815-8770-8187edd13c7c Authenticating user 'default' from [fd00:1122:3344:101::e]:60449 2026.03.05 05:27:29.942915 [ 286 ] {} TCP-Session: 383b1334-ba54-4815-8770-8187edd13c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.942927 [ 286 ] {} TCP-Session: 383b1334-ba54-4815-8770-8187edd13c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943151 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40567 2026.03.05 05:27:29.943204 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54415 2026.03.05 05:27:29.943251 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45902 2026.03.05 05:27:29.943271 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.943286 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42359 2026.03.05 05:27:29.943294 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36697 2026.03.05 05:27:29.943313 [ 287 ] {} TCP-Session: 973fbbc7-24ff-4850-b55a-ac718a46fdb2 Authenticating user 'default' from [fd00:1122:3344:101::e]:40567 2026.03.05 05:27:29.943338 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.943342 [ 286 ] {} TCP-Session: 383b1334-ba54-4815-8770-8187edd13c7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:29.943364 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.943373 [ 290 ] {} TCP-Session: 9d0fb9f7-bf3b-466d-a815-dbddc0b29091 Authenticating user 'default' from [fd00:1122:3344:101::e]:45902 2026.03.05 05:27:29.943400 [ 293 ] {} TCP-Session: 30553245-f79d-4f0a-ad54-5521fdbb736f Authenticating user 'default' from [fd00:1122:3344:101::e]:42359 2026.03.05 05:27:29.943430 [ 290 ] {} TCP-Session: 9d0fb9f7-bf3b-466d-a815-dbddc0b29091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943444 [ 293 ] {} TCP-Session: 30553245-f79d-4f0a-ad54-5521fdbb736f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943457 [ 290 ] {} TCP-Session: 9d0fb9f7-bf3b-466d-a815-dbddc0b29091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943464 [ 293 ] {} TCP-Session: 30553245-f79d-4f0a-ad54-5521fdbb736f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943389 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.943366 [ 287 ] {} TCP-Session: 973fbbc7-24ff-4850-b55a-ac718a46fdb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943521 [ 294 ] {} TCP-Session: 7da55727-fdc4-4ab7-b5eb-78d000a94c53 Authenticating user 'default' from [fd00:1122:3344:101::e]:36697 2026.03.05 05:27:29.943310 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.943542 [ 287 ] {} TCP-Session: 973fbbc7-24ff-4850-b55a-ac718a46fdb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943553 [ 286 ] {15df84f7-2dea-4afa-94ee-be08798d5507} executeQuery: (from [fd00:1122:3344:101::e]:60449) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:27:29.943576 [ 288 ] {} TCP-Session: 7c385660-bedc-4c18-9474-984dd57d2364 Authenticating user 'default' from [fd00:1122:3344:101::e]:54415 2026.03.05 05:27:29.943559 [ 294 ] {} TCP-Session: 7da55727-fdc4-4ab7-b5eb-78d000a94c53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943617 [ 288 ] {} TCP-Session: 7c385660-bedc-4c18-9474-984dd57d2364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943276 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59640 2026.03.05 05:27:29.943636 [ 288 ] {} TCP-Session: 7c385660-bedc-4c18-9474-984dd57d2364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943631 [ 294 ] {} TCP-Session: 7da55727-fdc4-4ab7-b5eb-78d000a94c53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943263 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60583 2026.03.05 05:27:29.943252 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65048 2026.03.05 05:27:29.943740 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.943793 [ 292 ] {} TCP-Session: a983a240-2e58-4b97-9cf7-d06b426dab3a Authenticating user 'default' from [fd00:1122:3344:101::e]:59640 2026.03.05 05:27:29.943796 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.943817 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:29.943828 [ 292 ] {} TCP-Session: a983a240-2e58-4b97-9cf7-d06b426dab3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943840 [ 291 ] {} TCP-Session: 169aaeb0-f6bd-4cdc-90b8-f1a77aaa042f Authenticating user 'default' from [fd00:1122:3344:101::e]:60583 2026.03.05 05:27:29.943860 [ 292 ] {} TCP-Session: a983a240-2e58-4b97-9cf7-d06b426dab3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943886 [ 291 ] {} TCP-Session: 169aaeb0-f6bd-4cdc-90b8-f1a77aaa042f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943849 [ 289 ] {} TCP-Session: 1b1d5416-0525-46f5-9223-9b70f2068ff2 Authenticating user 'default' from [fd00:1122:3344:101::e]:65048 2026.03.05 05:27:29.943913 [ 291 ] {} TCP-Session: 169aaeb0-f6bd-4cdc-90b8-f1a77aaa042f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943934 [ 289 ] {} TCP-Session: 1b1d5416-0525-46f5-9223-9b70f2068ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.943835 [ 286 ] {15df84f7-2dea-4afa-94ee-be08798d5507} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.05 05:27:29.943960 [ 289 ] {} TCP-Session: 1b1d5416-0525-46f5-9223-9b70f2068ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.944023 [ 286 ] {15df84f7-2dea-4afa-94ee-be08798d5507} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:29.944348 [ 286 ] {15df84f7-2dea-4afa-94ee-be08798d5507} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e) (SelectExecutor): Key condition: unknown 2026.03.05 05:27:29.945403 [ 323 ] {15df84f7-2dea-4afa-94ee-be08798d5507} AggregatingTransform: Aggregating 2026.03.05 05:27:29.945466 [ 323 ] {15df84f7-2dea-4afa-94ee-be08798d5507} Aggregator: Aggregation method: without_key 2026.03.05 05:27:29.945508 [ 323 ] {15df84f7-2dea-4afa-94ee-be08798d5507} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001059328 sec. (943.995 rows/sec., 36.87 KiB/sec.) 2026.03.05 05:27:29.945530 [ 323 ] {15df84f7-2dea-4afa-94ee-be08798d5507} Aggregator: Merging aggregated data 2026.03.05 05:27:29.946697 [ 286 ] {15df84f7-2dea-4afa-94ee-be08798d5507} executeQuery: Read 1 rows, 40.00 B in 0.003212 sec., 311.332503113325 rows/sec., 12.16 KiB/sec. 2026.03.05 05:27:29.946850 [ 286 ] {15df84f7-2dea-4afa-94ee-be08798d5507} TCPHandler: Processed in 0.003675423 sec. 2026.03.05 05:27:29.946957 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.946984 [ 286 ] {} TCP-Session: 383b1334-ba54-4815-8770-8187edd13c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.946996 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.947022 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.947040 [ 287 ] {} TCP-Session: 973fbbc7-24ff-4850-b55a-ac718a46fdb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.947051 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.947063 [ 290 ] {} TCP-Session: 9d0fb9f7-bf3b-466d-a815-dbddc0b29091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.947077 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.947105 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.947128 [ 294 ] {} TCP-Session: 7da55727-fdc4-4ab7-b5eb-78d000a94c53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.947133 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.947157 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.947177 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:29.947193 [ 289 ] {} TCP-Session: 1b1d5416-0525-46f5-9223-9b70f2068ff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.947202 [ 292 ] {} TCP-Session: a983a240-2e58-4b97-9cf7-d06b426dab3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.947221 [ 293 ] {} TCP-Session: 30553245-f79d-4f0a-ad54-5521fdbb736f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.947100 [ 288 ] {} TCP-Session: 7c385660-bedc-4c18-9474-984dd57d2364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:29.947157 [ 291 ] {} TCP-Session: 169aaeb0-f6bd-4cdc-90b8-f1a77aaa042f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 161.61 MiB, peak 173.48 MiB, free memory in arenas 0.00 B, will set to 164.23 MiB (RSS), difference: 2.62 MiB 2026.03.05 05:27:30.877571 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42087 2026.03.05 05:27:30.877683 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:30.877711 [ 286 ] {} TCP-Session: 264499cf-079a-4ea2-ba2c-8b305d6cec96 Authenticating user 'default' from [fd00:1122:3344:101::e]:42087 2026.03.05 05:27:30.877734 [ 286 ] {} TCP-Session: 264499cf-079a-4ea2-ba2c-8b305d6cec96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.877746 [ 286 ] {} TCP-Session: 264499cf-079a-4ea2-ba2c-8b305d6cec96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878012 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58391 2026.03.05 05:27:30.878045 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40085 2026.03.05 05:27:30.878054 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45173 2026.03.05 05:27:30.878084 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39254 2026.03.05 05:27:30.878098 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35866 2026.03.05 05:27:30.878155 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:30.878154 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:30.878206 [ 291 ] {} TCP-Session: 4011d55e-a06c-4f33-ab0e-ab3acf8f77db Authenticating user 'default' from [fd00:1122:3344:101::e]:45173 2026.03.05 05:27:30.878211 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:30.878224 [ 287 ] {} TCP-Session: 02ad8b0a-a627-4cf6-83fa-dcc24f22ec3d Authenticating user 'default' from [fd00:1122:3344:101::e]:58391 2026.03.05 05:27:30.878232 [ 291 ] {} TCP-Session: 4011d55e-a06c-4f33-ab0e-ab3acf8f77db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878248 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:30.878258 [ 287 ] {} TCP-Session: 02ad8b0a-a627-4cf6-83fa-dcc24f22ec3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878261 [ 291 ] {} TCP-Session: 4011d55e-a06c-4f33-ab0e-ab3acf8f77db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878288 [ 287 ] {} TCP-Session: 02ad8b0a-a627-4cf6-83fa-dcc24f22ec3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878286 [ 294 ] {} TCP-Session: 83edf508-e879-450f-8b38-d12bb2474b20 Authenticating user 'default' from [fd00:1122:3344:101::e]:35866 2026.03.05 05:27:30.878258 [ 292 ] {} TCP-Session: e9ab576f-8f35-4ce1-bea8-a2375620cf4f Authenticating user 'default' from [fd00:1122:3344:101::e]:39254 2026.03.05 05:27:30.878329 [ 294 ] {} TCP-Session: 83edf508-e879-450f-8b38-d12bb2474b20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878147 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:30.878352 [ 292 ] {} TCP-Session: e9ab576f-8f35-4ce1-bea8-a2375620cf4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878353 [ 294 ] {} TCP-Session: 83edf508-e879-450f-8b38-d12bb2474b20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878388 [ 292 ] {} TCP-Session: e9ab576f-8f35-4ce1-bea8-a2375620cf4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878382 [ 290 ] {} TCP-Session: 6dfad02c-0c98-4d91-b5a7-c4a36fac5cf1 Authenticating user 'default' from [fd00:1122:3344:101::e]:40085 2026.03.05 05:27:30.878094 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51082 2026.03.05 05:27:30.878445 [ 290 ] {} TCP-Session: 6dfad02c-0c98-4d91-b5a7-c4a36fac5cf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878055 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37912 2026.03.05 05:27:30.878480 [ 290 ] {} TCP-Session: 6dfad02c-0c98-4d91-b5a7-c4a36fac5cf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878506 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:30.878012 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56707 2026.03.05 05:27:30.878536 [ 293 ] {} TCP-Session: 99246bcd-1b5b-4c5c-a71d-6655ba2260da Authenticating user 'default' from [fd00:1122:3344:101::e]:51082 2026.03.05 05:27:30.878556 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:30.878570 [ 293 ] {} TCP-Session: 99246bcd-1b5b-4c5c-a71d-6655ba2260da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878148 [ 286 ] {} TCP-Session: 264499cf-079a-4ea2-ba2c-8b305d6cec96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:30.878592 [ 293 ] {} TCP-Session: 99246bcd-1b5b-4c5c-a71d-6655ba2260da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878593 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:30.878587 [ 289 ] {} TCP-Session: f55b7121-b16d-44cb-ac29-13779e40de8f Authenticating user 'default' from [fd00:1122:3344:101::e]:37912 2026.03.05 05:27:30.878650 [ 288 ] {} TCP-Session: 89071b2c-8df6-4dd6-bb37-0504078fff68 Authenticating user 'default' from [fd00:1122:3344:101::e]:56707 2026.03.05 05:27:30.878666 [ 289 ] {} TCP-Session: f55b7121-b16d-44cb-ac29-13779e40de8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878677 [ 288 ] {} TCP-Session: 89071b2c-8df6-4dd6-bb37-0504078fff68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878688 [ 289 ] {} TCP-Session: f55b7121-b16d-44cb-ac29-13779e40de8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878699 [ 288 ] {} TCP-Session: 89071b2c-8df6-4dd6-bb37-0504078fff68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.878763 [ 286 ] {24f4c9c9-a9e1-4c7e-9b12-92ca1e9ad02a} executeQuery: (from [fd00:1122:3344:101::e]:42087) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:27:30.879030 [ 286 ] {24f4c9c9-a9e1-4c7e-9b12-92ca1e9ad02a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.05 05:27:30.879090 [ 286 ] {24f4c9c9-a9e1-4c7e-9b12-92ca1e9ad02a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:30.879415 [ 286 ] {24f4c9c9-a9e1-4c7e-9b12-92ca1e9ad02a} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e) (SelectExecutor): Key condition: unknown 2026.03.05 05:27:30.880376 [ 318 ] {24f4c9c9-a9e1-4c7e-9b12-92ca1e9ad02a} AggregatingTransform: Aggregating 2026.03.05 05:27:30.880433 [ 318 ] {24f4c9c9-a9e1-4c7e-9b12-92ca1e9ad02a} Aggregator: Aggregation method: without_key 2026.03.05 05:27:30.880475 [ 318 ] {24f4c9c9-a9e1-4c7e-9b12-92ca1e9ad02a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000960406 sec. (1041.226 rows/sec., 40.67 KiB/sec.) 2026.03.05 05:27:30.880494 [ 318 ] {24f4c9c9-a9e1-4c7e-9b12-92ca1e9ad02a} Aggregator: Merging aggregated data 2026.03.05 05:27:30.881965 [ 286 ] {24f4c9c9-a9e1-4c7e-9b12-92ca1e9ad02a} executeQuery: Read 1 rows, 40.00 B in 0.003254 sec., 307.3140749846343 rows/sec., 12.00 KiB/sec. 2026.03.05 05:27:30.882126 [ 286 ] {24f4c9c9-a9e1-4c7e-9b12-92ca1e9ad02a} TCPHandler: Processed in 0.00414251 sec. 2026.03.05 05:27:30.882272 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:30.882300 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:30.882308 [ 286 ] {} TCP-Session: 264499cf-079a-4ea2-ba2c-8b305d6cec96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.882333 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:30.882351 [ 288 ] {} TCP-Session: 89071b2c-8df6-4dd6-bb37-0504078fff68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.882374 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:30.882399 [ 287 ] {} TCP-Session: 02ad8b0a-a627-4cf6-83fa-dcc24f22ec3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.882418 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:30.882439 [ 289 ] {} TCP-Session: f55b7121-b16d-44cb-ac29-13779e40de8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.882449 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:30.882463 [ 292 ] {} TCP-Session: e9ab576f-8f35-4ce1-bea8-a2375620cf4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.882466 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:30.882513 [ 291 ] {} TCP-Session: 4011d55e-a06c-4f33-ab0e-ab3acf8f77db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.882347 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:30.882552 [ 293 ] {} TCP-Session: 99246bcd-1b5b-4c5c-a71d-6655ba2260da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.882394 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:30.882595 [ 290 ] {} TCP-Session: 6dfad02c-0c98-4d91-b5a7-c4a36fac5cf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.882634 [ 294 ] {} TCP-Session: 83edf508-e879-450f-8b38-d12bb2474b20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:30.959889 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:30.960136 [ 3 ] {08e4227c-bdc5-47ad-884e-dd26900378e6} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:27:30.960235 [ 3 ] {08e4227c-bdc5-47ad-884e-dd26900378e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:27:30.961197 [ 3 ] {08e4227c-bdc5-47ad-884e-dd26900378e6} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:30.961271 [ 3 ] {08e4227c-bdc5-47ad-884e-dd26900378e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:30.961998 [ 3 ] {08e4227c-bdc5-47ad-884e-dd26900378e6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:30.962687 [ 3 ] {08e4227c-bdc5-47ad-884e-dd26900378e6} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:27:30.962882 [ 3 ] {08e4227c-bdc5-47ad-884e-dd26900378e6} executeQuery: Read 56 rows, 4.38 KiB in 0.002819 sec., 19865.200425682866 rows/sec., 1.52 MiB/sec. 2026.03.05 05:27:30.962954 [ 3 ] {08e4227c-bdc5-47ad-884e-dd26900378e6} TCPHandler: Processed in 0.003256086 sec. 2026.03.05 05:27:30.963100 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:30.963216 [ 3 ] {feaea18d-78cb-4135-9b4d-32cbfbc85c35} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:27:30.963264 [ 3 ] {feaea18d-78cb-4135-9b4d-32cbfbc85c35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:27:30.963818 [ 3 ] {feaea18d-78cb-4135-9b4d-32cbfbc85c35} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:30.963862 [ 3 ] {feaea18d-78cb-4135-9b4d-32cbfbc85c35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:30.964432 [ 3 ] {feaea18d-78cb-4135-9b4d-32cbfbc85c35} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:30.965024 [ 3 ] {feaea18d-78cb-4135-9b4d-32cbfbc85c35} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:27:30.965205 [ 3 ] {feaea18d-78cb-4135-9b4d-32cbfbc85c35} executeQuery: Read 64 rows, 5.12 KiB in 0.002017 sec., 31730.292513634107 rows/sec., 2.48 MiB/sec. 2026.03.05 05:27:30.965262 [ 3 ] {feaea18d-78cb-4135-9b4d-32cbfbc85c35} TCPHandler: Processed in 0.002218828 sec. 2026.03.05 05:27:30.965406 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:30.965518 [ 3 ] {b5f429bf-adbf-4b54-b01f-075a9956b5ed} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:27:30.965572 [ 3 ] {b5f429bf-adbf-4b54-b01f-075a9956b5ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:27:30.966115 [ 3 ] {b5f429bf-adbf-4b54-b01f-075a9956b5ed} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:30.966158 [ 3 ] {b5f429bf-adbf-4b54-b01f-075a9956b5ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:30.966709 [ 3 ] {b5f429bf-adbf-4b54-b01f-075a9956b5ed} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:30.967207 [ 3 ] {b5f429bf-adbf-4b54-b01f-075a9956b5ed} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:27:30.967384 [ 3 ] {b5f429bf-adbf-4b54-b01f-075a9956b5ed} executeQuery: Read 160 rows, 11.41 KiB in 0.001893 sec., 84521.92287374538 rows/sec., 5.89 MiB/sec. 2026.03.05 05:27:30.967439 [ 3 ] {b5f429bf-adbf-4b54-b01f-075a9956b5ed} TCPHandler: Processed in 0.002093675 sec. 2026.03.05 05:27:30.967581 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:30.967683 [ 3 ] {2120bdb6-eace-463e-9de9-1098446f9ab8} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:27:30.967732 [ 3 ] {2120bdb6-eace-463e-9de9-1098446f9ab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:27:30.968114 [ 3 ] {2120bdb6-eace-463e-9de9-1098446f9ab8} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:30.968152 [ 3 ] {2120bdb6-eace-463e-9de9-1098446f9ab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:30.968585 [ 3 ] {2120bdb6-eace-463e-9de9-1098446f9ab8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:30.969142 [ 3 ] {2120bdb6-eace-463e-9de9-1098446f9ab8} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:27:30.969298 [ 3 ] {2120bdb6-eace-463e-9de9-1098446f9ab8} executeQuery: Read 60 rows, 4.14 KiB in 0.001638 sec., 36630.03663003663 rows/sec., 2.47 MiB/sec. 2026.03.05 05:27:30.969340 [ 3 ] {2120bdb6-eace-463e-9de9-1098446f9ab8} TCPHandler: Processed in 0.001812511 sec. 2026.03.05 05:27:31.406477 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50518 2026.03.05 05:27:31.406588 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:31.406615 [ 286 ] {} TCP-Session: d9991734-00b3-4011-879c-2906ae5debfe Authenticating user 'default' from [fd00:1122:3344:101::e]:50518 2026.03.05 05:27:31.406637 [ 286 ] {} TCP-Session: d9991734-00b3-4011-879c-2906ae5debfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.406651 [ 286 ] {} TCP-Session: d9991734-00b3-4011-879c-2906ae5debfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.406864 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56414 2026.03.05 05:27:31.406880 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52112 2026.03.05 05:27:31.406921 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63499 2026.03.05 05:27:31.406932 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63934 2026.03.05 05:27:31.406961 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35180 2026.03.05 05:27:31.406991 [ 286 ] {} TCP-Session: d9991734-00b3-4011-879c-2906ae5debfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:31.407016 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:31.407035 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:31.407059 [ 290 ] {} TCP-Session: 52858ced-38cb-4665-90dc-a5380d91d130 Authenticating user 'default' from [fd00:1122:3344:101::e]:63499 2026.03.05 05:27:31.407071 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:31.407097 [ 290 ] {} TCP-Session: 52858ced-38cb-4665-90dc-a5380d91d130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407097 [ 291 ] {} TCP-Session: 9569f017-2d14-46e1-93a6-d0a5a10a204a Authenticating user 'default' from [fd00:1122:3344:101::e]:63934 2026.03.05 05:27:31.407121 [ 290 ] {} TCP-Session: 52858ced-38cb-4665-90dc-a5380d91d130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407120 [ 294 ] {} TCP-Session: c688dabc-17b7-47d0-ab80-f3355b53c28c Authenticating user 'default' from [fd00:1122:3344:101::e]:35180 2026.03.05 05:27:31.407143 [ 291 ] {} TCP-Session: 9569f017-2d14-46e1-93a6-d0a5a10a204a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407010 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:31.407168 [ 294 ] {} TCP-Session: c688dabc-17b7-47d0-ab80-f3355b53c28c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407173 [ 291 ] {} TCP-Session: 9569f017-2d14-46e1-93a6-d0a5a10a204a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407200 [ 288 ] {} TCP-Session: 93c4a47b-2bc3-4e27-926c-9a60e3179351 Authenticating user 'default' from [fd00:1122:3344:101::e]:52112 2026.03.05 05:27:31.407201 [ 294 ] {} TCP-Session: c688dabc-17b7-47d0-ab80-f3355b53c28c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407229 [ 288 ] {} TCP-Session: 93c4a47b-2bc3-4e27-926c-9a60e3179351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.406954 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38604 2026.03.05 05:27:31.407246 [ 288 ] {} TCP-Session: 93c4a47b-2bc3-4e27-926c-9a60e3179351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.406932 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42907 2026.03.05 05:27:31.407320 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:31.406982 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:31.407355 [ 293 ] {} TCP-Session: e6fedfe6-4212-4b99-9636-7e580b90a11a Authenticating user 'default' from [fd00:1122:3344:101::e]:38604 2026.03.05 05:27:31.407180 [ 286 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} executeQuery: (from [fd00:1122:3344:101::e]:50518) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:27:31.407385 [ 293 ] {} TCP-Session: e6fedfe6-4212-4b99-9636-7e580b90a11a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407417 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:31.407464 [ 293 ] {} TCP-Session: e6fedfe6-4212-4b99-9636-7e580b90a11a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407377 [ 287 ] {} TCP-Session: 57a9e5e2-4bf8-40fc-9607-7e0ab977e647 Authenticating user 'default' from [fd00:1122:3344:101::e]:56414 2026.03.05 05:27:31.407509 [ 289 ] {} TCP-Session: ec2c17c6-fa2c-4743-827c-81d7db912b06 Authenticating user 'default' from [fd00:1122:3344:101::e]:42907 2026.03.05 05:27:31.407535 [ 287 ] {} TCP-Session: 57a9e5e2-4bf8-40fc-9607-7e0ab977e647 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.406944 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55148 2026.03.05 05:27:31.407554 [ 289 ] {} TCP-Session: ec2c17c6-fa2c-4743-827c-81d7db912b06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407558 [ 287 ] {} TCP-Session: 57a9e5e2-4bf8-40fc-9607-7e0ab977e647 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407589 [ 289 ] {} TCP-Session: ec2c17c6-fa2c-4743-827c-81d7db912b06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407625 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:31.407648 [ 292 ] {} TCP-Session: 56e491a0-0ba7-488e-bbd8-d3bcc67acc55 Authenticating user 'default' from [fd00:1122:3344:101::e]:55148 2026.03.05 05:27:31.407665 [ 292 ] {} TCP-Session: 56e491a0-0ba7-488e-bbd8-d3bcc67acc55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407678 [ 292 ] {} TCP-Session: 56e491a0-0ba7-488e-bbd8-d3bcc67acc55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.407688 [ 286 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.05 05:27:31.407764 [ 286 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:31.408104 [ 286 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e) (SelectExecutor): Key condition: unknown 2026.03.05 05:27:31.408196 [ 286 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} Aggregator: Compile expression max()(UInt64) 0 2026.03.05 05:27:31.823841 [ 317 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} AggregatingTransform: Aggregating 2026.03.05 05:27:31.823914 [ 317 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} Aggregator: Aggregation method: without_key 2026.03.05 05:27:31.823945 [ 317 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001092819 sec. (915.065 rows/sec., 35.74 KiB/sec.) 2026.03.05 05:27:31.823964 [ 317 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} Aggregator: Merging aggregated data 2026.03.05 05:27:31.825487 [ 286 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} executeQuery: Read 1 rows, 40.00 B in 0.418351 sec., 2.390337300496473 rows/sec., 95.61 B/sec. 2026.03.05 05:27:31.825734 [ 286 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.05 05:27:31.825754 [ 286 ] {cb44ff25-5672-433e-ab19-e6938f51de6c} TCPHandler: Processed in 0.41888023 sec. 2026.03.05 05:27:31.825899 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:31.825940 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:31.825958 [ 286 ] {} TCP-Session: d9991734-00b3-4011-879c-2906ae5debfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.825976 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:31.826001 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:31.826024 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:31.826043 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:31.826063 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:31.826092 [ 291 ] {} TCP-Session: 9569f017-2d14-46e1-93a6-d0a5a10a204a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.826109 [ 292 ] {} TCP-Session: 56e491a0-0ba7-488e-bbd8-d3bcc67acc55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.826145 [ 293 ] {} TCP-Session: e6fedfe6-4212-4b99-9636-7e580b90a11a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.826084 [ 289 ] {} TCP-Session: ec2c17c6-fa2c-4743-827c-81d7db912b06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.826050 [ 288 ] {} TCP-Session: 93c4a47b-2bc3-4e27-926c-9a60e3179351 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.826024 [ 294 ] {} TCP-Session: c688dabc-17b7-47d0-ab80-f3355b53c28c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.826011 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:31.825955 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:31.826282 [ 290 ] {} TCP-Session: 52858ced-38cb-4665-90dc-a5380d91d130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:31.826297 [ 287 ] {} TCP-Session: 57a9e5e2-4bf8-40fc-9607-7e0ab977e647 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:32.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 165.81 MiB, peak 177.94 MiB, free memory in arenas 0.00 B, will set to 185.32 MiB (RSS), difference: 19.51 MiB 2026.03.05 05:27:33.818636 [ 51 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:27:33.818720 [ 51 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:27:33.857905 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 102 entries to flush up to offset 190 2026.03.05 05:27:33.862273 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:33.862346 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:33.863832 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:33.864365 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:27:33.864677 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 190 2026.03.05 05:27:33.874716 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 439 entries to flush up to offset 1903 2026.03.05 05:27:33.875282 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:33.875341 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:33.876047 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:33.876516 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:27:33.876663 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1903 2026.03.05 05:27:33.962236 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.05 05:27:33.978706 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:33.978753 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.05 05:27:33.984904 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:33.986477 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:27:33.990437 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.05 05:27:34.000196 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 185.86 MiB, peak 189.86 MiB, free memory in arenas 0.00 B, will set to 187.51 MiB (RSS), difference: 1.65 MiB 2026.03.05 05:27:35.966376 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:35.966601 [ 3 ] {69e2be86-84a4-4d66-a708-fe525915a786} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:27:35.966683 [ 3 ] {69e2be86-84a4-4d66-a708-fe525915a786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:27:35.967571 [ 3 ] {69e2be86-84a4-4d66-a708-fe525915a786} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:35.967635 [ 3 ] {69e2be86-84a4-4d66-a708-fe525915a786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:35.968196 [ 3 ] {69e2be86-84a4-4d66-a708-fe525915a786} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:35.968671 [ 3 ] {69e2be86-84a4-4d66-a708-fe525915a786} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:27:35.968856 [ 3 ] {69e2be86-84a4-4d66-a708-fe525915a786} executeQuery: Read 284 rows, 18.47 KiB in 0.002309 sec., 122996.96838458208 rows/sec., 7.81 MiB/sec. 2026.03.05 05:27:35.968913 [ 3 ] {69e2be86-84a4-4d66-a708-fe525915a786} TCPHandler: Processed in 0.002682655 sec. 2026.03.05 05:27:35.969072 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:35.969180 [ 3 ] {6aa95a0e-26b8-4a62-9112-446e253a06ad} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:27:35.969228 [ 3 ] {6aa95a0e-26b8-4a62-9112-446e253a06ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:27:35.970182 [ 3 ] {6aa95a0e-26b8-4a62-9112-446e253a06ad} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:35.970221 [ 3 ] {6aa95a0e-26b8-4a62-9112-446e253a06ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:35.970727 [ 3 ] {6aa95a0e-26b8-4a62-9112-446e253a06ad} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:35.971168 [ 3 ] {6aa95a0e-26b8-4a62-9112-446e253a06ad} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:27:35.971321 [ 3 ] {6aa95a0e-26b8-4a62-9112-446e253a06ad} executeQuery: Read 797 rows, 64.15 KiB in 0.002168 sec., 367619.92619926203 rows/sec., 28.90 MiB/sec. 2026.03.05 05:27:35.971364 [ 3 ] {6aa95a0e-26b8-4a62-9112-446e253a06ad} TCPHandler: Processed in 0.0023463 sec. 2026.03.05 05:27:35.971490 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:35.971593 [ 3 ] {05c112f4-6092-46f1-be98-4d1086bcb470} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:27:35.971638 [ 3 ] {05c112f4-6092-46f1-be98-4d1086bcb470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:27:35.972142 [ 3 ] {05c112f4-6092-46f1-be98-4d1086bcb470} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:35.972180 [ 3 ] {05c112f4-6092-46f1-be98-4d1086bcb470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:35.972627 [ 3 ] {05c112f4-6092-46f1-be98-4d1086bcb470} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:35.973139 [ 3 ] {05c112f4-6092-46f1-be98-4d1086bcb470} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:27:35.973285 [ 3 ] {05c112f4-6092-46f1-be98-4d1086bcb470} executeQuery: Read 142 rows, 8.54 KiB in 0.001715 sec., 82798.83381924199 rows/sec., 4.86 MiB/sec. 2026.03.05 05:27:35.973325 [ 3 ] {05c112f4-6092-46f1-be98-4d1086bcb470} TCPHandler: Processed in 0.001886292 sec. 2026.03.05 05:27:35.973452 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:35.973552 [ 3 ] {9f3d7417-5a6e-4a0f-ae7c-541834a16947} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:27:35.973595 [ 3 ] {9f3d7417-5a6e-4a0f-ae7c-541834a16947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:27:35.974057 [ 3 ] {9f3d7417-5a6e-4a0f-ae7c-541834a16947} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:35.974094 [ 3 ] {9f3d7417-5a6e-4a0f-ae7c-541834a16947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:35.974520 [ 3 ] {9f3d7417-5a6e-4a0f-ae7c-541834a16947} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:35.974958 [ 3 ] {9f3d7417-5a6e-4a0f-ae7c-541834a16947} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:27:35.975099 [ 3 ] {9f3d7417-5a6e-4a0f-ae7c-541834a16947} executeQuery: Read 149 rows, 9.86 KiB in 0.00157 sec., 94904.45859872611 rows/sec., 6.13 MiB/sec. 2026.03.05 05:27:35.975138 [ 3 ] {9f3d7417-5a6e-4a0f-ae7c-541834a16947} TCPHandler: Processed in 0.00173821 sec. 2026.03.05 05:27:35.975254 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:35.975353 [ 3 ] {cf299031-3706-4195-bc1d-69749d8b85fa} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:27:35.975395 [ 3 ] {cf299031-3706-4195-bc1d-69749d8b85fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:27:35.975860 [ 3 ] {cf299031-3706-4195-bc1d-69749d8b85fa} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:35.975897 [ 3 ] {cf299031-3706-4195-bc1d-69749d8b85fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:35.976321 [ 3 ] {cf299031-3706-4195-bc1d-69749d8b85fa} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:35.976847 [ 3 ] {cf299031-3706-4195-bc1d-69749d8b85fa} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:27:35.976986 [ 3 ] {cf299031-3706-4195-bc1d-69749d8b85fa} executeQuery: Read 148 rows, 8.62 KiB in 0.001655 sec., 89425.98187311178 rows/sec., 5.09 MiB/sec. 2026.03.05 05:27:35.977025 [ 3 ] {cf299031-3706-4195-bc1d-69749d8b85fa} TCPHandler: Processed in 0.001822351 sec. 2026.03.05 05:27:35.977144 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:35.977242 [ 3 ] {a31beec2-2709-473e-8059-89899950bad4} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:27:35.977284 [ 3 ] {a31beec2-2709-473e-8059-89899950bad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:27:35.977876 [ 3 ] {a31beec2-2709-473e-8059-89899950bad4} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:35.977913 [ 3 ] {a31beec2-2709-473e-8059-89899950bad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:35.978356 [ 3 ] {a31beec2-2709-473e-8059-89899950bad4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:35.978892 [ 3 ] {a31beec2-2709-473e-8059-89899950bad4} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:27:35.979033 [ 3 ] {a31beec2-2709-473e-8059-89899950bad4} executeQuery: Read 490 rows, 35.18 KiB in 0.001811 sec., 270568.746548868 rows/sec., 18.97 MiB/sec. 2026.03.05 05:27:35.979070 [ 3 ] {a31beec2-2709-473e-8059-89899950bad4} TCPHandler: Processed in 0.001976384 sec. 2026.03.05 05:27:35.979184 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:35.979282 [ 3 ] {73fea2ef-2501-4643-9f68-d37de056e9cb} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:27:35.979326 [ 3 ] {73fea2ef-2501-4643-9f68-d37de056e9cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:27:35.979669 [ 3 ] {73fea2ef-2501-4643-9f68-d37de056e9cb} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:35.979704 [ 3 ] {73fea2ef-2501-4643-9f68-d37de056e9cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:35.980222 [ 3 ] {73fea2ef-2501-4643-9f68-d37de056e9cb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:35.980666 [ 3 ] {73fea2ef-2501-4643-9f68-d37de056e9cb} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:27:35.980806 [ 3 ] {73fea2ef-2501-4643-9f68-d37de056e9cb} executeQuery: Read 6 rows, 321.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 203.03 KiB/sec. 2026.03.05 05:27:35.980842 [ 3 ] {73fea2ef-2501-4643-9f68-d37de056e9cb} TCPHandler: Processed in 0.001709949 sec. 2026.03.05 05:27:35.980953 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:35.981050 [ 3 ] {56046878-a625-4dd8-80dc-fcfe044bb520} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:27:35.981093 [ 3 ] {56046878-a625-4dd8-80dc-fcfe044bb520} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:27:35.981524 [ 3 ] {56046878-a625-4dd8-80dc-fcfe044bb520} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:35.981560 [ 3 ] {56046878-a625-4dd8-80dc-fcfe044bb520} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:35.982003 [ 3 ] {56046878-a625-4dd8-80dc-fcfe044bb520} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:35.982450 [ 3 ] {56046878-a625-4dd8-80dc-fcfe044bb520} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:27:35.982587 [ 3 ] {56046878-a625-4dd8-80dc-fcfe044bb520} executeQuery: Read 265 rows, 18.03 KiB in 0.001557 sec., 170199.100834939 rows/sec., 11.31 MiB/sec. 2026.03.05 05:27:35.982625 [ 3 ] {56046878-a625-4dd8-80dc-fcfe044bb520} TCPHandler: Processed in 0.001721659 sec. 2026.03.05 05:27:35.982739 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:35.982838 [ 3 ] {59b29560-9677-4466-824c-5ca72a5396cf} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:27:35.982881 [ 3 ] {59b29560-9677-4466-824c-5ca72a5396cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:27:35.983240 [ 3 ] {59b29560-9677-4466-824c-5ca72a5396cf} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:35.983276 [ 3 ] {59b29560-9677-4466-824c-5ca72a5396cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:35.983687 [ 3 ] {59b29560-9677-4466-824c-5ca72a5396cf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:35.984125 [ 3 ] {59b29560-9677-4466-824c-5ca72a5396cf} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:27:35.984259 [ 3 ] {59b29560-9677-4466-824c-5ca72a5396cf} executeQuery: Read 1 rows, 69.00 B in 0.001441 sec., 693.9625260235947 rows/sec., 46.76 KiB/sec. 2026.03.05 05:27:35.984296 [ 3 ] {59b29560-9677-4466-824c-5ca72a5396cf} TCPHandler: Processed in 0.001606057 sec. 2026.03.05 05:27:35.984406 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:35.984501 [ 3 ] {6e8ca9ca-43f4-41d1-b268-7af30aeb4f0e} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:27:35.984542 [ 3 ] {6e8ca9ca-43f4-41d1-b268-7af30aeb4f0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:27:35.984875 [ 3 ] {6e8ca9ca-43f4-41d1-b268-7af30aeb4f0e} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:35.984910 [ 3 ] {6e8ca9ca-43f4-41d1-b268-7af30aeb4f0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:35.985383 [ 3 ] {6e8ca9ca-43f4-41d1-b268-7af30aeb4f0e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:35.985829 [ 3 ] {6e8ca9ca-43f4-41d1-b268-7af30aeb4f0e} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:27:35.985966 [ 3 ] {6e8ca9ca-43f4-41d1-b268-7af30aeb4f0e} executeQuery: Read 90 rows, 5.77 KiB in 0.001483 sec., 60687.795010114634 rows/sec., 3.80 MiB/sec. 2026.03.05 05:27:35.986001 [ 3 ] {6e8ca9ca-43f4-41d1-b268-7af30aeb4f0e} TCPHandler: Processed in 0.001645368 sec. 2026.03.05 05:27:39.901249 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44970 2026.03.05 05:27:39.901370 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:39.901397 [ 289 ] {} TCP-Session: bf481bad-e13c-4d0d-be4a-3a42a84cd2fc Authenticating user 'default' from [fd00:1122:3344:101::e]:44970 2026.03.05 05:27:39.901419 [ 289 ] {} TCP-Session: bf481bad-e13c-4d0d-be4a-3a42a84cd2fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.901431 [ 289 ] {} TCP-Session: bf481bad-e13c-4d0d-be4a-3a42a84cd2fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.901620 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53649 2026.03.05 05:27:39.901656 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39762 2026.03.05 05:27:39.901675 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46471 2026.03.05 05:27:39.901701 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38543 2026.03.05 05:27:39.901712 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50482 2026.03.05 05:27:39.901741 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:39.901764 [ 289 ] {} TCP-Session: bf481bad-e13c-4d0d-be4a-3a42a84cd2fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:39.901794 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:39.901796 [ 290 ] {} TCP-Session: 8fbd2477-eada-43b1-aefe-190c6f49cd82 Authenticating user 'default' from [fd00:1122:3344:101::e]:53649 2026.03.05 05:27:39.901828 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:39.901833 [ 291 ] {} TCP-Session: a1f2f0d2-76c2-4bee-a6eb-a3ba9a5e85cc Authenticating user 'default' from [fd00:1122:3344:101::e]:39762 2026.03.05 05:27:39.901848 [ 290 ] {} TCP-Session: 8fbd2477-eada-43b1-aefe-190c6f49cd82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.901860 [ 287 ] {} TCP-Session: 1ad123c2-db47-4cf0-8ef8-f59690fe693d Authenticating user 'default' from [fd00:1122:3344:101::e]:50482 2026.03.05 05:27:39.901869 [ 291 ] {} TCP-Session: a1f2f0d2-76c2-4bee-a6eb-a3ba9a5e85cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.901874 [ 290 ] {} TCP-Session: 8fbd2477-eada-43b1-aefe-190c6f49cd82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.901888 [ 287 ] {} TCP-Session: 1ad123c2-db47-4cf0-8ef8-f59690fe693d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.901892 [ 291 ] {} TCP-Session: a1f2f0d2-76c2-4bee-a6eb-a3ba9a5e85cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.901918 [ 287 ] {} TCP-Session: 1ad123c2-db47-4cf0-8ef8-f59690fe693d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.901797 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:39.901719 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61735 2026.03.05 05:27:39.901975 [ 293 ] {} TCP-Session: ed35ee99-71c2-4560-918f-5689f9a06e00 Authenticating user 'default' from [fd00:1122:3344:101::e]:46471 2026.03.05 05:27:39.901959 [ 289 ] {c845fa9b-ab42-414c-9b7c-cb6717d26f9e} executeQuery: (from [fd00:1122:3344:101::e]:44970) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:27:39.902025 [ 293 ] {} TCP-Session: ed35ee99-71c2-4560-918f-5689f9a06e00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.901695 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42390 2026.03.05 05:27:39.902059 [ 293 ] {} TCP-Session: ed35ee99-71c2-4560-918f-5689f9a06e00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.902084 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:39.901664 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57952 2026.03.05 05:27:39.902127 [ 288 ] {} TCP-Session: d910c6c7-546d-4711-afd1-fc97508cbcdb Authenticating user 'default' from [fd00:1122:3344:101::e]:61735 2026.03.05 05:27:39.901802 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:39.902173 [ 288 ] {} TCP-Session: d910c6c7-546d-4711-afd1-fc97508cbcdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.902198 [ 288 ] {} TCP-Session: d910c6c7-546d-4711-afd1-fc97508cbcdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.902197 [ 286 ] {} TCP-Session: a95566a3-e22d-4fdc-9f86-0f64565f1160 Authenticating user 'default' from [fd00:1122:3344:101::e]:38543 2026.03.05 05:27:39.902231 [ 286 ] {} TCP-Session: a95566a3-e22d-4fdc-9f86-0f64565f1160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.902246 [ 286 ] {} TCP-Session: a95566a3-e22d-4fdc-9f86-0f64565f1160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.902323 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:39.902325 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:27:39.902361 [ 292 ] {} TCP-Session: 0975315d-0356-45f2-b611-3a5d349896f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:57952 2026.03.05 05:27:39.902377 [ 294 ] {} TCP-Session: 1573b901-9ed1-4c7b-9626-1c65a8209bdc Authenticating user 'default' from [fd00:1122:3344:101::e]:42390 2026.03.05 05:27:39.902389 [ 292 ] {} TCP-Session: 0975315d-0356-45f2-b611-3a5d349896f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.902402 [ 294 ] {} TCP-Session: 1573b901-9ed1-4c7b-9626-1c65a8209bdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.902406 [ 289 ] {c845fa9b-ab42-414c-9b7c-cb6717d26f9e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.05 05:27:39.902414 [ 292 ] {} TCP-Session: 0975315d-0356-45f2-b611-3a5d349896f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.902425 [ 294 ] {} TCP-Session: 1573b901-9ed1-4c7b-9626-1c65a8209bdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.902481 [ 289 ] {c845fa9b-ab42-414c-9b7c-cb6717d26f9e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:39.902813 [ 289 ] {c845fa9b-ab42-414c-9b7c-cb6717d26f9e} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e) (SelectExecutor): Key condition: unknown 2026.03.05 05:27:39.903854 [ 330 ] {c845fa9b-ab42-414c-9b7c-cb6717d26f9e} AggregatingTransform: Aggregating 2026.03.05 05:27:39.903909 [ 330 ] {c845fa9b-ab42-414c-9b7c-cb6717d26f9e} Aggregator: Aggregation method: without_key 2026.03.05 05:27:39.903948 [ 330 ] {c845fa9b-ab42-414c-9b7c-cb6717d26f9e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001032497 sec. (968.526 rows/sec., 37.83 KiB/sec.) 2026.03.05 05:27:39.903966 [ 330 ] {c845fa9b-ab42-414c-9b7c-cb6717d26f9e} Aggregator: Merging aggregated data 2026.03.05 05:27:39.905407 [ 289 ] {c845fa9b-ab42-414c-9b7c-cb6717d26f9e} executeQuery: Read 1 rows, 40.00 B in 0.003508 sec., 285.06271379703537 rows/sec., 11.14 KiB/sec. 2026.03.05 05:27:39.905548 [ 289 ] {c845fa9b-ab42-414c-9b7c-cb6717d26f9e} TCPHandler: Processed in 0.003933767 sec. 2026.03.05 05:27:39.905672 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:39.905703 [ 289 ] {} TCP-Session: bf481bad-e13c-4d0d-be4a-3a42a84cd2fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.905703 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:39.905724 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:39.905744 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:39.905754 [ 288 ] {} TCP-Session: d910c6c7-546d-4711-afd1-fc97508cbcdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.905762 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:39.905782 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:39.905800 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:39.905819 [ 292 ] {} TCP-Session: 0975315d-0356-45f2-b611-3a5d349896f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.905839 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:39.905851 [ 287 ] {} TCP-Session: 1ad123c2-db47-4cf0-8ef8-f59690fe693d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.905838 [ 291 ] {} TCP-Session: a1f2f0d2-76c2-4bee-a6eb-a3ba9a5e85cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.905895 [ 294 ] {} TCP-Session: 1573b901-9ed1-4c7b-9626-1c65a8209bdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.905819 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.05 05:27:39.905786 [ 286 ] {} TCP-Session: a95566a3-e22d-4fdc-9f86-0f64565f1160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.905773 [ 290 ] {} TCP-Session: 8fbd2477-eada-43b1-aefe-190c6f49cd82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:39.905966 [ 293 ] {} TCP-Session: ed35ee99-71c2-4560-918f-5689f9a06e00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:27:40.954692 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:40.954963 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.05 05:27:40.955341 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:27:40.957784 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.05 05:27:40.958115 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:40.958197 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:40.958394 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.03.05 05:27:40.960537 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:27:40.964423 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:27:40.964466 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:27:40.969428 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.05 05:27:40.969470 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2026.03.05 05:27:40.998426 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} executeQuery: Read 31 rows, 1.16 KiB in 0.043549 sec., 711.8418333371604 rows/sec., 26.69 KiB/sec. 2026.03.05 05:27:40.998606 [ 3 ] {7c5fd18b-3efa-41fd-9aa3-6c9e58129297} TCPHandler: Processed in 0.044066504 sec. 2026.03.05 05:27:40.999802 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.000058 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.05 05:27:41.000511 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:27:41.000563 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.05 05:27:41.000864 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:41.000950 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:41.001126 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.05 05:27:41.001169 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:27:41.001194 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:27:41.001212 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:27:41.001261 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.05 05:27:41.001283 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2026.03.05 05:27:41.001951 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} executeQuery: Read 31 rows, 1.16 KiB in 0.00202 sec., 15346.534653465345 rows/sec., 575.30 KiB/sec. 2026.03.05 05:27:41.002062 [ 3 ] {ae6c1025-a9ad-45c8-a4da-aaa4f8e89772} TCPHandler: Processed in 0.002436832 sec. 2026.03.05 05:27:41.002373 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.002557 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.05 05:27:41.002874 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:27:41.002921 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.05 05:27:41.003212 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:41.003286 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:41.003427 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.05 05:27:41.003468 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:27:41.003494 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:27:41.003514 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:27:41.003563 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.05 05:27:41.003589 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2026.03.05 05:27:41.004600 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} executeQuery: Read 31 rows, 1.16 KiB in 0.002129 sec., 14560.82667919211 rows/sec., 545.85 KiB/sec. 2026.03.05 05:27:41.004717 [ 3 ] {485aaf8d-ab1d-4521-91d6-2f017b644c17} TCPHandler: Processed in 0.002410271 sec. 2026.03.05 05:27:41.004994 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.005170 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} executeQuery: (from [fd00:1122:3344:101::d]:49756) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.05 05:27:41.005515 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:27:41.005563 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.05 05:27:41.005849 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:41.005927 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:27:41.006073 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.05 05:27:41.006118 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:27:41.006146 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:27:41.006169 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:27:41.006219 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.05 05:27:41.006251 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2026.03.05 05:27:41.006896 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} executeQuery: Read 31 rows, 1.16 KiB in 0.001807 sec., 17155.50636413946 rows/sec., 643.12 KiB/sec. 2026.03.05 05:27:41.007024 [ 3 ] {5114de44-eabe-4252-bfbf-e33188503d98} TCPHandler: Processed in 0.002091805 sec. 2026.03.05 05:27:41.015490 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.015640 [ 3 ] {3da106bc-d50a-434c-9193-8015e9709245} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.05 05:27:41.015705 [ 3 ] {3da106bc-d50a-434c-9193-8015e9709245} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:27:41.016439 [ 3 ] {3da106bc-d50a-434c-9193-8015e9709245} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:41.016491 [ 3 ] {3da106bc-d50a-434c-9193-8015e9709245} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2026.03.05 05:27:41.017165 [ 3 ] {3da106bc-d50a-434c-9193-8015e9709245} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:41.017645 [ 3 ] {3da106bc-d50a-434c-9193-8015e9709245} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10): 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.05 05:27:41.017842 [ 3 ] {3da106bc-d50a-434c-9193-8015e9709245} executeQuery: Read 4 rows, 433.00 B in 0.002245 sec., 1781.7371937639198 rows/sec., 188.35 KiB/sec. 2026.03.05 05:27:41.017900 [ 3 ] {3da106bc-d50a-434c-9193-8015e9709245} TCPHandler: Processed in 0.002521133 sec. 2026.03.05 05:27:41.018049 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.018158 [ 3 ] {14464c51-7a16-49b2-91e5-bdde53df80bd} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.05 05:27:41.018205 [ 3 ] {14464c51-7a16-49b2-91e5-bdde53df80bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.05 05:27:41.018920 [ 3 ] {14464c51-7a16-49b2-91e5-bdde53df80bd} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:41.018966 [ 3 ] {14464c51-7a16-49b2-91e5-bdde53df80bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2026.03.05 05:27:41.019572 [ 3 ] {14464c51-7a16-49b2-91e5-bdde53df80bd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:41.020272 [ 3 ] {14464c51-7a16-49b2-91e5-bdde53df80bd} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): 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.05 05:27:41.020439 [ 3 ] {14464c51-7a16-49b2-91e5-bdde53df80bd} executeQuery: Read 4 rows, 334.00 B in 0.002306 sec., 1734.6053772766697 rows/sec., 141.44 KiB/sec. 2026.03.05 05:27:41.020492 [ 3 ] {14464c51-7a16-49b2-91e5-bdde53df80bd} TCPHandler: Processed in 0.002499122 sec. 2026.03.05 05:27:41.020638 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.020745 [ 3 ] {ad5bcaa8-8e3e-4aea-aba7-baa25c8ffec6} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:27:41.020800 [ 3 ] {ad5bcaa8-8e3e-4aea-aba7-baa25c8ffec6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:27:41.021382 [ 3 ] {ad5bcaa8-8e3e-4aea-aba7-baa25c8ffec6} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:41.021427 [ 3 ] {ad5bcaa8-8e3e-4aea-aba7-baa25c8ffec6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2026.03.05 05:27:41.021976 [ 3 ] {ad5bcaa8-8e3e-4aea-aba7-baa25c8ffec6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:41.022483 [ 3 ] {ad5bcaa8-8e3e-4aea-aba7-baa25c8ffec6} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:27:41.022634 [ 3 ] {ad5bcaa8-8e3e-4aea-aba7-baa25c8ffec6} executeQuery: Read 96 rows, 8.24 KiB in 0.001914 sec., 50156.73981191223 rows/sec., 4.20 MiB/sec. 2026.03.05 05:27:41.022675 [ 3 ] {ad5bcaa8-8e3e-4aea-aba7-baa25c8ffec6} TCPHandler: Processed in 0.002091256 sec. 2026.03.05 05:27:41.022808 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.022917 [ 3 ] {ec8b77d4-4882-4d29-b8d3-febdd3eb856d} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:27:41.022971 [ 3 ] {ec8b77d4-4882-4d29-b8d3-febdd3eb856d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:27:41.023438 [ 3 ] {ec8b77d4-4882-4d29-b8d3-febdd3eb856d} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:41.023480 [ 3 ] {ec8b77d4-4882-4d29-b8d3-febdd3eb856d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2026.03.05 05:27:41.023977 [ 3 ] {ec8b77d4-4882-4d29-b8d3-febdd3eb856d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:41.024637 [ 3 ] {ec8b77d4-4882-4d29-b8d3-febdd3eb856d} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:27:41.024814 [ 3 ] {ec8b77d4-4882-4d29-b8d3-febdd3eb856d} executeQuery: Read 23 rows, 1.71 KiB in 0.001923 sec., 11960.478419136765 rows/sec., 888.20 KiB/sec. 2026.03.05 05:27:41.024881 [ 3 ] {ec8b77d4-4882-4d29-b8d3-febdd3eb856d} TCPHandler: Processed in 0.002124987 sec. 2026.03.05 05:27:41.025011 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.025118 [ 3 ] {49cd3d34-b3bf-40f7-8284-59750dc1eed6} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:27:41.025162 [ 3 ] {49cd3d34-b3bf-40f7-8284-59750dc1eed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:27:41.025638 [ 3 ] {49cd3d34-b3bf-40f7-8284-59750dc1eed6} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:41.025696 [ 3 ] {49cd3d34-b3bf-40f7-8284-59750dc1eed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2026.03.05 05:27:41.026275 [ 3 ] {49cd3d34-b3bf-40f7-8284-59750dc1eed6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:41.027016 [ 3 ] {49cd3d34-b3bf-40f7-8284-59750dc1eed6} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:27:41.027203 [ 3 ] {49cd3d34-b3bf-40f7-8284-59750dc1eed6} executeQuery: Read 93 rows, 7.45 KiB in 0.002112 sec., 44034.090909090904 rows/sec., 3.44 MiB/sec. 2026.03.05 05:27:41.027264 [ 3 ] {49cd3d34-b3bf-40f7-8284-59750dc1eed6} TCPHandler: Processed in 0.002305989 sec. 2026.03.05 05:27:41.027438 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.027554 [ 3 ] {4e283330-6dfb-4d5c-a04b-beb59ca96878} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:27:41.027610 [ 3 ] {4e283330-6dfb-4d5c-a04b-beb59ca96878} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:27:41.028125 [ 3 ] {4e283330-6dfb-4d5c-a04b-beb59ca96878} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:41.028172 [ 3 ] {4e283330-6dfb-4d5c-a04b-beb59ca96878} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2026.03.05 05:27:41.028795 [ 3 ] {4e283330-6dfb-4d5c-a04b-beb59ca96878} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:41.029324 [ 3 ] {4e283330-6dfb-4d5c-a04b-beb59ca96878} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:27:41.029516 [ 3 ] {4e283330-6dfb-4d5c-a04b-beb59ca96878} executeQuery: Read 162 rows, 11.55 KiB in 0.001986 sec., 81570.99697885197 rows/sec., 5.68 MiB/sec. 2026.03.05 05:27:41.029583 [ 3 ] {4e283330-6dfb-4d5c-a04b-beb59ca96878} TCPHandler: Processed in 0.002231428 sec. 2026.03.05 05:27:41.029727 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.029849 [ 3 ] {f83f2161-6875-4f32-8ac4-53452a6d6e79} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:27:41.029923 [ 3 ] {f83f2161-6875-4f32-8ac4-53452a6d6e79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:27:41.031026 [ 3 ] {f83f2161-6875-4f32-8ac4-53452a6d6e79} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:41.031067 [ 3 ] {f83f2161-6875-4f32-8ac4-53452a6d6e79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2026.03.05 05:27:41.037281 [ 3 ] {f83f2161-6875-4f32-8ac4-53452a6d6e79} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:41.037882 [ 3 ] {f83f2161-6875-4f32-8ac4-53452a6d6e79} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:27:41.038108 [ 3 ] {f83f2161-6875-4f32-8ac4-53452a6d6e79} executeQuery: Read 19 rows, 34.86 KiB in 0.008283 sec., 2293.8548834963176 rows/sec., 4.11 MiB/sec. 2026.03.05 05:27:41.038234 [ 3 ] {f83f2161-6875-4f32-8ac4-53452a6d6e79} TCPHandler: Processed in 0.008565357 sec. 2026.03.05 05:27:41.038423 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.038561 [ 3 ] {6484f570-81d1-495f-83bd-c41bd146bd1c} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.05 05:27:41.038625 [ 3 ] {6484f570-81d1-495f-83bd-c41bd146bd1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.05 05:27:41.039092 [ 3 ] {6484f570-81d1-495f-83bd-c41bd146bd1c} oximeter.measurements_i64 (36dfbee1-a970-4708-8cb2-07f899242593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:41.039138 [ 3 ] {6484f570-81d1-495f-83bd-c41bd146bd1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2026.03.05 05:27:41.039823 [ 3 ] {6484f570-81d1-495f-83bd-c41bd146bd1c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:27:41.040360 [ 3 ] {6484f570-81d1-495f-83bd-c41bd146bd1c} oximeter.measurements_i64 (36dfbee1-a970-4708-8cb2-07f899242593): 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.05 05:27:41.040528 [ 3 ] {6484f570-81d1-495f-83bd-c41bd146bd1c} executeQuery: Read 6 rows, 434.00 B in 0.002005 sec., 2992.5187032418953 rows/sec., 211.39 KiB/sec. 2026.03.05 05:27:41.040592 [ 3 ] {6484f570-81d1-495f-83bd-c41bd146bd1c} TCPHandler: Processed in 0.002261108 sec. 2026.03.05 05:27:41.040767 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:41.040885 [ 3 ] {28212008-46b0-447a-a44f-993da85fad15} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:27:41.040939 [ 3 ] {28212008-46b0-447a-a44f-993da85fad15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:27:41.041391 [ 3 ] {28212008-46b0-447a-a44f-993da85fad15} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:41.041436 [ 3 ] {28212008-46b0-447a-a44f-993da85fad15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2026.03.05 05:27:41.041995 [ 3 ] {28212008-46b0-447a-a44f-993da85fad15} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:41.042611 [ 3 ] {28212008-46b0-447a-a44f-993da85fad15} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:27:41.042784 [ 3 ] {28212008-46b0-447a-a44f-993da85fad15} executeQuery: Read 60 rows, 4.14 KiB in 0.001925 sec., 31168.83116883117 rows/sec., 2.10 MiB/sec. 2026.03.05 05:27:41.042839 [ 3 ] {28212008-46b0-447a-a44f-993da85fad15} TCPHandler: Processed in 0.002132916 sec. 2026.03.05 05:27:41.377715 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2415 2026.03.05 05:27:41.378242 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:41.378286 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2026.03.05 05:27:41.378960 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:27:41.379484 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:27:41.379667 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2415 2026.03.05 05:27:41.491489 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.05 05:27:41.509092 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:41.509150 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2026.03.05 05:27:41.515919 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:27:41.517133 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:27:41.521542 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.05 05:27:43.866017 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 238 2026.03.05 05:27:43.868551 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:43.868606 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:43.869952 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:43.870529 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:27:43.870845 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 238 2026.03.05 05:27:45.966144 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:45.966324 [ 3 ] {715e10a7-f4fa-4771-b961-3ceccfdfe6b7} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:27:45.966393 [ 3 ] {715e10a7-f4fa-4771-b961-3ceccfdfe6b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:27:45.967165 [ 3 ] {715e10a7-f4fa-4771-b961-3ceccfdfe6b7} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:45.967218 [ 3 ] {715e10a7-f4fa-4771-b961-3ceccfdfe6b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:45.967771 [ 3 ] {715e10a7-f4fa-4771-b961-3ceccfdfe6b7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:45.968287 [ 3 ] {715e10a7-f4fa-4771-b961-3ceccfdfe6b7} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:27:45.968455 [ 3 ] {715e10a7-f4fa-4771-b961-3ceccfdfe6b7} executeQuery: Read 284 rows, 18.47 KiB in 0.00218 sec., 130275.22935779816 rows/sec., 8.27 MiB/sec. 2026.03.05 05:27:45.968507 [ 3 ] {715e10a7-f4fa-4771-b961-3ceccfdfe6b7} TCPHandler: Processed in 0.002492193 sec. 2026.03.05 05:27:45.968646 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:45.968752 [ 3 ] {8173c645-2b7e-4181-b895-5ec43476c1cb} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:27:45.968799 [ 3 ] {8173c645-2b7e-4181-b895-5ec43476c1cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:27:45.969687 [ 3 ] {8173c645-2b7e-4181-b895-5ec43476c1cb} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:45.969727 [ 3 ] {8173c645-2b7e-4181-b895-5ec43476c1cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:45.970252 [ 3 ] {8173c645-2b7e-4181-b895-5ec43476c1cb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:27:45.970721 [ 3 ] {8173c645-2b7e-4181-b895-5ec43476c1cb} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:27:45.970885 [ 3 ] {8173c645-2b7e-4181-b895-5ec43476c1cb} executeQuery: Read 797 rows, 64.15 KiB in 0.002159 sec., 369152.3853635943 rows/sec., 29.02 MiB/sec. 2026.03.05 05:27:45.970940 [ 3 ] {8173c645-2b7e-4181-b895-5ec43476c1cb} TCPHandler: Processed in 0.00234679 sec. 2026.03.05 05:27:45.971087 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:45.971190 [ 3 ] {fd60c2ee-769d-49ff-b3cd-e896e3bf673f} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:27:45.971232 [ 3 ] {fd60c2ee-769d-49ff-b3cd-e896e3bf673f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:27:45.971676 [ 3 ] {fd60c2ee-769d-49ff-b3cd-e896e3bf673f} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:45.971712 [ 3 ] {fd60c2ee-769d-49ff-b3cd-e896e3bf673f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:45.972146 [ 3 ] {fd60c2ee-769d-49ff-b3cd-e896e3bf673f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:45.972628 [ 3 ] {fd60c2ee-769d-49ff-b3cd-e896e3bf673f} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:27:45.972763 [ 3 ] {fd60c2ee-769d-49ff-b3cd-e896e3bf673f} executeQuery: Read 142 rows, 8.54 KiB in 0.001594 sec., 89084.06524466751 rows/sec., 5.23 MiB/sec. 2026.03.05 05:27:45.972802 [ 3 ] {fd60c2ee-769d-49ff-b3cd-e896e3bf673f} TCPHandler: Processed in 0.00178072 sec. 2026.03.05 05:27:45.972923 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:45.973019 [ 3 ] {fe041c51-b752-4741-ae8c-e0e3cac5ba0a} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:27:45.973061 [ 3 ] {fe041c51-b752-4741-ae8c-e0e3cac5ba0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:27:45.973499 [ 3 ] {fe041c51-b752-4741-ae8c-e0e3cac5ba0a} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:45.973537 [ 3 ] {fe041c51-b752-4741-ae8c-e0e3cac5ba0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:45.973970 [ 3 ] {fe041c51-b752-4741-ae8c-e0e3cac5ba0a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:45.974462 [ 3 ] {fe041c51-b752-4741-ae8c-e0e3cac5ba0a} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:27:45.974597 [ 3 ] {fe041c51-b752-4741-ae8c-e0e3cac5ba0a} executeQuery: Read 149 rows, 9.86 KiB in 0.001597 sec., 93299.93738259237 rows/sec., 6.03 MiB/sec. 2026.03.05 05:27:45.974635 [ 3 ] {fe041c51-b752-4741-ae8c-e0e3cac5ba0a} TCPHandler: Processed in 0.00176164 sec. 2026.03.05 05:27:45.974749 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:45.974843 [ 3 ] {e92268cc-6be8-4d60-ae9d-8e27cd49cf0f} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:27:45.974884 [ 3 ] {e92268cc-6be8-4d60-ae9d-8e27cd49cf0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:27:45.975319 [ 3 ] {e92268cc-6be8-4d60-ae9d-8e27cd49cf0f} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:45.975355 [ 3 ] {e92268cc-6be8-4d60-ae9d-8e27cd49cf0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:45.975861 [ 3 ] {e92268cc-6be8-4d60-ae9d-8e27cd49cf0f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:45.976313 [ 3 ] {e92268cc-6be8-4d60-ae9d-8e27cd49cf0f} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:27:45.976444 [ 3 ] {e92268cc-6be8-4d60-ae9d-8e27cd49cf0f} executeQuery: Read 148 rows, 8.62 KiB in 0.00162 sec., 91358.02469135803 rows/sec., 5.20 MiB/sec. 2026.03.05 05:27:45.976482 [ 3 ] {e92268cc-6be8-4d60-ae9d-8e27cd49cf0f} TCPHandler: Processed in 0.00178243 sec. 2026.03.05 05:27:45.976595 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:45.976689 [ 3 ] {17084e42-ea9d-43b5-a1e5-77bf64e29b74} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:27:45.976728 [ 3 ] {17084e42-ea9d-43b5-a1e5-77bf64e29b74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:27:45.977305 [ 3 ] {17084e42-ea9d-43b5-a1e5-77bf64e29b74} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:45.977340 [ 3 ] {17084e42-ea9d-43b5-a1e5-77bf64e29b74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:45.977798 [ 3 ] {17084e42-ea9d-43b5-a1e5-77bf64e29b74} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:27:45.978250 [ 3 ] {17084e42-ea9d-43b5-a1e5-77bf64e29b74} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:27:45.978408 [ 3 ] {17084e42-ea9d-43b5-a1e5-77bf64e29b74} executeQuery: Read 490 rows, 35.18 KiB in 0.001737 sec., 282095.56706966035 rows/sec., 19.78 MiB/sec. 2026.03.05 05:27:45.978447 [ 3 ] {17084e42-ea9d-43b5-a1e5-77bf64e29b74} TCPHandler: Processed in 0.001900493 sec. 2026.03.05 05:27:45.978556 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:45.978650 [ 3 ] {2f316abe-aed2-46e0-b0ff-097a9dbc33c5} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:27:45.978691 [ 3 ] {2f316abe-aed2-46e0-b0ff-097a9dbc33c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:27:45.979021 [ 3 ] {2f316abe-aed2-46e0-b0ff-097a9dbc33c5} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:45.979058 [ 3 ] {2f316abe-aed2-46e0-b0ff-097a9dbc33c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:45.979495 [ 3 ] {2f316abe-aed2-46e0-b0ff-097a9dbc33c5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:45.980011 [ 3 ] {2f316abe-aed2-46e0-b0ff-097a9dbc33c5} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:27:45.980145 [ 3 ] {2f316abe-aed2-46e0-b0ff-097a9dbc33c5} executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec. 2026.03.05 05:27:45.980180 [ 3 ] {2f316abe-aed2-46e0-b0ff-097a9dbc33c5} TCPHandler: Processed in 0.001673438 sec. 2026.03.05 05:27:45.980287 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:45.980381 [ 3 ] {1b1ffccd-84fb-47aa-8644-4bc8d1cd3b4b} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:27:45.980424 [ 3 ] {1b1ffccd-84fb-47aa-8644-4bc8d1cd3b4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:27:45.980837 [ 3 ] {1b1ffccd-84fb-47aa-8644-4bc8d1cd3b4b} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:45.980874 [ 3 ] {1b1ffccd-84fb-47aa-8644-4bc8d1cd3b4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:45.981342 [ 3 ] {1b1ffccd-84fb-47aa-8644-4bc8d1cd3b4b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:27:45.981851 [ 3 ] {1b1ffccd-84fb-47aa-8644-4bc8d1cd3b4b} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:27:45.982009 [ 3 ] {1b1ffccd-84fb-47aa-8644-4bc8d1cd3b4b} executeQuery: Read 265 rows, 18.03 KiB in 0.001646 sec., 160996.354799514 rows/sec., 10.70 MiB/sec. 2026.03.05 05:27:45.982049 [ 3 ] {1b1ffccd-84fb-47aa-8644-4bc8d1cd3b4b} TCPHandler: Processed in 0.001810561 sec. 2026.03.05 05:27:45.982172 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:45.982267 [ 3 ] {633083ea-a7d5-4978-92c2-9acaa83059b2} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:27:45.982309 [ 3 ] {633083ea-a7d5-4978-92c2-9acaa83059b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:27:45.982626 [ 3 ] {633083ea-a7d5-4978-92c2-9acaa83059b2} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:45.982662 [ 3 ] {633083ea-a7d5-4978-92c2-9acaa83059b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:45.983089 [ 3 ] {633083ea-a7d5-4978-92c2-9acaa83059b2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:27:45.983570 [ 3 ] {633083ea-a7d5-4978-92c2-9acaa83059b2} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:27:45.983699 [ 3 ] {633083ea-a7d5-4978-92c2-9acaa83059b2} executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec. 2026.03.05 05:27:45.983734 [ 3 ] {633083ea-a7d5-4978-92c2-9acaa83059b2} TCPHandler: Processed in 0.001611738 sec. 2026.03.05 05:27:45.983846 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:45.983940 [ 3 ] {9074e3fb-6dd3-4936-a1ac-11a03367d75c} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:27:45.983981 [ 3 ] {9074e3fb-6dd3-4936-a1ac-11a03367d75c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:27:45.984310 [ 3 ] {9074e3fb-6dd3-4936-a1ac-11a03367d75c} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:45.984347 [ 3 ] {9074e3fb-6dd3-4936-a1ac-11a03367d75c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:45.984783 [ 3 ] {9074e3fb-6dd3-4936-a1ac-11a03367d75c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:27:45.985265 [ 3 ] {9074e3fb-6dd3-4936-a1ac-11a03367d75c} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:27:45.985435 [ 3 ] {9074e3fb-6dd3-4936-a1ac-11a03367d75c} executeQuery: Read 90 rows, 5.77 KiB in 0.001513 sec., 59484.46794448116 rows/sec., 3.72 MiB/sec. 2026.03.05 05:27:45.985474 [ 3 ] {9074e3fb-6dd3-4936-a1ac-11a03367d75c} TCPHandler: Processed in 0.001676869 sec. 2026.03.05 05:27:48.818776 [ 71 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:27:48.818879 [ 71 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:27:48.879727 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2863 2026.03.05 05:27:48.880244 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:48.880283 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:48.880923 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:27:48.881441 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:27:48.881572 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2863 2026.03.05 05:27:48.881589 [ 71 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.05 05:27:48.881664 [ 71 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:48.881688 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:48.884360 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::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.05 05:27:48.886994 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:27:48.887110 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.03.05 05:27:48.887232 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.03.05 05:27:48.887289 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.03.05 05:27:48.887336 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 439 rows starting from the beginning of the part 2026.03.05 05:27:48.887401 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.03.05 05:27:48.887449 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.03.05 05:27:48.923820 [ 196 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2863 rows, containing 4 columns (4 merged, 0 gathered) in 0.041997098 sec., 68171.37698419068 rows/sec., 998.60 KiB/sec. 2026.03.05 05:27:48.924913 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.05 05:27:48.925530 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_6_1} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:27:48.925598 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_6_1} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.05 05:27:48.925705 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.03.05 05:27:49.000169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 190.78 MiB, peak 197.09 MiB, free memory in arenas 0.00 B, will set to 192.32 MiB (RSS), difference: 1.54 MiB 2026.03.05 05:27:49.021587 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.05 05:27:49.038094 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:49.038133 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:49.044201 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:27:49.045315 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:27:49.045673 [ 67 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.05 05:27:49.045714 [ 67 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:49.045736 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:49.045823 [ 188 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:27:49.048813 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.05 05:27:49.050041 [ 188 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:27:49.051409 [ 188 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:27:49.055861 [ 188 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:27:49.060058 [ 188 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:27:49.064148 [ 188 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:27:49.071364 [ 188 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:27:49.075909 [ 188 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:27:49.138677 [ 186 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.092886488 sec., 495.2281111112738 rows/sec., 2.56 MiB/sec. 2026.03.05 05:27:49.141068 [ 198 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.05 05:27:49.143631 [ 198 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_6_1} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:27:49.143738 [ 198 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_6_1} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.05 05:27:49.145530 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.05 05:27:50.001215 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 193.40 MiB, peak 202.94 MiB, free memory in arenas 0.00 B, will set to 202.38 MiB (RSS), difference: 8.98 MiB 2026.03.05 05:27:50.961012 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:50.961202 [ 3 ] {28fdabe7-0c51-426c-81fb-17d918d404cc} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:27:50.961269 [ 3 ] {28fdabe7-0c51-426c-81fb-17d918d404cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:27:50.962045 [ 3 ] {28fdabe7-0c51-426c-81fb-17d918d404cc} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:50.962088 [ 3 ] {28fdabe7-0c51-426c-81fb-17d918d404cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:50.962511 [ 3 ] {28fdabe7-0c51-426c-81fb-17d918d404cc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:27:50.962757 [ 3 ] {28fdabe7-0c51-426c-81fb-17d918d404cc} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:27:50.962871 [ 70 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.05 05:27:50.962912 [ 70 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:50.962918 [ 3 ] {28fdabe7-0c51-426c-81fb-17d918d404cc} executeQuery: Read 128 rows, 11.29 KiB in 0.001765 sec., 72521.2464589235 rows/sec., 6.24 MiB/sec. 2026.03.05 05:27:50.962938 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:50.962973 [ 3 ] {28fdabe7-0c51-426c-81fb-17d918d404cc} TCPHandler: Processed in 0.002100146 sec. 2026.03.05 05:27:50.963080 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::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.05 05:27:50.963120 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:50.963229 [ 3 ] {f2e3d99c-7948-4e3f-92cf-802339b365e1} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:27:50.963272 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:27:50.963274 [ 3 ] {f2e3d99c-7948-4e3f-92cf-802339b365e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:27:50.963328 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 801 rows starting from the beginning of the part 2026.03.05 05:27:50.963447 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.03.05 05:27:50.963517 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 797 rows starting from the beginning of the part 2026.03.05 05:27:50.963575 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 96 rows starting from the beginning of the part 2026.03.05 05:27:50.963627 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 797 rows starting from the beginning of the part 2026.03.05 05:27:50.963678 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 128 rows starting from the beginning of the part 2026.03.05 05:27:50.963743 [ 3 ] {f2e3d99c-7948-4e3f-92cf-802339b365e1} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:50.963785 [ 3 ] {f2e3d99c-7948-4e3f-92cf-802339b365e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:50.964168 [ 3 ] {f2e3d99c-7948-4e3f-92cf-802339b365e1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:27:50.964426 [ 3 ] {f2e3d99c-7948-4e3f-92cf-802339b365e1} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:27:50.964574 [ 3 ] {f2e3d99c-7948-4e3f-92cf-802339b365e1} executeQuery: Read 36 rows, 2.71 KiB in 0.001368 sec., 26315.78947368421 rows/sec., 1.93 MiB/sec. 2026.03.05 05:27:50.964613 [ 3 ] {f2e3d99c-7948-4e3f-92cf-802339b365e1} TCPHandler: Processed in 0.001549217 sec. 2026.03.05 05:27:50.964724 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:50.964825 [ 3 ] {42a84270-9d9f-4fb3-8ab6-02c72592ce1b} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:27:50.964867 [ 3 ] {42a84270-9d9f-4fb3-8ab6-02c72592ce1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:27:50.965228 [ 186 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2675 rows, containing 5 columns (5 merged, 0 gathered) in 0.002220938 sec., 1204446.049371932 rows/sec., 99.85 MiB/sec. 2026.03.05 05:27:50.965315 [ 3 ] {42a84270-9d9f-4fb3-8ab6-02c72592ce1b} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:50.965351 [ 3 ] {42a84270-9d9f-4fb3-8ab6-02c72592ce1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:50.965499 [ 187 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.05 05:27:50.965701 [ 3 ] {42a84270-9d9f-4fb3-8ab6-02c72592ce1b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:27:50.965874 [ 187 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_6_1} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:27:50.965988 [ 187 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_6_1} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.05 05:27:50.965993 [ 3 ] {42a84270-9d9f-4fb3-8ab6-02c72592ce1b} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:27:50.966101 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.03.05 05:27:50.966106 [ 70 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.05 05:27:50.966148 [ 3 ] {42a84270-9d9f-4fb3-8ab6-02c72592ce1b} executeQuery: Read 108 rows, 8.66 KiB in 0.001343 sec., 80416.97691734922 rows/sec., 6.30 MiB/sec. 2026.03.05 05:27:50.966149 [ 70 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:50.966182 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:50.966186 [ 3 ] {42a84270-9d9f-4fb3-8ab6-02c72592ce1b} TCPHandler: Processed in 0.001514225 sec. 2026.03.05 05:27:50.966254 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::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.05 05:27:50.966299 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:50.966349 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:27:50.966378 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 498 rows starting from the beginning of the part 2026.03.05 05:27:50.966399 [ 3 ] {c28b3fbe-df12-406f-aafd-fb456c751cce} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:27:50.966425 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.03.05 05:27:50.966449 [ 3 ] {c28b3fbe-df12-406f-aafd-fb456c751cce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:27:50.966467 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 490 rows starting from the beginning of the part 2026.03.05 05:27:50.966506 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 93 rows starting from the beginning of the part 2026.03.05 05:27:50.966542 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 490 rows starting from the beginning of the part 2026.03.05 05:27:50.966582 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 108 rows starting from the beginning of the part 2026.03.05 05:27:50.966875 [ 3 ] {c28b3fbe-df12-406f-aafd-fb456c751cce} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:50.966914 [ 3 ] {c28b3fbe-df12-406f-aafd-fb456c751cce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:50.967273 [ 3 ] {c28b3fbe-df12-406f-aafd-fb456c751cce} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:27:50.967504 [ 3 ] {c28b3fbe-df12-406f-aafd-fb456c751cce} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:27:50.967574 [ 190 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1743 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349823 sec., 1291280.4123207266 rows/sec., 97.10 MiB/sec. 2026.03.05 05:27:50.967595 [ 70 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.05 05:27:50.967619 [ 70 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:50.967636 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:50.967637 [ 3 ] {c28b3fbe-df12-406f-aafd-fb456c751cce} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2026.03.05 05:27:50.967682 [ 3 ] {c28b3fbe-df12-406f-aafd-fb456c751cce} TCPHandler: Processed in 0.001432394 sec. 2026.03.05 05:27:50.967704 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::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.05 05:27:50.967734 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.05 05:27:50.967783 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:50.967810 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:27:50.967844 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 237 rows starting from the beginning of the part 2026.03.05 05:27:50.967883 [ 3 ] {7e9ec5a8-32b0-4df4-9429-92c0190445de} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:27:50.967939 [ 3 ] {7e9ec5a8-32b0-4df4-9429-92c0190445de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:27:50.967938 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.03.05 05:27:50.967999 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 265 rows starting from the beginning of the part 2026.03.05 05:27:50.968001 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_6_1} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:27:50.968048 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 162 rows starting from the beginning of the part 2026.03.05 05:27:50.968090 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_6_1} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.05 05:27:50.968098 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 265 rows starting from the beginning of the part 2026.03.05 05:27:50.968157 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.03.05 05:27:50.968168 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.03.05 05:27:50.968774 [ 3 ] {7e9ec5a8-32b0-4df4-9429-92c0190445de} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:50.968812 [ 3 ] {7e9ec5a8-32b0-4df4-9429-92c0190445de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:50.969305 [ 190 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.001635768 sec., 763555.7120569666 rows/sec., 51.62 MiB/sec. 2026.03.05 05:27:50.969442 [ 3 ] {7e9ec5a8-32b0-4df4-9429-92c0190445de} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:50.969494 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.05 05:27:50.969684 [ 3 ] {7e9ec5a8-32b0-4df4-9429-92c0190445de} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:27:50.969744 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_6_1} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:27:50.969803 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_6_1} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.05 05:27:50.969825 [ 3 ] {7e9ec5a8-32b0-4df4-9429-92c0190445de} executeQuery: Read 36 rows, 66.06 KiB in 0.001959 sec., 18376.722817764166 rows/sec., 32.93 MiB/sec. 2026.03.05 05:27:50.969861 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.03.05 05:27:50.969887 [ 3 ] {7e9ec5a8-32b0-4df4-9429-92c0190445de} TCPHandler: Processed in 0.002153007 sec. 2026.03.05 05:27:50.969998 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:50.970093 [ 3 ] {ea9effd2-8143-42ec-bb1c-8c7bab9d604a} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.05 05:27:50.970135 [ 3 ] {ea9effd2-8143-42ec-bb1c-8c7bab9d604a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.05 05:27:50.970491 [ 3 ] {ea9effd2-8143-42ec-bb1c-8c7bab9d604a} oximeter.measurements_i64 (36dfbee1-a970-4708-8cb2-07f899242593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:50.970525 [ 3 ] {ea9effd2-8143-42ec-bb1c-8c7bab9d604a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:50.970837 [ 3 ] {ea9effd2-8143-42ec-bb1c-8c7bab9d604a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:27:50.971037 [ 3 ] {ea9effd2-8143-42ec-bb1c-8c7bab9d604a} oximeter.measurements_i64 (36dfbee1-a970-4708-8cb2-07f899242593): 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.05 05:27:50.971162 [ 3 ] {ea9effd2-8143-42ec-bb1c-8c7bab9d604a} executeQuery: Read 15 rows, 1.14 KiB in 0.001088 sec., 13786.764705882353 rows/sec., 1.03 MiB/sec. 2026.03.05 05:27:50.971197 [ 3 ] {ea9effd2-8143-42ec-bb1c-8c7bab9d604a} TCPHandler: Processed in 0.001247781 sec. 2026.03.05 05:27:50.971296 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:50.971388 [ 3 ] {d8fdcbc3-7956-405d-a462-368dbc712d42} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:27:50.971428 [ 3 ] {d8fdcbc3-7956-405d-a462-368dbc712d42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:27:50.971748 [ 3 ] {d8fdcbc3-7956-405d-a462-368dbc712d42} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:50.971781 [ 3 ] {d8fdcbc3-7956-405d-a462-368dbc712d42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:50.972071 [ 3 ] {d8fdcbc3-7956-405d-a462-368dbc712d42} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:27:50.972273 [ 3 ] {d8fdcbc3-7956-405d-a462-368dbc712d42} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:27:50.972357 [ 70 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.05 05:27:50.972385 [ 70 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:50.972397 [ 3 ] {d8fdcbc3-7956-405d-a462-368dbc712d42} executeQuery: Read 60 rows, 4.14 KiB in 0.001027 sec., 58422.59006815969 rows/sec., 3.94 MiB/sec. 2026.03.05 05:27:50.972401 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:50.972432 [ 3 ] {d8fdcbc3-7956-405d-a462-368dbc712d42} TCPHandler: Processed in 0.00118462 sec. 2026.03.05 05:27:50.972492 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:27:50.972605 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:27:50.972639 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 78 rows starting from the beginning of the part 2026.03.05 05:27:50.972715 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.03.05 05:27:50.972771 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 90 rows starting from the beginning of the part 2026.03.05 05:27:50.972827 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:27:50.972868 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 90 rows starting from the beginning of the part 2026.03.05 05:27:50.972915 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:27:50.973720 [ 190 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 4 columns (4 merged, 0 gathered) in 0.001262451 sec., 346944.1586247704 rows/sec., 22.35 MiB/sec. 2026.03.05 05:27:50.973864 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.05 05:27:50.974136 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_6_1} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:27:50.974196 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_6_1} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.05 05:27:50.974249 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.05 05:27:53.871972 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 272 2026.03.05 05:27:53.874268 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:53.874321 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:53.875552 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:53.875826 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:27:53.876142 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 272 2026.03.05 05:27:55.966292 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:55.966569 [ 3 ] {89ce03e5-9c42-41ff-95b2-1d77511b6e91} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:27:55.966671 [ 3 ] {89ce03e5-9c42-41ff-95b2-1d77511b6e91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:27:55.967632 [ 3 ] {89ce03e5-9c42-41ff-95b2-1d77511b6e91} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:55.967678 [ 3 ] {89ce03e5-9c42-41ff-95b2-1d77511b6e91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:55.968068 [ 3 ] {89ce03e5-9c42-41ff-95b2-1d77511b6e91} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:55.968305 [ 3 ] {89ce03e5-9c42-41ff-95b2-1d77511b6e91} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:27:55.968460 [ 3 ] {89ce03e5-9c42-41ff-95b2-1d77511b6e91} executeQuery: Read 284 rows, 18.47 KiB in 0.001967 sec., 144382.3080833757 rows/sec., 9.17 MiB/sec. 2026.03.05 05:27:55.968504 [ 3 ] {89ce03e5-9c42-41ff-95b2-1d77511b6e91} TCPHandler: Processed in 0.00239338 sec. 2026.03.05 05:27:55.968636 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:55.968731 [ 3 ] {a7c722ae-32c1-4a97-bb53-a89c8978aa2c} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:27:55.968772 [ 3 ] {a7c722ae-32c1-4a97-bb53-a89c8978aa2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:27:55.969504 [ 3 ] {a7c722ae-32c1-4a97-bb53-a89c8978aa2c} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:55.969540 [ 3 ] {a7c722ae-32c1-4a97-bb53-a89c8978aa2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:55.969882 [ 3 ] {a7c722ae-32c1-4a97-bb53-a89c8978aa2c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:27:55.970106 [ 3 ] {a7c722ae-32c1-4a97-bb53-a89c8978aa2c} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:27:55.970237 [ 3 ] {a7c722ae-32c1-4a97-bb53-a89c8978aa2c} executeQuery: Read 797 rows, 64.15 KiB in 0.001524 sec., 522965.87926509185 rows/sec., 41.11 MiB/sec. 2026.03.05 05:27:55.970275 [ 3 ] {a7c722ae-32c1-4a97-bb53-a89c8978aa2c} TCPHandler: Processed in 0.001689079 sec. 2026.03.05 05:27:55.970396 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:55.970494 [ 3 ] {bce16d3c-3536-452d-8448-e1e3eb0895db} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:27:55.970535 [ 3 ] {bce16d3c-3536-452d-8448-e1e3eb0895db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:27:55.970956 [ 3 ] {bce16d3c-3536-452d-8448-e1e3eb0895db} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:55.970995 [ 3 ] {bce16d3c-3536-452d-8448-e1e3eb0895db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:55.971306 [ 3 ] {bce16d3c-3536-452d-8448-e1e3eb0895db} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:27:55.971519 [ 3 ] {bce16d3c-3536-452d-8448-e1e3eb0895db} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:27:55.971626 [ 60 ] {} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.05 05:27:55.971642 [ 3 ] {bce16d3c-3536-452d-8448-e1e3eb0895db} executeQuery: Read 142 rows, 8.54 KiB in 0.001166 sec., 121783.87650085764 rows/sec., 7.15 MiB/sec. 2026.03.05 05:27:55.971711 [ 60 ] {} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:55.971725 [ 3 ] {bce16d3c-3536-452d-8448-e1e3eb0895db} TCPHandler: Processed in 0.001385544 sec. 2026.03.05 05:27:55.971738 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:55.971832 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::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.05 05:27:55.971849 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:55.971924 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:27:55.971945 [ 3 ] {b073b29a-b75a-4b72-8492-e85b2cedcdf0} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:27:55.971952 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 150 rows starting from the beginning of the part 2026.03.05 05:27:55.971985 [ 3 ] {b073b29a-b75a-4b72-8492-e85b2cedcdf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:27:55.972015 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 142 rows starting from the beginning of the part 2026.03.05 05:27:55.972060 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part 2026.03.05 05:27:55.972100 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 142 rows starting from the beginning of the part 2026.03.05 05:27:55.972141 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2026.03.05 05:27:55.972178 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 142 rows starting from the beginning of the part 2026.03.05 05:27:55.972403 [ 3 ] {b073b29a-b75a-4b72-8492-e85b2cedcdf0} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:55.972437 [ 3 ] {b073b29a-b75a-4b72-8492-e85b2cedcdf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:55.972737 [ 3 ] {b073b29a-b75a-4b72-8492-e85b2cedcdf0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:55.972950 [ 3 ] {b073b29a-b75a-4b72-8492-e85b2cedcdf0} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:27:55.972967 [ 200 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 635 rows, containing 5 columns (5 merged, 0 gathered) in 0.001159419 sec., 547688.1093030216 rows/sec., 35.06 MiB/sec. 2026.03.05 05:27:55.973076 [ 3 ] {b073b29a-b75a-4b72-8492-e85b2cedcdf0} executeQuery: Read 149 rows, 9.86 KiB in 0.001149 sec., 129677.98085291557 rows/sec., 8.38 MiB/sec. 2026.03.05 05:27:55.973098 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.05 05:27:55.973119 [ 3 ] {b073b29a-b75a-4b72-8492-e85b2cedcdf0} TCPHandler: Processed in 0.001318872 sec. 2026.03.05 05:27:55.973232 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:55.973325 [ 3 ] {34d6a176-feef-48bb-bf51-d2e099def7a0} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:27:55.973339 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_6_1} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:27:55.973364 [ 3 ] {34d6a176-feef-48bb-bf51-d2e099def7a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:27:55.973400 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_6_1} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.05 05:27:55.973455 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.05 05:27:55.973779 [ 3 ] {34d6a176-feef-48bb-bf51-d2e099def7a0} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:55.973814 [ 3 ] {34d6a176-feef-48bb-bf51-d2e099def7a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:55.974106 [ 3 ] {34d6a176-feef-48bb-bf51-d2e099def7a0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:55.974329 [ 3 ] {34d6a176-feef-48bb-bf51-d2e099def7a0} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:27:55.974455 [ 3 ] {34d6a176-feef-48bb-bf51-d2e099def7a0} executeQuery: Read 148 rows, 8.62 KiB in 0.001147 sec., 129032.25806451612 rows/sec., 7.34 MiB/sec. 2026.03.05 05:27:55.974493 [ 3 ] {34d6a176-feef-48bb-bf51-d2e099def7a0} TCPHandler: Processed in 0.001309422 sec. 2026.03.05 05:27:55.974601 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:55.974693 [ 3 ] {ba8838f4-7d83-4221-b2fa-17e2c1421f0e} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:27:55.974733 [ 3 ] {ba8838f4-7d83-4221-b2fa-17e2c1421f0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:27:55.975273 [ 3 ] {ba8838f4-7d83-4221-b2fa-17e2c1421f0e} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:55.975309 [ 3 ] {ba8838f4-7d83-4221-b2fa-17e2c1421f0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:55.975619 [ 3 ] {ba8838f4-7d83-4221-b2fa-17e2c1421f0e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:27:55.975832 [ 3 ] {ba8838f4-7d83-4221-b2fa-17e2c1421f0e} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:27:55.975960 [ 3 ] {ba8838f4-7d83-4221-b2fa-17e2c1421f0e} executeQuery: Read 490 rows, 35.18 KiB in 0.001284 sec., 381619.93769470404 rows/sec., 26.76 MiB/sec. 2026.03.05 05:27:55.975997 [ 3 ] {ba8838f4-7d83-4221-b2fa-17e2c1421f0e} TCPHandler: Processed in 0.001445085 sec. 2026.03.05 05:27:55.976097 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:55.976188 [ 3 ] {f1d8ed15-8e09-43e4-8401-87dc830dd882} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:27:55.976229 [ 3 ] {f1d8ed15-8e09-43e4-8401-87dc830dd882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:27:55.976557 [ 3 ] {f1d8ed15-8e09-43e4-8401-87dc830dd882} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:55.976591 [ 3 ] {f1d8ed15-8e09-43e4-8401-87dc830dd882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:55.976886 [ 3 ] {f1d8ed15-8e09-43e4-8401-87dc830dd882} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:55.977092 [ 3 ] {f1d8ed15-8e09-43e4-8401-87dc830dd882} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:27:55.977222 [ 3 ] {f1d8ed15-8e09-43e4-8401-87dc830dd882} executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. 2026.03.05 05:27:55.977257 [ 3 ] {f1d8ed15-8e09-43e4-8401-87dc830dd882} TCPHandler: Processed in 0.001209181 sec. 2026.03.05 05:27:55.977361 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:55.977471 [ 3 ] {842e865f-d339-4e78-baad-971aa4704612} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:27:55.977515 [ 3 ] {842e865f-d339-4e78-baad-971aa4704612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:27:55.977909 [ 3 ] {842e865f-d339-4e78-baad-971aa4704612} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:55.977944 [ 3 ] {842e865f-d339-4e78-baad-971aa4704612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:55.978268 [ 3 ] {842e865f-d339-4e78-baad-971aa4704612} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:27:55.978481 [ 3 ] {842e865f-d339-4e78-baad-971aa4704612} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:27:55.978608 [ 3 ] {842e865f-d339-4e78-baad-971aa4704612} executeQuery: Read 265 rows, 18.03 KiB in 0.001155 sec., 229437.22943722943 rows/sec., 15.25 MiB/sec. 2026.03.05 05:27:55.978671 [ 3 ] {842e865f-d339-4e78-baad-971aa4704612} TCPHandler: Processed in 0.001361333 sec. 2026.03.05 05:27:55.978777 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:55.978871 [ 3 ] {3c7586d0-9e98-4c77-a8ee-2ed3cc48357d} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:27:55.978911 [ 3 ] {3c7586d0-9e98-4c77-a8ee-2ed3cc48357d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:27:55.979217 [ 3 ] {3c7586d0-9e98-4c77-a8ee-2ed3cc48357d} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:55.979253 [ 3 ] {3c7586d0-9e98-4c77-a8ee-2ed3cc48357d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:55.979542 [ 3 ] {3c7586d0-9e98-4c77-a8ee-2ed3cc48357d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:27:55.979751 [ 3 ] {3c7586d0-9e98-4c77-a8ee-2ed3cc48357d} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:27:55.979901 [ 3 ] {3c7586d0-9e98-4c77-a8ee-2ed3cc48357d} executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. 2026.03.05 05:27:55.979938 [ 3 ] {3c7586d0-9e98-4c77-a8ee-2ed3cc48357d} TCPHandler: Processed in 0.001209691 sec. 2026.03.05 05:27:55.980036 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:27:55.980128 [ 3 ] {63b5f1dc-5454-4bf6-a802-18279249c946} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:27:55.980168 [ 3 ] {63b5f1dc-5454-4bf6-a802-18279249c946} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:27:55.980481 [ 3 ] {63b5f1dc-5454-4bf6-a802-18279249c946} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:55.980517 [ 3 ] {63b5f1dc-5454-4bf6-a802-18279249c946} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:55.980818 [ 3 ] {63b5f1dc-5454-4bf6-a802-18279249c946} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:27:55.981024 [ 3 ] {63b5f1dc-5454-4bf6-a802-18279249c946} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:27:55.981149 [ 3 ] {63b5f1dc-5454-4bf6-a802-18279249c946} executeQuery: Read 90 rows, 5.77 KiB in 0.001038 sec., 86705.20231213872 rows/sec., 5.43 MiB/sec. 2026.03.05 05:27:55.981185 [ 3 ] {63b5f1dc-5454-4bf6-a802-18279249c946} TCPHandler: Processed in 0.0011964 sec. 2026.03.05 05:27:56.382586 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3375 2026.03.05 05:27:56.383108 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:56.383158 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:56.383651 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:27:56.383887 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:27:56.384034 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3375 2026.03.05 05:27:56.549828 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.05 05:27:56.567045 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:27:56.567095 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:27:56.572560 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:27:56.573245 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:27:56.576566 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.05 05:28:00.960999 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:00.961188 [ 3 ] {86306832-2d02-470b-8fe7-45bd4d136086} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:00.961255 [ 3 ] {86306832-2d02-470b-8fe7-45bd4d136086} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:00.961927 [ 3 ] {86306832-2d02-470b-8fe7-45bd4d136086} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:00.961974 [ 3 ] {86306832-2d02-470b-8fe7-45bd4d136086} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:00.962370 [ 3 ] {86306832-2d02-470b-8fe7-45bd4d136086} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:00.962595 [ 3 ] {86306832-2d02-470b-8fe7-45bd4d136086} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:00.962743 [ 3 ] {86306832-2d02-470b-8fe7-45bd4d136086} executeQuery: Read 128 rows, 11.29 KiB in 0.001603 sec., 79850.28072364317 rows/sec., 6.88 MiB/sec. 2026.03.05 05:28:00.962785 [ 3 ] {86306832-2d02-470b-8fe7-45bd4d136086} TCPHandler: Processed in 0.001912593 sec. 2026.03.05 05:28:00.962912 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:00.963006 [ 3 ] {9d0110c9-01aa-4dfc-a772-00e451a6f490} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:00.963047 [ 3 ] {9d0110c9-01aa-4dfc-a772-00e451a6f490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:00.963467 [ 3 ] {9d0110c9-01aa-4dfc-a772-00e451a6f490} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:00.963503 [ 3 ] {9d0110c9-01aa-4dfc-a772-00e451a6f490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:00.963840 [ 3 ] {9d0110c9-01aa-4dfc-a772-00e451a6f490} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:28:00.964065 [ 3 ] {9d0110c9-01aa-4dfc-a772-00e451a6f490} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:00.964196 [ 3 ] {9d0110c9-01aa-4dfc-a772-00e451a6f490} executeQuery: Read 36 rows, 2.71 KiB in 0.001207 sec., 29826.014913007457 rows/sec., 2.19 MiB/sec. 2026.03.05 05:28:00.964233 [ 3 ] {9d0110c9-01aa-4dfc-a772-00e451a6f490} TCPHandler: Processed in 0.001372004 sec. 2026.03.05 05:28:00.964350 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:00.964445 [ 3 ] {03a0d287-f6e4-4a6d-86bb-8b9c84447830} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:00.964486 [ 3 ] {03a0d287-f6e4-4a6d-86bb-8b9c84447830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:00.964918 [ 3 ] {03a0d287-f6e4-4a6d-86bb-8b9c84447830} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:00.964955 [ 3 ] {03a0d287-f6e4-4a6d-86bb-8b9c84447830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:00.965262 [ 3 ] {03a0d287-f6e4-4a6d-86bb-8b9c84447830} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:00.965474 [ 3 ] {03a0d287-f6e4-4a6d-86bb-8b9c84447830} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:00.965602 [ 3 ] {03a0d287-f6e4-4a6d-86bb-8b9c84447830} executeQuery: Read 100 rows, 8.00 KiB in 0.001175 sec., 85106.3829787234 rows/sec., 6.65 MiB/sec. 2026.03.05 05:28:00.965641 [ 3 ] {03a0d287-f6e4-4a6d-86bb-8b9c84447830} TCPHandler: Processed in 0.001340473 sec. 2026.03.05 05:28:00.965755 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:00.965849 [ 3 ] {e6ba7f22-42d3-4fac-a5dd-b5bb2d4f8a4a} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:00.965893 [ 3 ] {e6ba7f22-42d3-4fac-a5dd-b5bb2d4f8a4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:00.966305 [ 3 ] {e6ba7f22-42d3-4fac-a5dd-b5bb2d4f8a4a} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:00.966340 [ 3 ] {e6ba7f22-42d3-4fac-a5dd-b5bb2d4f8a4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:00.966671 [ 3 ] {e6ba7f22-42d3-4fac-a5dd-b5bb2d4f8a4a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:00.966883 [ 3 ] {e6ba7f22-42d3-4fac-a5dd-b5bb2d4f8a4a} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:00.967013 [ 3 ] {e6ba7f22-42d3-4fac-a5dd-b5bb2d4f8a4a} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.03.05 05:28:00.967049 [ 3 ] {e6ba7f22-42d3-4fac-a5dd-b5bb2d4f8a4a} TCPHandler: Processed in 0.001344533 sec. 2026.03.05 05:28:00.967156 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:00.967259 [ 3 ] {61cf8920-6b0c-4707-a127-f9e36c2ce345} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:00.967315 [ 3 ] {61cf8920-6b0c-4707-a127-f9e36c2ce345} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:28:00.968251 [ 3 ] {61cf8920-6b0c-4707-a127-f9e36c2ce345} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:00.968295 [ 3 ] {61cf8920-6b0c-4707-a127-f9e36c2ce345} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:00.968854 [ 3 ] {61cf8920-6b0c-4707-a127-f9e36c2ce345} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:28:00.969079 [ 3 ] {61cf8920-6b0c-4707-a127-f9e36c2ce345} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:00.969216 [ 3 ] {61cf8920-6b0c-4707-a127-f9e36c2ce345} executeQuery: Read 36 rows, 66.06 KiB in 0.001977 sec., 18209.40819423369 rows/sec., 32.63 MiB/sec. 2026.03.05 05:28:00.969270 [ 3 ] {61cf8920-6b0c-4707-a127-f9e36c2ce345} TCPHandler: Processed in 0.002165227 sec. 2026.03.05 05:28:00.969388 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:00.969484 [ 3 ] {2860eb41-02e0-4f4c-84bd-d80d034bed07} executeQuery: (from [fd00:1122:3344:101::d]:49756) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:00.969526 [ 3 ] {2860eb41-02e0-4f4c-84bd-d80d034bed07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:00.969863 [ 3 ] {2860eb41-02e0-4f4c-84bd-d80d034bed07} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:00.969900 [ 3 ] {2860eb41-02e0-4f4c-84bd-d80d034bed07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:00.970205 [ 3 ] {2860eb41-02e0-4f4c-84bd-d80d034bed07} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:00.970421 [ 3 ] {2860eb41-02e0-4f4c-84bd-d80d034bed07} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:00.970548 [ 3 ] {2860eb41-02e0-4f4c-84bd-d80d034bed07} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.03.05 05:28:00.970582 [ 3 ] {2860eb41-02e0-4f4c-84bd-d80d034bed07} TCPHandler: Processed in 0.001249551 sec. 2026.03.05 05:28:03.819132 [ 46 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:28:03.819198 [ 46 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:28:03.876271 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 304 2026.03.05 05:28:03.878972 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:03.879014 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:03.880156 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:28:03.880440 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:28:03.880769 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 304 2026.03.05 05:28:03.884120 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3823 2026.03.05 05:28:03.884768 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:03.884818 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:03.885317 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:03.885551 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:28:03.885704 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3823 2026.03.05 05:28:04.076624 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.05 05:28:04.093872 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:04.093940 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:04.099983 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:04.100736 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:28:04.104243 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.05 05:28:05.538939 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:05.539005 [ 3 ] {} TCP-Session: d218f377-2f3f-4ece-9102-c04b285154d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:05.966759 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:05.966958 [ 4 ] {dd079ffb-a448-4246-ba87-56759552aac8} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:28:05.967034 [ 4 ] {dd079ffb-a448-4246-ba87-56759552aac8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:28:05.967889 [ 4 ] {dd079ffb-a448-4246-ba87-56759552aac8} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.967942 [ 4 ] {dd079ffb-a448-4246-ba87-56759552aac8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.968382 [ 4 ] {dd079ffb-a448-4246-ba87-56759552aac8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:28:05.968621 [ 4 ] {dd079ffb-a448-4246-ba87-56759552aac8} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:28:05.968762 [ 44 ] {} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.05 05:28:05.968785 [ 4 ] {dd079ffb-a448-4246-ba87-56759552aac8} executeQuery: Read 284 rows, 18.47 KiB in 0.001878 sec., 151224.70713525027 rows/sec., 9.60 MiB/sec. 2026.03.05 05:28:05.968829 [ 44 ] {} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.968850 [ 4 ] {dd079ffb-a448-4246-ba87-56759552aac8} TCPHandler: Processed in 0.002238558 sec. 2026.03.05 05:28:05.968856 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.968996 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:05.969006 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::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.05 05:28:05.969107 [ 4 ] {b6d1a200-a359-4fee-af34-6dbd25306f2c} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:05.969143 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:05.969155 [ 4 ] {b6d1a200-a359-4fee-af34-6dbd25306f2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:05.969185 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::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.05 05:28:05.969287 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::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.05 05:28:05.969340 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::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.05 05:28:05.969392 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::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.05 05:28:05.969434 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::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.05 05:28:05.969941 [ 4 ] {b6d1a200-a359-4fee-af34-6dbd25306f2c} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.969986 [ 4 ] {b6d1a200-a359-4fee-af34-6dbd25306f2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.970373 [ 4 ] {b6d1a200-a359-4fee-af34-6dbd25306f2c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:05.970440 [ 200 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510936 sec., 939814.7903021703 rows/sec., 63.28 MiB/sec. 2026.03.05 05:28:05.970597 [ 4 ] {b6d1a200-a359-4fee-af34-6dbd25306f2c} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:05.970674 [ 197 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.05 05:28:05.970744 [ 4 ] {b6d1a200-a359-4fee-af34-6dbd25306f2c} executeQuery: Read 797 rows, 64.15 KiB in 0.001662 sec., 479542.7196149218 rows/sec., 37.69 MiB/sec. 2026.03.05 05:28:05.970787 [ 4 ] {b6d1a200-a359-4fee-af34-6dbd25306f2c} TCPHandler: Processed in 0.001845782 sec. 2026.03.05 05:28:05.970910 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:05.971011 [ 4 ] {cd3e448b-edb7-472b-a66c-db4f324e7692} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:05.971013 [ 197 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_5_1} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:28:05.971059 [ 4 ] {cd3e448b-edb7-472b-a66c-db4f324e7692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:05.971110 [ 197 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_5_1} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.05 05:28:05.971208 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.05 05:28:05.971514 [ 4 ] {cd3e448b-edb7-472b-a66c-db4f324e7692} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.971556 [ 4 ] {cd3e448b-edb7-472b-a66c-db4f324e7692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.971883 [ 4 ] {cd3e448b-edb7-472b-a66c-db4f324e7692} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:05.972101 [ 4 ] {cd3e448b-edb7-472b-a66c-db4f324e7692} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:05.972236 [ 4 ] {cd3e448b-edb7-472b-a66c-db4f324e7692} executeQuery: Read 142 rows, 8.54 KiB in 0.001246 sec., 113964.68699839487 rows/sec., 6.69 MiB/sec. 2026.03.05 05:28:05.972275 [ 4 ] {cd3e448b-edb7-472b-a66c-db4f324e7692} TCPHandler: Processed in 0.001415784 sec. 2026.03.05 05:28:05.972409 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:05.972506 [ 4 ] {e6e93818-8765-4579-895a-999d58236424} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:28:05.972548 [ 4 ] {e6e93818-8765-4579-895a-999d58236424} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:28:05.973092 [ 4 ] {e6e93818-8765-4579-895a-999d58236424} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.973141 [ 4 ] {e6e93818-8765-4579-895a-999d58236424} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.973600 [ 4 ] {e6e93818-8765-4579-895a-999d58236424} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:28:05.973833 [ 4 ] {e6e93818-8765-4579-895a-999d58236424} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:28:05.973941 [ 42 ] {} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.05 05:28:05.973969 [ 4 ] {e6e93818-8765-4579-895a-999d58236424} executeQuery: Read 149 rows, 9.86 KiB in 0.001482 sec., 100539.81106612686 rows/sec., 6.50 MiB/sec. 2026.03.05 05:28:05.973987 [ 42 ] {} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.974012 [ 4 ] {e6e93818-8765-4579-895a-999d58236424} TCPHandler: Processed in 0.001659169 sec. 2026.03.05 05:28:05.974013 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.974105 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::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.05 05:28:05.974140 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:05.974191 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:05.974220 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::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.05 05:28:05.974242 [ 4 ] {87f58062-0e9f-46ac-b1ff-4ea655f9e9b2} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:28:05.974267 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::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.05 05:28:05.974288 [ 4 ] {87f58062-0e9f-46ac-b1ff-4ea655f9e9b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:28:05.974311 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::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.05 05:28:05.974354 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::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.05 05:28:05.974394 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::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.05 05:28:05.974741 [ 4 ] {87f58062-0e9f-46ac-b1ff-4ea655f9e9b2} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.974782 [ 4 ] {87f58062-0e9f-46ac-b1ff-4ea655f9e9b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.975115 [ 4 ] {87f58062-0e9f-46ac-b1ff-4ea655f9e9b2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:28:05.975183 [ 197 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 745 rows, containing 5 columns (5 merged, 0 gathered) in 0.001105629 sec., 673824.5831106094 rows/sec., 46.10 MiB/sec. 2026.03.05 05:28:05.975358 [ 4 ] {87f58062-0e9f-46ac-b1ff-4ea655f9e9b2} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:28:05.975411 [ 200 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.05 05:28:05.975474 [ 42 ] {} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.05 05:28:05.975504 [ 42 ] {} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.975506 [ 4 ] {87f58062-0e9f-46ac-b1ff-4ea655f9e9b2} executeQuery: Read 148 rows, 8.62 KiB in 0.001283 sec., 115354.63756819953 rows/sec., 6.56 MiB/sec. 2026.03.05 05:28:05.975529 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.975560 [ 4 ] {87f58062-0e9f-46ac-b1ff-4ea655f9e9b2} TCPHandler: Processed in 0.001469255 sec. 2026.03.05 05:28:05.975663 [ 199 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::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.05 05:28:05.975683 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:05.975746 [ 200 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_5_1} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:28:05.975788 [ 4 ] {002ef0e0-6059-4346-bc36-8f9ef78944cd} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:05.975795 [ 199 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:05.975832 [ 200 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_5_1} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.05 05:28:05.975835 [ 4 ] {002ef0e0-6059-4346-bc36-8f9ef78944cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:05.975857 [ 199 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::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.05 05:28:05.975930 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.05 05:28:05.975974 [ 199 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::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.05 05:28:05.976048 [ 199 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::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.05 05:28:05.976126 [ 199 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::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.05 05:28:05.976196 [ 199 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::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.05 05:28:05.976428 [ 4 ] {002ef0e0-6059-4346-bc36-8f9ef78944cd} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.976463 [ 4 ] {002ef0e0-6059-4346-bc36-8f9ef78944cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.976798 [ 4 ] {002ef0e0-6059-4346-bc36-8f9ef78944cd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:05.977016 [ 4 ] {002ef0e0-6059-4346-bc36-8f9ef78944cd} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:05.977152 [ 4 ] {002ef0e0-6059-4346-bc36-8f9ef78944cd} executeQuery: Read 490 rows, 35.18 KiB in 0.001382 sec., 354558.6107091172 rows/sec., 24.86 MiB/sec. 2026.03.05 05:28:05.977203 [ 4 ] {002ef0e0-6059-4346-bc36-8f9ef78944cd} TCPHandler: Processed in 0.001570067 sec. 2026.03.05 05:28:05.977314 [ 195 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001700549 sec., 435153.5886351996 rows/sec., 26.41 MiB/sec. 2026.03.05 05:28:05.977346 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:05.977436 [ 199 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.05 05:28:05.977465 [ 4 ] {cd2aa978-7066-42a8-acd0-687279dc4d27} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:28:05.977522 [ 4 ] {cd2aa978-7066-42a8-acd0-687279dc4d27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:28:05.977678 [ 199 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_5_1} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:28:05.977738 [ 199 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_5_1} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.05 05:28:05.977791 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.05 05:28:05.977948 [ 4 ] {cd2aa978-7066-42a8-acd0-687279dc4d27} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.977992 [ 4 ] {cd2aa978-7066-42a8-acd0-687279dc4d27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.978399 [ 4 ] {cd2aa978-7066-42a8-acd0-687279dc4d27} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:28:05.978699 [ 4 ] {cd2aa978-7066-42a8-acd0-687279dc4d27} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:28:05.978873 [ 4 ] {cd2aa978-7066-42a8-acd0-687279dc4d27} executeQuery: Read 6 rows, 321.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 218.91 KiB/sec. 2026.03.05 05:28:05.978927 [ 4 ] {cd2aa978-7066-42a8-acd0-687279dc4d27} TCPHandler: Processed in 0.001645348 sec. 2026.03.05 05:28:05.979069 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:05.979189 [ 4 ] {f6601ffb-ef12-464f-88c3-812c6baaa75b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:05.979241 [ 4 ] {f6601ffb-ef12-464f-88c3-812c6baaa75b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:05.979792 [ 4 ] {f6601ffb-ef12-464f-88c3-812c6baaa75b} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.979838 [ 4 ] {f6601ffb-ef12-464f-88c3-812c6baaa75b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.980298 [ 4 ] {f6601ffb-ef12-464f-88c3-812c6baaa75b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:05.980538 [ 4 ] {f6601ffb-ef12-464f-88c3-812c6baaa75b} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:05.980666 [ 4 ] {f6601ffb-ef12-464f-88c3-812c6baaa75b} executeQuery: Read 265 rows, 18.03 KiB in 0.001503 sec., 176314.0385894877 rows/sec., 11.72 MiB/sec. 2026.03.05 05:28:05.980702 [ 4 ] {f6601ffb-ef12-464f-88c3-812c6baaa75b} TCPHandler: Processed in 0.001695449 sec. 2026.03.05 05:28:05.980820 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:05.980915 [ 4 ] {8f78eca8-bf84-4491-9274-158e820e197f} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:28:05.980957 [ 4 ] {8f78eca8-bf84-4491-9274-158e820e197f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:28:05.981277 [ 4 ] {8f78eca8-bf84-4491-9274-158e820e197f} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.981316 [ 4 ] {8f78eca8-bf84-4491-9274-158e820e197f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.981628 [ 4 ] {8f78eca8-bf84-4491-9274-158e820e197f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:28:05.981838 [ 4 ] {8f78eca8-bf84-4491-9274-158e820e197f} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:28:05.981938 [ 42 ] {} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.05 05:28:05.981971 [ 4 ] {8f78eca8-bf84-4491-9274-158e820e197f} executeQuery: Read 1 rows, 69.00 B in 0.001074 sec., 931.0986964618248 rows/sec., 62.74 KiB/sec. 2026.03.05 05:28:05.981975 [ 42 ] {} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.982013 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.982014 [ 4 ] {8f78eca8-bf84-4491-9274-158e820e197f} TCPHandler: Processed in 0.001245191 sec. 2026.03.05 05:28:05.982107 [ 200 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::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.05 05:28:05.982137 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:05.982215 [ 200 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:05.982241 [ 4 ] {77faea1c-1b5b-46c2-8885-20b7f5c9f203} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:05.982253 [ 200 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::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.05 05:28:05.982290 [ 4 ] {77faea1c-1b5b-46c2-8885-20b7f5c9f203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:05.982361 [ 200 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::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.05 05:28:05.982426 [ 200 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::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.05 05:28:05.982505 [ 200 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::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.05 05:28:05.982565 [ 200 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::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.05 05:28:05.982647 [ 4 ] {77faea1c-1b5b-46c2-8885-20b7f5c9f203} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:05.982687 [ 4 ] {77faea1c-1b5b-46c2-8885-20b7f5c9f203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:05.983045 [ 4 ] {77faea1c-1b5b-46c2-8885-20b7f5c9f203} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:05.983265 [ 4 ] {77faea1c-1b5b-46c2-8885-20b7f5c9f203} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:05.983318 [ 195 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001251582 sec., 3994.9439988750237 rows/sec., 269.19 KiB/sec. 2026.03.05 05:28:05.983394 [ 4 ] {77faea1c-1b5b-46c2-8885-20b7f5c9f203} executeQuery: Read 90 rows, 5.77 KiB in 0.001172 sec., 76791.80887372013 rows/sec., 4.80 MiB/sec. 2026.03.05 05:28:05.983431 [ 4 ] {77faea1c-1b5b-46c2-8885-20b7f5c9f203} TCPHandler: Processed in 0.001343823 sec. 2026.03.05 05:28:05.983472 [ 197 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.05 05:28:05.983793 [ 197 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_5_1} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:28:05.983877 [ 197 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_5_1} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.05 05:28:05.983961 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2026.03.05 05:28:06.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 203.28 MiB, peak 207.96 MiB, free memory in arenas 0.00 B, will set to 204.61 MiB (RSS), difference: 1.33 MiB 2026.03.05 05:28:09.950407 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40174 2026.03.05 05:28:09.950527 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:09.950555 [ 289 ] {} TCP-Session: 691986f2-732d-4c4a-b252-1cc5c1381842 Authenticating user 'default' from [fd00:1122:3344:101::e]:40174 2026.03.05 05:28:09.950578 [ 289 ] {} TCP-Session: 691986f2-732d-4c4a-b252-1cc5c1381842 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.950590 [ 289 ] {} TCP-Session: 691986f2-732d-4c4a-b252-1cc5c1381842 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.950822 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53857 2026.03.05 05:28:09.950847 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47333 2026.03.05 05:28:09.950880 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51752 2026.03.05 05:28:09.950891 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41733 2026.03.05 05:28:09.950901 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40923 2026.03.05 05:28:09.950937 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:09.950945 [ 289 ] {} TCP-Session: 691986f2-732d-4c4a-b252-1cc5c1381842 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:09.950968 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:09.950981 [ 290 ] {} TCP-Session: 8e662fb2-a95b-43bf-97ee-96703f99200b Authenticating user 'default' from [fd00:1122:3344:101::e]:53857 2026.03.05 05:28:09.950871 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46567 2026.03.05 05:28:09.951033 [ 290 ] {} TCP-Session: 8e662fb2-a95b-43bf-97ee-96703f99200b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951018 [ 291 ] {} TCP-Session: 179f3711-e314-4fb3-83f4-7b4f60c18b22 Authenticating user 'default' from [fd00:1122:3344:101::e]:47333 2026.03.05 05:28:09.951078 [ 290 ] {} TCP-Session: 8e662fb2-a95b-43bf-97ee-96703f99200b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.950855 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55723 2026.03.05 05:28:09.951106 [ 291 ] {} TCP-Session: 179f3711-e314-4fb3-83f4-7b4f60c18b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.950844 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57506 2026.03.05 05:28:09.951156 [ 289 ] {4f6cce39-b99c-45aa-8fc2-f230415156e0} executeQuery: (from [fd00:1122:3344:101::e]:40174) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:28:09.951140 [ 291 ] {} TCP-Session: 179f3711-e314-4fb3-83f4-7b4f60c18b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951193 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:09.951228 [ 286 ] {} TCP-Session: 8a6dda4c-87d3-41ad-bd4e-fb47873cbebf Authenticating user 'default' from [fd00:1122:3344:101::e]:41733 2026.03.05 05:28:09.951246 [ 286 ] {} TCP-Session: 8a6dda4c-87d3-41ad-bd4e-fb47873cbebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951259 [ 286 ] {} TCP-Session: 8a6dda4c-87d3-41ad-bd4e-fb47873cbebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951343 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:09.951345 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:09.951392 [ 287 ] {} TCP-Session: 62d1fe5b-b55d-4ca6-b79d-7963ddbecff3 Authenticating user 'default' from [fd00:1122:3344:101::e]:40923 2026.03.05 05:28:09.951403 [ 292 ] {} TCP-Session: 4068e75d-6101-41ea-9489-e7456b251ff4 Authenticating user 'default' from [fd00:1122:3344:101::e]:57506 2026.03.05 05:28:09.951420 [ 287 ] {} TCP-Session: 62d1fe5b-b55d-4ca6-b79d-7963ddbecff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951433 [ 292 ] {} TCP-Session: 4068e75d-6101-41ea-9489-e7456b251ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951443 [ 287 ] {} TCP-Session: 62d1fe5b-b55d-4ca6-b79d-7963ddbecff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951458 [ 292 ] {} TCP-Session: 4068e75d-6101-41ea-9489-e7456b251ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951461 [ 289 ] {4f6cce39-b99c-45aa-8fc2-f230415156e0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.05 05:28:09.951499 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:09.951533 [ 3 ] {} TCP-Session: c452e269-54b9-4bde-89a1-a23c6c6fbba3 Authenticating user 'default' from [fd00:1122:3344:101::e]:51752 2026.03.05 05:28:09.951536 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:09.951551 [ 3 ] {} TCP-Session: c452e269-54b9-4bde-89a1-a23c6c6fbba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951562 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:09.951582 [ 3 ] {} TCP-Session: c452e269-54b9-4bde-89a1-a23c6c6fbba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951585 [ 294 ] {} TCP-Session: ef04e7a2-eec3-41a5-8ca6-725ba04f8502 Authenticating user 'default' from [fd00:1122:3344:101::e]:46567 2026.03.05 05:28:09.951614 [ 293 ] {} TCP-Session: d44462eb-a878-499d-ace4-ed06574d1708 Authenticating user 'default' from [fd00:1122:3344:101::e]:55723 2026.03.05 05:28:09.951649 [ 294 ] {} TCP-Session: ef04e7a2-eec3-41a5-8ca6-725ba04f8502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951543 [ 289 ] {4f6cce39-b99c-45aa-8fc2-f230415156e0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:28:09.951676 [ 294 ] {} TCP-Session: ef04e7a2-eec3-41a5-8ca6-725ba04f8502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951672 [ 293 ] {} TCP-Session: d44462eb-a878-499d-ace4-ed06574d1708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951718 [ 293 ] {} TCP-Session: d44462eb-a878-499d-ace4-ed06574d1708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.951963 [ 289 ] {4f6cce39-b99c-45aa-8fc2-f230415156e0} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e) (SelectExecutor): Key condition: unknown 2026.03.05 05:28:09.953376 [ 296 ] {4f6cce39-b99c-45aa-8fc2-f230415156e0} AggregatingTransform: Aggregating 2026.03.05 05:28:09.953416 [ 296 ] {4f6cce39-b99c-45aa-8fc2-f230415156e0} Aggregator: Aggregation method: without_key 2026.03.05 05:28:09.953448 [ 296 ] {4f6cce39-b99c-45aa-8fc2-f230415156e0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001380843 sec. (724.195 rows/sec., 28.29 KiB/sec.) 2026.03.05 05:28:09.953464 [ 296 ] {4f6cce39-b99c-45aa-8fc2-f230415156e0} Aggregator: Merging aggregated data 2026.03.05 05:28:09.954489 [ 289 ] {4f6cce39-b99c-45aa-8fc2-f230415156e0} executeQuery: Read 1 rows, 40.00 B in 0.003398 sec., 294.2907592701589 rows/sec., 11.50 KiB/sec. 2026.03.05 05:28:09.954634 [ 289 ] {4f6cce39-b99c-45aa-8fc2-f230415156e0} TCPHandler: Processed in 0.003837606 sec. 2026.03.05 05:28:09.954761 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:09.954790 [ 289 ] {} TCP-Session: 691986f2-732d-4c4a-b252-1cc5c1381842 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.954793 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:09.954810 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:09.954833 [ 292 ] {} TCP-Session: 4068e75d-6101-41ea-9489-e7456b251ff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.954836 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:09.954854 [ 286 ] {} TCP-Session: 8a6dda4c-87d3-41ad-bd4e-fb47873cbebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.954858 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:09.954886 [ 290 ] {} TCP-Session: 8e662fb2-a95b-43bf-97ee-96703f99200b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.954902 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:09.954921 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:09.954929 [ 291 ] {} TCP-Session: 179f3711-e314-4fb3-83f4-7b4f60c18b22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.954944 [ 293 ] {} TCP-Session: d44462eb-a878-499d-ace4-ed06574d1708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.954961 [ 287 ] {} TCP-Session: 62d1fe5b-b55d-4ca6-b79d-7963ddbecff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.954874 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:09.954852 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:09.955031 [ 294 ] {} TCP-Session: ef04e7a2-eec3-41a5-8ca6-725ba04f8502 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:09.955047 [ 3 ] {} TCP-Session: c452e269-54b9-4bde-89a1-a23c6c6fbba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:10.963179 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:10.963369 [ 4 ] {548cd853-0ce8-4a29-9c2a-8e591f28c789} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:10.963443 [ 4 ] {548cd853-0ce8-4a29-9c2a-8e591f28c789} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:10.964180 [ 4 ] {548cd853-0ce8-4a29-9c2a-8e591f28c789} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:10.964235 [ 4 ] {548cd853-0ce8-4a29-9c2a-8e591f28c789} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:10.964716 [ 4 ] {548cd853-0ce8-4a29-9c2a-8e591f28c789} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:10.964982 [ 4 ] {548cd853-0ce8-4a29-9c2a-8e591f28c789} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:10.965187 [ 4 ] {548cd853-0ce8-4a29-9c2a-8e591f28c789} executeQuery: Read 128 rows, 11.29 KiB in 0.001867 sec., 68559.18585966792 rows/sec., 5.90 MiB/sec. 2026.03.05 05:28:10.965240 [ 4 ] {548cd853-0ce8-4a29-9c2a-8e591f28c789} TCPHandler: Processed in 0.002206528 sec. 2026.03.05 05:28:10.965411 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:10.965548 [ 4 ] {b1ab7d67-65f6-4245-827d-c508e52ee691} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:10.965608 [ 4 ] {b1ab7d67-65f6-4245-827d-c508e52ee691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:10.966244 [ 4 ] {b1ab7d67-65f6-4245-827d-c508e52ee691} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:10.966296 [ 4 ] {b1ab7d67-65f6-4245-827d-c508e52ee691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:10.966677 [ 4 ] {b1ab7d67-65f6-4245-827d-c508e52ee691} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:10.966952 [ 4 ] {b1ab7d67-65f6-4245-827d-c508e52ee691} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:10.967117 [ 4 ] {b1ab7d67-65f6-4245-827d-c508e52ee691} executeQuery: Read 36 rows, 2.71 KiB in 0.001602 sec., 22471.91011235955 rows/sec., 1.65 MiB/sec. 2026.03.05 05:28:10.967173 [ 4 ] {b1ab7d67-65f6-4245-827d-c508e52ee691} TCPHandler: Processed in 0.001818111 sec. 2026.03.05 05:28:10.967309 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:10.967445 [ 4 ] {821d1598-e320-42c8-bcf5-0d7108bd1edc} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:10.967508 [ 4 ] {821d1598-e320-42c8-bcf5-0d7108bd1edc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:10.968091 [ 4 ] {821d1598-e320-42c8-bcf5-0d7108bd1edc} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:10.968142 [ 4 ] {821d1598-e320-42c8-bcf5-0d7108bd1edc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:10.968590 [ 4 ] {821d1598-e320-42c8-bcf5-0d7108bd1edc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:10.968893 [ 4 ] {821d1598-e320-42c8-bcf5-0d7108bd1edc} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:10.969082 [ 4 ] {821d1598-e320-42c8-bcf5-0d7108bd1edc} executeQuery: Read 100 rows, 8.00 KiB in 0.001688 sec., 59241.70616113744 rows/sec., 4.63 MiB/sec. 2026.03.05 05:28:10.969136 [ 4 ] {821d1598-e320-42c8-bcf5-0d7108bd1edc} TCPHandler: Processed in 0.001878802 sec. 2026.03.05 05:28:10.969279 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:10.969402 [ 4 ] {747c3ed0-2182-40a0-9d70-016bb141208c} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:10.969469 [ 4 ] {747c3ed0-2182-40a0-9d70-016bb141208c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:10.970024 [ 4 ] {747c3ed0-2182-40a0-9d70-016bb141208c} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:10.970071 [ 4 ] {747c3ed0-2182-40a0-9d70-016bb141208c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:10.970533 [ 4 ] {747c3ed0-2182-40a0-9d70-016bb141208c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:10.970821 [ 4 ] {747c3ed0-2182-40a0-9d70-016bb141208c} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:10.970978 [ 4 ] {747c3ed0-2182-40a0-9d70-016bb141208c} executeQuery: Read 160 rows, 11.41 KiB in 0.001609 sec., 99440.64636420137 rows/sec., 6.93 MiB/sec. 2026.03.05 05:28:10.971018 [ 4 ] {747c3ed0-2182-40a0-9d70-016bb141208c} TCPHandler: Processed in 0.001799631 sec. 2026.03.05 05:28:10.971147 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:10.971250 [ 4 ] {8f15e517-e90a-4e24-9d48-806d31716730} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:10.971309 [ 4 ] {8f15e517-e90a-4e24-9d48-806d31716730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:28:10.972322 [ 4 ] {8f15e517-e90a-4e24-9d48-806d31716730} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:10.972371 [ 4 ] {8f15e517-e90a-4e24-9d48-806d31716730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:10.973267 [ 4 ] {8f15e517-e90a-4e24-9d48-806d31716730} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:28:10.973670 [ 4 ] {8f15e517-e90a-4e24-9d48-806d31716730} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:10.973895 [ 4 ] {8f15e517-e90a-4e24-9d48-806d31716730} executeQuery: Read 36 rows, 66.06 KiB in 0.002666 sec., 13503.37584396099 rows/sec., 24.20 MiB/sec. 2026.03.05 05:28:10.974001 [ 4 ] {8f15e517-e90a-4e24-9d48-806d31716730} TCPHandler: Processed in 0.00290358 sec. 2026.03.05 05:28:10.974179 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:10.974312 [ 4 ] {59a23c84-ffcb-41ee-85dc-00f3517f1b15} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:10.974377 [ 4 ] {59a23c84-ffcb-41ee-85dc-00f3517f1b15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:10.974914 [ 4 ] {59a23c84-ffcb-41ee-85dc-00f3517f1b15} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:10.974962 [ 4 ] {59a23c84-ffcb-41ee-85dc-00f3517f1b15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:10.975390 [ 4 ] {59a23c84-ffcb-41ee-85dc-00f3517f1b15} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:10.975636 [ 4 ] {59a23c84-ffcb-41ee-85dc-00f3517f1b15} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:10.975787 [ 4 ] {59a23c84-ffcb-41ee-85dc-00f3517f1b15} executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. 2026.03.05 05:28:10.975839 [ 4 ] {59a23c84-ffcb-41ee-85dc-00f3517f1b15} TCPHandler: Processed in 0.001726839 sec. 2026.03.05 05:28:11.309923 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41876 2026.03.05 05:28:11.310036 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.310066 [ 289 ] {} TCP-Session: cefdeb97-01e6-4648-be67-aecb6d53f14a Authenticating user 'default' from [fd00:1122:3344:101::e]:41876 2026.03.05 05:28:11.310091 [ 289 ] {} TCP-Session: cefdeb97-01e6-4648-be67-aecb6d53f14a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310104 [ 289 ] {} TCP-Session: cefdeb97-01e6-4648-be67-aecb6d53f14a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310342 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58806 2026.03.05 05:28:11.310360 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52957 2026.03.05 05:28:11.310383 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63516 2026.03.05 05:28:11.310417 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39641 2026.03.05 05:28:11.310441 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65103 2026.03.05 05:28:11.310454 [ 289 ] {} TCP-Session: cefdeb97-01e6-4648-be67-aecb6d53f14a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:11.310477 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.310485 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.310511 [ 292 ] {} TCP-Session: 4b82904b-86b7-4982-b065-8d389e58bc0e Authenticating user 'default' from [fd00:1122:3344:101::e]:52957 2026.03.05 05:28:11.310466 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.310534 [ 293 ] {} TCP-Session: 33f25a49-cce7-46b5-af13-6f77019a6ffd Authenticating user 'default' from [fd00:1122:3344:101::e]:63516 2026.03.05 05:28:11.310533 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.310563 [ 290 ] {} TCP-Session: fc47208a-b8cb-4e9d-8842-aa6c8af565ec Authenticating user 'default' from [fd00:1122:3344:101::e]:58806 2026.03.05 05:28:11.310573 [ 293 ] {} TCP-Session: 33f25a49-cce7-46b5-af13-6f77019a6ffd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310589 [ 287 ] {} TCP-Session: fdb82796-a9e6-4c17-95be-64c4b25d6517 Authenticating user 'default' from [fd00:1122:3344:101::e]:65103 2026.03.05 05:28:11.310592 [ 290 ] {} TCP-Session: fc47208a-b8cb-4e9d-8842-aa6c8af565ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310600 [ 293 ] {} TCP-Session: 33f25a49-cce7-46b5-af13-6f77019a6ffd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310624 [ 287 ] {} TCP-Session: fdb82796-a9e6-4c17-95be-64c4b25d6517 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310636 [ 289 ] {067fedab-8314-4147-91bf-f7c3d6539ce9} executeQuery: (from [fd00:1122:3344:101::e]:41876) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:28:11.310649 [ 287 ] {} TCP-Session: fdb82796-a9e6-4c17-95be-64c4b25d6517 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310626 [ 290 ] {} TCP-Session: fc47208a-b8cb-4e9d-8842-aa6c8af565ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310539 [ 292 ] {} TCP-Session: 4b82904b-86b7-4982-b065-8d389e58bc0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310533 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.310717 [ 292 ] {} TCP-Session: 4b82904b-86b7-4982-b065-8d389e58bc0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310350 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63575 2026.03.05 05:28:11.310747 [ 3 ] {} TCP-Session: a93a6fef-adbd-443f-a7af-b1a9413aace5 Authenticating user 'default' from [fd00:1122:3344:101::e]:39641 2026.03.05 05:28:11.310431 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49797 2026.03.05 05:28:11.310795 [ 3 ] {} TCP-Session: a93a6fef-adbd-443f-a7af-b1a9413aace5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310401 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40412 2026.03.05 05:28:11.310857 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.310825 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.310895 [ 286 ] {} TCP-Session: c4514cce-9c95-43a7-9873-7ad7f7e3eda5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49797 2026.03.05 05:28:11.310826 [ 3 ] {} TCP-Session: a93a6fef-adbd-443f-a7af-b1a9413aace5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310918 [ 291 ] {} TCP-Session: c42e3c94-360d-4743-a662-ecb209efd260 Authenticating user 'default' from [fd00:1122:3344:101::e]:63575 2026.03.05 05:28:11.310920 [ 289 ] {067fedab-8314-4147-91bf-f7c3d6539ce9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.05 05:28:11.310949 [ 291 ] {} TCP-Session: c42e3c94-360d-4743-a662-ecb209efd260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310927 [ 286 ] {} TCP-Session: c4514cce-9c95-43a7-9873-7ad7f7e3eda5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310978 [ 291 ] {} TCP-Session: c42e3c94-360d-4743-a662-ecb209efd260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310999 [ 286 ] {} TCP-Session: c4514cce-9c95-43a7-9873-7ad7f7e3eda5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.310999 [ 289 ] {067fedab-8314-4147-91bf-f7c3d6539ce9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:28:11.310939 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.311069 [ 294 ] {} TCP-Session: 65732aa6-dee5-4d4f-ba63-bdb485e34344 Authenticating user 'default' from [fd00:1122:3344:101::e]:40412 2026.03.05 05:28:11.311093 [ 294 ] {} TCP-Session: 65732aa6-dee5-4d4f-ba63-bdb485e34344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.311105 [ 294 ] {} TCP-Session: 65732aa6-dee5-4d4f-ba63-bdb485e34344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.311318 [ 289 ] {067fedab-8314-4147-91bf-f7c3d6539ce9} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e) (SelectExecutor): Key condition: unknown 2026.03.05 05:28:11.312258 [ 346 ] {067fedab-8314-4147-91bf-f7c3d6539ce9} AggregatingTransform: Aggregating 2026.03.05 05:28:11.312310 [ 346 ] {067fedab-8314-4147-91bf-f7c3d6539ce9} Aggregator: Aggregation method: without_key 2026.03.05 05:28:11.312348 [ 346 ] {067fedab-8314-4147-91bf-f7c3d6539ce9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000924856 sec. (1081.249 rows/sec., 42.24 KiB/sec.) 2026.03.05 05:28:11.312368 [ 346 ] {067fedab-8314-4147-91bf-f7c3d6539ce9} Aggregator: Merging aggregated data 2026.03.05 05:28:11.313455 [ 289 ] {067fedab-8314-4147-91bf-f7c3d6539ce9} executeQuery: Read 1 rows, 40.00 B in 0.002872 sec., 348.18941504178275 rows/sec., 13.60 KiB/sec. 2026.03.05 05:28:11.313595 [ 289 ] {067fedab-8314-4147-91bf-f7c3d6539ce9} TCPHandler: Processed in 0.003254685 sec. 2026.03.05 05:28:11.313710 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.313737 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.313748 [ 289 ] {} TCP-Session: cefdeb97-01e6-4648-be67-aecb6d53f14a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.313755 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.313781 [ 290 ] {} TCP-Session: fc47208a-b8cb-4e9d-8842-aa6c8af565ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.313793 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.313821 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.313818 [ 291 ] {} TCP-Session: c42e3c94-360d-4743-a662-ecb209efd260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.313853 [ 294 ] {} TCP-Session: 65732aa6-dee5-4d4f-ba63-bdb485e34344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.313871 [ 3 ] {} TCP-Session: a93a6fef-adbd-443f-a7af-b1a9413aace5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.313863 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.313859 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.313938 [ 292 ] {} TCP-Session: 4b82904b-86b7-4982-b065-8d389e58bc0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.313772 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.313967 [ 286 ] {} TCP-Session: c4514cce-9c95-43a7-9873-7ad7f7e3eda5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.313809 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.313995 [ 293 ] {} TCP-Session: 33f25a49-cce7-46b5-af13-6f77019a6ffd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.314037 [ 287 ] {} TCP-Session: fdb82796-a9e6-4c17-95be-64c4b25d6517 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.385808 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4335 2026.03.05 05:28:11.386397 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:11.386454 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:11.386992 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:11.387273 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:28:11.387431 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4335 2026.03.05 05:28:11.604344 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.05 05:28:11.623701 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:11.623773 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:11.629398 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:11.630138 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:28:11.633872 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.05 05:28:11.661108 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35931 2026.03.05 05:28:11.661253 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.661297 [ 287 ] {} TCP-Session: a6557671-35d2-49e7-820e-3ec600dec58d Authenticating user 'default' from [fd00:1122:3344:101::e]:35931 2026.03.05 05:28:11.661329 [ 287 ] {} TCP-Session: a6557671-35d2-49e7-820e-3ec600dec58d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.661345 [ 287 ] {} TCP-Session: a6557671-35d2-49e7-820e-3ec600dec58d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.661558 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45041 2026.03.05 05:28:11.661625 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55166 2026.03.05 05:28:11.661648 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45640 2026.03.05 05:28:11.661668 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59327 2026.03.05 05:28:11.661689 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46099 2026.03.05 05:28:11.661732 [ 287 ] {} TCP-Session: a6557671-35d2-49e7-820e-3ec600dec58d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:11.661687 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.661659 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38175 2026.03.05 05:28:11.661801 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.661801 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.661834 [ 289 ] {} TCP-Session: 21cc0b41-a2f9-498c-b221-9188e54e0922 Authenticating user 'default' from [fd00:1122:3344:101::e]:55166 2026.03.05 05:28:11.661807 [ 288 ] {} TCP-Session: ef0125da-9f72-4c83-be3a-cbcc26b5ae5b Authenticating user 'default' from [fd00:1122:3344:101::e]:45041 2026.03.05 05:28:11.661866 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.661871 [ 289 ] {} TCP-Session: 21cc0b41-a2f9-498c-b221-9188e54e0922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.661899 [ 288 ] {} TCP-Session: ef0125da-9f72-4c83-be3a-cbcc26b5ae5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.661917 [ 289 ] {} TCP-Session: 21cc0b41-a2f9-498c-b221-9188e54e0922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.661917 [ 292 ] {} TCP-Session: 34146466-5008-46a7-bc7c-116c8cf5968c Authenticating user 'default' from [fd00:1122:3344:101::e]:38175 2026.03.05 05:28:11.661936 [ 288 ] {} TCP-Session: ef0125da-9f72-4c83-be3a-cbcc26b5ae5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.661950 [ 287 ] {f24bc17e-d063-4f50-bd45-a53631651efc} executeQuery: (from [fd00:1122:3344:101::e]:35931) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:28:11.661973 [ 292 ] {} TCP-Session: 34146466-5008-46a7-bc7c-116c8cf5968c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.661801 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.662007 [ 292 ] {} TCP-Session: 34146466-5008-46a7-bc7c-116c8cf5968c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.662030 [ 291 ] {} TCP-Session: 6c3686fb-8d65-46ed-8f6e-61a871e02084 Authenticating user 'default' from [fd00:1122:3344:101::e]:45640 2026.03.05 05:28:11.661862 [ 3 ] {} TCP-Session: 13642c21-edda-4269-aa86-49277b35d237 Authenticating user 'default' from [fd00:1122:3344:101::e]:46099 2026.03.05 05:28:11.662063 [ 291 ] {} TCP-Session: 6c3686fb-8d65-46ed-8f6e-61a871e02084 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.662078 [ 3 ] {} TCP-Session: 13642c21-edda-4269-aa86-49277b35d237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.662086 [ 291 ] {} TCP-Session: 6c3686fb-8d65-46ed-8f6e-61a871e02084 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.662096 [ 3 ] {} TCP-Session: 13642c21-edda-4269-aa86-49277b35d237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.661641 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56028 2026.03.05 05:28:11.661802 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.661683 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56406 2026.03.05 05:28:11.662173 [ 293 ] {} TCP-Session: b651df09-bb09-4c16-ad37-ccf07b139f9b Authenticating user 'default' from [fd00:1122:3344:101::e]:59327 2026.03.05 05:28:11.662197 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.662217 [ 293 ] {} TCP-Session: b651df09-bb09-4c16-ad37-ccf07b139f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.662223 [ 290 ] {} TCP-Session: c3ff3212-c254-4de6-9a5e-35355a9d8cba Authenticating user 'default' from [fd00:1122:3344:101::e]:56028 2026.03.05 05:28:11.662232 [ 293 ] {} TCP-Session: b651df09-bb09-4c16-ad37-ccf07b139f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.662243 [ 290 ] {} TCP-Session: c3ff3212-c254-4de6-9a5e-35355a9d8cba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.662248 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:28:11.662258 [ 290 ] {} TCP-Session: c3ff3212-c254-4de6-9a5e-35355a9d8cba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.662279 [ 294 ] {} TCP-Session: 803ae299-1a22-4367-a1cf-8a19ca7768c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:56406 2026.03.05 05:28:11.662301 [ 294 ] {} TCP-Session: 803ae299-1a22-4367-a1cf-8a19ca7768c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.662310 [ 287 ] {f24bc17e-d063-4f50-bd45-a53631651efc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.05 05:28:11.662315 [ 294 ] {} TCP-Session: 803ae299-1a22-4367-a1cf-8a19ca7768c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.662379 [ 287 ] {f24bc17e-d063-4f50-bd45-a53631651efc} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:28:11.662733 [ 287 ] {f24bc17e-d063-4f50-bd45-a53631651efc} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e) (SelectExecutor): Key condition: unknown 2026.03.05 05:28:11.663951 [ 330 ] {f24bc17e-d063-4f50-bd45-a53631651efc} AggregatingTransform: Aggregating 2026.03.05 05:28:11.663995 [ 330 ] {f24bc17e-d063-4f50-bd45-a53631651efc} Aggregator: Aggregation method: without_key 2026.03.05 05:28:11.664032 [ 330 ] {f24bc17e-d063-4f50-bd45-a53631651efc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00119481 sec. (836.953 rows/sec., 32.69 KiB/sec.) 2026.03.05 05:28:11.664047 [ 330 ] {f24bc17e-d063-4f50-bd45-a53631651efc} Aggregator: Merging aggregated data 2026.03.05 05:28:11.665294 [ 287 ] {f24bc17e-d063-4f50-bd45-a53631651efc} executeQuery: Read 1 rows, 40.00 B in 0.003429 sec., 291.6302128900554 rows/sec., 11.39 KiB/sec. 2026.03.05 05:28:11.665450 [ 287 ] {f24bc17e-d063-4f50-bd45-a53631651efc} TCPHandler: Processed in 0.003861675 sec. 2026.03.05 05:28:11.665585 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.665614 [ 287 ] {} TCP-Session: a6557671-35d2-49e7-820e-3ec600dec58d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.665617 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.665637 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.665662 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.665679 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.665698 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.665712 [ 291 ] {} TCP-Session: 6c3686fb-8d65-46ed-8f6e-61a871e02084 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.665716 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.665739 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.665783 [ 293 ] {} TCP-Session: b651df09-bb09-4c16-ad37-ccf07b139f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.665743 [ 3 ] {} TCP-Session: 13642c21-edda-4269-aa86-49277b35d237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.665818 [ 292 ] {} TCP-Session: 34146466-5008-46a7-bc7c-116c8cf5968c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.665682 [ 290 ] {} TCP-Session: c3ff3212-c254-4de6-9a5e-35355a9d8cba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.665671 [ 288 ] {} TCP-Session: ef0125da-9f72-4c83-be3a-cbcc26b5ae5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.665758 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.05 05:28:11.665733 [ 289 ] {} TCP-Session: 21cc0b41-a2f9-498c-b221-9188e54e0922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:11.665912 [ 294 ] {} TCP-Session: 803ae299-1a22-4367-a1cf-8a19ca7768c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:28:13.880952 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 342 2026.03.05 05:28:13.883454 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:13.883502 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:13.884693 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:28:13.884969 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:28:13.885116 [ 30 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.05 05:28:13.885160 [ 30 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:13.885182 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:13.885294 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 342 2026.03.05 05:28:13.885307 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::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.05 05:28:13.885937 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:13.886117 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::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.05 05:28:13.886563 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 102 rows starting from the beginning of the part 2026.03.05 05:28:13.886958 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 48 rows starting from the beginning of the part 2026.03.05 05:28:13.887333 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part 2026.03.05 05:28:13.887739 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::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.05 05:28:13.888122 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part 2026.03.05 05:28:13.894815 [ 195 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 72 columns (72 merged, 0 gathered) in 0.009555963 sec., 35789.171640785964 rows/sec., 34.14 MiB/sec. 2026.03.05 05:28:13.895871 [ 193 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.05 05:28:13.896540 [ 193 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_6_1} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:28:13.896626 [ 193 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_6_1} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.05 05:28:13.896864 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.66 MiB. 2026.03.05 05:28:14.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 205.51 MiB, peak 215.17 MiB, free memory in arenas 0.00 B, will set to 206.55 MiB (RSS), difference: 1.03 MiB 2026.03.05 05:28:15.966766 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:15.966960 [ 4 ] {1ee2dba1-71fd-4ace-99c9-5c9ea632d4f5} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:28:15.967033 [ 4 ] {1ee2dba1-71fd-4ace-99c9-5c9ea632d4f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:28:15.967808 [ 4 ] {1ee2dba1-71fd-4ace-99c9-5c9ea632d4f5} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.967852 [ 4 ] {1ee2dba1-71fd-4ace-99c9-5c9ea632d4f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.968268 [ 4 ] {1ee2dba1-71fd-4ace-99c9-5c9ea632d4f5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:28:15.968502 [ 4 ] {1ee2dba1-71fd-4ace-99c9-5c9ea632d4f5} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:28:15.968660 [ 4 ] {1ee2dba1-71fd-4ace-99c9-5c9ea632d4f5} executeQuery: Read 284 rows, 18.47 KiB in 0.001755 sec., 161823.36182336183 rows/sec., 10.28 MiB/sec. 2026.03.05 05:28:15.968707 [ 4 ] {1ee2dba1-71fd-4ace-99c9-5c9ea632d4f5} TCPHandler: Processed in 0.002068775 sec. 2026.03.05 05:28:15.968849 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:15.968952 [ 4 ] {f2b5149f-64bb-4183-b0b4-afaa2c4fd7e8} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:15.968996 [ 4 ] {f2b5149f-64bb-4183-b0b4-afaa2c4fd7e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:15.969774 [ 4 ] {f2b5149f-64bb-4183-b0b4-afaa2c4fd7e8} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.969810 [ 4 ] {f2b5149f-64bb-4183-b0b4-afaa2c4fd7e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.970168 [ 4 ] {f2b5149f-64bb-4183-b0b4-afaa2c4fd7e8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:28:15.970382 [ 4 ] {f2b5149f-64bb-4183-b0b4-afaa2c4fd7e8} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:15.970478 [ 27 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.05 05:28:15.970508 [ 4 ] {f2b5149f-64bb-4183-b0b4-afaa2c4fd7e8} executeQuery: Read 797 rows, 64.15 KiB in 0.001581 sec., 504111.3219481341 rows/sec., 39.62 MiB/sec. 2026.03.05 05:28:15.970515 [ 27 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.970541 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.970545 [ 4 ] {f2b5149f-64bb-4183-b0b4-afaa2c4fd7e8} TCPHandler: Processed in 0.00174745 sec. 2026.03.05 05:28:15.970627 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::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.05 05:28:15.970665 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:15.970726 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:15.970762 [ 4 ] {5e5dabde-4c03-461d-a7b5-bf5e033d37ff} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:15.970768 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 875 rows starting from the beginning of the part 2026.03.05 05:28:15.970803 [ 4 ] {5e5dabde-4c03-461d-a7b5-bf5e033d37ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:15.970858 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 797 rows starting from the beginning of the part 2026.03.05 05:28:15.970910 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part 2026.03.05 05:28:15.970958 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 797 rows starting from the beginning of the part 2026.03.05 05:28:15.971001 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 128 rows starting from the beginning of the part 2026.03.05 05:28:15.971047 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 797 rows starting from the beginning of the part 2026.03.05 05:28:15.971232 [ 4 ] {5e5dabde-4c03-461d-a7b5-bf5e033d37ff} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.971266 [ 4 ] {5e5dabde-4c03-461d-a7b5-bf5e033d37ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.971575 [ 4 ] {5e5dabde-4c03-461d-a7b5-bf5e033d37ff} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:15.971793 [ 4 ] {5e5dabde-4c03-461d-a7b5-bf5e033d37ff} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:15.971918 [ 4 ] {5e5dabde-4c03-461d-a7b5-bf5e033d37ff} executeQuery: Read 142 rows, 8.54 KiB in 0.001175 sec., 120851.06382978724 rows/sec., 7.10 MiB/sec. 2026.03.05 05:28:15.971954 [ 4 ] {5e5dabde-4c03-461d-a7b5-bf5e033d37ff} TCPHandler: Processed in 0.001337282 sec. 2026.03.05 05:28:15.972065 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:15.972160 [ 4 ] {814c5ffd-1051-4bf0-abd6-ab919e884219} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:28:15.972200 [ 4 ] {814c5ffd-1051-4bf0-abd6-ab919e884219} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:28:15.972468 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3522 rows, containing 5 columns (5 merged, 0 gathered) in 0.001876782 sec., 1876616.4637128871 rows/sec., 156.24 MiB/sec. 2026.03.05 05:28:15.972631 [ 4 ] {814c5ffd-1051-4bf0-abd6-ab919e884219} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.972668 [ 4 ] {814c5ffd-1051-4bf0-abd6-ab919e884219} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.972795 [ 192 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.05 05:28:15.972990 [ 4 ] {814c5ffd-1051-4bf0-abd6-ab919e884219} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:28:15.973205 [ 192 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_11_2} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:15.973287 [ 4 ] {814c5ffd-1051-4bf0-abd6-ab919e884219} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:28:15.973301 [ 192 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_11_2} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.05 05:28:15.973407 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.03.05 05:28:15.973433 [ 4 ] {814c5ffd-1051-4bf0-abd6-ab919e884219} executeQuery: Read 149 rows, 9.86 KiB in 0.001291 sec., 115414.40743609605 rows/sec., 7.46 MiB/sec. 2026.03.05 05:28:15.973474 [ 4 ] {814c5ffd-1051-4bf0-abd6-ab919e884219} TCPHandler: Processed in 0.001457144 sec. 2026.03.05 05:28:15.973585 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:15.973680 [ 4 ] {0c679741-153f-461c-9f00-a506428e5614} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:28:15.973719 [ 4 ] {0c679741-153f-461c-9f00-a506428e5614} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:28:15.974141 [ 4 ] {0c679741-153f-461c-9f00-a506428e5614} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.974175 [ 4 ] {0c679741-153f-461c-9f00-a506428e5614} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.974481 [ 4 ] {0c679741-153f-461c-9f00-a506428e5614} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:28:15.974688 [ 4 ] {0c679741-153f-461c-9f00-a506428e5614} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:28:15.974809 [ 4 ] {0c679741-153f-461c-9f00-a506428e5614} executeQuery: Read 148 rows, 8.62 KiB in 0.001148 sec., 128919.86062717771 rows/sec., 7.33 MiB/sec. 2026.03.05 05:28:15.974845 [ 4 ] {0c679741-153f-461c-9f00-a506428e5614} TCPHandler: Processed in 0.001307562 sec. 2026.03.05 05:28:15.974955 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:15.975048 [ 4 ] {23947ee3-6b40-456f-a209-a341eff5a9e7} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:15.975087 [ 4 ] {23947ee3-6b40-456f-a209-a341eff5a9e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:15.975641 [ 4 ] {23947ee3-6b40-456f-a209-a341eff5a9e7} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.975675 [ 4 ] {23947ee3-6b40-456f-a209-a341eff5a9e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.975994 [ 4 ] {23947ee3-6b40-456f-a209-a341eff5a9e7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:28:15.976200 [ 4 ] {23947ee3-6b40-456f-a209-a341eff5a9e7} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:15.976290 [ 27 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.05 05:28:15.976322 [ 27 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.976324 [ 4 ] {23947ee3-6b40-456f-a209-a341eff5a9e7} executeQuery: Read 490 rows, 35.18 KiB in 0.001294 sec., 378670.7882534776 rows/sec., 26.55 MiB/sec. 2026.03.05 05:28:15.976341 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.976366 [ 4 ] {23947ee3-6b40-456f-a209-a341eff5a9e7} TCPHandler: Processed in 0.001458755 sec. 2026.03.05 05:28:15.976401 [ 195 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::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.05 05:28:15.976474 [ 195 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:15.976475 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:15.976497 [ 195 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 551 rows starting from the beginning of the part 2026.03.05 05:28:15.976541 [ 195 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 490 rows starting from the beginning of the part 2026.03.05 05:28:15.976576 [ 195 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part 2026.03.05 05:28:15.976577 [ 4 ] {1737a49e-ffd9-4f39-a9b8-f07d5f9fe5b5} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:28:15.976609 [ 195 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 490 rows starting from the beginning of the part 2026.03.05 05:28:15.976623 [ 4 ] {1737a49e-ffd9-4f39-a9b8-f07d5f9fe5b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:28:15.976644 [ 195 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part 2026.03.05 05:28:15.976677 [ 195 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 490 rows starting from the beginning of the part 2026.03.05 05:28:15.976947 [ 4 ] {1737a49e-ffd9-4f39-a9b8-f07d5f9fe5b5} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.976981 [ 4 ] {1737a49e-ffd9-4f39-a9b8-f07d5f9fe5b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.977280 [ 4 ] {1737a49e-ffd9-4f39-a9b8-f07d5f9fe5b5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:28:15.977502 [ 4 ] {1737a49e-ffd9-4f39-a9b8-f07d5f9fe5b5} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:28:15.977586 [ 27 ] {} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.05 05:28:15.977610 [ 27 ] {} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.977624 [ 4 ] {1737a49e-ffd9-4f39-a9b8-f07d5f9fe5b5} executeQuery: Read 6 rows, 321.00 B in 0.001065 sec., 5633.802816901409 rows/sec., 294.34 KiB/sec. 2026.03.05 05:28:15.977627 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.977660 [ 4 ] {1737a49e-ffd9-4f39-a9b8-f07d5f9fe5b5} TCPHandler: Processed in 0.001233931 sec. 2026.03.05 05:28:15.977673 [ 191 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2221 rows, containing 5 columns (5 merged, 0 gathered) in 0.001295772 sec., 1714036.111291184 rows/sec., 128.35 MiB/sec. 2026.03.05 05:28:15.977690 [ 195 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::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.05 05:28:15.977761 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:15.977772 [ 195 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:15.977799 [ 195 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.03.05 05:28:15.977842 [ 195 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::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.05 05:28:15.977856 [ 4 ] {60f20135-5d84-47a7-bf57-ec5deddbe836} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:15.977877 [ 195 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.03.05 05:28:15.977886 [ 193 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.05 05:28:15.977898 [ 4 ] {60f20135-5d84-47a7-bf57-ec5deddbe836} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:15.977909 [ 195 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.03.05 05:28:15.977950 [ 195 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.03.05 05:28:15.977985 [ 195 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.03.05 05:28:15.978286 [ 201 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_11_2} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:15.978321 [ 4 ] {60f20135-5d84-47a7-bf57-ec5deddbe836} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.978360 [ 4 ] {60f20135-5d84-47a7-bf57-ec5deddbe836} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.978410 [ 201 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_11_2} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.05 05:28:15.978524 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.05 05:28:15.978678 [ 195 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001011238 sec., 35599.92800903447 rows/sec., 1.82 MiB/sec. 2026.03.05 05:28:15.978701 [ 4 ] {60f20135-5d84-47a7-bf57-ec5deddbe836} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:28:15.978833 [ 201 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.05 05:28:15.978933 [ 4 ] {60f20135-5d84-47a7-bf57-ec5deddbe836} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:15.979045 [ 27 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.05 05:28:15.979074 [ 4 ] {60f20135-5d84-47a7-bf57-ec5deddbe836} executeQuery: Read 265 rows, 18.03 KiB in 0.001236 sec., 214401.2944983819 rows/sec., 14.25 MiB/sec. 2026.03.05 05:28:15.979078 [ 27 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.979108 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.979111 [ 4 ] {60f20135-5d84-47a7-bf57-ec5deddbe836} TCPHandler: Processed in 0.001398164 sec. 2026.03.05 05:28:15.979131 [ 201 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_6_1} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:28:15.979180 [ 193 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::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.05 05:28:15.979206 [ 201 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_6_1} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.05 05:28:15.979233 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:15.979274 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.05 05:28:15.979283 [ 193 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:15.979316 [ 193 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1249 rows starting from the beginning of the part 2026.03.05 05:28:15.979332 [ 4 ] {c072324a-ab01-44cf-9080-23780617ff27} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:28:15.979379 [ 4 ] {c072324a-ab01-44cf-9080-23780617ff27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:28:15.979394 [ 193 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 265 rows starting from the beginning of the part 2026.03.05 05:28:15.979443 [ 193 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.03.05 05:28:15.979482 [ 193 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 265 rows starting from the beginning of the part 2026.03.05 05:28:15.979522 [ 193 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.03.05 05:28:15.979560 [ 193 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 265 rows starting from the beginning of the part 2026.03.05 05:28:15.979688 [ 4 ] {c072324a-ab01-44cf-9080-23780617ff27} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.979728 [ 4 ] {c072324a-ab01-44cf-9080-23780617ff27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.980049 [ 4 ] {c072324a-ab01-44cf-9080-23780617ff27} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:28:15.980273 [ 4 ] {c072324a-ab01-44cf-9080-23780617ff27} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:28:15.980405 [ 4 ] {c072324a-ab01-44cf-9080-23780617ff27} executeQuery: Read 1 rows, 69.00 B in 0.001092 sec., 915.7509157509156 rows/sec., 61.71 KiB/sec. 2026.03.05 05:28:15.980443 [ 4 ] {c072324a-ab01-44cf-9080-23780617ff27} TCPHandler: Processed in 0.001258022 sec. 2026.03.05 05:28:15.980556 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:15.980648 [ 4 ] {518c3f46-ac52-4ec7-a28a-1a3db7f98210} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:15.980689 [ 4 ] {518c3f46-ac52-4ec7-a28a-1a3db7f98210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:15.980849 [ 201 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2364 rows, containing 5 columns (5 merged, 0 gathered) in 0.001703029 sec., 1388114.9410843856 rows/sec., 93.69 MiB/sec. 2026.03.05 05:28:15.981012 [ 4 ] {518c3f46-ac52-4ec7-a28a-1a3db7f98210} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.981051 [ 4 ] {518c3f46-ac52-4ec7-a28a-1a3db7f98210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.981065 [ 193 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.05 05:28:15.981339 [ 193 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_11_2} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:15.981394 [ 4 ] {518c3f46-ac52-4ec7-a28a-1a3db7f98210} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:28:15.981413 [ 193 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_11_2} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.05 05:28:15.981481 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.03.05 05:28:15.981632 [ 4 ] {518c3f46-ac52-4ec7-a28a-1a3db7f98210} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:15.981728 [ 27 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.05 05:28:15.981758 [ 27 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:15.981761 [ 4 ] {518c3f46-ac52-4ec7-a28a-1a3db7f98210} executeQuery: Read 90 rows, 5.77 KiB in 0.00113 sec., 79646.01769911505 rows/sec., 4.98 MiB/sec. 2026.03.05 05:28:15.981777 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:15.981799 [ 4 ] {518c3f46-ac52-4ec7-a28a-1a3db7f98210} TCPHandler: Processed in 0.001291582 sec. 2026.03.05 05:28:15.981853 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:28:15.981952 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:15.981977 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 438 rows starting from the beginning of the part 2026.03.05 05:28:15.982039 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 90 rows starting from the beginning of the part 2026.03.05 05:28:15.982085 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.03.05 05:28:15.982123 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 90 rows starting from the beginning of the part 2026.03.05 05:28:15.982165 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.03.05 05:28:15.982208 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:28:15.983015 [ 193 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.00119624 sec., 692168.7955594194 rows/sec., 44.47 MiB/sec. 2026.03.05 05:28:15.983141 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.05 05:28:15.983371 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_11_2} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:15.983438 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_11_2} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.05 05:28:15.983492 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.03.05 05:28:18.819239 [ 80 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:28:18.819300 [ 80 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:28:18.887507 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4783 2026.03.05 05:28:18.887992 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:18.888032 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:18.888556 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:18.888857 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:28:18.889018 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4783 2026.03.05 05:28:19.133949 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.05 05:28:19.153047 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:19.153116 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:19.159082 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:19.159778 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:28:19.162993 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.05 05:28:20.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 207.32 MiB, peak 215.17 MiB, free memory in arenas 0.00 B, will set to 209.35 MiB (RSS), difference: 2.03 MiB 2026.03.05 05:28:20.960481 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:20.960710 [ 4 ] {ccac6aeb-f48f-4f20-86f3-00b8229b5bd3} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:20.960786 [ 4 ] {ccac6aeb-f48f-4f20-86f3-00b8229b5bd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:20.961454 [ 4 ] {ccac6aeb-f48f-4f20-86f3-00b8229b5bd3} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:20.961506 [ 4 ] {ccac6aeb-f48f-4f20-86f3-00b8229b5bd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:20.961933 [ 4 ] {ccac6aeb-f48f-4f20-86f3-00b8229b5bd3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:28:20.962165 [ 4 ] {ccac6aeb-f48f-4f20-86f3-00b8229b5bd3} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:20.962321 [ 4 ] {ccac6aeb-f48f-4f20-86f3-00b8229b5bd3} executeQuery: Read 128 rows, 11.29 KiB in 0.001664 sec., 76923.07692307692 rows/sec., 6.62 MiB/sec. 2026.03.05 05:28:20.962370 [ 4 ] {ccac6aeb-f48f-4f20-86f3-00b8229b5bd3} TCPHandler: Processed in 0.002027915 sec. 2026.03.05 05:28:20.962493 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:20.962596 [ 4 ] {a0abe5ed-60c2-4847-91f1-ec31485d83bb} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:20.962641 [ 4 ] {a0abe5ed-60c2-4847-91f1-ec31485d83bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:20.963061 [ 4 ] {a0abe5ed-60c2-4847-91f1-ec31485d83bb} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:20.963098 [ 4 ] {a0abe5ed-60c2-4847-91f1-ec31485d83bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:20.963406 [ 4 ] {a0abe5ed-60c2-4847-91f1-ec31485d83bb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:28:20.963614 [ 4 ] {a0abe5ed-60c2-4847-91f1-ec31485d83bb} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:20.963720 [ 112 ] {} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.05 05:28:20.963743 [ 4 ] {a0abe5ed-60c2-4847-91f1-ec31485d83bb} executeQuery: Read 36 rows, 2.71 KiB in 0.00117 sec., 30769.23076923077 rows/sec., 2.26 MiB/sec. 2026.03.05 05:28:20.963786 [ 112 ] {} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:20.963793 [ 4 ] {a0abe5ed-60c2-4847-91f1-ec31485d83bb} TCPHandler: Processed in 0.001352913 sec. 2026.03.05 05:28:20.963814 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:20.963929 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:20.963962 [ 189 ] {d59a6c3f-3398-4034-963f-db0ffc376093::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.05 05:28:20.964029 [ 4 ] {2c720000-9727-4f9a-8ac1-1c673a4ab1b1} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:20.964074 [ 4 ] {2c720000-9727-4f9a-8ac1-1c673a4ab1b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:20.964116 [ 189 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:20.964158 [ 189 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 190 rows starting from the beginning of the part 2026.03.05 05:28:20.964233 [ 189 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part 2026.03.05 05:28:20.964289 [ 189 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 142 rows starting from the beginning of the part 2026.03.05 05:28:20.964338 [ 189 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2026.03.05 05:28:20.964383 [ 189 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 142 rows starting from the beginning of the part 2026.03.05 05:28:20.964431 [ 189 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part 2026.03.05 05:28:20.964500 [ 4 ] {2c720000-9727-4f9a-8ac1-1c673a4ab1b1} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:20.964539 [ 4 ] {2c720000-9727-4f9a-8ac1-1c673a4ab1b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:20.964899 [ 4 ] {2c720000-9727-4f9a-8ac1-1c673a4ab1b1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:28:20.965132 [ 4 ] {2c720000-9727-4f9a-8ac1-1c673a4ab1b1} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:20.965266 [ 4 ] {2c720000-9727-4f9a-8ac1-1c673a4ab1b1} executeQuery: Read 100 rows, 8.00 KiB in 0.001257 sec., 79554.49482895783 rows/sec., 6.21 MiB/sec. 2026.03.05 05:28:20.965305 [ 4 ] {2c720000-9727-4f9a-8ac1-1c673a4ab1b1} TCPHandler: Processed in 0.001424764 sec. 2026.03.05 05:28:20.965414 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:20.965440 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.001540926 sec., 377694.9704268732 rows/sec., 25.07 MiB/sec. 2026.03.05 05:28:20.965508 [ 4 ] {e4a0bcaa-7fb5-4f74-80ec-b716dc50790b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:20.965556 [ 4 ] {e4a0bcaa-7fb5-4f74-80ec-b716dc50790b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:20.965605 [ 189 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.05 05:28:20.965861 [ 189 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_11_2} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:20.965936 [ 189 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_11_2} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.05 05:28:20.965966 [ 4 ] {e4a0bcaa-7fb5-4f74-80ec-b716dc50790b} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:20.966007 [ 4 ] {e4a0bcaa-7fb5-4f74-80ec-b716dc50790b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:20.966010 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.05 05:28:20.966360 [ 4 ] {e4a0bcaa-7fb5-4f74-80ec-b716dc50790b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:28:20.966576 [ 4 ] {e4a0bcaa-7fb5-4f74-80ec-b716dc50790b} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:20.966705 [ 4 ] {e4a0bcaa-7fb5-4f74-80ec-b716dc50790b} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.03.05 05:28:20.966742 [ 4 ] {e4a0bcaa-7fb5-4f74-80ec-b716dc50790b} TCPHandler: Processed in 0.001376133 sec. 2026.03.05 05:28:20.966845 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:20.966938 [ 4 ] {b8d0e26b-9f6e-47f1-a1ec-46705ab1e7ae} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:20.966991 [ 4 ] {b8d0e26b-9f6e-47f1-a1ec-46705ab1e7ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:28:20.967781 [ 4 ] {b8d0e26b-9f6e-47f1-a1ec-46705ab1e7ae} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:20.967817 [ 4 ] {b8d0e26b-9f6e-47f1-a1ec-46705ab1e7ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:20.968374 [ 4 ] {b8d0e26b-9f6e-47f1-a1ec-46705ab1e7ae} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:28:20.968607 [ 4 ] {b8d0e26b-9f6e-47f1-a1ec-46705ab1e7ae} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:20.968747 [ 4 ] {b8d0e26b-9f6e-47f1-a1ec-46705ab1e7ae} executeQuery: Read 36 rows, 66.06 KiB in 0.001827 sec., 19704.433497536946 rows/sec., 35.31 MiB/sec. 2026.03.05 05:28:20.968804 [ 4 ] {b8d0e26b-9f6e-47f1-a1ec-46705ab1e7ae} TCPHandler: Processed in 0.002007775 sec. 2026.03.05 05:28:20.968930 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:20.969023 [ 4 ] {2d6c579e-d020-4d48-8226-de4352c8b293} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:20.969064 [ 4 ] {2d6c579e-d020-4d48-8226-de4352c8b293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:20.969411 [ 4 ] {2d6c579e-d020-4d48-8226-de4352c8b293} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:20.969446 [ 4 ] {2d6c579e-d020-4d48-8226-de4352c8b293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2026.03.05 05:28:20.969746 [ 4 ] {2d6c579e-d020-4d48-8226-de4352c8b293} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:28:20.969955 [ 4 ] {2d6c579e-d020-4d48-8226-de4352c8b293} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:20.970081 [ 4 ] {2d6c579e-d020-4d48-8226-de4352c8b293} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.03.05 05:28:20.970116 [ 4 ] {2d6c579e-d020-4d48-8226-de4352c8b293} TCPHandler: Processed in 0.001234501 sec. 2026.03.05 05:28:23.885472 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 374 2026.03.05 05:28:23.887771 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:23.887831 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:23.889229 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:28:23.889529 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:28:23.889875 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 374 2026.03.05 05:28:25.967679 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.967857 [ 4 ] {3a3028ec-8ff3-4a62-9847-1cbef155b36a} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:28:25.967923 [ 4 ] {3a3028ec-8ff3-4a62-9847-1cbef155b36a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:28:25.968802 [ 4 ] {3a3028ec-8ff3-4a62-9847-1cbef155b36a} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.968861 [ 4 ] {3a3028ec-8ff3-4a62-9847-1cbef155b36a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.969316 [ 4 ] {3a3028ec-8ff3-4a62-9847-1cbef155b36a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:28:25.969552 [ 4 ] {3a3028ec-8ff3-4a62-9847-1cbef155b36a} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:28:25.969709 [ 4 ] {3a3028ec-8ff3-4a62-9847-1cbef155b36a} executeQuery: Read 284 rows, 18.47 KiB in 0.0019 sec., 149473.68421052632 rows/sec., 9.49 MiB/sec. 2026.03.05 05:28:25.969757 [ 4 ] {3a3028ec-8ff3-4a62-9847-1cbef155b36a} TCPHandler: Processed in 0.002211408 sec. 2026.03.05 05:28:25.969896 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.970000 [ 4 ] {7c1f5d7d-6ab5-414d-a3df-dfe824e49812} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.05 05:28:25.970046 [ 4 ] {7c1f5d7d-6ab5-414d-a3df-dfe824e49812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.05 05:28:25.970474 [ 4 ] {7c1f5d7d-6ab5-414d-a3df-dfe824e49812} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.970512 [ 4 ] {7c1f5d7d-6ab5-414d-a3df-dfe824e49812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.970812 [ 4 ] {7c1f5d7d-6ab5-414d-a3df-dfe824e49812} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:28:25.971026 [ 4 ] {7c1f5d7d-6ab5-414d-a3df-dfe824e49812} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): 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.05 05:28:25.971152 [ 4 ] {7c1f5d7d-6ab5-414d-a3df-dfe824e49812} executeQuery: Read 12 rows, 1002.00 B in 0.001177 sec., 10195.412064570943 rows/sec., 831.36 KiB/sec. 2026.03.05 05:28:25.971189 [ 4 ] {7c1f5d7d-6ab5-414d-a3df-dfe824e49812} TCPHandler: Processed in 0.001346712 sec. 2026.03.05 05:28:25.971305 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.971399 [ 4 ] {2a58db45-7915-47f9-9e1b-02eee2591faa} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:25.971440 [ 4 ] {2a58db45-7915-47f9-9e1b-02eee2591faa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:25.972187 [ 4 ] {2a58db45-7915-47f9-9e1b-02eee2591faa} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.972224 [ 4 ] {2a58db45-7915-47f9-9e1b-02eee2591faa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.972580 [ 4 ] {2a58db45-7915-47f9-9e1b-02eee2591faa} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:28:25.972802 [ 4 ] {2a58db45-7915-47f9-9e1b-02eee2591faa} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:25.972931 [ 4 ] {2a58db45-7915-47f9-9e1b-02eee2591faa} executeQuery: Read 811 rows, 65.37 KiB in 0.00155 sec., 523225.8064516129 rows/sec., 41.19 MiB/sec. 2026.03.05 05:28:25.972967 [ 4 ] {2a58db45-7915-47f9-9e1b-02eee2591faa} TCPHandler: Processed in 0.001710759 sec. 2026.03.05 05:28:25.973078 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.973173 [ 4 ] {5de307dd-5d27-4290-bf10-c575348dd5aa} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:25.973213 [ 4 ] {5de307dd-5d27-4290-bf10-c575348dd5aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:25.973658 [ 4 ] {5de307dd-5d27-4290-bf10-c575348dd5aa} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.973696 [ 4 ] {5de307dd-5d27-4290-bf10-c575348dd5aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.974019 [ 4 ] {5de307dd-5d27-4290-bf10-c575348dd5aa} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:28:25.974235 [ 4 ] {5de307dd-5d27-4290-bf10-c575348dd5aa} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:25.974363 [ 4 ] {5de307dd-5d27-4290-bf10-c575348dd5aa} executeQuery: Read 158 rows, 9.68 KiB in 0.001209 sec., 130686.51778329197 rows/sec., 7.82 MiB/sec. 2026.03.05 05:28:25.974400 [ 4 ] {5de307dd-5d27-4290-bf10-c575348dd5aa} TCPHandler: Processed in 0.001370913 sec. 2026.03.05 05:28:25.974514 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.974607 [ 4 ] {73975174-be13-4f20-ab24-64d1b06ec8ca} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:28:25.974647 [ 4 ] {73975174-be13-4f20-ab24-64d1b06ec8ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:28:25.975069 [ 4 ] {73975174-be13-4f20-ab24-64d1b06ec8ca} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.975106 [ 4 ] {73975174-be13-4f20-ab24-64d1b06ec8ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.975409 [ 4 ] {73975174-be13-4f20-ab24-64d1b06ec8ca} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:28:25.975619 [ 4 ] {73975174-be13-4f20-ab24-64d1b06ec8ca} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:28:25.975744 [ 4 ] {73975174-be13-4f20-ab24-64d1b06ec8ca} executeQuery: Read 149 rows, 9.86 KiB in 0.001154 sec., 129116.1178509532 rows/sec., 8.34 MiB/sec. 2026.03.05 05:28:25.975781 [ 4 ] {73975174-be13-4f20-ab24-64d1b06ec8ca} TCPHandler: Processed in 0.001316563 sec. 2026.03.05 05:28:25.975893 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.975985 [ 4 ] {ad5786ed-283d-4756-9f90-fe47456bdea5} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:28:25.976024 [ 4 ] {ad5786ed-283d-4756-9f90-fe47456bdea5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:28:25.976453 [ 4 ] {ad5786ed-283d-4756-9f90-fe47456bdea5} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.976491 [ 4 ] {ad5786ed-283d-4756-9f90-fe47456bdea5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.976799 [ 4 ] {ad5786ed-283d-4756-9f90-fe47456bdea5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:28:25.977013 [ 4 ] {ad5786ed-283d-4756-9f90-fe47456bdea5} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:28:25.977139 [ 4 ] {ad5786ed-283d-4756-9f90-fe47456bdea5} executeQuery: Read 148 rows, 8.62 KiB in 0.001171 sec., 126387.7028181042 rows/sec., 7.19 MiB/sec. 2026.03.05 05:28:25.977175 [ 4 ] {ad5786ed-283d-4756-9f90-fe47456bdea5} TCPHandler: Processed in 0.001331683 sec. 2026.03.05 05:28:25.977291 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.977384 [ 4 ] {515a501f-9955-4070-89be-3f21cfed5656} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:25.977424 [ 4 ] {515a501f-9955-4070-89be-3f21cfed5656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:25.977989 [ 4 ] {515a501f-9955-4070-89be-3f21cfed5656} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.978025 [ 4 ] {515a501f-9955-4070-89be-3f21cfed5656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.978355 [ 4 ] {515a501f-9955-4070-89be-3f21cfed5656} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:28:25.978563 [ 4 ] {515a501f-9955-4070-89be-3f21cfed5656} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:25.978693 [ 4 ] {515a501f-9955-4070-89be-3f21cfed5656} executeQuery: Read 512 rows, 36.96 KiB in 0.001327 sec., 385832.70535041444 rows/sec., 27.20 MiB/sec. 2026.03.05 05:28:25.978731 [ 4 ] {515a501f-9955-4070-89be-3f21cfed5656} TCPHandler: Processed in 0.001488115 sec. 2026.03.05 05:28:25.978842 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.978935 [ 4 ] {488fcf6a-ad9b-40fd-aff9-fb47dd0f7fc1} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:28:25.978976 [ 4 ] {488fcf6a-ad9b-40fd-aff9-fb47dd0f7fc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:28:25.979309 [ 4 ] {488fcf6a-ad9b-40fd-aff9-fb47dd0f7fc1} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.979345 [ 4 ] {488fcf6a-ad9b-40fd-aff9-fb47dd0f7fc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.979654 [ 4 ] {488fcf6a-ad9b-40fd-aff9-fb47dd0f7fc1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:28:25.979874 [ 4 ] {488fcf6a-ad9b-40fd-aff9-fb47dd0f7fc1} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:28:25.980005 [ 4 ] {488fcf6a-ad9b-40fd-aff9-fb47dd0f7fc1} executeQuery: Read 6 rows, 321.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 288.12 KiB/sec. 2026.03.05 05:28:25.980041 [ 4 ] {488fcf6a-ad9b-40fd-aff9-fb47dd0f7fc1} TCPHandler: Processed in 0.001248631 sec. 2026.03.05 05:28:25.980150 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.980244 [ 4 ] {88e0e3a4-d7d7-4a78-bf69-5d794590b5eb} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:25.980286 [ 4 ] {88e0e3a4-d7d7-4a78-bf69-5d794590b5eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:25.980704 [ 4 ] {88e0e3a4-d7d7-4a78-bf69-5d794590b5eb} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.980740 [ 4 ] {88e0e3a4-d7d7-4a78-bf69-5d794590b5eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.981113 [ 4 ] {88e0e3a4-d7d7-4a78-bf69-5d794590b5eb} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:28:25.981494 [ 4 ] {88e0e3a4-d7d7-4a78-bf69-5d794590b5eb} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:25.981673 [ 4 ] {88e0e3a4-d7d7-4a78-bf69-5d794590b5eb} executeQuery: Read 271 rows, 18.45 KiB in 0.001446 sec., 187413.55463347165 rows/sec., 12.46 MiB/sec. 2026.03.05 05:28:25.981717 [ 4 ] {88e0e3a4-d7d7-4a78-bf69-5d794590b5eb} TCPHandler: Processed in 0.001614927 sec. 2026.03.05 05:28:25.981844 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.981939 [ 4 ] {f8b63c20-eda1-4218-b4cc-471d6ce99d5c} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:28:25.981984 [ 4 ] {f8b63c20-eda1-4218-b4cc-471d6ce99d5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:28:25.982343 [ 4 ] {f8b63c20-eda1-4218-b4cc-471d6ce99d5c} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.982390 [ 4 ] {f8b63c20-eda1-4218-b4cc-471d6ce99d5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.982773 [ 4 ] {f8b63c20-eda1-4218-b4cc-471d6ce99d5c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:28:25.983013 [ 4 ] {f8b63c20-eda1-4218-b4cc-471d6ce99d5c} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:28:25.983151 [ 4 ] {f8b63c20-eda1-4218-b4cc-471d6ce99d5c} executeQuery: Read 1 rows, 69.00 B in 0.001228 sec., 814.3322475570033 rows/sec., 54.87 KiB/sec. 2026.03.05 05:28:25.983195 [ 4 ] {f8b63c20-eda1-4218-b4cc-471d6ce99d5c} TCPHandler: Processed in 0.001403194 sec. 2026.03.05 05:28:25.983322 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.983428 [ 4 ] {4d64ddd9-00a9-477a-b2d4-2d9d5fa2cdd1} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:25.983497 [ 4 ] {4d64ddd9-00a9-477a-b2d4-2d9d5fa2cdd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:28:25.984244 [ 4 ] {4d64ddd9-00a9-477a-b2d4-2d9d5fa2cdd1} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.984280 [ 4 ] {4d64ddd9-00a9-477a-b2d4-2d9d5fa2cdd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.984791 [ 4 ] {4d64ddd9-00a9-477a-b2d4-2d9d5fa2cdd1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:28:25.985011 [ 4 ] {4d64ddd9-00a9-477a-b2d4-2d9d5fa2cdd1} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:25.985130 [ 152 ] {} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.05 05:28:25.985152 [ 4 ] {4d64ddd9-00a9-477a-b2d4-2d9d5fa2cdd1} executeQuery: Read 4 rows, 7.34 KiB in 0.001748 sec., 2288.329519450801 rows/sec., 4.10 MiB/sec. 2026.03.05 05:28:25.985222 [ 152 ] {} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.985249 [ 4 ] {4d64ddd9-00a9-477a-b2d4-2d9d5fa2cdd1} TCPHandler: Processed in 0.001981184 sec. 2026.03.05 05:28:25.985250 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.985389 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.985390 [ 193 ] {187e5625-507c-488c-bc57-9e597551f04b::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.05 05:28:25.985491 [ 4 ] {9fd8921b-d43f-4b55-8ad5-eee74767f4f7} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.05 05:28:25.985537 [ 4 ] {9fd8921b-d43f-4b55-8ad5-eee74767f4f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.05 05:28:25.985654 [ 193 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:25.985718 [ 193 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 19 rows starting from the beginning of the part 2026.03.05 05:28:25.985846 [ 193 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2026.03.05 05:28:25.985881 [ 4 ] {9fd8921b-d43f-4b55-8ad5-eee74767f4f7} oximeter.measurements_i64 (36dfbee1-a970-4708-8cb2-07f899242593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.985921 [ 4 ] {9fd8921b-d43f-4b55-8ad5-eee74767f4f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.985952 [ 193 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2026.03.05 05:28:25.986050 [ 193 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2026.03.05 05:28:25.986152 [ 193 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2026.03.05 05:28:25.986233 [ 4 ] {9fd8921b-d43f-4b55-8ad5-eee74767f4f7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:28:25.986255 [ 193 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.03.05 05:28:25.986451 [ 4 ] {9fd8921b-d43f-4b55-8ad5-eee74767f4f7} oximeter.measurements_i64 (36dfbee1-a970-4708-8cb2-07f899242593): 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.05 05:28:25.986585 [ 4 ] {9fd8921b-d43f-4b55-8ad5-eee74767f4f7} executeQuery: Read 6 rows, 434.00 B in 0.001113 sec., 5390.8355795148245 rows/sec., 380.80 KiB/sec. 2026.03.05 05:28:25.986622 [ 4 ] {9fd8921b-d43f-4b55-8ad5-eee74767f4f7} TCPHandler: Processed in 0.001283562 sec. 2026.03.05 05:28:25.986739 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:25.986834 [ 4 ] {9ee7d882-6242-4245-9b6b-de548775e458} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:25.986875 [ 4 ] {9ee7d882-6242-4245-9b6b-de548775e458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:25.987210 [ 4 ] {9ee7d882-6242-4245-9b6b-de548775e458} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:25.987246 [ 4 ] {9ee7d882-6242-4245-9b6b-de548775e458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:25.987560 [ 4 ] {9ee7d882-6242-4245-9b6b-de548775e458} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:28:25.987774 [ 4 ] {9ee7d882-6242-4245-9b6b-de548775e458} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:25.987901 [ 4 ] {9ee7d882-6242-4245-9b6b-de548775e458} executeQuery: Read 90 rows, 5.77 KiB in 0.001085 sec., 82949.30875576037 rows/sec., 5.19 MiB/sec. 2026.03.05 05:28:25.987937 [ 4 ] {9ee7d882-6242-4245-9b6b-de548775e458} TCPHandler: Processed in 0.001245192 sec. 2026.03.05 05:28:25.993152 [ 193 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 19 columns (19 merged, 0 gathered) in 0.007865775 sec., 21231.220064138626 rows/sec., 38.05 MiB/sec. 2026.03.05 05:28:25.993675 [ 189 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.05 05:28:25.994060 [ 189 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_6_1} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:25.994143 [ 189 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_6_1} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.05 05:28:25.994242 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.05 05:28:26.389152 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5295 2026.03.05 05:28:26.389691 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:26.389735 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:26.390237 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:28:26.390492 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:28:26.390615 [ 152 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.05 05:28:26.390632 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5295 2026.03.05 05:28:26.390651 [ 152 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:26.390670 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:26.390761 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::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.05 05:28:26.390848 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:26.390879 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2863 rows starting from the beginning of the part 2026.03.05 05:28:26.390938 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.03.05 05:28:26.390989 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.03.05 05:28:26.391034 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.03.05 05:28:26.391077 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.03.05 05:28:26.391123 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.03.05 05:28:26.392494 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5295 rows, containing 4 columns (4 merged, 0 gathered) in 0.00176668 sec., 2997147.191341952 rows/sec., 42.87 MiB/sec. 2026.03.05 05:28:26.392864 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.05 05:28:26.393131 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_11_2} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:28:26.393200 [ 188 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_11_2} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.05 05:28:26.393283 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.05 05:28:26.663127 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.05 05:28:26.681743 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:26.681810 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:26.688193 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:28:26.688910 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:28:26.689191 [ 92 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.05 05:28:26.689259 [ 92 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:26.689283 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:26.689383 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:28:26.692189 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.05 05:28:26.692410 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:26.693137 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:28:26.696477 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:28:26.699917 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:28:26.703800 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:28:26.708328 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:28:26.712683 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:28:26.767244 [ 188 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.077899692 sec., 1065.4727620745919 rows/sec., 5.51 MiB/sec. 2026.03.05 05:28:26.769748 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.05 05:28:26.771867 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_11_2} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:28:26.771985 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_11_2} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.05 05:28:26.774072 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB. 2026.03.05 05:28:27.000266 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 210.64 MiB, peak 220.54 MiB, free memory in arenas 0.00 B, will set to 220.27 MiB (RSS), difference: 9.62 MiB 2026.03.05 05:28:30.960351 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:30.960566 [ 4 ] {a3653fda-c2b4-42fa-95c8-51ff1c05ce95} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:30.960637 [ 4 ] {a3653fda-c2b4-42fa-95c8-51ff1c05ce95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:30.961510 [ 4 ] {a3653fda-c2b4-42fa-95c8-51ff1c05ce95} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:30.961558 [ 4 ] {a3653fda-c2b4-42fa-95c8-51ff1c05ce95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:30.961974 [ 4 ] {a3653fda-c2b4-42fa-95c8-51ff1c05ce95} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:28:30.962190 [ 4 ] {a3653fda-c2b4-42fa-95c8-51ff1c05ce95} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:30.962339 [ 4 ] {a3653fda-c2b4-42fa-95c8-51ff1c05ce95} executeQuery: Read 128 rows, 11.29 KiB in 0.001824 sec., 70175.43859649122 rows/sec., 6.04 MiB/sec. 2026.03.05 05:28:30.962378 [ 4 ] {a3653fda-c2b4-42fa-95c8-51ff1c05ce95} TCPHandler: Processed in 0.002208147 sec. 2026.03.05 05:28:30.962511 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:30.962604 [ 4 ] {0da1f9f4-ebe5-43d5-af5a-42f3f9192226} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:30.962644 [ 4 ] {0da1f9f4-ebe5-43d5-af5a-42f3f9192226} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:30.963103 [ 4 ] {0da1f9f4-ebe5-43d5-af5a-42f3f9192226} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:30.963139 [ 4 ] {0da1f9f4-ebe5-43d5-af5a-42f3f9192226} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:30.963425 [ 4 ] {0da1f9f4-ebe5-43d5-af5a-42f3f9192226} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:28:30.963626 [ 4 ] {0da1f9f4-ebe5-43d5-af5a-42f3f9192226} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:30.963749 [ 4 ] {0da1f9f4-ebe5-43d5-af5a-42f3f9192226} executeQuery: Read 36 rows, 2.71 KiB in 0.001164 sec., 30927.83505154639 rows/sec., 2.27 MiB/sec. 2026.03.05 05:28:30.963784 [ 4 ] {0da1f9f4-ebe5-43d5-af5a-42f3f9192226} TCPHandler: Processed in 0.001321232 sec. 2026.03.05 05:28:30.963898 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:30.963990 [ 4 ] {931ca46e-e143-4d07-85ad-1931d30e431f} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:30.964028 [ 4 ] {931ca46e-e143-4d07-85ad-1931d30e431f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:30.964455 [ 4 ] {931ca46e-e143-4d07-85ad-1931d30e431f} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:30.964490 [ 4 ] {931ca46e-e143-4d07-85ad-1931d30e431f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:30.964778 [ 4 ] {931ca46e-e143-4d07-85ad-1931d30e431f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:28:30.964976 [ 4 ] {931ca46e-e143-4d07-85ad-1931d30e431f} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:30.965095 [ 4 ] {931ca46e-e143-4d07-85ad-1931d30e431f} executeQuery: Read 100 rows, 8.00 KiB in 0.001123 sec., 89047.19501335708 rows/sec., 6.96 MiB/sec. 2026.03.05 05:28:30.965129 [ 4 ] {931ca46e-e143-4d07-85ad-1931d30e431f} TCPHandler: Processed in 0.001278231 sec. 2026.03.05 05:28:30.965242 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:30.965333 [ 4 ] {fa46a345-0653-4f2c-9366-8d327be11631} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:30.965375 [ 4 ] {fa46a345-0653-4f2c-9366-8d327be11631} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:30.965800 [ 4 ] {fa46a345-0653-4f2c-9366-8d327be11631} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:30.965837 [ 4 ] {fa46a345-0653-4f2c-9366-8d327be11631} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:30.966169 [ 4 ] {fa46a345-0653-4f2c-9366-8d327be11631} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:28:30.966371 [ 4 ] {fa46a345-0653-4f2c-9366-8d327be11631} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:30.966494 [ 4 ] {fa46a345-0653-4f2c-9366-8d327be11631} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.03.05 05:28:30.966529 [ 4 ] {fa46a345-0653-4f2c-9366-8d327be11631} TCPHandler: Processed in 0.001333142 sec. 2026.03.05 05:28:30.966637 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:30.966729 [ 4 ] {aac5c3b6-1526-4802-a045-0209b07542c7} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:30.966781 [ 4 ] {aac5c3b6-1526-4802-a045-0209b07542c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:28:30.967626 [ 4 ] {aac5c3b6-1526-4802-a045-0209b07542c7} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:30.967663 [ 4 ] {aac5c3b6-1526-4802-a045-0209b07542c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:30.968202 [ 4 ] {aac5c3b6-1526-4802-a045-0209b07542c7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.05 05:28:30.968416 [ 4 ] {aac5c3b6-1526-4802-a045-0209b07542c7} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:30.968548 [ 4 ] {aac5c3b6-1526-4802-a045-0209b07542c7} executeQuery: Read 36 rows, 66.06 KiB in 0.001837 sec., 19597.169297768098 rows/sec., 35.12 MiB/sec. 2026.03.05 05:28:30.968596 [ 4 ] {aac5c3b6-1526-4802-a045-0209b07542c7} TCPHandler: Processed in 0.002006355 sec. 2026.03.05 05:28:30.968709 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:30.968802 [ 4 ] {210f3344-2019-4015-9f98-030496f216c7} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:30.968842 [ 4 ] {210f3344-2019-4015-9f98-030496f216c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:30.969173 [ 4 ] {210f3344-2019-4015-9f98-030496f216c7} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:30.969208 [ 4 ] {210f3344-2019-4015-9f98-030496f216c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:30.969501 [ 4 ] {210f3344-2019-4015-9f98-030496f216c7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:28:30.969705 [ 4 ] {210f3344-2019-4015-9f98-030496f216c7} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:30.969829 [ 4 ] {210f3344-2019-4015-9f98-030496f216c7} executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. 2026.03.05 05:28:30.969864 [ 4 ] {210f3344-2019-4015-9f98-030496f216c7} TCPHandler: Processed in 0.001201961 sec. 2026.03.05 05:28:33.819548 [ 154 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:28:33.819614 [ 154 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:28:33.890015 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 412 2026.03.05 05:28:33.890701 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5743 2026.03.05 05:28:33.891262 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:33.891320 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:33.891979 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:28:33.892228 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:28:33.892381 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5743 2026.03.05 05:28:33.892390 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:33.892438 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:33.893693 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:33.893965 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:28:33.894300 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 412 2026.03.05 05:28:34.192255 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.05 05:28:34.208480 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:34.208546 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:34.214688 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:28:34.215410 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:28:34.218359 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.05 05:28:35.000274 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 220.87 MiB, peak 224.87 MiB, free memory in arenas 0.00 B, will set to 222.22 MiB (RSS), difference: 1.35 MiB 2026.03.05 05:28:35.966315 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:35.966580 [ 4 ] {8e3a7f12-93f5-4624-9865-4c76b489e968} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:28:35.966641 [ 4 ] {8e3a7f12-93f5-4624-9865-4c76b489e968} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:28:35.967387 [ 4 ] {8e3a7f12-93f5-4624-9865-4c76b489e968} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:35.967424 [ 4 ] {8e3a7f12-93f5-4624-9865-4c76b489e968} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:35.967828 [ 4 ] {8e3a7f12-93f5-4624-9865-4c76b489e968} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:35.968054 [ 4 ] {8e3a7f12-93f5-4624-9865-4c76b489e968} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:28:35.968194 [ 4 ] {8e3a7f12-93f5-4624-9865-4c76b489e968} executeQuery: Read 284 rows, 18.47 KiB in 0.001676 sec., 169451.07398568018 rows/sec., 10.76 MiB/sec. 2026.03.05 05:28:35.968233 [ 4 ] {8e3a7f12-93f5-4624-9865-4c76b489e968} TCPHandler: Processed in 0.002095026 sec. 2026.03.05 05:28:35.968374 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:35.968468 [ 4 ] {37e3ecaf-e75d-4f26-8640-917ded741a85} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:35.968508 [ 4 ] {37e3ecaf-e75d-4f26-8640-917ded741a85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:35.969354 [ 4 ] {37e3ecaf-e75d-4f26-8640-917ded741a85} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:35.969389 [ 4 ] {37e3ecaf-e75d-4f26-8640-917ded741a85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:35.969735 [ 4 ] {37e3ecaf-e75d-4f26-8640-917ded741a85} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:28:35.969944 [ 4 ] {37e3ecaf-e75d-4f26-8640-917ded741a85} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:35.970065 [ 4 ] {37e3ecaf-e75d-4f26-8640-917ded741a85} executeQuery: Read 805 rows, 64.93 KiB in 0.001616 sec., 498143.5643564356 rows/sec., 39.24 MiB/sec. 2026.03.05 05:28:35.970100 [ 4 ] {37e3ecaf-e75d-4f26-8640-917ded741a85} TCPHandler: Processed in 0.00178173 sec. 2026.03.05 05:28:35.970223 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:35.970316 [ 4 ] {93046e25-9c6d-4dcb-b228-65e15b063d47} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:35.970355 [ 4 ] {93046e25-9c6d-4dcb-b228-65e15b063d47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:35.970795 [ 4 ] {93046e25-9c6d-4dcb-b228-65e15b063d47} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:35.970829 [ 4 ] {93046e25-9c6d-4dcb-b228-65e15b063d47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:35.971121 [ 4 ] {93046e25-9c6d-4dcb-b228-65e15b063d47} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:28:35.971318 [ 4 ] {93046e25-9c6d-4dcb-b228-65e15b063d47} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:35.971438 [ 4 ] {93046e25-9c6d-4dcb-b228-65e15b063d47} executeQuery: Read 146 rows, 8.84 KiB in 0.00114 sec., 128070.1754385965 rows/sec., 7.58 MiB/sec. 2026.03.05 05:28:35.971478 [ 4 ] {93046e25-9c6d-4dcb-b228-65e15b063d47} TCPHandler: Processed in 0.001309613 sec. 2026.03.05 05:28:35.971596 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:35.971687 [ 4 ] {9cfa3b57-1742-40c0-a825-bbb0b06fa4d4} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:28:35.971725 [ 4 ] {9cfa3b57-1742-40c0-a825-bbb0b06fa4d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:28:35.972133 [ 4 ] {9cfa3b57-1742-40c0-a825-bbb0b06fa4d4} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:35.972168 [ 4 ] {9cfa3b57-1742-40c0-a825-bbb0b06fa4d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:35.972449 [ 4 ] {9cfa3b57-1742-40c0-a825-bbb0b06fa4d4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:35.972658 [ 4 ] {9cfa3b57-1742-40c0-a825-bbb0b06fa4d4} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:28:35.972778 [ 4 ] {9cfa3b57-1742-40c0-a825-bbb0b06fa4d4} executeQuery: Read 149 rows, 9.86 KiB in 0.001109 sec., 134355.27502254283 rows/sec., 8.68 MiB/sec. 2026.03.05 05:28:35.972817 [ 4 ] {9cfa3b57-1742-40c0-a825-bbb0b06fa4d4} TCPHandler: Processed in 0.001270351 sec. 2026.03.05 05:28:35.972925 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:35.973015 [ 4 ] {9ec9c428-89f2-4cfb-9e30-0c2bf68dd7d8} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:28:35.973053 [ 4 ] {9ec9c428-89f2-4cfb-9e30-0c2bf68dd7d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:28:35.973487 [ 4 ] {9ec9c428-89f2-4cfb-9e30-0c2bf68dd7d8} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:35.973523 [ 4 ] {9ec9c428-89f2-4cfb-9e30-0c2bf68dd7d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:35.973814 [ 4 ] {9ec9c428-89f2-4cfb-9e30-0c2bf68dd7d8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:35.974017 [ 4 ] {9ec9c428-89f2-4cfb-9e30-0c2bf68dd7d8} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:28:35.974136 [ 4 ] {9ec9c428-89f2-4cfb-9e30-0c2bf68dd7d8} executeQuery: Read 148 rows, 8.62 KiB in 0.001139 sec., 129938.54258121159 rows/sec., 7.39 MiB/sec. 2026.03.05 05:28:35.974172 [ 4 ] {9ec9c428-89f2-4cfb-9e30-0c2bf68dd7d8} TCPHandler: Processed in 0.001293162 sec. 2026.03.05 05:28:35.974280 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:35.974370 [ 4 ] {ee473aa5-c70b-4988-9d22-04cacd5afbe3} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:35.974409 [ 4 ] {ee473aa5-c70b-4988-9d22-04cacd5afbe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:35.974951 [ 4 ] {ee473aa5-c70b-4988-9d22-04cacd5afbe3} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:35.974986 [ 4 ] {ee473aa5-c70b-4988-9d22-04cacd5afbe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:35.975290 [ 4 ] {ee473aa5-c70b-4988-9d22-04cacd5afbe3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:28:35.975491 [ 4 ] {ee473aa5-c70b-4988-9d22-04cacd5afbe3} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:35.975612 [ 4 ] {ee473aa5-c70b-4988-9d22-04cacd5afbe3} executeQuery: Read 494 rows, 35.50 KiB in 0.001259 sec., 392374.9007148531 rows/sec., 27.54 MiB/sec. 2026.03.05 05:28:35.975649 [ 4 ] {ee473aa5-c70b-4988-9d22-04cacd5afbe3} TCPHandler: Processed in 0.001414874 sec. 2026.03.05 05:28:35.975754 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:35.975846 [ 4 ] {36891bf3-0812-4581-9945-8ee49693fa12} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:28:35.975886 [ 4 ] {36891bf3-0812-4581-9945-8ee49693fa12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:28:35.976207 [ 4 ] {36891bf3-0812-4581-9945-8ee49693fa12} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:35.976242 [ 4 ] {36891bf3-0812-4581-9945-8ee49693fa12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:35.976526 [ 4 ] {36891bf3-0812-4581-9945-8ee49693fa12} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:35.976736 [ 4 ] {36891bf3-0812-4581-9945-8ee49693fa12} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:28:35.976857 [ 4 ] {36891bf3-0812-4581-9945-8ee49693fa12} executeQuery: Read 6 rows, 321.00 B in 0.001028 sec., 5836.575875486381 rows/sec., 304.94 KiB/sec. 2026.03.05 05:28:35.976892 [ 4 ] {36891bf3-0812-4581-9945-8ee49693fa12} TCPHandler: Processed in 0.00118451 sec. 2026.03.05 05:28:35.976999 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:35.977089 [ 4 ] {4b6bbe4d-a7d5-4847-9fda-3b630c9bf3e3} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:35.977130 [ 4 ] {4b6bbe4d-a7d5-4847-9fda-3b630c9bf3e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:35.977544 [ 4 ] {4b6bbe4d-a7d5-4847-9fda-3b630c9bf3e3} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:35.977579 [ 4 ] {4b6bbe4d-a7d5-4847-9fda-3b630c9bf3e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:35.977895 [ 4 ] {4b6bbe4d-a7d5-4847-9fda-3b630c9bf3e3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:28:35.978099 [ 4 ] {4b6bbe4d-a7d5-4847-9fda-3b630c9bf3e3} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:35.978222 [ 4 ] {4b6bbe4d-a7d5-4847-9fda-3b630c9bf3e3} executeQuery: Read 265 rows, 18.03 KiB in 0.00115 sec., 230434.78260869565 rows/sec., 15.31 MiB/sec. 2026.03.05 05:28:35.978256 [ 4 ] {4b6bbe4d-a7d5-4847-9fda-3b630c9bf3e3} TCPHandler: Processed in 0.001303772 sec. 2026.03.05 05:28:35.978364 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:35.978455 [ 4 ] {ed3d70b9-1c7c-4316-a542-3de42c33e771} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:28:35.978496 [ 4 ] {ed3d70b9-1c7c-4316-a542-3de42c33e771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:28:35.978799 [ 4 ] {ed3d70b9-1c7c-4316-a542-3de42c33e771} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:35.978833 [ 4 ] {ed3d70b9-1c7c-4316-a542-3de42c33e771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:35.979110 [ 4 ] {ed3d70b9-1c7c-4316-a542-3de42c33e771} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:35.979308 [ 4 ] {ed3d70b9-1c7c-4316-a542-3de42c33e771} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:28:35.979429 [ 4 ] {ed3d70b9-1c7c-4316-a542-3de42c33e771} executeQuery: Read 1 rows, 69.00 B in 0.000992 sec., 1008.0645161290322 rows/sec., 67.93 KiB/sec. 2026.03.05 05:28:35.979463 [ 4 ] {ed3d70b9-1c7c-4316-a542-3de42c33e771} TCPHandler: Processed in 0.001145179 sec. 2026.03.05 05:28:35.979571 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:35.979660 [ 4 ] {14a3a64e-99ea-42a8-a63f-ba5465f74a97} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:35.979711 [ 4 ] {14a3a64e-99ea-42a8-a63f-ba5465f74a97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:28:35.980434 [ 4 ] {14a3a64e-99ea-42a8-a63f-ba5465f74a97} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:35.980470 [ 4 ] {14a3a64e-99ea-42a8-a63f-ba5465f74a97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:35.980950 [ 4 ] {14a3a64e-99ea-42a8-a63f-ba5465f74a97} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.05 05:28:35.981161 [ 4 ] {14a3a64e-99ea-42a8-a63f-ba5465f74a97} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:35.981289 [ 4 ] {14a3a64e-99ea-42a8-a63f-ba5465f74a97} executeQuery: Read 4 rows, 7.34 KiB in 0.001646 sec., 2430.1336573511544 rows/sec., 4.35 MiB/sec. 2026.03.05 05:28:35.981343 [ 4 ] {14a3a64e-99ea-42a8-a63f-ba5465f74a97} TCPHandler: Processed in 0.001818321 sec. 2026.03.05 05:28:35.981452 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:35.981544 [ 4 ] {5df36f03-2e2f-4677-91cb-2b7c0b32e801} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:35.981583 [ 4 ] {5df36f03-2e2f-4677-91cb-2b7c0b32e801} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:35.981898 [ 4 ] {5df36f03-2e2f-4677-91cb-2b7c0b32e801} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:35.981933 [ 4 ] {5df36f03-2e2f-4677-91cb-2b7c0b32e801} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:35.982229 [ 4 ] {5df36f03-2e2f-4677-91cb-2b7c0b32e801} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:28:35.982430 [ 4 ] {5df36f03-2e2f-4677-91cb-2b7c0b32e801} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:35.982550 [ 4 ] {5df36f03-2e2f-4677-91cb-2b7c0b32e801} executeQuery: Read 90 rows, 5.77 KiB in 0.001024 sec., 87890.625 rows/sec., 5.50 MiB/sec. 2026.03.05 05:28:35.982584 [ 4 ] {5df36f03-2e2f-4677-91cb-2b7c0b32e801} TCPHandler: Processed in 0.00117786 sec. 2026.03.05 05:28:37.795492 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.795819 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} executeQuery: (from [fd00:1122:3344:101::d]:38555) 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.05 05:28:37.796266 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:28:37.796322 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} 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.05 05:28:37.796639 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:28:37.796707 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:28:37.796850 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.05 05:28:37.796999 [ 295 ] {f126e16e-a925-4ab6-96bd-1676125f0182} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:28:37.796999 [ 315 ] {f126e16e-a925-4ab6-96bd-1676125f0182} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.05 05:28:37.797174 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:28:37.797201 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:28:37.799645 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.05 05:28:37.799676 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.05 05:28:37.799738 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} 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.05 05:28:37.799787 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} 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.05 05:28:37.800866 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} executeQuery: Read 35 rows, 1.35 KiB in 0.005177 sec., 6760.672203979138 rows/sec., 260.13 KiB/sec. 2026.03.05 05:28:37.800966 [ 4 ] {f126e16e-a925-4ab6-96bd-1676125f0182} TCPHandler: Processed in 0.005631006 sec. 2026.03.05 05:28:37.801277 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.801412 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} executeQuery: (from [fd00:1122:3344:101::d]:38555) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.801628 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:28:37.801662 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.801860 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:28:37.801913 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:28:37.802012 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.05 05:28:37.802080 [ 295 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:28:37.802089 [ 305 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.05 05:28:37.802186 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:28:37.802207 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:28:37.802261 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.05 05:28:37.802279 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.05 05:28:37.802308 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.802338 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.802941 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} executeQuery: Read 35 rows, 1.35 KiB in 0.001584 sec., 22095.959595959597 rows/sec., 850.18 KiB/sec. 2026.03.05 05:28:37.803030 [ 4 ] {1ab5b21f-a45a-48ee-a7b9-86fd89f22a53} TCPHandler: Processed in 0.001802691 sec. 2026.03.05 05:28:37.803247 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.803380 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} executeQuery: (from [fd00:1122:3344:101::d]:38555) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.803591 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:28:37.803626 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.803823 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:28:37.803876 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:28:37.803973 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.05 05:28:37.804033 [ 305 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.05 05:28:37.804036 [ 315 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:28:37.804124 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:28:37.804149 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:28:37.804202 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.05 05:28:37.804219 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.05 05:28:37.804248 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.804278 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.804855 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} executeQuery: Read 35 rows, 1.35 KiB in 0.001529 sec., 22890.77828646174 rows/sec., 880.76 KiB/sec. 2026.03.05 05:28:37.804962 [ 4 ] {635e6b4d-6d1b-435f-b957-4a6f386bdcc7} TCPHandler: Processed in 0.00176392 sec. 2026.03.05 05:28:37.805182 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.805316 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} executeQuery: (from [fd00:1122:3344:101::d]:38555) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.805530 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:28:37.805565 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.805764 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:28:37.805817 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:28:37.805916 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.05 05:28:37.805967 [ 305 ] {149be62d-53ee-4866-b817-3716aacac2a1} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:28:37.806033 [ 308 ] {149be62d-53ee-4866-b817-3716aacac2a1} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.05 05:28:37.806133 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:28:37.806158 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:28:37.806212 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.05 05:28:37.806229 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.05 05:28:37.806258 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.806287 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.806972 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} executeQuery: Read 35 rows, 1.35 KiB in 0.001711 sec., 20455.873758036236 rows/sec., 787.07 KiB/sec. 2026.03.05 05:28:37.807082 [ 4 ] {149be62d-53ee-4866-b817-3716aacac2a1} TCPHandler: Processed in 0.001947853 sec. 2026.03.05 05:28:37.807325 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.807458 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} executeQuery: (from [fd00:1122:3344:101::d]:38555) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.807681 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:28:37.807716 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.807919 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:28:37.807969 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:28:37.808067 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.05 05:28:37.808128 [ 312 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.05 05:28:37.808128 [ 332 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:28:37.808228 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:28:37.808252 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:28:37.808305 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.05 05:28:37.808323 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.05 05:28:37.808351 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.808383 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.809125 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} executeQuery: Read 35 rows, 1.35 KiB in 0.001721 sec., 20337.013364323066 rows/sec., 782.50 KiB/sec. 2026.03.05 05:28:37.809228 [ 4 ] {1bac94f6-0876-4e0c-90de-d55ac9651242} TCPHandler: Processed in 0.001952213 sec. 2026.03.05 05:28:37.809432 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.809568 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} executeQuery: (from [fd00:1122:3344:101::d]:38555) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.809785 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:28:37.809820 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.810029 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:28:37.810081 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:28:37.810182 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.05 05:28:37.810250 [ 332 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.05 05:28:37.810254 [ 306 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:28:37.810365 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:28:37.810390 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:28:37.810443 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.05 05:28:37.810459 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.05 05:28:37.810491 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.810604 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.811230 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} executeQuery: Read 35 rows, 1.35 KiB in 0.001719 sec., 20360.67481093659 rows/sec., 783.41 KiB/sec. 2026.03.05 05:28:37.811330 [ 4 ] {3b2420dd-07cd-4801-9088-fe265e33d7ec} TCPHandler: Processed in 0.001947493 sec. 2026.03.05 05:28:37.910093 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.910264 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} executeQuery: (from [fd00:1122:3344:101::d]:38555) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.910545 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:28:37.910582 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.910786 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:28:37.910840 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:28:37.910940 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.05 05:28:37.911019 [ 312 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:28:37.911026 [ 306 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.05 05:28:37.911141 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:28:37.911166 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:28:37.911221 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.05 05:28:37.911238 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.05 05:28:37.911268 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.911301 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.911949 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} executeQuery: Read 35 rows, 1.35 KiB in 0.001759 sec., 19897.66913018761 rows/sec., 765.59 KiB/sec. 2026.03.05 05:28:37.912046 [ 4 ] {583a9cf4-eb4e-40ef-a953-aaa1f8ad595c} TCPHandler: Processed in 0.002013815 sec. 2026.03.05 05:28:37.937026 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.937299 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} executeQuery: (from [fd00:1122:3344:101::d]:38555) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.937667 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.05 05:28:37.937703 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.937907 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:28:37.937959 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:28:37.938060 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.05 05:28:37.938129 [ 332 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.05 05:28:37.938144 [ 333 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.05 05:28:37.938231 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (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.05 05:28:37.938252 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.05 05:28:37.938312 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.05 05:28:37.938329 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.03.05 05:28:37.938358 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.938387 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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.05 05:28:37.938976 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} executeQuery: Read 35 rows, 1.35 KiB in 0.001799 sec., 19455.252918287937 rows/sec., 748.57 KiB/sec. 2026.03.05 05:28:37.939063 [ 4 ] {821d7005-bf7d-4a7a-b722-0ea5559e6e95} TCPHandler: Processed in 0.002137067 sec. 2026.03.05 05:28:37.940384 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.940490 [ 4 ] {782e3457-6621-46bd-9a48-49bdf0a49d3c} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.05 05:28:37.940536 [ 4 ] {782e3457-6621-46bd-9a48-49bdf0a49d3c} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.05 05:28:37.941118 [ 4 ] {782e3457-6621-46bd-9a48-49bdf0a49d3c} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.941165 [ 4 ] {782e3457-6621-46bd-9a48-49bdf0a49d3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.941626 [ 4 ] {782e3457-6621-46bd-9a48-49bdf0a49d3c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:28:37.941818 [ 4 ] {782e3457-6621-46bd-9a48-49bdf0a49d3c} oximeter.timeseries_schema (239f211a-fd46-4685-81bd-ce81326d1f10): 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.05 05:28:37.941960 [ 4 ] {782e3457-6621-46bd-9a48-49bdf0a49d3c} executeQuery: Read 8 rows, 1.66 KiB in 0.0015 sec., 5333.333333333333 rows/sec., 1.08 MiB/sec. 2026.03.05 05:28:37.941997 [ 4 ] {782e3457-6621-46bd-9a48-49bdf0a49d3c} TCPHandler: Processed in 0.001661849 sec. 2026.03.05 05:28:37.942110 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.942203 [ 4 ] {f5014bed-d994-4910-a368-3051a965a630} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.05 05:28:37.942242 [ 4 ] {f5014bed-d994-4910-a368-3051a965a630} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.05 05:28:37.942651 [ 4 ] {f5014bed-d994-4910-a368-3051a965a630} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.942687 [ 4 ] {f5014bed-d994-4910-a368-3051a965a630} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.942970 [ 4 ] {f5014bed-d994-4910-a368-3051a965a630} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.05 05:28:37.943176 [ 4 ] {f5014bed-d994-4910-a368-3051a965a630} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): 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.05 05:28:37.943300 [ 4 ] {f5014bed-d994-4910-a368-3051a965a630} executeQuery: Read 6 rows, 501.00 B in 0.001115 sec., 5381.165919282511 rows/sec., 438.80 KiB/sec. 2026.03.05 05:28:37.943341 [ 4 ] {f5014bed-d994-4910-a368-3051a965a630} TCPHandler: Processed in 0.001279301 sec. 2026.03.05 05:28:37.943461 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.943559 [ 4 ] {96b3079e-70df-4b6a-a1ae-0c978d5e412e} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:37.943599 [ 4 ] {96b3079e-70df-4b6a-a1ae-0c978d5e412e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:37.945333 [ 4 ] {96b3079e-70df-4b6a-a1ae-0c978d5e412e} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.945368 [ 4 ] {96b3079e-70df-4b6a-a1ae-0c978d5e412e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.945795 [ 4 ] {96b3079e-70df-4b6a-a1ae-0c978d5e412e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:28:37.946028 [ 4 ] {96b3079e-70df-4b6a-a1ae-0c978d5e412e} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:37.946132 [ 134 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.05 05:28:37.946159 [ 4 ] {96b3079e-70df-4b6a-a1ae-0c978d5e412e} executeQuery: Read 2013 rows, 155.50 KiB in 0.002617 sec., 769201.37562094 rows/sec., 58.03 MiB/sec. 2026.03.05 05:28:37.946194 [ 134 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.946208 [ 4 ] {96b3079e-70df-4b6a-a1ae-0c978d5e412e} TCPHandler: Processed in 0.002794997 sec. 2026.03.05 05:28:37.946226 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.946317 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.946341 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::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.05 05:28:37.946418 [ 4 ] {975a77a2-42ab-4117-ad4e-d234a78f9924} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:37.946463 [ 4 ] {975a77a2-42ab-4117-ad4e-d234a78f9924} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:37.946472 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:37.946513 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::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.05 05:28:37.946580 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 128 rows starting from the beginning of the part 2026.03.05 05:28:37.946630 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 811 rows starting from the beginning of the part 2026.03.05 05:28:37.946679 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 128 rows starting from the beginning of the part 2026.03.05 05:28:37.946723 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 805 rows starting from the beginning of the part 2026.03.05 05:28:37.946766 [ 196 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2013 rows starting from the beginning of the part 2026.03.05 05:28:37.946895 [ 4 ] {975a77a2-42ab-4117-ad4e-d234a78f9924} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.946948 [ 4 ] {975a77a2-42ab-4117-ad4e-d234a78f9924} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.947358 [ 4 ] {975a77a2-42ab-4117-ad4e-d234a78f9924} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:28:37.947580 [ 4 ] {975a77a2-42ab-4117-ad4e-d234a78f9924} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:37.947716 [ 4 ] {975a77a2-42ab-4117-ad4e-d234a78f9924} executeQuery: Read 52 rows, 3.88 KiB in 0.001317 sec., 39483.67501898253 rows/sec., 2.88 MiB/sec. 2026.03.05 05:28:37.947754 [ 4 ] {975a77a2-42ab-4117-ad4e-d234a78f9924} TCPHandler: Processed in 0.001485595 sec. 2026.03.05 05:28:37.947859 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.947953 [ 4 ] {bc518c3c-af6c-4ae7-9400-9ccde1f7bf9e} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:28:37.947993 [ 4 ] {bc518c3c-af6c-4ae7-9400-9ccde1f7bf9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:28:37.948663 [ 189 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4760 rows, containing 5 columns (5 merged, 0 gathered) in 0.00236872 sec., 2009524.1311763315 rows/sec., 164.28 MiB/sec. 2026.03.05 05:28:37.948680 [ 4 ] {bc518c3c-af6c-4ae7-9400-9ccde1f7bf9e} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.948726 [ 4 ] {bc518c3c-af6c-4ae7-9400-9ccde1f7bf9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.949012 [ 188 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.05 05:28:37.949100 [ 4 ] {bc518c3c-af6c-4ae7-9400-9ccde1f7bf9e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:37.949375 [ 188 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_16_3} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:37.949406 [ 4 ] {bc518c3c-af6c-4ae7-9400-9ccde1f7bf9e} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:28:37.949458 [ 188 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_16_3} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.05 05:28:37.949549 [ 4 ] {bc518c3c-af6c-4ae7-9400-9ccde1f7bf9e} executeQuery: Read 708 rows, 42.29 KiB in 0.001613 sec., 438933.6639801612 rows/sec., 25.61 MiB/sec. 2026.03.05 05:28:37.949573 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2026.03.05 05:28:37.949590 [ 4 ] {bc518c3c-af6c-4ae7-9400-9ccde1f7bf9e} TCPHandler: Processed in 0.00177845 sec. 2026.03.05 05:28:37.949711 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.949805 [ 4 ] {699e6840-1db2-4e42-9539-ea9ff4c8c3f8} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:37.949844 [ 4 ] {699e6840-1db2-4e42-9539-ea9ff4c8c3f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.05 05:28:37.950216 [ 4 ] {699e6840-1db2-4e42-9539-ea9ff4c8c3f8} oximeter.fields_u64 (c46ab33a-ed1f-49e2-bece-c60de54ababd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.950252 [ 4 ] {699e6840-1db2-4e42-9539-ea9ff4c8c3f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.950537 [ 4 ] {699e6840-1db2-4e42-9539-ea9ff4c8c3f8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.05 05:28:37.950763 [ 4 ] {699e6840-1db2-4e42-9539-ea9ff4c8c3f8} oximeter.fields_u64 (c46ab33a-ed1f-49e2-bece-c60de54ababd): 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.05 05:28:37.950884 [ 4 ] {699e6840-1db2-4e42-9539-ea9ff4c8c3f8} executeQuery: Read 1 rows, 72.00 B in 0.001097 sec., 911.5770282588878 rows/sec., 64.10 KiB/sec. 2026.03.05 05:28:37.950928 [ 4 ] {699e6840-1db2-4e42-9539-ea9ff4c8c3f8} TCPHandler: Processed in 0.001265801 sec. 2026.03.05 05:28:37.951028 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.951120 [ 4 ] {e32b2e1f-9118-41a5-8386-19e2003912e8} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:37.951159 [ 4 ] {e32b2e1f-9118-41a5-8386-19e2003912e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:37.951998 [ 4 ] {e32b2e1f-9118-41a5-8386-19e2003912e8} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.952033 [ 4 ] {e32b2e1f-9118-41a5-8386-19e2003912e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.952384 [ 4 ] {e32b2e1f-9118-41a5-8386-19e2003912e8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:28:37.952599 [ 4 ] {e32b2e1f-9118-41a5-8386-19e2003912e8} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:37.952701 [ 134 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.05 05:28:37.952723 [ 4 ] {e32b2e1f-9118-41a5-8386-19e2003912e8} executeQuery: Read 1052 rows, 74.51 KiB in 0.00162 sec., 649382.7160493827 rows/sec., 44.92 MiB/sec. 2026.03.05 05:28:37.952738 [ 134 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.952767 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.952768 [ 4 ] {e32b2e1f-9118-41a5-8386-19e2003912e8} TCPHandler: Processed in 0.001787591 sec. 2026.03.05 05:28:37.952854 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::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.05 05:28:37.952893 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.952960 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:37.952992 [ 4 ] {90fcba04-d1c6-4f39-81e1-5aaca5c5b3f2} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:37.952994 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 551 rows starting from the beginning of the part 2026.03.05 05:28:37.953041 [ 4 ] {90fcba04-d1c6-4f39-81e1-5aaca5c5b3f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:37.953067 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part 2026.03.05 05:28:37.953114 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::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.05 05:28:37.953154 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 100 rows starting from the beginning of the part 2026.03.05 05:28:37.953193 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 494 rows starting from the beginning of the part 2026.03.05 05:28:37.953237 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1052 rows starting from the beginning of the part 2026.03.05 05:28:37.954399 [ 186 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2809 rows, containing 5 columns (5 merged, 0 gathered) in 0.001575167 sec., 1783302.9767637337 rows/sec., 132.70 MiB/sec. 2026.03.05 05:28:37.954606 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.05 05:28:37.954655 [ 4 ] {90fcba04-d1c6-4f39-81e1-5aaca5c5b3f2} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.954698 [ 4 ] {90fcba04-d1c6-4f39-81e1-5aaca5c5b3f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.954876 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_16_3} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:37.954954 [ 196 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_16_3} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.05 05:28:37.955022 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.05 05:28:37.955354 [ 4 ] {90fcba04-d1c6-4f39-81e1-5aaca5c5b3f2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:28:37.955577 [ 4 ] {90fcba04-d1c6-4f39-81e1-5aaca5c5b3f2} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:37.955682 [ 134 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.05 05:28:37.955708 [ 4 ] {90fcba04-d1c6-4f39-81e1-5aaca5c5b3f2} executeQuery: Read 3500 rows, 234.10 KiB in 0.002733 sec., 1280643.9809732893 rows/sec., 83.65 MiB/sec. 2026.03.05 05:28:37.955718 [ 134 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.955761 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.955810 [ 4 ] {90fcba04-d1c6-4f39-81e1-5aaca5c5b3f2} TCPHandler: Processed in 0.002962881 sec. 2026.03.05 05:28:37.955851 [ 196 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::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.05 05:28:37.955950 [ 196 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:37.955975 [ 196 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2364 rows starting from the beginning of the part 2026.03.05 05:28:37.955979 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.956028 [ 196 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.03.05 05:28:37.956071 [ 196 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 271 rows starting from the beginning of the part 2026.03.05 05:28:37.956105 [ 196 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::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.05 05:28:37.956107 [ 4 ] {68aab400-c96f-431a-824e-14332fb2954a} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:37.956138 [ 196 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 265 rows starting from the beginning of the part 2026.03.05 05:28:37.956180 [ 196 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3500 rows starting from the beginning of the part 2026.03.05 05:28:37.956182 [ 4 ] {68aab400-c96f-431a-824e-14332fb2954a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:28:37.957234 [ 4 ] {68aab400-c96f-431a-824e-14332fb2954a} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.957274 [ 4 ] {68aab400-c96f-431a-824e-14332fb2954a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.958038 [ 4 ] {68aab400-c96f-431a-824e-14332fb2954a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:37.958269 [ 4 ] {68aab400-c96f-431a-824e-14332fb2954a} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:37.958378 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6720 rows, containing 5 columns (5 merged, 0 gathered) in 0.002567374 sec., 2617460.486863231 rows/sec., 173.75 MiB/sec. 2026.03.05 05:28:37.958410 [ 4 ] {68aab400-c96f-431a-824e-14332fb2954a} executeQuery: Read 46 rows, 84.41 KiB in 0.002328 sec., 19759.450171821303 rows/sec., 35.41 MiB/sec. 2026.03.05 05:28:37.958469 [ 4 ] {68aab400-c96f-431a-824e-14332fb2954a} TCPHandler: Processed in 0.002548193 sec. 2026.03.05 05:28:37.958596 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:37.958689 [ 4 ] {768e37fc-bbad-4a6e-b849-94a9e344b8b5} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:37.958729 [ 4 ] {768e37fc-bbad-4a6e-b849-94a9e344b8b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:37.958987 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.05 05:28:37.959072 [ 4 ] {768e37fc-bbad-4a6e-b849-94a9e344b8b5} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.959113 [ 4 ] {768e37fc-bbad-4a6e-b849-94a9e344b8b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.959321 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_16_3} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:37.959405 [ 186 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_16_3} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.05 05:28:37.959453 [ 4 ] {768e37fc-bbad-4a6e-b849-94a9e344b8b5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:28:37.959498 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2026.03.05 05:28:37.959666 [ 4 ] {768e37fc-bbad-4a6e-b849-94a9e344b8b5} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:37.959768 [ 134 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.05 05:28:37.959798 [ 134 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:37.959799 [ 4 ] {768e37fc-bbad-4a6e-b849-94a9e344b8b5} executeQuery: Read 24 rows, 1.66 KiB in 0.001128 sec., 21276.59574468085 rows/sec., 1.43 MiB/sec. 2026.03.05 05:28:37.959817 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:37.959847 [ 4 ] {768e37fc-bbad-4a6e-b849-94a9e344b8b5} TCPHandler: Processed in 0.001298163 sec. 2026.03.05 05:28:37.959890 [ 196 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:28:37.959979 [ 196 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:37.960001 [ 196 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 828 rows starting from the beginning of the part 2026.03.05 05:28:37.960042 [ 196 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.03.05 05:28:37.960076 [ 196 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part 2026.03.05 05:28:37.960109 [ 196 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:28:37.960138 [ 196 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part 2026.03.05 05:28:37.960171 [ 196 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.03.05 05:28:37.960962 [ 186 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1152 rows, containing 4 columns (4 merged, 0 gathered) in 0.001098849 sec., 1048369.703207629 rows/sec., 67.49 MiB/sec. 2026.03.05 05:28:37.961123 [ 188 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.05 05:28:37.961371 [ 188 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_16_3} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:37.961433 [ 188 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_16_3} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.05 05:28:37.961502 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.05 05:28:40.956109 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:40.956371 [ 4 ] {05d32866-9f95-4d21-8fec-614162023ff2} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:40.956469 [ 4 ] {05d32866-9f95-4d21-8fec-614162023ff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:40.957214 [ 4 ] {05d32866-9f95-4d21-8fec-614162023ff2} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:40.957266 [ 4 ] {05d32866-9f95-4d21-8fec-614162023ff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:40.957672 [ 4 ] {05d32866-9f95-4d21-8fec-614162023ff2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.05 05:28:40.957906 [ 4 ] {05d32866-9f95-4d21-8fec-614162023ff2} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:40.958077 [ 4 ] {05d32866-9f95-4d21-8fec-614162023ff2} executeQuery: Read 56 rows, 4.38 KiB in 0.001775 sec., 31549.295774647886 rows/sec., 2.41 MiB/sec. 2026.03.05 05:28:40.958124 [ 4 ] {05d32866-9f95-4d21-8fec-614162023ff2} TCPHandler: Processed in 0.002190898 sec. 2026.03.05 05:28:40.958252 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:40.958354 [ 4 ] {c5d462c9-8b86-4340-a200-d4429e437e40} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:40.958400 [ 4 ] {c5d462c9-8b86-4340-a200-d4429e437e40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:40.958845 [ 4 ] {c5d462c9-8b86-4340-a200-d4429e437e40} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:40.958886 [ 4 ] {c5d462c9-8b86-4340-a200-d4429e437e40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:40.959211 [ 4 ] {c5d462c9-8b86-4340-a200-d4429e437e40} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.05 05:28:40.959427 [ 4 ] {c5d462c9-8b86-4340-a200-d4429e437e40} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:40.959561 [ 4 ] {c5d462c9-8b86-4340-a200-d4429e437e40} executeQuery: Read 64 rows, 5.12 KiB in 0.001231 sec., 51990.25182778229 rows/sec., 4.06 MiB/sec. 2026.03.05 05:28:40.959600 [ 4 ] {c5d462c9-8b86-4340-a200-d4429e437e40} TCPHandler: Processed in 0.001401514 sec. 2026.03.05 05:28:40.959718 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:40.959814 [ 4 ] {a6d50b92-a755-4727-9e24-23e4b331d3eb} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:40.959859 [ 4 ] {a6d50b92-a755-4727-9e24-23e4b331d3eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:40.960236 [ 4 ] {a6d50b92-a755-4727-9e24-23e4b331d3eb} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:40.960273 [ 4 ] {a6d50b92-a755-4727-9e24-23e4b331d3eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:40.960603 [ 4 ] {a6d50b92-a755-4727-9e24-23e4b331d3eb} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.05 05:28:40.960814 [ 4 ] {a6d50b92-a755-4727-9e24-23e4b331d3eb} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:40.960945 [ 4 ] {a6d50b92-a755-4727-9e24-23e4b331d3eb} executeQuery: Read 96 rows, 6.85 KiB in 0.001151 sec., 83405.73414422243 rows/sec., 5.81 MiB/sec. 2026.03.05 05:28:40.960982 [ 4 ] {a6d50b92-a755-4727-9e24-23e4b331d3eb} TCPHandler: Processed in 0.001313392 sec. 2026.03.05 05:28:40.961096 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:40.961191 [ 4 ] {4ae4ad5b-47b5-42d5-b2ac-84395ca19b2f} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:40.961233 [ 4 ] {4ae4ad5b-47b5-42d5-b2ac-84395ca19b2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:40.961792 [ 4 ] {4ae4ad5b-47b5-42d5-b2ac-84395ca19b2f} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:40.961829 [ 4 ] {4ae4ad5b-47b5-42d5-b2ac-84395ca19b2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:40.962132 [ 4 ] {4ae4ad5b-47b5-42d5-b2ac-84395ca19b2f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.05 05:28:40.962337 [ 4 ] {4ae4ad5b-47b5-42d5-b2ac-84395ca19b2f} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:40.962466 [ 4 ] {4ae4ad5b-47b5-42d5-b2ac-84395ca19b2f} executeQuery: Read 36 rows, 2.48 KiB in 0.001293 sec., 27842.227378190255 rows/sec., 1.88 MiB/sec. 2026.03.05 05:28:40.962502 [ 4 ] {4ae4ad5b-47b5-42d5-b2ac-84395ca19b2f} TCPHandler: Processed in 0.001453365 sec. 2026.03.05 05:28:41.392411 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6255 2026.03.05 05:28:41.393001 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:41.393049 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:41.393625 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:28:41.393861 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:28:41.393991 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6255 2026.03.05 05:28:41.718446 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.05 05:28:41.737363 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:41.737448 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:41.743808 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:28:41.744562 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:28:41.747595 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.05 05:28:42.000262 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 224.08 MiB, peak 228.08 MiB, free memory in arenas 0.00 B, will set to 225.51 MiB (RSS), difference: 1.43 MiB 2026.03.05 05:28:43.894491 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 478 2026.03.05 05:28:43.897463 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:43.897517 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:43.898804 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:43.899085 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:28:43.899432 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 478 2026.03.05 05:28:45.967165 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:45.967447 [ 4 ] {91537327-6625-4904-84d9-947695bb45ca} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:28:45.967548 [ 4 ] {91537327-6625-4904-84d9-947695bb45ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:28:45.968460 [ 4 ] {91537327-6625-4904-84d9-947695bb45ca} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.968501 [ 4 ] {91537327-6625-4904-84d9-947695bb45ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.968920 [ 4 ] {91537327-6625-4904-84d9-947695bb45ca} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:45.969161 [ 4 ] {91537327-6625-4904-84d9-947695bb45ca} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:28:45.969270 [ 139 ] {} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.05 05:28:45.969309 [ 4 ] {91537327-6625-4904-84d9-947695bb45ca} executeQuery: Read 284 rows, 18.47 KiB in 0.001937 sec., 146618.48218895198 rows/sec., 9.31 MiB/sec. 2026.03.05 05:28:45.969314 [ 139 ] {} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.969345 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.969355 [ 4 ] {91537327-6625-4904-84d9-947695bb45ca} TCPHandler: Processed in 0.002373571 sec. 2026.03.05 05:28:45.969477 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::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.05 05:28:45.969482 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:45.969636 [ 4 ] {414f4a3b-3889-4d04-af70-6682aa220133} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:45.969647 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:45.969683 [ 4 ] {414f4a3b-3889-4d04-af70-6682aa220133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:45.969692 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::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.05 05:28:45.969793 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 284 rows starting from the beginning of the part 2026.03.05 05:28:45.969843 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.03.05 05:28:45.969884 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.03.05 05:28:45.969926 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.03.05 05:28:45.970529 [ 4 ] {414f4a3b-3889-4d04-af70-6682aa220133} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.970572 [ 4 ] {414f4a3b-3889-4d04-af70-6682aa220133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.970868 [ 199 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001455364 sec., 975700.9243048475 rows/sec., 65.69 MiB/sec. 2026.03.05 05:28:45.971011 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.05 05:28:45.971056 [ 4 ] {414f4a3b-3889-4d04-af70-6682aa220133} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.05 05:28:45.971331 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_9_2} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:28:45.971358 [ 4 ] {414f4a3b-3889-4d04-af70-6682aa220133} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:45.971411 [ 190 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_9_2} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.05 05:28:45.971494 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.05 05:28:45.971522 [ 4 ] {414f4a3b-3889-4d04-af70-6682aa220133} executeQuery: Read 805 rows, 64.93 KiB in 0.001909 sec., 421686.7469879518 rows/sec., 33.22 MiB/sec. 2026.03.05 05:28:45.971570 [ 4 ] {414f4a3b-3889-4d04-af70-6682aa220133} TCPHandler: Processed in 0.002137656 sec. 2026.03.05 05:28:45.971685 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:45.971781 [ 4 ] {4d164d34-f003-49a8-8620-fb41c4ac9e4e} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:45.971822 [ 4 ] {4d164d34-f003-49a8-8620-fb41c4ac9e4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:45.972263 [ 4 ] {4d164d34-f003-49a8-8620-fb41c4ac9e4e} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.972299 [ 4 ] {4d164d34-f003-49a8-8620-fb41c4ac9e4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.972615 [ 4 ] {4d164d34-f003-49a8-8620-fb41c4ac9e4e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:28:45.972823 [ 4 ] {4d164d34-f003-49a8-8620-fb41c4ac9e4e} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:45.972914 [ 139 ] {} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.05 05:28:45.972944 [ 139 ] {} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.972949 [ 4 ] {4d164d34-f003-49a8-8620-fb41c4ac9e4e} executeQuery: Read 146 rows, 8.84 KiB in 0.001187 sec., 122999.15754001687 rows/sec., 7.28 MiB/sec. 2026.03.05 05:28:45.972966 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.972995 [ 4 ] {4d164d34-f003-49a8-8620-fb41c4ac9e4e} TCPHandler: Processed in 0.001359254 sec. 2026.03.05 05:28:45.973047 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::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.05 05:28:45.973114 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:45.973149 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:45.973180 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::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.05 05:28:45.973212 [ 4 ] {09a5628c-148d-4c06-bd88-61101ae4df01} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:28:45.973233 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 158 rows starting from the beginning of the part 2026.03.05 05:28:45.973256 [ 4 ] {09a5628c-148d-4c06-bd88-61101ae4df01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:28:45.973284 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2026.03.05 05:28:45.973327 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 146 rows starting from the beginning of the part 2026.03.05 05:28:45.973365 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 52 rows starting from the beginning of the part 2026.03.05 05:28:45.973400 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 146 rows starting from the beginning of the part 2026.03.05 05:28:45.973692 [ 4 ] {09a5628c-148d-4c06-bd88-61101ae4df01} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.973732 [ 4 ] {09a5628c-148d-4c06-bd88-61101ae4df01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.974059 [ 4 ] {09a5628c-148d-4c06-bd88-61101ae4df01} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:45.974198 [ 186 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 728 rows, containing 5 columns (5 merged, 0 gathered) in 0.00118614 sec., 613755.5431905171 rows/sec., 40.24 MiB/sec. 2026.03.05 05:28:45.974273 [ 4 ] {09a5628c-148d-4c06-bd88-61101ae4df01} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:28:45.974367 [ 139 ] {} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.05 05:28:45.974391 [ 139 ] {} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.974408 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.974407 [ 4 ] {09a5628c-148d-4c06-bd88-61101ae4df01} executeQuery: Read 149 rows, 9.86 KiB in 0.001213 sec., 122835.94394064302 rows/sec., 7.94 MiB/sec. 2026.03.05 05:28:45.974433 [ 200 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.05 05:28:45.974452 [ 4 ] {09a5628c-148d-4c06-bd88-61101ae4df01} TCPHandler: Processed in 0.001390274 sec. 2026.03.05 05:28:45.974500 [ 192 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.03.05 05:28:45.974593 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:45.974620 [ 192 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:45.974658 [ 192 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 149 rows starting from the beginning of the part 2026.03.05 05:28:45.974696 [ 4 ] {0c26792f-df17-4d3e-aa11-c5822b6e5e9b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:28:45.974743 [ 4 ] {0c26792f-df17-4d3e-aa11-c5822b6e5e9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:28:45.974750 [ 192 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 149 rows starting from the beginning of the part 2026.03.05 05:28:45.974773 [ 200 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_16_3} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:45.974811 [ 192 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 149 rows starting from the beginning of the part 2026.03.05 05:28:45.974859 [ 200 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_16_3} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.05 05:28:45.974860 [ 192 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 149 rows starting from the beginning of the part 2026.03.05 05:28:45.974913 [ 192 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 708 rows starting from the beginning of the part 2026.03.05 05:28:45.974953 [ 192 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 149 rows starting from the beginning of the part 2026.03.05 05:28:45.974953 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.05 05:28:45.975184 [ 4 ] {0c26792f-df17-4d3e-aa11-c5822b6e5e9b} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.975226 [ 4 ] {0c26792f-df17-4d3e-aa11-c5822b6e5e9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.975573 [ 4 ] {0c26792f-df17-4d3e-aa11-c5822b6e5e9b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:45.975794 [ 4 ] {0c26792f-df17-4d3e-aa11-c5822b6e5e9b} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:28:45.975881 [ 139 ] {} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.05 05:28:45.975908 [ 139 ] {} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.975917 [ 4 ] {0c26792f-df17-4d3e-aa11-c5822b6e5e9b} executeQuery: Read 148 rows, 8.62 KiB in 0.00124 sec., 119354.83870967742 rows/sec., 6.79 MiB/sec. 2026.03.05 05:28:45.975928 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.975956 [ 4 ] {0c26792f-df17-4d3e-aa11-c5822b6e5e9b} TCPHandler: Processed in 0.001415334 sec. 2026.03.05 05:28:45.976002 [ 186 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1453 rows, containing 5 columns (5 merged, 0 gathered) in 0.001549156 sec., 937930.0728913033 rows/sec., 61.31 MiB/sec. 2026.03.05 05:28:45.976006 [ 192 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::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.05 05:28:45.976077 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:45.976136 [ 192 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:45.976170 [ 192 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::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.05 05:28:45.976175 [ 4 ] {5fa3d4ed-7e06-4313-b4a2-e03d46af6a1e} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:45.976226 [ 4 ] {5fa3d4ed-7e06-4313-b4a2-e03d46af6a1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:45.976231 [ 192 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 148 rows starting from the beginning of the part 2026.03.05 05:28:45.976243 [ 191 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.05 05:28:45.976288 [ 192 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.03.05 05:28:45.976340 [ 192 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.03.05 05:28:45.976382 [ 192 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.03.05 05:28:45.976622 [ 191 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.05 05:28:45.976708 [ 191 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_10_2} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.05 05:28:45.976788 [ 4 ] {5fa3d4ed-7e06-4313-b4a2-e03d46af6a1e} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.976794 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.03.05 05:28:45.976824 [ 4 ] {5fa3d4ed-7e06-4313-b4a2-e03d46af6a1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.977177 [ 4 ] {5fa3d4ed-7e06-4313-b4a2-e03d46af6a1e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.05 05:28:45.977259 [ 197 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001283093 sec., 576731.3826823153 rows/sec., 35.00 MiB/sec. 2026.03.05 05:28:45.977392 [ 4 ] {5fa3d4ed-7e06-4313-b4a2-e03d46af6a1e} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:45.977420 [ 191 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.05 05:28:45.977541 [ 4 ] {5fa3d4ed-7e06-4313-b4a2-e03d46af6a1e} executeQuery: Read 494 rows, 35.50 KiB in 0.001384 sec., 356936.4161849711 rows/sec., 25.05 MiB/sec. 2026.03.05 05:28:45.977601 [ 4 ] {5fa3d4ed-7e06-4313-b4a2-e03d46af6a1e} TCPHandler: Processed in 0.001576418 sec. 2026.03.05 05:28:45.977693 [ 191 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_9_2} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:28:45.977722 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:45.977754 [ 191 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_9_2} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.05 05:28:45.977815 [ 4 ] {134cb5e6-28da-432a-947d-b08bdd7cb16b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:28:45.977821 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.05 05:28:45.977857 [ 4 ] {134cb5e6-28da-432a-947d-b08bdd7cb16b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:28:45.978187 [ 4 ] {134cb5e6-28da-432a-947d-b08bdd7cb16b} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.978222 [ 4 ] {134cb5e6-28da-432a-947d-b08bdd7cb16b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.978518 [ 4 ] {134cb5e6-28da-432a-947d-b08bdd7cb16b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:45.978727 [ 4 ] {134cb5e6-28da-432a-947d-b08bdd7cb16b} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:28:45.978851 [ 4 ] {134cb5e6-28da-432a-947d-b08bdd7cb16b} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2026.03.05 05:28:45.978887 [ 4 ] {134cb5e6-28da-432a-947d-b08bdd7cb16b} TCPHandler: Processed in 0.001212621 sec. 2026.03.05 05:28:45.978994 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:45.979087 [ 4 ] {9a2eb5ad-0e2d-49a2-a8b4-bfe89bf68de1} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:45.979129 [ 4 ] {9a2eb5ad-0e2d-49a2-a8b4-bfe89bf68de1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:45.979529 [ 4 ] {9a2eb5ad-0e2d-49a2-a8b4-bfe89bf68de1} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.979563 [ 4 ] {9a2eb5ad-0e2d-49a2-a8b4-bfe89bf68de1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.979897 [ 4 ] {9a2eb5ad-0e2d-49a2-a8b4-bfe89bf68de1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.05 05:28:45.980125 [ 4 ] {9a2eb5ad-0e2d-49a2-a8b4-bfe89bf68de1} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:45.980256 [ 4 ] {9a2eb5ad-0e2d-49a2-a8b4-bfe89bf68de1} executeQuery: Read 265 rows, 18.03 KiB in 0.001188 sec., 223063.97306397307 rows/sec., 14.82 MiB/sec. 2026.03.05 05:28:45.980292 [ 4 ] {9a2eb5ad-0e2d-49a2-a8b4-bfe89bf68de1} TCPHandler: Processed in 0.001345903 sec. 2026.03.05 05:28:45.980405 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:45.980498 [ 4 ] {0355486c-a4bc-4d9f-8dc5-068bcee75e2b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:28:45.980538 [ 4 ] {0355486c-a4bc-4d9f-8dc5-068bcee75e2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:28:45.980869 [ 4 ] {0355486c-a4bc-4d9f-8dc5-068bcee75e2b} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.980902 [ 4 ] {0355486c-a4bc-4d9f-8dc5-068bcee75e2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.981200 [ 4 ] {0355486c-a4bc-4d9f-8dc5-068bcee75e2b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.05 05:28:45.981403 [ 4 ] {0355486c-a4bc-4d9f-8dc5-068bcee75e2b} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:28:45.981530 [ 4 ] {0355486c-a4bc-4d9f-8dc5-068bcee75e2b} executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. 2026.03.05 05:28:45.981571 [ 4 ] {0355486c-a4bc-4d9f-8dc5-068bcee75e2b} TCPHandler: Processed in 0.00121023 sec. 2026.03.05 05:28:45.981695 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:45.981788 [ 4 ] {ff36c4e3-d16b-487a-a5f8-fbee8273f8b5} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:45.981841 [ 4 ] {ff36c4e3-d16b-487a-a5f8-fbee8273f8b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:28:45.982568 [ 4 ] {ff36c4e3-d16b-487a-a5f8-fbee8273f8b5} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.982604 [ 4 ] {ff36c4e3-d16b-487a-a5f8-fbee8273f8b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.983082 [ 4 ] {ff36c4e3-d16b-487a-a5f8-fbee8273f8b5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:45.983297 [ 4 ] {ff36c4e3-d16b-487a-a5f8-fbee8273f8b5} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:45.983432 [ 4 ] {ff36c4e3-d16b-487a-a5f8-fbee8273f8b5} executeQuery: Read 4 rows, 7.34 KiB in 0.001661 sec., 2408.187838651415 rows/sec., 4.32 MiB/sec. 2026.03.05 05:28:45.983489 [ 4 ] {ff36c4e3-d16b-487a-a5f8-fbee8273f8b5} TCPHandler: Processed in 0.001841791 sec. 2026.03.05 05:28:45.983616 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:45.983710 [ 4 ] {ac78e1cd-f467-4539-8c20-bdf74fed77ed} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:45.983751 [ 4 ] {ac78e1cd-f467-4539-8c20-bdf74fed77ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:45.984096 [ 4 ] {ac78e1cd-f467-4539-8c20-bdf74fed77ed} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:45.984130 [ 4 ] {ac78e1cd-f467-4539-8c20-bdf74fed77ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:45.984435 [ 4 ] {ac78e1cd-f467-4539-8c20-bdf74fed77ed} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.05 05:28:45.984663 [ 4 ] {ac78e1cd-f467-4539-8c20-bdf74fed77ed} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:45.984804 [ 4 ] {ac78e1cd-f467-4539-8c20-bdf74fed77ed} executeQuery: Read 90 rows, 5.77 KiB in 0.001113 sec., 80862.53369272237 rows/sec., 5.06 MiB/sec. 2026.03.05 05:28:45.984841 [ 4 ] {ac78e1cd-f467-4539-8c20-bdf74fed77ed} TCPHandler: Processed in 0.001273442 sec. 2026.03.05 05:28:48.819862 [ 137 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:28:48.819928 [ 137 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:28:48.894148 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6703 2026.03.05 05:28:48.894942 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:48.895010 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:48.895514 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:28:48.895746 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:28:48.895877 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6703 2026.03.05 05:28:49.247725 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.05 05:28:49.266252 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:49.266321 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:49.272661 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:28:49.273395 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:28:49.277180 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.05 05:28:50.000207 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 226.11 MiB, peak 232.28 MiB, free memory in arenas 0.00 B, will set to 228.04 MiB (RSS), difference: 1.93 MiB 2026.03.05 05:28:50.961333 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:50.961514 [ 4 ] {e04b1a19-3f6a-44d9-bb31-eaf337b70dc0} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:50.961579 [ 4 ] {e04b1a19-3f6a-44d9-bb31-eaf337b70dc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:50.962267 [ 4 ] {e04b1a19-3f6a-44d9-bb31-eaf337b70dc0} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:50.962320 [ 4 ] {e04b1a19-3f6a-44d9-bb31-eaf337b70dc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:50.962760 [ 4 ] {e04b1a19-3f6a-44d9-bb31-eaf337b70dc0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.05 05:28:50.962997 [ 4 ] {e04b1a19-3f6a-44d9-bb31-eaf337b70dc0} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:50.963161 [ 4 ] {e04b1a19-3f6a-44d9-bb31-eaf337b70dc0} executeQuery: Read 128 rows, 11.29 KiB in 0.001695 sec., 75516.22418879057 rows/sec., 6.50 MiB/sec. 2026.03.05 05:28:50.963208 [ 4 ] {e04b1a19-3f6a-44d9-bb31-eaf337b70dc0} TCPHandler: Processed in 0.002005404 sec. 2026.03.05 05:28:50.963337 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:50.963442 [ 4 ] {a8c0b44c-1fc7-4ab1-8087-8209374a460f} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:50.963487 [ 4 ] {a8c0b44c-1fc7-4ab1-8087-8209374a460f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:50.963913 [ 4 ] {a8c0b44c-1fc7-4ab1-8087-8209374a460f} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:50.963950 [ 4 ] {a8c0b44c-1fc7-4ab1-8087-8209374a460f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:50.964268 [ 4 ] {a8c0b44c-1fc7-4ab1-8087-8209374a460f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.05 05:28:50.964476 [ 4 ] {a8c0b44c-1fc7-4ab1-8087-8209374a460f} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:50.964610 [ 4 ] {a8c0b44c-1fc7-4ab1-8087-8209374a460f} executeQuery: Read 36 rows, 2.71 KiB in 0.001192 sec., 30201.342281879195 rows/sec., 2.22 MiB/sec. 2026.03.05 05:28:50.964647 [ 4 ] {a8c0b44c-1fc7-4ab1-8087-8209374a460f} TCPHandler: Processed in 0.001361433 sec. 2026.03.05 05:28:50.964750 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:50.964846 [ 4 ] {83b52198-1bbf-4e45-b483-ea2b3c97dfbe} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:50.964886 [ 4 ] {83b52198-1bbf-4e45-b483-ea2b3c97dfbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:50.965310 [ 4 ] {83b52198-1bbf-4e45-b483-ea2b3c97dfbe} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:50.965347 [ 4 ] {83b52198-1bbf-4e45-b483-ea2b3c97dfbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:50.965652 [ 4 ] {83b52198-1bbf-4e45-b483-ea2b3c97dfbe} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.05 05:28:50.965882 [ 4 ] {83b52198-1bbf-4e45-b483-ea2b3c97dfbe} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:50.966009 [ 4 ] {83b52198-1bbf-4e45-b483-ea2b3c97dfbe} executeQuery: Read 100 rows, 8.00 KiB in 0.001183 sec., 84530.85376162299 rows/sec., 6.60 MiB/sec. 2026.03.05 05:28:50.966047 [ 4 ] {83b52198-1bbf-4e45-b483-ea2b3c97dfbe} TCPHandler: Processed in 0.001344433 sec. 2026.03.05 05:28:50.966156 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:50.966251 [ 4 ] {2f9a1fda-5684-4c81-9587-fcef1cfe50ab} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:50.966294 [ 4 ] {2f9a1fda-5684-4c81-9587-fcef1cfe50ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:50.966700 [ 4 ] {2f9a1fda-5684-4c81-9587-fcef1cfe50ab} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:50.966736 [ 4 ] {2f9a1fda-5684-4c81-9587-fcef1cfe50ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:50.967062 [ 4 ] {2f9a1fda-5684-4c81-9587-fcef1cfe50ab} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.05 05:28:50.967272 [ 4 ] {2f9a1fda-5684-4c81-9587-fcef1cfe50ab} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:50.967401 [ 4 ] {2f9a1fda-5684-4c81-9587-fcef1cfe50ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2026.03.05 05:28:50.967439 [ 4 ] {2f9a1fda-5684-4c81-9587-fcef1cfe50ab} TCPHandler: Processed in 0.001331133 sec. 2026.03.05 05:28:50.967541 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:50.967642 [ 4 ] {a4c97f85-b426-4cfe-954e-0efbe0dc8487} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:50.967698 [ 4 ] {a4c97f85-b426-4cfe-954e-0efbe0dc8487} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:28:50.968534 [ 4 ] {a4c97f85-b426-4cfe-954e-0efbe0dc8487} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:50.968571 [ 4 ] {a4c97f85-b426-4cfe-954e-0efbe0dc8487} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:50.969134 [ 4 ] {a4c97f85-b426-4cfe-954e-0efbe0dc8487} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:28:50.969348 [ 4 ] {a4c97f85-b426-4cfe-954e-0efbe0dc8487} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:50.969457 [ 120 ] {} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.05 05:28:50.969483 [ 4 ] {a4c97f85-b426-4cfe-954e-0efbe0dc8487} executeQuery: Read 36 rows, 66.06 KiB in 0.00186 sec., 19354.838709677417 rows/sec., 34.68 MiB/sec. 2026.03.05 05:28:50.969534 [ 120 ] {} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:50.969562 [ 4 ] {a4c97f85-b426-4cfe-954e-0efbe0dc8487} TCPHandler: Processed in 0.002068565 sec. 2026.03.05 05:28:50.969563 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:50.969705 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:50.969712 [ 186 ] {187e5625-507c-488c-bc57-9e597551f04b::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.05 05:28:50.969805 [ 4 ] {bed9a473-0da2-4cd3-97a4-2299abda0912} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:50.969851 [ 4 ] {bed9a473-0da2-4cd3-97a4-2299abda0912} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:50.970006 [ 186 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:50.970087 [ 186 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 167 rows starting from the beginning of the part 2026.03.05 05:28:50.970200 [ 4 ] {bed9a473-0da2-4cd3-97a4-2299abda0912} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:50.970236 [ 186 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part 2026.03.05 05:28:50.970241 [ 4 ] {bed9a473-0da2-4cd3-97a4-2299abda0912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:50.970364 [ 186 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2026.03.05 05:28:50.970480 [ 186 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part 2026.03.05 05:28:50.970580 [ 4 ] {bed9a473-0da2-4cd3-97a4-2299abda0912} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.05 05:28:50.970588 [ 186 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2026.03.05 05:28:50.970708 [ 186 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part 2026.03.05 05:28:50.970816 [ 4 ] {bed9a473-0da2-4cd3-97a4-2299abda0912} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:50.970951 [ 4 ] {bed9a473-0da2-4cd3-97a4-2299abda0912} executeQuery: Read 60 rows, 4.14 KiB in 0.001164 sec., 51546.391752577314 rows/sec., 3.47 MiB/sec. 2026.03.05 05:28:50.970987 [ 4 ] {bed9a473-0da2-4cd3-97a4-2299abda0912} TCPHandler: Processed in 0.001329363 sec. 2026.03.05 05:28:50.974108 [ 191 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 293 rows, containing 19 columns (19 merged, 0 gathered) in 0.004454716 sec., 65772.99203810074 rows/sec., 117.86 MiB/sec. 2026.03.05 05:28:50.975070 [ 191 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.05 05:28:50.975416 [ 191 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_11_2} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:50.975495 [ 191 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_11_2} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.05 05:28:50.975611 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. 2026.03.05 05:28:53.899773 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 512 2026.03.05 05:28:53.902079 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:53.902131 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:53.903305 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:53.903591 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:28:53.903932 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 512 2026.03.05 05:28:55.966048 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:55.966253 [ 4 ] {15f25d6b-9b57-413e-8986-d0bdc3c1dacc} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:28:55.966331 [ 4 ] {15f25d6b-9b57-413e-8986-d0bdc3c1dacc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:28:55.967160 [ 4 ] {15f25d6b-9b57-413e-8986-d0bdc3c1dacc} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.967208 [ 4 ] {15f25d6b-9b57-413e-8986-d0bdc3c1dacc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.967636 [ 4 ] {15f25d6b-9b57-413e-8986-d0bdc3c1dacc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:55.967867 [ 4 ] {15f25d6b-9b57-413e-8986-d0bdc3c1dacc} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:28:55.968024 [ 4 ] {15f25d6b-9b57-413e-8986-d0bdc3c1dacc} executeQuery: Read 284 rows, 18.47 KiB in 0.001825 sec., 155616.43835616438 rows/sec., 9.88 MiB/sec. 2026.03.05 05:28:55.968073 [ 4 ] {15f25d6b-9b57-413e-8986-d0bdc3c1dacc} TCPHandler: Processed in 0.002158977 sec. 2026.03.05 05:28:55.968207 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:55.968312 [ 4 ] {cfa374ad-9dda-4531-b618-8bbdfac22e24} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:28:55.968356 [ 4 ] {cfa374ad-9dda-4531-b618-8bbdfac22e24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:28:55.969332 [ 4 ] {cfa374ad-9dda-4531-b618-8bbdfac22e24} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.969367 [ 4 ] {cfa374ad-9dda-4531-b618-8bbdfac22e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.969738 [ 4 ] {cfa374ad-9dda-4531-b618-8bbdfac22e24} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.05 05:28:55.969953 [ 4 ] {cfa374ad-9dda-4531-b618-8bbdfac22e24} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:28:55.970085 [ 4 ] {cfa374ad-9dda-4531-b618-8bbdfac22e24} executeQuery: Read 805 rows, 64.93 KiB in 0.001798 sec., 447719.6885428254 rows/sec., 35.27 MiB/sec. 2026.03.05 05:28:55.970122 [ 4 ] {cfa374ad-9dda-4531-b618-8bbdfac22e24} TCPHandler: Processed in 0.001968794 sec. 2026.03.05 05:28:55.970235 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:55.970332 [ 4 ] {e5b70348-05cc-4c82-b91c-b68b8ba0092a} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:28:55.970373 [ 4 ] {e5b70348-05cc-4c82-b91c-b68b8ba0092a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:28:55.970824 [ 4 ] {e5b70348-05cc-4c82-b91c-b68b8ba0092a} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.970859 [ 4 ] {e5b70348-05cc-4c82-b91c-b68b8ba0092a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.971169 [ 4 ] {e5b70348-05cc-4c82-b91c-b68b8ba0092a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.05 05:28:55.971375 [ 4 ] {e5b70348-05cc-4c82-b91c-b68b8ba0092a} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:28:55.971503 [ 4 ] {e5b70348-05cc-4c82-b91c-b68b8ba0092a} executeQuery: Read 146 rows, 8.84 KiB in 0.00119 sec., 122689.07563025209 rows/sec., 7.26 MiB/sec. 2026.03.05 05:28:55.971539 [ 4 ] {e5b70348-05cc-4c82-b91c-b68b8ba0092a} TCPHandler: Processed in 0.001354293 sec. 2026.03.05 05:28:55.971654 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:55.971749 [ 4 ] {1d29c7fa-eec7-4e85-9e5a-0b4cf18da95b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:28:55.971789 [ 4 ] {1d29c7fa-eec7-4e85-9e5a-0b4cf18da95b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:28:55.972233 [ 4 ] {1d29c7fa-eec7-4e85-9e5a-0b4cf18da95b} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.972267 [ 4 ] {1d29c7fa-eec7-4e85-9e5a-0b4cf18da95b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.972569 [ 4 ] {1d29c7fa-eec7-4e85-9e5a-0b4cf18da95b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:28:55.972778 [ 4 ] {1d29c7fa-eec7-4e85-9e5a-0b4cf18da95b} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:28:55.972906 [ 4 ] {1d29c7fa-eec7-4e85-9e5a-0b4cf18da95b} executeQuery: Read 149 rows, 9.86 KiB in 0.001176 sec., 126700.68027210885 rows/sec., 8.19 MiB/sec. 2026.03.05 05:28:55.972941 [ 4 ] {1d29c7fa-eec7-4e85-9e5a-0b4cf18da95b} TCPHandler: Processed in 0.001337053 sec. 2026.03.05 05:28:55.973052 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:55.973147 [ 4 ] {0c8002e9-59d9-412c-a480-e1082c3c4f12} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:28:55.973186 [ 4 ] {0c8002e9-59d9-412c-a480-e1082c3c4f12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:28:55.973651 [ 4 ] {0c8002e9-59d9-412c-a480-e1082c3c4f12} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.973685 [ 4 ] {0c8002e9-59d9-412c-a480-e1082c3c4f12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.973994 [ 4 ] {0c8002e9-59d9-412c-a480-e1082c3c4f12} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:55.974207 [ 4 ] {0c8002e9-59d9-412c-a480-e1082c3c4f12} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:28:55.974333 [ 4 ] {0c8002e9-59d9-412c-a480-e1082c3c4f12} executeQuery: Read 148 rows, 8.62 KiB in 0.001204 sec., 122923.58803986711 rows/sec., 6.99 MiB/sec. 2026.03.05 05:28:55.974370 [ 4 ] {0c8002e9-59d9-412c-a480-e1082c3c4f12} TCPHandler: Processed in 0.001366634 sec. 2026.03.05 05:28:55.974522 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:55.974621 [ 4 ] {8b7f1a12-a4e4-4150-8f25-1be8600d111e} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:28:55.974662 [ 4 ] {8b7f1a12-a4e4-4150-8f25-1be8600d111e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:28:55.975268 [ 4 ] {8b7f1a12-a4e4-4150-8f25-1be8600d111e} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.975302 [ 4 ] {8b7f1a12-a4e4-4150-8f25-1be8600d111e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.975624 [ 4 ] {8b7f1a12-a4e4-4150-8f25-1be8600d111e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.05 05:28:55.975831 [ 4 ] {8b7f1a12-a4e4-4150-8f25-1be8600d111e} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:28:55.975960 [ 4 ] {8b7f1a12-a4e4-4150-8f25-1be8600d111e} executeQuery: Read 494 rows, 35.50 KiB in 0.001362 sec., 362701.9089574156 rows/sec., 25.45 MiB/sec. 2026.03.05 05:28:55.975996 [ 4 ] {8b7f1a12-a4e4-4150-8f25-1be8600d111e} TCPHandler: Processed in 0.001523996 sec. 2026.03.05 05:28:55.976110 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:55.976203 [ 4 ] {527ae328-0e1e-4c33-848a-d40d434e272f} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:28:55.976243 [ 4 ] {527ae328-0e1e-4c33-848a-d40d434e272f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:28:55.976634 [ 4 ] {527ae328-0e1e-4c33-848a-d40d434e272f} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.976683 [ 4 ] {527ae328-0e1e-4c33-848a-d40d434e272f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.977056 [ 4 ] {527ae328-0e1e-4c33-848a-d40d434e272f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:55.977269 [ 4 ] {527ae328-0e1e-4c33-848a-d40d434e272f} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:28:55.977399 [ 4 ] {527ae328-0e1e-4c33-848a-d40d434e272f} executeQuery: Read 6 rows, 321.00 B in 0.001213 sec., 4946.41384995878 rows/sec., 258.43 KiB/sec. 2026.03.05 05:28:55.977435 [ 4 ] {527ae328-0e1e-4c33-848a-d40d434e272f} TCPHandler: Processed in 0.001375864 sec. 2026.03.05 05:28:55.977552 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:55.977645 [ 4 ] {0621fb1c-5648-4203-9674-75e20295fffd} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:55.977687 [ 4 ] {0621fb1c-5648-4203-9674-75e20295fffd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:28:55.978126 [ 4 ] {0621fb1c-5648-4203-9674-75e20295fffd} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.978170 [ 4 ] {0621fb1c-5648-4203-9674-75e20295fffd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.978647 [ 4 ] {0621fb1c-5648-4203-9674-75e20295fffd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.05 05:28:55.978858 [ 4 ] {0621fb1c-5648-4203-9674-75e20295fffd} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:28:55.978989 [ 4 ] {0621fb1c-5648-4203-9674-75e20295fffd} executeQuery: Read 265 rows, 18.03 KiB in 0.001363 sec., 194424.06456346295 rows/sec., 12.92 MiB/sec. 2026.03.05 05:28:55.979024 [ 4 ] {0621fb1c-5648-4203-9674-75e20295fffd} TCPHandler: Processed in 0.001520026 sec. 2026.03.05 05:28:55.979136 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:55.979228 [ 4 ] {d02525b7-1cc0-449d-9d2e-f3fa3a9e7012} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:28:55.979270 [ 4 ] {d02525b7-1cc0-449d-9d2e-f3fa3a9e7012} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:28:55.979584 [ 4 ] {d02525b7-1cc0-449d-9d2e-f3fa3a9e7012} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.979622 [ 4 ] {d02525b7-1cc0-449d-9d2e-f3fa3a9e7012} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.979911 [ 4 ] {d02525b7-1cc0-449d-9d2e-f3fa3a9e7012} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.05 05:28:55.980110 [ 4 ] {d02525b7-1cc0-449d-9d2e-f3fa3a9e7012} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:28:55.980214 [ 122 ] {} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.05 05:28:55.980234 [ 4 ] {d02525b7-1cc0-449d-9d2e-f3fa3a9e7012} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2026.03.05 05:28:55.980281 [ 122 ] {} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.980289 [ 4 ] {d02525b7-1cc0-449d-9d2e-f3fa3a9e7012} TCPHandler: Processed in 0.001201111 sec. 2026.03.05 05:28:55.980310 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.980402 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:55.980415 [ 186 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.03.05 05:28:55.980498 [ 4 ] {e91d3443-c86b-474c-8341-dfe3ed08b138} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:28:55.980550 [ 186 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:28:55.980555 [ 4 ] {e91d3443-c86b-474c-8341-dfe3ed08b138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:28:55.980591 [ 186 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2026.03.05 05:28:55.980666 [ 186 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.03.05 05:28:55.980715 [ 186 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.03.05 05:28:55.980756 [ 186 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.03.05 05:28:55.980792 [ 186 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.03.05 05:28:55.980831 [ 186 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.03.05 05:28:55.981286 [ 4 ] {e91d3443-c86b-474c-8341-dfe3ed08b138} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.981327 [ 4 ] {e91d3443-c86b-474c-8341-dfe3ed08b138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.981714 [ 191 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001344773 sec., 7436.19926931906 rows/sec., 501.07 KiB/sec. 2026.03.05 05:28:55.981862 [ 186 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.05 05:28:55.981979 [ 4 ] {e91d3443-c86b-474c-8341-dfe3ed08b138} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:28:55.982194 [ 186 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.05 05:28:55.982269 [ 4 ] {e91d3443-c86b-474c-8341-dfe3ed08b138} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:28:55.982276 [ 186 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_10_2} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.05 05:28:55.982363 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.05 05:28:55.982428 [ 4 ] {e91d3443-c86b-474c-8341-dfe3ed08b138} executeQuery: Read 4 rows, 7.34 KiB in 0.001947 sec., 2054.442732408834 rows/sec., 3.68 MiB/sec. 2026.03.05 05:28:55.982502 [ 4 ] {e91d3443-c86b-474c-8341-dfe3ed08b138} TCPHandler: Processed in 0.002146887 sec. 2026.03.05 05:28:55.982610 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:28:55.982703 [ 4 ] {960d6839-1cd3-43dc-a553-29c20ff2a51b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:28:55.982743 [ 4 ] {960d6839-1cd3-43dc-a553-29c20ff2a51b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:28:55.983078 [ 4 ] {960d6839-1cd3-43dc-a553-29c20ff2a51b} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:55.983199 [ 4 ] {960d6839-1cd3-43dc-a553-29c20ff2a51b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:55.983511 [ 4 ] {960d6839-1cd3-43dc-a553-29c20ff2a51b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.05 05:28:55.983733 [ 4 ] {960d6839-1cd3-43dc-a553-29c20ff2a51b} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:28:55.983857 [ 4 ] {960d6839-1cd3-43dc-a553-29c20ff2a51b} executeQuery: Read 90 rows, 5.77 KiB in 0.001173 sec., 76726.34271099744 rows/sec., 4.80 MiB/sec. 2026.03.05 05:28:55.983892 [ 4 ] {960d6839-1cd3-43dc-a553-29c20ff2a51b} TCPHandler: Processed in 0.001329232 sec. 2026.03.05 05:28:56.395951 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7215 2026.03.05 05:28:56.396525 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:56.396576 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:56.397164 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:28:56.397508 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:28:56.397656 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7215 2026.03.05 05:28:56.777244 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.05 05:28:56.795138 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:28:56.795210 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:28:56.800696 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:28:56.801416 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:28:56.804655 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.05 05:29:00.961010 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:00.961312 [ 4 ] {edd2e579-ae7d-489a-90a8-de65a15436a8} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:00.961385 [ 4 ] {edd2e579-ae7d-489a-90a8-de65a15436a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:00.962052 [ 4 ] {edd2e579-ae7d-489a-90a8-de65a15436a8} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:00.962092 [ 4 ] {edd2e579-ae7d-489a-90a8-de65a15436a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:00.962488 [ 4 ] {edd2e579-ae7d-489a-90a8-de65a15436a8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.05 05:29:00.962711 [ 4 ] {edd2e579-ae7d-489a-90a8-de65a15436a8} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:00.962848 [ 115 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.05 05:29:00.962857 [ 4 ] {edd2e579-ae7d-489a-90a8-de65a15436a8} executeQuery: Read 128 rows, 11.29 KiB in 0.001618 sec., 79110.01236093942 rows/sec., 6.81 MiB/sec. 2026.03.05 05:29:00.962892 [ 115 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:00.962913 [ 4 ] {edd2e579-ae7d-489a-90a8-de65a15436a8} TCPHandler: Processed in 0.002092166 sec. 2026.03.05 05:29:00.962917 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:00.963031 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::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.05 05:29:00.963057 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:00.963142 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:00.963162 [ 4 ] {7c52d2f3-0bb6-409d-92ea-bafa13434911} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:00.963174 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2768 rows starting from the beginning of the part 2026.03.05 05:29:00.963204 [ 4 ] {7c52d2f3-0bb6-409d-92ea-bafa13434911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:00.963240 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2026.03.05 05:29:00.963289 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 805 rows starting from the beginning of the part 2026.03.05 05:29:00.963334 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 128 rows starting from the beginning of the part 2026.03.05 05:29:00.963377 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 805 rows starting from the beginning of the part 2026.03.05 05:29:00.963418 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 128 rows starting from the beginning of the part 2026.03.05 05:29:00.963644 [ 4 ] {7c52d2f3-0bb6-409d-92ea-bafa13434911} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:00.963678 [ 4 ] {7c52d2f3-0bb6-409d-92ea-bafa13434911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:00.963970 [ 4 ] {7c52d2f3-0bb6-409d-92ea-bafa13434911} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.05 05:29:00.964181 [ 4 ] {7c52d2f3-0bb6-409d-92ea-bafa13434911} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:00.964305 [ 4 ] {7c52d2f3-0bb6-409d-92ea-bafa13434911} executeQuery: Read 36 rows, 2.71 KiB in 0.001163 sec., 30954.428202923475 rows/sec., 2.27 MiB/sec. 2026.03.05 05:29:00.964345 [ 4 ] {7c52d2f3-0bb6-409d-92ea-bafa13434911} TCPHandler: Processed in 0.001339853 sec. 2026.03.05 05:29:00.964463 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:00.964556 [ 4 ] {ee114945-237c-4d1e-8023-f2dc9c82de75} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:00.964594 [ 4 ] {ee114945-237c-4d1e-8023-f2dc9c82de75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:00.964997 [ 4 ] {ee114945-237c-4d1e-8023-f2dc9c82de75} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:00.965030 [ 4 ] {ee114945-237c-4d1e-8023-f2dc9c82de75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:00.965224 [ 191 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4690 rows, containing 5 columns (5 merged, 0 gathered) in 0.002237478 sec., 2096109.9952714618 rows/sec., 170.93 MiB/sec. 2026.03.05 05:29:00.965326 [ 4 ] {ee114945-237c-4d1e-8023-f2dc9c82de75} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.05 05:29:00.965482 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.05 05:29:00.965538 [ 4 ] {ee114945-237c-4d1e-8023-f2dc9c82de75} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:00.965667 [ 4 ] {ee114945-237c-4d1e-8023-f2dc9c82de75} executeQuery: Read 100 rows, 8.00 KiB in 0.001129 sec., 88573.95925597874 rows/sec., 6.92 MiB/sec. 2026.03.05 05:29:00.965677 [ 113 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.05 05:29:00.965702 [ 4 ] {ee114945-237c-4d1e-8023-f2dc9c82de75} TCPHandler: Processed in 0.001294052 sec. 2026.03.05 05:29:00.965722 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_21_4} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:00.965752 [ 113 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:00.965785 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:00.965791 [ 195 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_21_4} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.05 05:29:00.965855 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:00.965889 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.03.05 05:29:00.965942 [ 186 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::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.05 05:29:00.965954 [ 4 ] {d6f20518-ed37-47b5-843b-8a9e55cf1fbf} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:00.966041 [ 4 ] {d6f20518-ed37-47b5-843b-8a9e55cf1fbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:00.966094 [ 186 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:00.966133 [ 186 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1512 rows starting from the beginning of the part 2026.03.05 05:29:00.966210 [ 186 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part 2026.03.05 05:29:00.966261 [ 186 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 494 rows starting from the beginning of the part 2026.03.05 05:29:00.966305 [ 186 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 100 rows starting from the beginning of the part 2026.03.05 05:29:00.966351 [ 186 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 494 rows starting from the beginning of the part 2026.03.05 05:29:00.966395 [ 186 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 100 rows starting from the beginning of the part 2026.03.05 05:29:00.966458 [ 4 ] {d6f20518-ed37-47b5-843b-8a9e55cf1fbf} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:00.966498 [ 4 ] {d6f20518-ed37-47b5-843b-8a9e55cf1fbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:00.966854 [ 4 ] {d6f20518-ed37-47b5-843b-8a9e55cf1fbf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.05 05:29:00.967069 [ 4 ] {d6f20518-ed37-47b5-843b-8a9e55cf1fbf} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:00.967195 [ 111 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.05 05:29:00.967201 [ 4 ] {d6f20518-ed37-47b5-843b-8a9e55cf1fbf} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2026.03.05 05:29:00.967238 [ 111 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:00.967256 [ 4 ] {d6f20518-ed37-47b5-843b-8a9e55cf1fbf} TCPHandler: Processed in 0.001447835 sec. 2026.03.05 05:29:00.967260 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:00.967337 [ 191 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::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.05 05:29:00.967371 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:00.967417 [ 191 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:00.967442 [ 191 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6720 rows starting from the beginning of the part 2026.03.05 05:29:00.967468 [ 4 ] {879a55a2-d29f-4bd4-989f-b1468aed80e6} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:00.967512 [ 191 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 96 rows starting from the beginning of the part 2026.03.05 05:29:00.967522 [ 4 ] {879a55a2-d29f-4bd4-989f-b1468aed80e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:00.967559 [ 191 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 265 rows starting from the beginning of the part 2026.03.05 05:29:00.967601 [ 191 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.03.05 05:29:00.967639 [ 191 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 265 rows starting from the beginning of the part 2026.03.05 05:29:00.967679 [ 191 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::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.05 05:29:00.967790 [ 201 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2764 rows, containing 5 columns (5 merged, 0 gathered) in 0.001945323 sec., 1420843.7364900326 rows/sec., 105.54 MiB/sec. 2026.03.05 05:29:00.968071 [ 198 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.05 05:29:00.968350 [ 4 ] {879a55a2-d29f-4bd4-989f-b1468aed80e6} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:00.968382 [ 198 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_21_4} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:00.968391 [ 4 ] {879a55a2-d29f-4bd4-989f-b1468aed80e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:00.968473 [ 198 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_21_4} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.05 05:29:00.968573 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.03.05 05:29:00.968965 [ 4 ] {879a55a2-d29f-4bd4-989f-b1468aed80e6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:29:00.969197 [ 4 ] {879a55a2-d29f-4bd4-989f-b1468aed80e6} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:00.969331 [ 4 ] {879a55a2-d29f-4bd4-989f-b1468aed80e6} executeQuery: Read 36 rows, 66.06 KiB in 0.001881 sec., 19138.755980861242 rows/sec., 34.30 MiB/sec. 2026.03.05 05:29:00.969392 [ 4 ] {879a55a2-d29f-4bd4-989f-b1468aed80e6} TCPHandler: Processed in 0.002067815 sec. 2026.03.05 05:29:00.969513 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:00.969607 [ 4 ] {5ca45a0c-f46c-4e94-9ff2-417bbb4e0ea0} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:00.969648 [ 4 ] {5ca45a0c-f46c-4e94-9ff2-417bbb4e0ea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:00.969658 [ 198 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7666 rows, containing 5 columns (5 merged, 0 gathered) in 0.00235312 sec., 3257802.4070170666 rows/sec., 216.85 MiB/sec. 2026.03.05 05:29:00.970008 [ 4 ] {5ca45a0c-f46c-4e94-9ff2-417bbb4e0ea0} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:00.970046 [ 4 ] {5ca45a0c-f46c-4e94-9ff2-417bbb4e0ea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:00.970350 [ 201 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.05 05:29:00.970378 [ 4 ] {5ca45a0c-f46c-4e94-9ff2-417bbb4e0ea0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.05 05:29:00.970700 [ 4 ] {5ca45a0c-f46c-4e94-9ff2-417bbb4e0ea0} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:00.970731 [ 201 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_21_4} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:00.970821 [ 111 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.05 05:29:00.970837 [ 4 ] {5ca45a0c-f46c-4e94-9ff2-417bbb4e0ea0} executeQuery: Read 60 rows, 4.14 KiB in 0.001249 sec., 48038.43074459568 rows/sec., 3.24 MiB/sec. 2026.03.05 05:29:00.970859 [ 111 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:00.970824 [ 201 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_21_4} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.05 05:29:00.970879 [ 4 ] {5ca45a0c-f46c-4e94-9ff2-417bbb4e0ea0} TCPHandler: Processed in 0.001413744 sec. 2026.03.05 05:29:00.970887 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:00.970986 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. 2026.03.05 05:29:00.971027 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:29:00.971120 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:00.971150 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1152 rows starting from the beginning of the part 2026.03.05 05:29:00.971208 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2026.03.05 05:29:00.971246 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part 2026.03.05 05:29:00.971284 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.03.05 05:29:00.971318 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part 2026.03.05 05:29:00.971354 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:29:00.972330 [ 193 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1488 rows, containing 4 columns (4 merged, 0 gathered) in 0.001379683 sec., 1078508.61393523 rows/sec., 69.54 MiB/sec. 2026.03.05 05:29:00.972500 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.05 05:29:00.972728 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_21_4} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:00.972790 [ 201 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_21_4} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.05 05:29:00.972851 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.03.05 05:29:03.820013 [ 110 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:29:03.820120 [ 110 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:29:03.898660 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7663 2026.03.05 05:29:03.899150 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:03.899191 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:03.899675 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:29:03.899910 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:29:03.900066 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7663 2026.03.05 05:29:03.900070 [ 110 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.05 05:29:03.900157 [ 110 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:03.900193 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:03.900353 [ 198 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::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.05 05:29:03.900545 [ 198 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:03.900608 [ 198 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5295 rows starting from the beginning of the part 2026.03.05 05:29:03.900748 [ 198 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.03.05 05:29:03.900837 [ 198 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::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.05 05:29:03.900918 [ 198 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.03.05 05:29:03.900987 [ 198 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.03.05 05:29:03.901058 [ 198 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.03.05 05:29:03.902601 [ 201 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7663 rows, containing 4 columns (4 merged, 0 gathered) in 0.0023215 sec., 3300883.049752315 rows/sec., 47.22 MiB/sec. 2026.03.05 05:29:03.903298 [ 198 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.05 05:29:03.903554 [ 198 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_16_3} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:29:03.903623 [ 198 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_16_3} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.05 05:29:03.903713 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.03.05 05:29:03.904988 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 546 2026.03.05 05:29:03.907154 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:03.907190 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:03.908302 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:29:03.908565 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:29:03.908717 [ 109 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.05 05:29:03.908770 [ 109 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:03.908793 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:03.908866 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 546 2026.03.05 05:29:03.908916 [ 187 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::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.05 05:29:03.909464 [ 187 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:03.909602 [ 187 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 342 rows starting from the beginning of the part 2026.03.05 05:29:03.909952 [ 187 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 32 rows starting from the beginning of the part 2026.03.05 05:29:03.910277 [ 187 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part 2026.03.05 05:29:03.910600 [ 187 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 66 rows starting from the beginning of the part 2026.03.05 05:29:03.910929 [ 187 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2026.03.05 05:29:03.911232 [ 187 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part 2026.03.05 05:29:03.917226 [ 198 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 546 rows, containing 72 columns (72 merged, 0 gathered) in 0.008360053 sec., 65310.5907342932 rows/sec., 58.86 MiB/sec. 2026.03.05 05:29:03.918249 [ 198 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.05 05:29:03.918778 [ 198 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_11_2} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:29:03.918849 [ 198 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_11_2} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.05 05:29:03.919150 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. 2026.03.05 05:29:04.001836 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001377013 sec. 2026.03.05 05:29:04.305650 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.05 05:29:04.324291 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:04.324364 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:04.330415 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:29:04.331128 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:29:04.331463 [ 109 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.05 05:29:04.331537 [ 109 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:04.331562 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:04.331675 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:04.334666 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.05 05:29:04.335176 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:04.336653 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:04.341302 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:04.345657 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:04.349901 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:04.354253 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:04.358612 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:04.414211 [ 198 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.082574302 sec., 1465.346930816321 rows/sec., 7.58 MiB/sec. 2026.03.05 05:29:04.416885 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.05 05:29:04.419006 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_16_3} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:29:04.419105 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_16_3} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.05 05:29:04.421600 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.03.05 05:29:05.000273 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 231.89 MiB, peak 241.86 MiB, free memory in arenas 0.00 B, will set to 240.09 MiB (RSS), difference: 8.19 MiB 2026.03.05 05:29:05.966305 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:05.966601 [ 4 ] {2fcb54ad-34c6-48fc-a06b-93058449f396} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:29:05.966709 [ 4 ] {2fcb54ad-34c6-48fc-a06b-93058449f396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:29:05.967756 [ 4 ] {2fcb54ad-34c6-48fc-a06b-93058449f396} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.967812 [ 4 ] {2fcb54ad-34c6-48fc-a06b-93058449f396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.968241 [ 4 ] {2fcb54ad-34c6-48fc-a06b-93058449f396} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:29:05.968464 [ 4 ] {2fcb54ad-34c6-48fc-a06b-93058449f396} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:29:05.968625 [ 4 ] {2fcb54ad-34c6-48fc-a06b-93058449f396} executeQuery: Read 284 rows, 18.47 KiB in 0.002108 sec., 134724.85768500948 rows/sec., 8.56 MiB/sec. 2026.03.05 05:29:05.968672 [ 4 ] {2fcb54ad-34c6-48fc-a06b-93058449f396} TCPHandler: Processed in 0.002553764 sec. 2026.03.05 05:29:05.968813 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:05.968914 [ 4 ] {c7522615-2a21-4a19-b0ba-7571997e9e43} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:05.968957 [ 4 ] {c7522615-2a21-4a19-b0ba-7571997e9e43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:05.969776 [ 4 ] {c7522615-2a21-4a19-b0ba-7571997e9e43} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.969812 [ 4 ] {c7522615-2a21-4a19-b0ba-7571997e9e43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.970180 [ 4 ] {c7522615-2a21-4a19-b0ba-7571997e9e43} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.05 05:29:05.970386 [ 4 ] {c7522615-2a21-4a19-b0ba-7571997e9e43} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:05.970514 [ 4 ] {c7522615-2a21-4a19-b0ba-7571997e9e43} executeQuery: Read 805 rows, 64.93 KiB in 0.001624 sec., 495689.6551724138 rows/sec., 39.05 MiB/sec. 2026.03.05 05:29:05.970556 [ 4 ] {c7522615-2a21-4a19-b0ba-7571997e9e43} TCPHandler: Processed in 0.001801061 sec. 2026.03.05 05:29:05.970666 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:05.970759 [ 4 ] {f2d247e2-755b-400d-909b-5e7cfb3a5867} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:05.970798 [ 4 ] {f2d247e2-755b-400d-909b-5e7cfb3a5867} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:05.971273 [ 4 ] {f2d247e2-755b-400d-909b-5e7cfb3a5867} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.971310 [ 4 ] {f2d247e2-755b-400d-909b-5e7cfb3a5867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.971617 [ 4 ] {f2d247e2-755b-400d-909b-5e7cfb3a5867} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.05 05:29:05.971823 [ 4 ] {f2d247e2-755b-400d-909b-5e7cfb3a5867} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:05.971950 [ 4 ] {f2d247e2-755b-400d-909b-5e7cfb3a5867} executeQuery: Read 146 rows, 8.84 KiB in 0.001208 sec., 120860.92715231788 rows/sec., 7.15 MiB/sec. 2026.03.05 05:29:05.971991 [ 4 ] {f2d247e2-755b-400d-909b-5e7cfb3a5867} TCPHandler: Processed in 0.001372973 sec. 2026.03.05 05:29:05.972109 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:05.972208 [ 4 ] {f8595ad8-64ff-4314-8377-8923d680744b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:29:05.972257 [ 4 ] {f8595ad8-64ff-4314-8377-8923d680744b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:29:05.972714 [ 4 ] {f8595ad8-64ff-4314-8377-8923d680744b} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.972758 [ 4 ] {f8595ad8-64ff-4314-8377-8923d680744b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.973083 [ 4 ] {f8595ad8-64ff-4314-8377-8923d680744b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:29:05.973285 [ 4 ] {f8595ad8-64ff-4314-8377-8923d680744b} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:29:05.973413 [ 4 ] {f8595ad8-64ff-4314-8377-8923d680744b} executeQuery: Read 149 rows, 9.86 KiB in 0.001225 sec., 121632.6530612245 rows/sec., 7.86 MiB/sec. 2026.03.05 05:29:05.973449 [ 4 ] {f8595ad8-64ff-4314-8377-8923d680744b} TCPHandler: Processed in 0.001394784 sec. 2026.03.05 05:29:05.973567 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:05.973660 [ 4 ] {0ffb0fd5-cb6c-41f0-bfb5-33bc1d68c2cd} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:29:05.973699 [ 4 ] {0ffb0fd5-cb6c-41f0-bfb5-33bc1d68c2cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:29:05.974138 [ 4 ] {0ffb0fd5-cb6c-41f0-bfb5-33bc1d68c2cd} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.974173 [ 4 ] {0ffb0fd5-cb6c-41f0-bfb5-33bc1d68c2cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.974472 [ 4 ] {0ffb0fd5-cb6c-41f0-bfb5-33bc1d68c2cd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:29:05.974673 [ 4 ] {0ffb0fd5-cb6c-41f0-bfb5-33bc1d68c2cd} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:29:05.974804 [ 4 ] {0ffb0fd5-cb6c-41f0-bfb5-33bc1d68c2cd} executeQuery: Read 148 rows, 8.62 KiB in 0.001161 sec., 127476.31352282516 rows/sec., 7.25 MiB/sec. 2026.03.05 05:29:05.974840 [ 4 ] {0ffb0fd5-cb6c-41f0-bfb5-33bc1d68c2cd} TCPHandler: Processed in 0.001325193 sec. 2026.03.05 05:29:05.974951 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:05.975043 [ 4 ] {6ec51339-e5f8-4baa-ac77-80bc68635988} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:05.975081 [ 4 ] {6ec51339-e5f8-4baa-ac77-80bc68635988} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:05.975651 [ 4 ] {6ec51339-e5f8-4baa-ac77-80bc68635988} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.975686 [ 4 ] {6ec51339-e5f8-4baa-ac77-80bc68635988} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.975999 [ 4 ] {6ec51339-e5f8-4baa-ac77-80bc68635988} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.05 05:29:05.976198 [ 4 ] {6ec51339-e5f8-4baa-ac77-80bc68635988} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:05.976322 [ 4 ] {6ec51339-e5f8-4baa-ac77-80bc68635988} executeQuery: Read 494 rows, 35.50 KiB in 0.001296 sec., 381172.8395061728 rows/sec., 26.75 MiB/sec. 2026.03.05 05:29:05.976358 [ 4 ] {6ec51339-e5f8-4baa-ac77-80bc68635988} TCPHandler: Processed in 0.001453845 sec. 2026.03.05 05:29:05.976464 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:05.976556 [ 4 ] {3208ffc6-fe91-4ce2-bdc3-0156fa06b752} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:29:05.976595 [ 4 ] {3208ffc6-fe91-4ce2-bdc3-0156fa06b752} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:29:05.976922 [ 4 ] {3208ffc6-fe91-4ce2-bdc3-0156fa06b752} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.976957 [ 4 ] {3208ffc6-fe91-4ce2-bdc3-0156fa06b752} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.977279 [ 4 ] {3208ffc6-fe91-4ce2-bdc3-0156fa06b752} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:29:05.977477 [ 4 ] {3208ffc6-fe91-4ce2-bdc3-0156fa06b752} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:29:05.977585 [ 105 ] {} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.05 05:29:05.977601 [ 4 ] {3208ffc6-fe91-4ce2-bdc3-0156fa06b752} executeQuery: Read 6 rows, 321.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 294.90 KiB/sec. 2026.03.05 05:29:05.977656 [ 105 ] {} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.977664 [ 4 ] {3208ffc6-fe91-4ce2-bdc3-0156fa06b752} TCPHandler: Processed in 0.001246681 sec. 2026.03.05 05:29:05.977687 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.977786 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:05.977846 [ 194 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::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.05 05:29:05.977882 [ 4 ] {4f854af9-0ab7-42ca-9445-0706cc03c2a5} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:05.977936 [ 4 ] {4f854af9-0ab7-42ca-9445-0706cc03c2a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:05.978012 [ 194 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:05.978055 [ 194 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.03.05 05:29:05.978126 [ 194 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.03.05 05:29:05.978176 [ 194 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.03.05 05:29:05.978220 [ 194 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.03.05 05:29:05.978261 [ 194 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.03.05 05:29:05.978302 [ 194 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.03.05 05:29:05.978355 [ 4 ] {4f854af9-0ab7-42ca-9445-0706cc03c2a5} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.978395 [ 4 ] {4f854af9-0ab7-42ca-9445-0706cc03c2a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.978888 [ 4 ] {4f854af9-0ab7-42ca-9445-0706cc03c2a5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.05 05:29:05.979120 [ 4 ] {4f854af9-0ab7-42ca-9445-0706cc03c2a5} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:05.979250 [ 4 ] {4f854af9-0ab7-42ca-9445-0706cc03c2a5} executeQuery: Read 265 rows, 18.03 KiB in 0.001386 sec., 191197.6911976912 rows/sec., 12.71 MiB/sec. 2026.03.05 05:29:05.979286 [ 4 ] {4f854af9-0ab7-42ca-9445-0706cc03c2a5} TCPHandler: Processed in 0.001547647 sec. 2026.03.05 05:29:05.979300 [ 196 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001514006 sec., 43592.95801998142 rows/sec., 2.22 MiB/sec. 2026.03.05 05:29:05.979398 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:05.979445 [ 194 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.05 05:29:05.979493 [ 4 ] {08fc3c6e-8f3c-4106-a258-0977e71d5747} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:29:05.979540 [ 4 ] {08fc3c6e-8f3c-4106-a258-0977e71d5747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:29:05.979696 [ 194 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_11_2} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:29:05.979771 [ 194 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_11_2} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.05 05:29:05.979836 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.05 05:29:05.979870 [ 4 ] {08fc3c6e-8f3c-4106-a258-0977e71d5747} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.979909 [ 4 ] {08fc3c6e-8f3c-4106-a258-0977e71d5747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.980200 [ 4 ] {08fc3c6e-8f3c-4106-a258-0977e71d5747} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.05 05:29:05.980398 [ 4 ] {08fc3c6e-8f3c-4106-a258-0977e71d5747} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:29:05.980534 [ 4 ] {08fc3c6e-8f3c-4106-a258-0977e71d5747} executeQuery: Read 1 rows, 69.00 B in 0.001057 sec., 946.073793755913 rows/sec., 63.75 KiB/sec. 2026.03.05 05:29:05.980568 [ 4 ] {08fc3c6e-8f3c-4106-a258-0977e71d5747} TCPHandler: Processed in 0.001217511 sec. 2026.03.05 05:29:05.980687 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:05.980778 [ 4 ] {bd891c51-d9b8-470c-b256-db05c5b31ca0} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:05.980831 [ 4 ] {bd891c51-d9b8-470c-b256-db05c5b31ca0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:05.981560 [ 4 ] {bd891c51-d9b8-470c-b256-db05c5b31ca0} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.981595 [ 4 ] {bd891c51-d9b8-470c-b256-db05c5b31ca0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.982081 [ 4 ] {bd891c51-d9b8-470c-b256-db05c5b31ca0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:29:05.982310 [ 4 ] {bd891c51-d9b8-470c-b256-db05c5b31ca0} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:05.982442 [ 4 ] {bd891c51-d9b8-470c-b256-db05c5b31ca0} executeQuery: Read 4 rows, 7.34 KiB in 0.001681 sec., 2379.535990481856 rows/sec., 4.26 MiB/sec. 2026.03.05 05:29:05.982498 [ 4 ] {bd891c51-d9b8-470c-b256-db05c5b31ca0} TCPHandler: Processed in 0.001864171 sec. 2026.03.05 05:29:05.982612 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:05.982704 [ 4 ] {e23abfcf-e52d-4bf2-9387-c75780a41391} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:05.982744 [ 4 ] {e23abfcf-e52d-4bf2-9387-c75780a41391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:05.983081 [ 4 ] {e23abfcf-e52d-4bf2-9387-c75780a41391} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:05.983116 [ 4 ] {e23abfcf-e52d-4bf2-9387-c75780a41391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2026.03.05 05:29:05.983417 [ 4 ] {e23abfcf-e52d-4bf2-9387-c75780a41391} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.05 05:29:05.983621 [ 4 ] {e23abfcf-e52d-4bf2-9387-c75780a41391} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:05.983743 [ 4 ] {e23abfcf-e52d-4bf2-9387-c75780a41391} executeQuery: Read 90 rows, 5.77 KiB in 0.001057 sec., 85146.64143803217 rows/sec., 5.33 MiB/sec. 2026.03.05 05:29:05.983777 [ 4 ] {e23abfcf-e52d-4bf2-9387-c75780a41391} TCPHandler: Processed in 0.00121239 sec. 2026.03.05 05:29:07.704209 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:07.704488 [ 4 ] {1b97a6fc-38eb-4f13-8544-5695e5e804af} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:07.704558 [ 4 ] {1b97a6fc-38eb-4f13-8544-5695e5e804af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:07.706124 [ 4 ] {1b97a6fc-38eb-4f13-8544-5695e5e804af} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:07.706178 [ 4 ] {1b97a6fc-38eb-4f13-8544-5695e5e804af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:07.706743 [ 4 ] {1b97a6fc-38eb-4f13-8544-5695e5e804af} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.05 05:29:07.706978 [ 4 ] {1b97a6fc-38eb-4f13-8544-5695e5e804af} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:07.707140 [ 4 ] {1b97a6fc-38eb-4f13-8544-5695e5e804af} executeQuery: Read 2010 rows, 155.28 KiB in 0.002711 sec., 741423.8288454445 rows/sec., 55.94 MiB/sec. 2026.03.05 05:29:07.707193 [ 4 ] {1b97a6fc-38eb-4f13-8544-5695e5e804af} TCPHandler: Processed in 0.003161634 sec. 2026.03.05 05:29:07.707319 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:07.707424 [ 4 ] {1a924b7c-ba57-4fd8-9f68-63916122b5ac} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:07.707469 [ 4 ] {1a924b7c-ba57-4fd8-9f68-63916122b5ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:07.707908 [ 4 ] {1a924b7c-ba57-4fd8-9f68-63916122b5ac} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:07.707947 [ 4 ] {1a924b7c-ba57-4fd8-9f68-63916122b5ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:07.708256 [ 4 ] {1a924b7c-ba57-4fd8-9f68-63916122b5ac} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.05 05:29:07.708472 [ 4 ] {1a924b7c-ba57-4fd8-9f68-63916122b5ac} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:07.708583 [ 100 ] {} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.05 05:29:07.708603 [ 4 ] {1a924b7c-ba57-4fd8-9f68-63916122b5ac} executeQuery: Read 46 rows, 3.46 KiB in 0.001204 sec., 38205.98006644518 rows/sec., 2.81 MiB/sec. 2026.03.05 05:29:07.708651 [ 100 ] {} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:07.708662 [ 4 ] {1a924b7c-ba57-4fd8-9f68-63916122b5ac} TCPHandler: Processed in 0.001396253 sec. 2026.03.05 05:29:07.708681 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:07.708776 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:07.708827 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::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.05 05:29:07.708876 [ 4 ] {257c64ed-62b5-4f83-a9c8-27deb1b49c18} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:29:07.708922 [ 4 ] {257c64ed-62b5-4f83-a9c8-27deb1b49c18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:29:07.708985 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:07.709028 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 210 rows starting from the beginning of the part 2026.03.05 05:29:07.709106 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2026.03.05 05:29:07.709162 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 146 rows starting from the beginning of the part 2026.03.05 05:29:07.709213 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2026.03.05 05:29:07.709259 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 146 rows starting from the beginning of the part 2026.03.05 05:29:07.709306 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part 2026.03.05 05:29:07.709537 [ 4 ] {257c64ed-62b5-4f83-a9c8-27deb1b49c18} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:07.709582 [ 4 ] {257c64ed-62b5-4f83-a9c8-27deb1b49c18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:07.709952 [ 4 ] {257c64ed-62b5-4f83-a9c8-27deb1b49c18} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:29:07.710165 [ 4 ] {257c64ed-62b5-4f83-a9c8-27deb1b49c18} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:29:07.710201 [ 194 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 620 rows, containing 5 columns (5 merged, 0 gathered) in 0.001448245 sec., 428104.36079530744 rows/sec., 28.68 MiB/sec. 2026.03.05 05:29:07.710299 [ 4 ] {257c64ed-62b5-4f83-a9c8-27deb1b49c18} executeQuery: Read 708 rows, 42.29 KiB in 0.001442 sec., 490984.7434119279 rows/sec., 28.64 MiB/sec. 2026.03.05 05:29:07.710342 [ 4 ] {257c64ed-62b5-4f83-a9c8-27deb1b49c18} TCPHandler: Processed in 0.001616247 sec. 2026.03.05 05:29:07.710347 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.05 05:29:07.710461 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:07.710562 [ 4 ] {286269ff-9052-4cf4-99f9-9387feeed4e9} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:07.710605 [ 4 ] {286269ff-9052-4cf4-99f9-9387feeed4e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.05 05:29:07.710614 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_21_4} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:07.710691 [ 198 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_21_4} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.05 05:29:07.710773 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.05 05:29:07.710991 [ 4 ] {286269ff-9052-4cf4-99f9-9387feeed4e9} oximeter.fields_u64 (c46ab33a-ed1f-49e2-bece-c60de54ababd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:07.711032 [ 4 ] {286269ff-9052-4cf4-99f9-9387feeed4e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:07.711323 [ 4 ] {286269ff-9052-4cf4-99f9-9387feeed4e9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.05 05:29:07.711532 [ 4 ] {286269ff-9052-4cf4-99f9-9387feeed4e9} oximeter.fields_u64 (c46ab33a-ed1f-49e2-bece-c60de54ababd): 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.05 05:29:07.711659 [ 4 ] {286269ff-9052-4cf4-99f9-9387feeed4e9} executeQuery: Read 1 rows, 72.00 B in 0.001115 sec., 896.8609865470851 rows/sec., 63.06 KiB/sec. 2026.03.05 05:29:07.711696 [ 4 ] {286269ff-9052-4cf4-99f9-9387feeed4e9} TCPHandler: Processed in 0.001286393 sec. 2026.03.05 05:29:07.711798 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:07.711892 [ 4 ] {dc0d30bd-8d87-4c22-aa25-1fc69053cb23} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:07.711933 [ 4 ] {dc0d30bd-8d87-4c22-aa25-1fc69053cb23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:07.712647 [ 4 ] {dc0d30bd-8d87-4c22-aa25-1fc69053cb23} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:07.712683 [ 4 ] {dc0d30bd-8d87-4c22-aa25-1fc69053cb23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:07.713026 [ 4 ] {dc0d30bd-8d87-4c22-aa25-1fc69053cb23} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.05 05:29:07.713236 [ 4 ] {dc0d30bd-8d87-4c22-aa25-1fc69053cb23} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:07.713364 [ 4 ] {dc0d30bd-8d87-4c22-aa25-1fc69053cb23} executeQuery: Read 1046 rows, 74.03 KiB in 0.001489 sec., 702484.889187374 rows/sec., 48.55 MiB/sec. 2026.03.05 05:29:07.713401 [ 4 ] {dc0d30bd-8d87-4c22-aa25-1fc69053cb23} TCPHandler: Processed in 0.001651339 sec. 2026.03.05 05:29:07.713514 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:07.713616 [ 4 ] {aefafd4b-d4ea-44c6-86ec-02d42f4f41d9} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:07.713660 [ 4 ] {aefafd4b-d4ea-44c6-86ec-02d42f4f41d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:07.714322 [ 4 ] {aefafd4b-d4ea-44c6-86ec-02d42f4f41d9} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:07.714359 [ 4 ] {aefafd4b-d4ea-44c6-86ec-02d42f4f41d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:07.714768 [ 4 ] {aefafd4b-d4ea-44c6-86ec-02d42f4f41d9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.05 05:29:07.714979 [ 4 ] {aefafd4b-d4ea-44c6-86ec-02d42f4f41d9} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:07.715107 [ 4 ] {aefafd4b-d4ea-44c6-86ec-02d42f4f41d9} executeQuery: Read 1249 rows, 80.20 KiB in 0.001509 sec., 827700.4638833666 rows/sec., 51.90 MiB/sec. 2026.03.05 05:29:07.715144 [ 4 ] {aefafd4b-d4ea-44c6-86ec-02d42f4f41d9} TCPHandler: Processed in 0.001680398 sec. 2026.03.05 05:29:07.715255 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:07.715349 [ 4 ] {8556e62e-6bdd-499b-9291-3be41a6d38cc} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:07.715403 [ 4 ] {8556e62e-6bdd-499b-9291-3be41a6d38cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:07.716270 [ 4 ] {8556e62e-6bdd-499b-9291-3be41a6d38cc} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:07.716306 [ 4 ] {8556e62e-6bdd-499b-9291-3be41a6d38cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:07.716883 [ 4 ] {8556e62e-6bdd-499b-9291-3be41a6d38cc} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:29:07.717108 [ 4 ] {8556e62e-6bdd-499b-9291-3be41a6d38cc} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:07.717246 [ 4 ] {8556e62e-6bdd-499b-9291-3be41a6d38cc} executeQuery: Read 46 rows, 84.41 KiB in 0.001915 sec., 24020.88772845953 rows/sec., 43.04 MiB/sec. 2026.03.05 05:29:07.717308 [ 4 ] {8556e62e-6bdd-499b-9291-3be41a6d38cc} TCPHandler: Processed in 0.002102715 sec. 2026.03.05 05:29:07.717422 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:07.717517 [ 4 ] {2fc8b5f4-88cb-4ea4-a77e-cd2a20f344f7} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:07.717560 [ 4 ] {2fc8b5f4-88cb-4ea4-a77e-cd2a20f344f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:07.717887 [ 4 ] {2fc8b5f4-88cb-4ea4-a77e-cd2a20f344f7} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:07.717922 [ 4 ] {2fc8b5f4-88cb-4ea4-a77e-cd2a20f344f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:07.718224 [ 4 ] {2fc8b5f4-88cb-4ea4-a77e-cd2a20f344f7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.05 05:29:07.718429 [ 4 ] {2fc8b5f4-88cb-4ea4-a77e-cd2a20f344f7} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:07.718559 [ 4 ] {2fc8b5f4-88cb-4ea4-a77e-cd2a20f344f7} executeQuery: Read 24 rows, 1.66 KiB in 0.001059 sec., 22662.889518413598 rows/sec., 1.53 MiB/sec. 2026.03.05 05:29:07.718594 [ 4 ] {2fc8b5f4-88cb-4ea4-a77e-cd2a20f344f7} TCPHandler: Processed in 0.00122163 sec. 2026.03.05 05:29:10.094163 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53644 2026.03.05 05:29:10.094269 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:10.094295 [ 287 ] {} TCP-Session: bd2cc45c-9e81-4426-ab56-b24ad6045dc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:53644 2026.03.05 05:29:10.094319 [ 287 ] {} TCP-Session: bd2cc45c-9e81-4426-ab56-b24ad6045dc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.094331 [ 287 ] {} TCP-Session: bd2cc45c-9e81-4426-ab56-b24ad6045dc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.094508 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42477 2026.03.05 05:29:10.094539 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64761 2026.03.05 05:29:10.094584 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36898 2026.03.05 05:29:10.094603 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64327 2026.03.05 05:29:10.094643 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:10.094647 [ 287 ] {} TCP-Session: bd2cc45c-9e81-4426-ab56-b24ad6045dc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:10.094674 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:10.094685 [ 288 ] {} TCP-Session: 7346ae8d-a918-40fa-9d59-a16d7a2f0052 Authenticating user 'default' from [fd00:1122:3344:101::e]:42477 2026.03.05 05:29:10.094718 [ 289 ] {} TCP-Session: bcda3066-2102-48df-ac62-f064e07fec0d Authenticating user 'default' from [fd00:1122:3344:101::e]:64761 2026.03.05 05:29:10.094576 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40635 2026.03.05 05:29:10.094751 [ 289 ] {} TCP-Session: bcda3066-2102-48df-ac62-f064e07fec0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.094549 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39340 2026.03.05 05:29:10.094791 [ 289 ] {} TCP-Session: bcda3066-2102-48df-ac62-f064e07fec0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.094736 [ 288 ] {} TCP-Session: 7346ae8d-a918-40fa-9d59-a16d7a2f0052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.094567 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40986 2026.03.05 05:29:10.094864 [ 287 ] {9ca1ee80-f21b-4502-b0b2-30e3c8c8284c} executeQuery: (from [fd00:1122:3344:101::e]:53644) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:29:10.094846 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:10.094848 [ 288 ] {} TCP-Session: 7346ae8d-a918-40fa-9d59-a16d7a2f0052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.094555 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40729 2026.03.05 05:29:10.094955 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:10.094957 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:10.094993 [ 3 ] {} TCP-Session: bee15202-a58d-4f27-8666-207cbfc46a65 Authenticating user 'default' from [fd00:1122:3344:101::e]:64327 2026.03.05 05:29:10.094939 [ 294 ] {} TCP-Session: 6fa87dfa-9834-4e8f-a3bc-4fb6025406e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:36898 2026.03.05 05:29:10.095026 [ 3 ] {} TCP-Session: bee15202-a58d-4f27-8666-207cbfc46a65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095047 [ 294 ] {} TCP-Session: 6fa87dfa-9834-4e8f-a3bc-4fb6025406e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095058 [ 3 ] {} TCP-Session: bee15202-a58d-4f27-8666-207cbfc46a65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095073 [ 294 ] {} TCP-Session: 6fa87dfa-9834-4e8f-a3bc-4fb6025406e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095019 [ 293 ] {} TCP-Session: 65f43008-1d88-4f4c-b76f-8d9a529890f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:40635 2026.03.05 05:29:10.095125 [ 293 ] {} TCP-Session: 65f43008-1d88-4f4c-b76f-8d9a529890f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095138 [ 293 ] {} TCP-Session: 65f43008-1d88-4f4c-b76f-8d9a529890f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095168 [ 287 ] {9ca1ee80-f21b-4502-b0b2-30e3c8c8284c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.05 05:29:10.095194 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:10.095197 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:10.095228 [ 287 ] {9ca1ee80-f21b-4502-b0b2-30e3c8c8284c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:29:10.095230 [ 292 ] {} TCP-Session: 80ce4228-5977-44b6-9c98-e755f45cf79f Authenticating user 'default' from [fd00:1122:3344:101::e]:40986 2026.03.05 05:29:10.095257 [ 291 ] {} TCP-Session: 8555e835-9945-41d2-b0a4-26f1aadc1222 Authenticating user 'default' from [fd00:1122:3344:101::e]:40729 2026.03.05 05:29:10.095273 [ 292 ] {} TCP-Session: 80ce4228-5977-44b6-9c98-e755f45cf79f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095232 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:10.095299 [ 292 ] {} TCP-Session: 80ce4228-5977-44b6-9c98-e755f45cf79f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095326 [ 290 ] {} TCP-Session: 9452d248-201b-43e2-9324-69cbedcff1f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:39340 2026.03.05 05:29:10.095295 [ 291 ] {} TCP-Session: 8555e835-9945-41d2-b0a4-26f1aadc1222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095355 [ 290 ] {} TCP-Session: 9452d248-201b-43e2-9324-69cbedcff1f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095390 [ 291 ] {} TCP-Session: 8555e835-9945-41d2-b0a4-26f1aadc1222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095394 [ 290 ] {} TCP-Session: 9452d248-201b-43e2-9324-69cbedcff1f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.095533 [ 287 ] {9ca1ee80-f21b-4502-b0b2-30e3c8c8284c} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e) (SelectExecutor): Key condition: unknown 2026.03.05 05:29:10.096728 [ 333 ] {9ca1ee80-f21b-4502-b0b2-30e3c8c8284c} AggregatingTransform: Aggregating 2026.03.05 05:29:10.096777 [ 333 ] {9ca1ee80-f21b-4502-b0b2-30e3c8c8284c} Aggregator: Aggregation method: without_key 2026.03.05 05:29:10.096816 [ 333 ] {9ca1ee80-f21b-4502-b0b2-30e3c8c8284c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00117237 sec. (852.973 rows/sec., 33.32 KiB/sec.) 2026.03.05 05:29:10.096835 [ 333 ] {9ca1ee80-f21b-4502-b0b2-30e3c8c8284c} Aggregator: Merging aggregated data 2026.03.05 05:29:10.097912 [ 287 ] {9ca1ee80-f21b-4502-b0b2-30e3c8c8284c} executeQuery: Read 1 rows, 40.00 B in 0.003119 sec., 320.6155819172812 rows/sec., 12.52 KiB/sec. 2026.03.05 05:29:10.098060 [ 287 ] {9ca1ee80-f21b-4502-b0b2-30e3c8c8284c} TCPHandler: Processed in 0.00352482 sec. 2026.03.05 05:29:10.098190 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:10.098220 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:10.098221 [ 287 ] {} TCP-Session: bd2cc45c-9e81-4426-ab56-b24ad6045dc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.098243 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:10.098259 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:10.098280 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:10.098294 [ 289 ] {} TCP-Session: bcda3066-2102-48df-ac62-f064e07fec0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.098307 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:10.098335 [ 291 ] {} TCP-Session: 8555e835-9945-41d2-b0a4-26f1aadc1222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.098339 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:10.098361 [ 292 ] {} TCP-Session: 80ce4228-5977-44b6-9c98-e755f45cf79f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.098317 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:10.098390 [ 3 ] {} TCP-Session: bee15202-a58d-4f27-8666-207cbfc46a65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.098317 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:10.098427 [ 290 ] {} TCP-Session: 9452d248-201b-43e2-9324-69cbedcff1f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.098313 [ 294 ] {} TCP-Session: 6fa87dfa-9834-4e8f-a3bc-4fb6025406e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.098459 [ 293 ] {} TCP-Session: 65f43008-1d88-4f4c-b76f-8d9a529890f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.098262 [ 288 ] {} TCP-Session: 7346ae8d-a918-40fa-9d59-a16d7a2f0052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:10.958014 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:10.958235 [ 4 ] {fb9deb9f-0995-4f49-a663-b5b65a0f724b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:10.958331 [ 4 ] {fb9deb9f-0995-4f49-a663-b5b65a0f724b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:10.959225 [ 4 ] {fb9deb9f-0995-4f49-a663-b5b65a0f724b} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:10.959289 [ 4 ] {fb9deb9f-0995-4f49-a663-b5b65a0f724b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:10.959814 [ 4 ] {fb9deb9f-0995-4f49-a663-b5b65a0f724b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.05 05:29:10.960150 [ 4 ] {fb9deb9f-0995-4f49-a663-b5b65a0f724b} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:10.960399 [ 4 ] {fb9deb9f-0995-4f49-a663-b5b65a0f724b} executeQuery: Read 56 rows, 4.38 KiB in 0.002232 sec., 25089.605734767025 rows/sec., 1.92 MiB/sec. 2026.03.05 05:29:10.960459 [ 4 ] {fb9deb9f-0995-4f49-a663-b5b65a0f724b} TCPHandler: Processed in 0.002606394 sec. 2026.03.05 05:29:10.960636 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:10.960741 [ 4 ] {5bd12184-5ecc-4095-943e-1cea3ba42c6f} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:10.960785 [ 4 ] {5bd12184-5ecc-4095-943e-1cea3ba42c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:10.961237 [ 4 ] {5bd12184-5ecc-4095-943e-1cea3ba42c6f} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:10.961275 [ 4 ] {5bd12184-5ecc-4095-943e-1cea3ba42c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:10.961665 [ 4 ] {5bd12184-5ecc-4095-943e-1cea3ba42c6f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.05 05:29:10.961944 [ 4 ] {5bd12184-5ecc-4095-943e-1cea3ba42c6f} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:10.962098 [ 4 ] {5bd12184-5ecc-4095-943e-1cea3ba42c6f} executeQuery: Read 64 rows, 5.12 KiB in 0.001381 sec., 46343.22954380883 rows/sec., 3.62 MiB/sec. 2026.03.05 05:29:10.962138 [ 4 ] {5bd12184-5ecc-4095-943e-1cea3ba42c6f} TCPHandler: Processed in 0.001554607 sec. 2026.03.05 05:29:10.962270 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:10.962371 [ 4 ] {a6c8fc8b-2ed4-444a-a4b7-f2384ca47276} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:10.962421 [ 4 ] {a6c8fc8b-2ed4-444a-a4b7-f2384ca47276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:10.962823 [ 4 ] {a6c8fc8b-2ed4-444a-a4b7-f2384ca47276} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:10.962859 [ 4 ] {a6c8fc8b-2ed4-444a-a4b7-f2384ca47276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:10.963237 [ 4 ] {a6c8fc8b-2ed4-444a-a4b7-f2384ca47276} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.05 05:29:10.963476 [ 4 ] {a6c8fc8b-2ed4-444a-a4b7-f2384ca47276} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:10.963608 [ 4 ] {a6c8fc8b-2ed4-444a-a4b7-f2384ca47276} executeQuery: Read 96 rows, 6.85 KiB in 0.001259 sec., 76250.99285146942 rows/sec., 5.31 MiB/sec. 2026.03.05 05:29:10.963646 [ 4 ] {a6c8fc8b-2ed4-444a-a4b7-f2384ca47276} TCPHandler: Processed in 0.001425955 sec. 2026.03.05 05:29:10.963769 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:10.963882 [ 4 ] {89766029-a911-41c1-b27b-24840fd50402} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:10.963930 [ 4 ] {89766029-a911-41c1-b27b-24840fd50402} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:10.964338 [ 4 ] {89766029-a911-41c1-b27b-24840fd50402} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:10.964375 [ 4 ] {89766029-a911-41c1-b27b-24840fd50402} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:10.964719 [ 4 ] {89766029-a911-41c1-b27b-24840fd50402} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.05 05:29:10.964944 [ 4 ] {89766029-a911-41c1-b27b-24840fd50402} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:10.965082 [ 4 ] {89766029-a911-41c1-b27b-24840fd50402} executeQuery: Read 36 rows, 2.48 KiB in 0.00122 sec., 29508.196721311477 rows/sec., 1.99 MiB/sec. 2026.03.05 05:29:10.965120 [ 4 ] {89766029-a911-41c1-b27b-24840fd50402} TCPHandler: Processed in 0.001401084 sec. 2026.03.05 05:29:11.379048 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65446 2026.03.05 05:29:11.379156 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.379182 [ 287 ] {} TCP-Session: 905a5162-410b-4dd7-aa7e-3688ee94d8a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:65446 2026.03.05 05:29:11.379205 [ 287 ] {} TCP-Session: 905a5162-410b-4dd7-aa7e-3688ee94d8a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379218 [ 287 ] {} TCP-Session: 905a5162-410b-4dd7-aa7e-3688ee94d8a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379431 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44910 2026.03.05 05:29:11.379455 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41008 2026.03.05 05:29:11.379486 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47446 2026.03.05 05:29:11.379497 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59766 2026.03.05 05:29:11.379521 [ 287 ] {} TCP-Session: 905a5162-410b-4dd7-aa7e-3688ee94d8a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:11.379548 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.379558 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.379569 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.379591 [ 288 ] {} TCP-Session: 49b0d24a-dfbb-4b6d-8b48-7a8b65634dcc Authenticating user 'default' from [fd00:1122:3344:101::e]:44910 2026.03.05 05:29:11.379595 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.379606 [ 291 ] {} TCP-Session: 1e7f4d65-3c2d-43e0-b937-b80da9377ab1 Authenticating user 'default' from [fd00:1122:3344:101::e]:41008 2026.03.05 05:29:11.379615 [ 294 ] {} TCP-Session: b185d3cd-d912-40da-b791-7916df20abb2 Authenticating user 'default' from [fd00:1122:3344:101::e]:47446 2026.03.05 05:29:11.379629 [ 288 ] {} TCP-Session: 49b0d24a-dfbb-4b6d-8b48-7a8b65634dcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379641 [ 3 ] {} TCP-Session: 6ba3265b-a035-4f20-919b-7750fcf610a0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59766 2026.03.05 05:29:11.379648 [ 291 ] {} TCP-Session: 1e7f4d65-3c2d-43e0-b937-b80da9377ab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379659 [ 294 ] {} TCP-Session: b185d3cd-d912-40da-b791-7916df20abb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379668 [ 288 ] {} TCP-Session: 49b0d24a-dfbb-4b6d-8b48-7a8b65634dcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379682 [ 3 ] {} TCP-Session: 6ba3265b-a035-4f20-919b-7750fcf610a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379701 [ 287 ] {1d95ebbf-d989-4d91-874f-c3a5a811da01} executeQuery: (from [fd00:1122:3344:101::e]:65446) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:29:11.379722 [ 3 ] {} TCP-Session: 6ba3265b-a035-4f20-919b-7750fcf610a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379701 [ 294 ] {} TCP-Session: b185d3cd-d912-40da-b791-7916df20abb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379689 [ 291 ] {} TCP-Session: 1e7f4d65-3c2d-43e0-b937-b80da9377ab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379478 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40675 2026.03.05 05:29:11.379467 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36939 2026.03.05 05:29:11.379445 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49716 2026.03.05 05:29:11.379457 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61738 2026.03.05 05:29:11.379897 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.379932 [ 293 ] {} TCP-Session: 5d6c6385-bb1f-4556-b923-d36da0cd15b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:40675 2026.03.05 05:29:11.379945 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.379946 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.379954 [ 293 ] {} TCP-Session: 5d6c6385-bb1f-4556-b923-d36da0cd15b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379976 [ 289 ] {} TCP-Session: 9c95ab24-0f5c-4074-a8a0-1aac22075bd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:49716 2026.03.05 05:29:11.379988 [ 292 ] {} TCP-Session: f3e38285-f5e8-4a00-a86c-605f3990b51c Authenticating user 'default' from [fd00:1122:3344:101::e]:36939 2026.03.05 05:29:11.379994 [ 293 ] {} TCP-Session: 5d6c6385-bb1f-4556-b923-d36da0cd15b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.380014 [ 289 ] {} TCP-Session: 9c95ab24-0f5c-4074-a8a0-1aac22075bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.380021 [ 292 ] {} TCP-Session: f3e38285-f5e8-4a00-a86c-605f3990b51c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.380040 [ 289 ] {} TCP-Session: 9c95ab24-0f5c-4074-a8a0-1aac22075bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379973 [ 287 ] {1d95ebbf-d989-4d91-874f-c3a5a811da01} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.05 05:29:11.380052 [ 292 ] {} TCP-Session: f3e38285-f5e8-4a00-a86c-605f3990b51c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.379960 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.380114 [ 287 ] {1d95ebbf-d989-4d91-874f-c3a5a811da01} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:29:11.380116 [ 290 ] {} TCP-Session: 57a43d4f-26f8-4e40-b935-8f255526685f Authenticating user 'default' from [fd00:1122:3344:101::e]:61738 2026.03.05 05:29:11.380151 [ 290 ] {} TCP-Session: 57a43d4f-26f8-4e40-b935-8f255526685f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.380162 [ 290 ] {} TCP-Session: 57a43d4f-26f8-4e40-b935-8f255526685f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.380407 [ 287 ] {1d95ebbf-d989-4d91-874f-c3a5a811da01} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e) (SelectExecutor): Key condition: unknown 2026.03.05 05:29:11.381349 [ 316 ] {1d95ebbf-d989-4d91-874f-c3a5a811da01} AggregatingTransform: Aggregating 2026.03.05 05:29:11.381402 [ 316 ] {1d95ebbf-d989-4d91-874f-c3a5a811da01} Aggregator: Aggregation method: without_key 2026.03.05 05:29:11.381439 [ 316 ] {1d95ebbf-d989-4d91-874f-c3a5a811da01} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000926716 sec. (1079.079 rows/sec., 42.15 KiB/sec.) 2026.03.05 05:29:11.381458 [ 316 ] {1d95ebbf-d989-4d91-874f-c3a5a811da01} Aggregator: Merging aggregated data 2026.03.05 05:29:11.383031 [ 287 ] {1d95ebbf-d989-4d91-874f-c3a5a811da01} executeQuery: Read 1 rows, 40.00 B in 0.003384 sec., 295.5082742316785 rows/sec., 11.54 KiB/sec. 2026.03.05 05:29:11.383179 [ 287 ] {1d95ebbf-d989-4d91-874f-c3a5a811da01} TCPHandler: Processed in 0.003768915 sec. 2026.03.05 05:29:11.383266 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.383282 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.383302 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.383326 [ 287 ] {} TCP-Session: 905a5162-410b-4dd7-aa7e-3688ee94d8a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.383340 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.383369 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.383370 [ 293 ] {} TCP-Session: 5d6c6385-bb1f-4556-b923-d36da0cd15b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.383390 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.383413 [ 294 ] {} TCP-Session: b185d3cd-d912-40da-b791-7916df20abb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.383416 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.383438 [ 290 ] {} TCP-Session: 57a43d4f-26f8-4e40-b935-8f255526685f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.383398 [ 288 ] {} TCP-Session: 49b0d24a-dfbb-4b6d-8b48-7a8b65634dcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.383472 [ 3 ] {} TCP-Session: 6ba3265b-a035-4f20-919b-7750fcf610a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.383355 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.383341 [ 291 ] {} TCP-Session: 1e7f4d65-3c2d-43e0-b937-b80da9377ab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.383573 [ 289 ] {} TCP-Session: 9c95ab24-0f5c-4074-a8a0-1aac22075bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.383320 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.383621 [ 292 ] {} TCP-Session: f3e38285-f5e8-4a00-a86c-605f3990b51c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.400165 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8175 2026.03.05 05:29:11.400649 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:11.400697 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:11.401214 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.05 05:29:11.401479 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:29:11.401633 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8175 2026.03.05 05:29:11.560319 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50047 2026.03.05 05:29:11.560436 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.560464 [ 287 ] {} TCP-Session: e78adfdb-8942-4cb2-901f-8022b656df28 Authenticating user 'default' from [fd00:1122:3344:101::e]:50047 2026.03.05 05:29:11.560488 [ 287 ] {} TCP-Session: e78adfdb-8942-4cb2-901f-8022b656df28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.560502 [ 287 ] {} TCP-Session: e78adfdb-8942-4cb2-901f-8022b656df28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.560732 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50284 2026.03.05 05:29:11.560803 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61204 2026.03.05 05:29:11.560867 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.560891 [ 287 ] {} TCP-Session: e78adfdb-8942-4cb2-901f-8022b656df28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:11.560903 [ 288 ] {} TCP-Session: b2cacb75-e5de-4e1c-b24a-8f98122d4c0e Authenticating user 'default' from [fd00:1122:3344:101::e]:50284 2026.03.05 05:29:11.560924 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.560978 [ 289 ] {} TCP-Session: 281fe898-bf5a-4da0-926d-0d69ff38e1a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:61204 2026.03.05 05:29:11.560997 [ 288 ] {} TCP-Session: b2cacb75-e5de-4e1c-b24a-8f98122d4c0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.561007 [ 289 ] {} TCP-Session: 281fe898-bf5a-4da0-926d-0d69ff38e1a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.561022 [ 288 ] {} TCP-Session: b2cacb75-e5de-4e1c-b24a-8f98122d4c0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.561036 [ 289 ] {} TCP-Session: 281fe898-bf5a-4da0-926d-0d69ff38e1a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.561113 [ 287 ] {c14433c8-5de0-4378-8b1b-93bae16fe1ef} executeQuery: (from [fd00:1122:3344:101::e]:50047) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.05 05:29:11.561466 [ 287 ] {c14433c8-5de0-4378-8b1b-93bae16fe1ef} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.05 05:29:11.561531 [ 287 ] {c14433c8-5de0-4378-8b1b-93bae16fe1ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.05 05:29:11.561837 [ 287 ] {c14433c8-5de0-4378-8b1b-93bae16fe1ef} oximeter.version (29b569b3-9e59-42a7-b9a9-97647c82091e) (SelectExecutor): Key condition: unknown 2026.03.05 05:29:11.562788 [ 315 ] {c14433c8-5de0-4378-8b1b-93bae16fe1ef} AggregatingTransform: Aggregating 2026.03.05 05:29:11.562824 [ 315 ] {c14433c8-5de0-4378-8b1b-93bae16fe1ef} Aggregator: Aggregation method: without_key 2026.03.05 05:29:11.562858 [ 315 ] {c14433c8-5de0-4378-8b1b-93bae16fe1ef} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000914546 sec. (1093.439 rows/sec., 42.71 KiB/sec.) 2026.03.05 05:29:11.562875 [ 315 ] {c14433c8-5de0-4378-8b1b-93bae16fe1ef} Aggregator: Merging aggregated data 2026.03.05 05:29:11.564514 [ 287 ] {c14433c8-5de0-4378-8b1b-93bae16fe1ef} executeQuery: Read 1 rows, 40.00 B in 0.003462 sec., 288.85037550548816 rows/sec., 11.28 KiB/sec. 2026.03.05 05:29:11.564679 [ 287 ] {c14433c8-5de0-4378-8b1b-93bae16fe1ef} TCPHandler: Processed in 0.003912817 sec. 2026.03.05 05:29:11.564834 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.564869 [ 287 ] {} TCP-Session: e78adfdb-8942-4cb2-901f-8022b656df28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.564870 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.564940 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.05 05:29:11.564942 [ 288 ] {} TCP-Session: b2cacb75-e5de-4e1c-b24a-8f98122d4c0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.565011 [ 289 ] {} TCP-Session: 281fe898-bf5a-4da0-926d-0d69ff38e1a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.567412 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34747 2026.03.05 05:29:11.567445 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36116 2026.03.05 05:29:11.567487 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43437 2026.03.05 05:29:11.567506 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.567480 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37177 2026.03.05 05:29:11.567570 [ 291 ] {} TCP-Session: dd79f757-b2e9-48a1-8714-0383decbc78d Authenticating user 'default' from [fd00:1122:3344:101::e]:34747 2026.03.05 05:29:11.567565 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.567602 [ 291 ] {} TCP-Session: dd79f757-b2e9-48a1-8714-0383decbc78d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.567614 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.567633 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.567643 [ 291 ] {} TCP-Session: dd79f757-b2e9-48a1-8714-0383decbc78d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.567642 [ 292 ] {} TCP-Session: 803f9aef-c2d9-4ce9-b7a0-c2625cc3066e Authenticating user 'default' from [fd00:1122:3344:101::e]:36116 2026.03.05 05:29:11.567669 [ 290 ] {} TCP-Session: 94e560c4-4dd7-4ce4-b22c-d495e771a2d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:43437 2026.03.05 05:29:11.567672 [ 3 ] {} TCP-Session: 9d885bf7-159a-4fd1-a9be-9431eb4248fb Authenticating user 'default' from [fd00:1122:3344:101::e]:37177 2026.03.05 05:29:11.567463 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64011 2026.03.05 05:29:11.567726 [ 3 ] {} TCP-Session: 9d885bf7-159a-4fd1-a9be-9431eb4248fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.567462 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35265 2026.03.05 05:29:11.567769 [ 3 ] {} TCP-Session: 9d885bf7-159a-4fd1-a9be-9431eb4248fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.567760 [ 292 ] {} TCP-Session: 803f9aef-c2d9-4ce9-b7a0-c2625cc3066e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.567809 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.567837 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.05 05:29:11.567844 [ 292 ] {} TCP-Session: 803f9aef-c2d9-4ce9-b7a0-c2625cc3066e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.567868 [ 294 ] {} TCP-Session: ad3f6005-d83e-47da-af76-b5cf2754433d Authenticating user 'default' from [fd00:1122:3344:101::e]:64011 2026.03.05 05:29:11.567880 [ 293 ] {} TCP-Session: 76d25aba-ce03-4954-a4e0-930ea1bc5cff Authenticating user 'default' from [fd00:1122:3344:101::e]:35265 2026.03.05 05:29:11.567720 [ 290 ] {} TCP-Session: 94e560c4-4dd7-4ce4-b22c-d495e771a2d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.567930 [ 293 ] {} TCP-Session: 76d25aba-ce03-4954-a4e0-930ea1bc5cff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.567952 [ 290 ] {} TCP-Session: 94e560c4-4dd7-4ce4-b22c-d495e771a2d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.567964 [ 293 ] {} TCP-Session: 76d25aba-ce03-4954-a4e0-930ea1bc5cff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.567924 [ 294 ] {} TCP-Session: ad3f6005-d83e-47da-af76-b5cf2754433d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.568004 [ 294 ] {} TCP-Session: ad3f6005-d83e-47da-af76-b5cf2754433d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.593645 [ 3 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:37177). (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.05 05:29:11.593852 [ 3 ] {} TCP-Session: 9d885bf7-159a-4fd1-a9be-9431eb4248fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.593900 [ 294 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:64011). (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.05 05:29:11.594012 [ 294 ] {} TCP-Session: ad3f6005-d83e-47da-af76-b5cf2754433d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.594061 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:35265). (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.05 05:29:11.594205 [ 293 ] {} TCP-Session: 76d25aba-ce03-4954-a4e0-930ea1bc5cff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.594253 [ 292 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:36116). (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.05 05:29:11.594392 [ 292 ] {} TCP-Session: 803f9aef-c2d9-4ce9-b7a0-c2625cc3066e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.594414 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:34747). (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.05 05:29:11.594485 [ 291 ] {} TCP-Session: dd79f757-b2e9-48a1-8714-0383decbc78d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.594517 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:43437). (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.05 05:29:11.594593 [ 290 ] {} TCP-Session: 94e560c4-4dd7-4ce4-b22c-d495e771a2d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.05 05:29:11.834769 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.03.05 05:29:11.853239 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:11.853328 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:11.859818 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.05 05:29:11.860767 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:29:11.864957 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.03.05 05:29:13.909058 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 598 2026.03.05 05:29:13.911792 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:13.911851 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:13.913148 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:29:13.913438 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:29:13.913830 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 598 2026.03.05 05:29:15.966736 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:15.966937 [ 4 ] {63d937cd-3923-46d1-af18-b3f1a895b22c} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:29:15.967009 [ 4 ] {63d937cd-3923-46d1-af18-b3f1a895b22c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:29:15.967798 [ 4 ] {63d937cd-3923-46d1-af18-b3f1a895b22c} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.967848 [ 4 ] {63d937cd-3923-46d1-af18-b3f1a895b22c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.968267 [ 4 ] {63d937cd-3923-46d1-af18-b3f1a895b22c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:29:15.968589 [ 4 ] {63d937cd-3923-46d1-af18-b3f1a895b22c} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:29:15.968743 [ 4 ] {63d937cd-3923-46d1-af18-b3f1a895b22c} executeQuery: Read 284 rows, 18.47 KiB in 0.00186 sec., 152688.17204301074 rows/sec., 9.70 MiB/sec. 2026.03.05 05:29:15.968784 [ 4 ] {63d937cd-3923-46d1-af18-b3f1a895b22c} TCPHandler: Processed in 0.002189118 sec. 2026.03.05 05:29:15.968912 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:15.969007 [ 4 ] {abbea374-6057-4cd3-833f-76c0ca7ffef1} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:15.969049 [ 4 ] {abbea374-6057-4cd3-833f-76c0ca7ffef1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:15.969870 [ 4 ] {abbea374-6057-4cd3-833f-76c0ca7ffef1} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.969906 [ 4 ] {abbea374-6057-4cd3-833f-76c0ca7ffef1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.970256 [ 4 ] {abbea374-6057-4cd3-833f-76c0ca7ffef1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.05 05:29:15.970464 [ 4 ] {abbea374-6057-4cd3-833f-76c0ca7ffef1} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:15.970604 [ 4 ] {abbea374-6057-4cd3-833f-76c0ca7ffef1} executeQuery: Read 805 rows, 64.93 KiB in 0.001615 sec., 498452.01238390093 rows/sec., 39.26 MiB/sec. 2026.03.05 05:29:15.970642 [ 4 ] {abbea374-6057-4cd3-833f-76c0ca7ffef1} TCPHandler: Processed in 0.00177985 sec. 2026.03.05 05:29:15.970754 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:15.970848 [ 4 ] {f1e4a92f-c9f5-40b2-b103-471a3aee7c19} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:15.970888 [ 4 ] {f1e4a92f-c9f5-40b2-b103-471a3aee7c19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:15.971328 [ 4 ] {f1e4a92f-c9f5-40b2-b103-471a3aee7c19} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.971363 [ 4 ] {f1e4a92f-c9f5-40b2-b103-471a3aee7c19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.971664 [ 4 ] {f1e4a92f-c9f5-40b2-b103-471a3aee7c19} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.05 05:29:15.971873 [ 4 ] {f1e4a92f-c9f5-40b2-b103-471a3aee7c19} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:15.971997 [ 4 ] {f1e4a92f-c9f5-40b2-b103-471a3aee7c19} executeQuery: Read 146 rows, 8.84 KiB in 0.001167 sec., 125107.11225364181 rows/sec., 7.40 MiB/sec. 2026.03.05 05:29:15.972035 [ 4 ] {f1e4a92f-c9f5-40b2-b103-471a3aee7c19} TCPHandler: Processed in 0.001329582 sec. 2026.03.05 05:29:15.972146 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:15.972238 [ 4 ] {2553d117-9322-4946-a045-f92bdfdeaa38} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:29:15.972278 [ 4 ] {2553d117-9322-4946-a045-f92bdfdeaa38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:29:15.972717 [ 4 ] {2553d117-9322-4946-a045-f92bdfdeaa38} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.972753 [ 4 ] {2553d117-9322-4946-a045-f92bdfdeaa38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.973055 [ 4 ] {2553d117-9322-4946-a045-f92bdfdeaa38} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:29:15.973278 [ 4 ] {2553d117-9322-4946-a045-f92bdfdeaa38} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:29:15.973404 [ 4 ] {2553d117-9322-4946-a045-f92bdfdeaa38} executeQuery: Read 149 rows, 9.86 KiB in 0.001183 sec., 125950.97210481825 rows/sec., 8.14 MiB/sec. 2026.03.05 05:29:15.973441 [ 4 ] {2553d117-9322-4946-a045-f92bdfdeaa38} TCPHandler: Processed in 0.001344114 sec. 2026.03.05 05:29:15.973549 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:15.973642 [ 4 ] {79fcabce-6b58-490b-b70f-9e63694b4587} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:29:15.973682 [ 4 ] {79fcabce-6b58-490b-b70f-9e63694b4587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:29:15.974115 [ 4 ] {79fcabce-6b58-490b-b70f-9e63694b4587} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.974150 [ 4 ] {79fcabce-6b58-490b-b70f-9e63694b4587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.974448 [ 4 ] {79fcabce-6b58-490b-b70f-9e63694b4587} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:29:15.974661 [ 4 ] {79fcabce-6b58-490b-b70f-9e63694b4587} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:29:15.974786 [ 4 ] {79fcabce-6b58-490b-b70f-9e63694b4587} executeQuery: Read 148 rows, 8.62 KiB in 0.001162 sec., 127366.60929432014 rows/sec., 7.24 MiB/sec. 2026.03.05 05:29:15.974823 [ 4 ] {79fcabce-6b58-490b-b70f-9e63694b4587} TCPHandler: Processed in 0.001322443 sec. 2026.03.05 05:29:15.974934 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:15.975027 [ 4 ] {00b5f912-6bb4-4430-9920-dd84ffbe85e2} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:15.975067 [ 4 ] {00b5f912-6bb4-4430-9920-dd84ffbe85e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:15.975682 [ 4 ] {00b5f912-6bb4-4430-9920-dd84ffbe85e2} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.975718 [ 4 ] {00b5f912-6bb4-4430-9920-dd84ffbe85e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.976037 [ 4 ] {00b5f912-6bb4-4430-9920-dd84ffbe85e2} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.05 05:29:15.976247 [ 4 ] {00b5f912-6bb4-4430-9920-dd84ffbe85e2} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:15.976384 [ 4 ] {00b5f912-6bb4-4430-9920-dd84ffbe85e2} executeQuery: Read 494 rows, 35.50 KiB in 0.001375 sec., 359272.7272727273 rows/sec., 25.21 MiB/sec. 2026.03.05 05:29:15.976423 [ 4 ] {00b5f912-6bb4-4430-9920-dd84ffbe85e2} TCPHandler: Processed in 0.001537866 sec. 2026.03.05 05:29:15.976525 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:15.976618 [ 4 ] {d928af49-eaca-4097-bebf-bd639f194dda} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:29:15.976659 [ 4 ] {d928af49-eaca-4097-bebf-bd639f194dda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:29:15.976986 [ 4 ] {d928af49-eaca-4097-bebf-bd639f194dda} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.977022 [ 4 ] {d928af49-eaca-4097-bebf-bd639f194dda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.977318 [ 4 ] {d928af49-eaca-4097-bebf-bd639f194dda} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:29:15.977526 [ 4 ] {d928af49-eaca-4097-bebf-bd639f194dda} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:29:15.977652 [ 4 ] {d928af49-eaca-4097-bebf-bd639f194dda} executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. 2026.03.05 05:29:15.977688 [ 4 ] {d928af49-eaca-4097-bebf-bd639f194dda} TCPHandler: Processed in 0.001211671 sec. 2026.03.05 05:29:15.977787 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:15.977880 [ 4 ] {c8ef86c9-47c2-4a7d-80b0-521a9b39ca53} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:15.977922 [ 4 ] {c8ef86c9-47c2-4a7d-80b0-521a9b39ca53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:15.978347 [ 4 ] {c8ef86c9-47c2-4a7d-80b0-521a9b39ca53} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.978383 [ 4 ] {c8ef86c9-47c2-4a7d-80b0-521a9b39ca53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.978728 [ 4 ] {c8ef86c9-47c2-4a7d-80b0-521a9b39ca53} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.05 05:29:15.978936 [ 4 ] {c8ef86c9-47c2-4a7d-80b0-521a9b39ca53} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:15.979069 [ 4 ] {c8ef86c9-47c2-4a7d-80b0-521a9b39ca53} executeQuery: Read 265 rows, 18.03 KiB in 0.001207 sec., 219552.6097763049 rows/sec., 14.59 MiB/sec. 2026.03.05 05:29:15.979107 [ 4 ] {c8ef86c9-47c2-4a7d-80b0-521a9b39ca53} TCPHandler: Processed in 0.001367783 sec. 2026.03.05 05:29:15.979217 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:15.979308 [ 4 ] {a84069c3-c845-407e-a2df-102c8507ecab} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:29:15.979350 [ 4 ] {a84069c3-c845-407e-a2df-102c8507ecab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:29:15.979657 [ 4 ] {a84069c3-c845-407e-a2df-102c8507ecab} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.979693 [ 4 ] {a84069c3-c845-407e-a2df-102c8507ecab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.979985 [ 4 ] {a84069c3-c845-407e-a2df-102c8507ecab} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.05 05:29:15.980187 [ 4 ] {a84069c3-c845-407e-a2df-102c8507ecab} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:29:15.980312 [ 4 ] {a84069c3-c845-407e-a2df-102c8507ecab} executeQuery: Read 1 rows, 69.00 B in 0.00102 sec., 980.3921568627451 rows/sec., 66.06 KiB/sec. 2026.03.05 05:29:15.980348 [ 4 ] {a84069c3-c845-407e-a2df-102c8507ecab} TCPHandler: Processed in 0.00117982 sec. 2026.03.05 05:29:15.980447 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:15.980539 [ 4 ] {057ab2b4-3c97-48bb-9c46-9efa06b0d18b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:15.980594 [ 4 ] {057ab2b4-3c97-48bb-9c46-9efa06b0d18b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:15.981319 [ 4 ] {057ab2b4-3c97-48bb-9c46-9efa06b0d18b} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.981355 [ 4 ] {057ab2b4-3c97-48bb-9c46-9efa06b0d18b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.981841 [ 4 ] {057ab2b4-3c97-48bb-9c46-9efa06b0d18b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:29:15.982057 [ 4 ] {057ab2b4-3c97-48bb-9c46-9efa06b0d18b} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:15.982168 [ 86 ] {} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.05 05:29:15.982192 [ 4 ] {057ab2b4-3c97-48bb-9c46-9efa06b0d18b} executeQuery: Read 4 rows, 7.34 KiB in 0.001671 sec., 2393.77618192699 rows/sec., 4.29 MiB/sec. 2026.03.05 05:29:15.982245 [ 86 ] {} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.982273 [ 4 ] {057ab2b4-3c97-48bb-9c46-9efa06b0d18b} TCPHandler: Processed in 0.001874222 sec. 2026.03.05 05:29:15.982273 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.982392 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:15.982396 [ 198 ] {187e5625-507c-488c-bc57-9e597551f04b::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.05 05:29:15.982493 [ 4 ] {e9cdc5df-4558-4c85-9094-0910aca71294} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:15.982540 [ 4 ] {e9cdc5df-4558-4c85-9094-0910aca71294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:15.982630 [ 198 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:15.982695 [ 198 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 293 rows starting from the beginning of the part 2026.03.05 05:29:15.982831 [ 198 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2026.03.05 05:29:15.982873 [ 4 ] {e9cdc5df-4558-4c85-9094-0910aca71294} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:15.982914 [ 4 ] {e9cdc5df-4558-4c85-9094-0910aca71294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:15.982945 [ 198 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2026.03.05 05:29:15.983055 [ 198 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part 2026.03.05 05:29:15.983156 [ 198 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part 2026.03.05 05:29:15.983258 [ 198 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2026.03.05 05:29:15.983257 [ 4 ] {e9cdc5df-4558-4c85-9094-0910aca71294} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.05 05:29:15.983493 [ 4 ] {e9cdc5df-4558-4c85-9094-0910aca71294} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:15.983638 [ 4 ] {e9cdc5df-4558-4c85-9094-0910aca71294} executeQuery: Read 90 rows, 5.77 KiB in 0.001164 sec., 77319.58762886598 rows/sec., 4.84 MiB/sec. 2026.03.05 05:29:15.983677 [ 4 ] {e9cdc5df-4558-4c85-9094-0910aca71294} TCPHandler: Processed in 0.001334862 sec. 2026.03.05 05:29:15.986766 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 387 rows, containing 19 columns (19 merged, 0 gathered) in 0.004419736 sec., 87561.79102100217 rows/sec., 156.91 MiB/sec. 2026.03.05 05:29:15.987328 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.05 05:29:15.987706 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_16_3} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:15.987780 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_16_3} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.05 05:29:15.987873 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2026.03.05 05:29:18.820764 [ 28 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:29:18.820864 [ 28 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:29:18.903624 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8623 2026.03.05 05:29:18.904365 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:18.904432 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:18.905202 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.05 05:29:18.905424 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:29:18.905633 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8623 2026.03.05 05:29:19.367163 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.03.05 05:29:19.383334 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:19.383397 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:19.389627 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.05 05:29:19.390359 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:29:19.393111 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.03.05 05:29:20.962750 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:20.962950 [ 4 ] {342c2a6b-802a-4b46-ae5f-9740cd827106} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:20.963024 [ 4 ] {342c2a6b-802a-4b46-ae5f-9740cd827106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:20.963706 [ 4 ] {342c2a6b-802a-4b46-ae5f-9740cd827106} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:20.963759 [ 4 ] {342c2a6b-802a-4b46-ae5f-9740cd827106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:20.964166 [ 4 ] {342c2a6b-802a-4b46-ae5f-9740cd827106} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.05 05:29:20.964395 [ 4 ] {342c2a6b-802a-4b46-ae5f-9740cd827106} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:20.964536 [ 74 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.05 05:29:20.964553 [ 4 ] {342c2a6b-802a-4b46-ae5f-9740cd827106} executeQuery: Read 128 rows, 11.29 KiB in 0.001656 sec., 77294.68599033817 rows/sec., 6.66 MiB/sec. 2026.03.05 05:29:20.964614 [ 74 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:20.964633 [ 4 ] {342c2a6b-802a-4b46-ae5f-9740cd827106} TCPHandler: Processed in 0.002025594 sec. 2026.03.05 05:29:20.964646 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:20.964774 [ 198 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::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.05 05:29:20.964779 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:20.964908 [ 198 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:20.964919 [ 4 ] {2775973a-cff3-45f9-bdd6-eca5c4d4d500} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:20.964953 [ 198 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2768 rows starting from the beginning of the part 2026.03.05 05:29:20.964975 [ 4 ] {2775973a-cff3-45f9-bdd6-eca5c4d4d500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:20.965036 [ 198 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 805 rows starting from the beginning of the part 2026.03.05 05:29:20.965094 [ 198 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2010 rows starting from the beginning of the part 2026.03.05 05:29:20.965143 [ 198 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part 2026.03.05 05:29:20.965195 [ 198 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 805 rows starting from the beginning of the part 2026.03.05 05:29:20.965239 [ 198 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 128 rows starting from the beginning of the part 2026.03.05 05:29:20.965420 [ 4 ] {2775973a-cff3-45f9-bdd6-eca5c4d4d500} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:20.965464 [ 4 ] {2775973a-cff3-45f9-bdd6-eca5c4d4d500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:20.965797 [ 4 ] {2775973a-cff3-45f9-bdd6-eca5c4d4d500} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.05 05:29:20.966017 [ 4 ] {2775973a-cff3-45f9-bdd6-eca5c4d4d500} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:20.966156 [ 4 ] {2775973a-cff3-45f9-bdd6-eca5c4d4d500} executeQuery: Read 36 rows, 2.71 KiB in 0.00126 sec., 28571.42857142857 rows/sec., 2.10 MiB/sec. 2026.03.05 05:29:20.966196 [ 4 ] {2775973a-cff3-45f9-bdd6-eca5c4d4d500} TCPHandler: Processed in 0.001479735 sec. 2026.03.05 05:29:20.966339 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:20.966436 [ 4 ] {f6b6fa20-6877-485e-8145-52424971aebd} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:20.966478 [ 4 ] {f6b6fa20-6877-485e-8145-52424971aebd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:20.966925 [ 4 ] {f6b6fa20-6877-485e-8145-52424971aebd} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:20.966962 [ 4 ] {f6b6fa20-6877-485e-8145-52424971aebd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:20.967270 [ 4 ] {f6b6fa20-6877-485e-8145-52424971aebd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.05 05:29:20.967510 [ 4 ] {f6b6fa20-6877-485e-8145-52424971aebd} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:20.967590 [ 199 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 6572 rows, containing 5 columns (5 merged, 0 gathered) in 0.002876689 sec., 2284570.907734552 rows/sec., 184.33 MiB/sec. 2026.03.05 05:29:20.967613 [ 74 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.05 05:29:20.967641 [ 4 ] {f6b6fa20-6877-485e-8145-52424971aebd} executeQuery: Read 100 rows, 8.00 KiB in 0.001225 sec., 81632.6530612245 rows/sec., 6.38 MiB/sec. 2026.03.05 05:29:20.967649 [ 74 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:20.967682 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:20.967687 [ 4 ] {f6b6fa20-6877-485e-8145-52424971aebd} TCPHandler: Processed in 0.001397824 sec. 2026.03.05 05:29:20.967757 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::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.05 05:29:20.967813 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:20.967883 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:20.967912 [ 4 ] {85791af6-981e-4c47-beb1-a0912608b287} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:20.967926 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1512 rows starting from the beginning of the part 2026.03.05 05:29:20.967941 [ 200 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.05 05:29:20.967965 [ 4 ] {85791af6-981e-4c47-beb1-a0912608b287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:20.968001 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 494 rows starting from the beginning of the part 2026.03.05 05:29:20.968072 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1046 rows starting from the beginning of the part 2026.03.05 05:29:20.968136 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part 2026.03.05 05:29:20.968188 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 494 rows starting from the beginning of the part 2026.03.05 05:29:20.968251 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 100 rows starting from the beginning of the part 2026.03.05 05:29:20.968316 [ 200 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_26_5} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:20.968401 [ 4 ] {85791af6-981e-4c47-beb1-a0912608b287} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:20.968413 [ 200 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_26_5} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.05 05:29:20.968446 [ 4 ] {85791af6-981e-4c47-beb1-a0912608b287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:20.968531 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.05 05:29:20.968818 [ 4 ] {85791af6-981e-4c47-beb1-a0912608b287} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.05 05:29:20.969054 [ 4 ] {85791af6-981e-4c47-beb1-a0912608b287} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:20.969157 [ 74 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.05 05:29:20.969186 [ 4 ] {85791af6-981e-4c47-beb1-a0912608b287} executeQuery: Read 160 rows, 11.41 KiB in 0.001294 sec., 123647.60432766615 rows/sec., 8.61 MiB/sec. 2026.03.05 05:29:20.969187 [ 74 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:20.969225 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:20.969231 [ 4 ] {85791af6-981e-4c47-beb1-a0912608b287} TCPHandler: Processed in 0.001466675 sec. 2026.03.05 05:29:20.969301 [ 199 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::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.05 05:29:20.969348 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:20.969387 [ 199 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:20.969415 [ 199 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7666 rows starting from the beginning of the part 2026.03.05 05:29:20.969441 [ 4 ] {a44f0361-3394-4e80-aa39-c5f286c237d6} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:20.969473 [ 199 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 265 rows starting from the beginning of the part 2026.03.05 05:29:20.969496 [ 4 ] {a44f0361-3394-4e80-aa39-c5f286c237d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:20.969517 [ 199 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1249 rows starting from the beginning of the part 2026.03.05 05:29:20.969556 [ 199 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 96 rows starting from the beginning of the part 2026.03.05 05:29:20.969593 [ 199 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 265 rows starting from the beginning of the part 2026.03.05 05:29:20.969632 [ 199 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2026.03.05 05:29:20.969668 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3710 rows, containing 5 columns (5 merged, 0 gathered) in 0.001941833 sec., 1910565.9446512652 rows/sec., 140.79 MiB/sec. 2026.03.05 05:29:20.969976 [ 192 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.05 05:29:20.970267 [ 192 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_26_5} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:20.970343 [ 192 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_26_5} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.05 05:29:20.970368 [ 4 ] {a44f0361-3394-4e80-aa39-c5f286c237d6} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:20.970409 [ 4 ] {a44f0361-3394-4e80-aa39-c5f286c237d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:20.970427 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.05 05:29:20.970996 [ 4 ] {a44f0361-3394-4e80-aa39-c5f286c237d6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.05 05:29:20.971230 [ 4 ] {a44f0361-3394-4e80-aa39-c5f286c237d6} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:20.971374 [ 4 ] {a44f0361-3394-4e80-aa39-c5f286c237d6} executeQuery: Read 36 rows, 66.06 KiB in 0.001951 sec., 18452.075858534085 rows/sec., 33.07 MiB/sec. 2026.03.05 05:29:20.971447 [ 4 ] {a44f0361-3394-4e80-aa39-c5f286c237d6} TCPHandler: Processed in 0.002147407 sec. 2026.03.05 05:29:20.971562 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:20.971656 [ 4 ] {224cc521-cea3-481c-be85-bc0ceaf4bb5f} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:20.971698 [ 4 ] {224cc521-cea3-481c-be85-bc0ceaf4bb5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:20.972052 [ 4 ] {224cc521-cea3-481c-be85-bc0ceaf4bb5f} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:20.972088 [ 4 ] {224cc521-cea3-481c-be85-bc0ceaf4bb5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:20.972405 [ 4 ] {224cc521-cea3-481c-be85-bc0ceaf4bb5f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.05 05:29:20.972637 [ 4 ] {224cc521-cea3-481c-be85-bc0ceaf4bb5f} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:20.972739 [ 74 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.05 05:29:20.972766 [ 4 ] {224cc521-cea3-481c-be85-bc0ceaf4bb5f} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2026.03.05 05:29:20.972767 [ 74 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:20.972809 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:20.972812 [ 4 ] {224cc521-cea3-481c-be85-bc0ceaf4bb5f} TCPHandler: Processed in 0.001298572 sec. 2026.03.05 05:29:20.972926 [ 197 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:29:20.973073 [ 197 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:20.973108 [ 197 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1488 rows starting from the beginning of the part 2026.03.05 05:29:20.973197 [ 197 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 90 rows starting from the beginning of the part 2026.03.05 05:29:20.973246 [ 197 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2026.03.05 05:29:20.973292 [ 197 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2026.03.05 05:29:20.973305 [ 194 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9701 rows, containing 5 columns (5 merged, 0 gathered) in 0.004038929 sec., 2401874.358276662 rows/sec., 158.87 MiB/sec. 2026.03.05 05:29:20.973334 [ 197 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part 2026.03.05 05:29:20.973379 [ 197 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.03.05 05:29:20.973538 [ 199 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.05 05:29:20.973821 [ 199 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_26_5} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:20.973886 [ 199 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_26_5} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.05 05:29:20.973954 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB. 2026.03.05 05:29:20.974509 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1788 rows, containing 4 columns (4 merged, 0 gathered) in 0.001646048 sec., 1086238.0683916872 rows/sec., 70.04 MiB/sec. 2026.03.05 05:29:20.974704 [ 199 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.05 05:29:20.974954 [ 199 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_26_5} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:20.975018 [ 199 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_26_5} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.05 05:29:20.975084 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.05 05:29:23.916503 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 632 2026.03.05 05:29:23.919296 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:23.919350 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:23.920548 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:29:23.920837 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:29:23.921201 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 632 2026.03.05 05:29:25.967894 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.968170 [ 4 ] {28a5d7fa-9909-40fa-a850-95fc4fd3b7dd} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:29:25.968269 [ 4 ] {28a5d7fa-9909-40fa-a850-95fc4fd3b7dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:29:25.969032 [ 4 ] {28a5d7fa-9909-40fa-a850-95fc4fd3b7dd} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.969071 [ 4 ] {28a5d7fa-9909-40fa-a850-95fc4fd3b7dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.969477 [ 4 ] {28a5d7fa-9909-40fa-a850-95fc4fd3b7dd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:29:25.969693 [ 4 ] {28a5d7fa-9909-40fa-a850-95fc4fd3b7dd} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:29:25.969813 [ 39 ] {} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.03.05 05:29:25.969837 [ 4 ] {28a5d7fa-9909-40fa-a850-95fc4fd3b7dd} executeQuery: Read 284 rows, 18.47 KiB in 0.001741 sec., 163124.64101091327 rows/sec., 10.36 MiB/sec. 2026.03.05 05:29:25.969859 [ 39 ] {} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.969879 [ 4 ] {28a5d7fa-9909-40fa-a850-95fc4fd3b7dd} TCPHandler: Processed in 0.002166757 sec. 2026.03.05 05:29:25.969884 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.969997 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.970027 [ 197 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.03.05 05:29:25.970092 [ 4 ] {24de7374-5f96-461d-991c-58200ccac3d0} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.05 05:29:25.970138 [ 4 ] {24de7374-5f96-461d-991c-58200ccac3d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.05 05:29:25.970193 [ 197 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:25.970237 [ 197 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 284 rows starting from the beginning of the part 2026.03.05 05:29:25.970311 [ 197 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.03.05 05:29:25.970361 [ 197 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 284 rows starting from the beginning of the part 2026.03.05 05:29:25.970412 [ 197 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 284 rows starting from the beginning of the part 2026.03.05 05:29:25.970452 [ 197 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 284 rows starting from the beginning of the part 2026.03.05 05:29:25.970534 [ 4 ] {24de7374-5f96-461d-991c-58200ccac3d0} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.970575 [ 4 ] {24de7374-5f96-461d-991c-58200ccac3d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.970901 [ 4 ] {24de7374-5f96-461d-991c-58200ccac3d0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.05 05:29:25.971119 [ 4 ] {24de7374-5f96-461d-991c-58200ccac3d0} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): 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.05 05:29:25.971247 [ 4 ] {24de7374-5f96-461d-991c-58200ccac3d0} executeQuery: Read 12 rows, 1002.00 B in 0.001173 sec., 10230.179028132992 rows/sec., 834.20 KiB/sec. 2026.03.05 05:29:25.971282 [ 4 ] {24de7374-5f96-461d-991c-58200ccac3d0} TCPHandler: Processed in 0.001332633 sec. 2026.03.05 05:29:25.971403 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.971441 [ 194 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001467376 sec., 967713.7966001896 rows/sec., 65.15 MiB/sec. 2026.03.05 05:29:25.971496 [ 4 ] {4abc8e8f-8bc9-4d0a-b404-aad9c2975aea} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:25.971539 [ 4 ] {4abc8e8f-8bc9-4d0a-b404-aad9c2975aea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:25.971615 [ 195 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.03.05 05:29:25.971877 [ 195 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_13_3} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.05 05:29:25.971942 [ 195 ] {ec60d066-9b51-4130-a81e-348d15f30ef9::all_1_13_3} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.03.05 05:29:25.972019 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.05 05:29:25.972273 [ 4 ] {4abc8e8f-8bc9-4d0a-b404-aad9c2975aea} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.972308 [ 4 ] {4abc8e8f-8bc9-4d0a-b404-aad9c2975aea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.972664 [ 4 ] {4abc8e8f-8bc9-4d0a-b404-aad9c2975aea} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.05 05:29:25.972888 [ 4 ] {4abc8e8f-8bc9-4d0a-b404-aad9c2975aea} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:25.973011 [ 4 ] {4abc8e8f-8bc9-4d0a-b404-aad9c2975aea} executeQuery: Read 811 rows, 65.37 KiB in 0.001534 sec., 528683.1812255541 rows/sec., 41.62 MiB/sec. 2026.03.05 05:29:25.973047 [ 4 ] {4abc8e8f-8bc9-4d0a-b404-aad9c2975aea} TCPHandler: Processed in 0.001692029 sec. 2026.03.05 05:29:25.973153 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.973245 [ 4 ] {4d26d2ea-fb2d-46b7-9d73-b4f7574f4638} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:25.973285 [ 4 ] {4d26d2ea-fb2d-46b7-9d73-b4f7574f4638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:25.973720 [ 4 ] {4d26d2ea-fb2d-46b7-9d73-b4f7574f4638} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.973753 [ 4 ] {4d26d2ea-fb2d-46b7-9d73-b4f7574f4638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.974057 [ 4 ] {4d26d2ea-fb2d-46b7-9d73-b4f7574f4638} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.05 05:29:25.974256 [ 4 ] {4d26d2ea-fb2d-46b7-9d73-b4f7574f4638} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:25.974381 [ 4 ] {4d26d2ea-fb2d-46b7-9d73-b4f7574f4638} executeQuery: Read 158 rows, 9.68 KiB in 0.001153 sec., 137033.8248048569 rows/sec., 8.20 MiB/sec. 2026.03.05 05:29:25.974416 [ 4 ] {4d26d2ea-fb2d-46b7-9d73-b4f7574f4638} TCPHandler: Processed in 0.001310252 sec. 2026.03.05 05:29:25.974524 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.974616 [ 4 ] {f18d7a3c-78da-48ef-859a-441f9812496b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:29:25.974654 [ 4 ] {f18d7a3c-78da-48ef-859a-441f9812496b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:29:25.975072 [ 4 ] {f18d7a3c-78da-48ef-859a-441f9812496b} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.975106 [ 4 ] {f18d7a3c-78da-48ef-859a-441f9812496b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.975401 [ 4 ] {f18d7a3c-78da-48ef-859a-441f9812496b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:29:25.975599 [ 4 ] {f18d7a3c-78da-48ef-859a-441f9812496b} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:29:25.975683 [ 39 ] {} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.03.05 05:29:25.975710 [ 39 ] {} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.975717 [ 4 ] {f18d7a3c-78da-48ef-859a-441f9812496b} executeQuery: Read 149 rows, 9.86 KiB in 0.001121 sec., 132917.03835860838 rows/sec., 8.59 MiB/sec. 2026.03.05 05:29:25.975727 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.975753 [ 4 ] {f18d7a3c-78da-48ef-859a-441f9812496b} TCPHandler: Processed in 0.001276762 sec. 2026.03.05 05:29:25.975833 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.03.05 05:29:25.975861 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.975966 [ 4 ] {8536f0d2-017b-43aa-8304-6758502348f0} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:29:25.975975 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:25.976007 [ 4 ] {8536f0d2-017b-43aa-8304-6758502348f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:29:25.976020 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 857 rows starting from the beginning of the part 2026.03.05 05:29:25.976100 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 149 rows starting from the beginning of the part 2026.03.05 05:29:25.976151 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 149 rows starting from the beginning of the part 2026.03.05 05:29:25.976198 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 708 rows starting from the beginning of the part 2026.03.05 05:29:25.976240 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part 2026.03.05 05:29:25.976284 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 149 rows starting from the beginning of the part 2026.03.05 05:29:25.976436 [ 4 ] {8536f0d2-017b-43aa-8304-6758502348f0} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.976475 [ 4 ] {8536f0d2-017b-43aa-8304-6758502348f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.976796 [ 4 ] {8536f0d2-017b-43aa-8304-6758502348f0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:29:25.977020 [ 4 ] {8536f0d2-017b-43aa-8304-6758502348f0} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:29:25.977136 [ 39 ] {} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.03.05 05:29:25.977149 [ 4 ] {8536f0d2-017b-43aa-8304-6758502348f0} executeQuery: Read 148 rows, 8.62 KiB in 0.001209 sec., 122415.21918941273 rows/sec., 6.96 MiB/sec. 2026.03.05 05:29:25.977169 [ 39 ] {} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.977188 [ 4 ] {8536f0d2-017b-43aa-8304-6758502348f0} TCPHandler: Processed in 0.001373094 sec. 2026.03.05 05:29:25.977189 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.977271 [ 195 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.03.05 05:29:25.977297 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.977344 [ 195 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:25.977377 [ 195 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 148 rows starting from the beginning of the part 2026.03.05 05:29:25.977399 [ 4 ] {72405af8-4eef-4dd1-88a2-bfe2531b7541} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:25.977431 [ 195 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.03.05 05:29:25.977439 [ 4 ] {72405af8-4eef-4dd1-88a2-bfe2531b7541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:25.977474 [ 195 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 148 rows starting from the beginning of the part 2026.03.05 05:29:25.977507 [ 190 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 2161 rows, containing 5 columns (5 merged, 0 gathered) in 0.001726379 sec., 1251752.9464850996 rows/sec., 80.50 MiB/sec. 2026.03.05 05:29:25.977512 [ 195 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 148 rows starting from the beginning of the part 2026.03.05 05:29:25.977591 [ 195 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 148 rows starting from the beginning of the part 2026.03.05 05:29:25.977744 [ 197 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.05 05:29:25.978029 [ 4 ] {72405af8-4eef-4dd1-88a2-bfe2531b7541} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.978066 [ 197 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.05 05:29:25.978069 [ 4 ] {72405af8-4eef-4dd1-88a2-bfe2531b7541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.978164 [ 197 ] {3cda7eb8-5076-40c1-8136-a16138200641::all_1_15_3} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.03.05 05:29:25.978262 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.03.05 05:29:25.978427 [ 190 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.00119379 sec., 619874.5172936614 rows/sec., 37.62 MiB/sec. 2026.03.05 05:29:25.978437 [ 4 ] {72405af8-4eef-4dd1-88a2-bfe2531b7541} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.05 05:29:25.978585 [ 190 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.03.05 05:29:25.978675 [ 4 ] {72405af8-4eef-4dd1-88a2-bfe2531b7541} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:25.978814 [ 4 ] {72405af8-4eef-4dd1-88a2-bfe2531b7541} executeQuery: Read 506 rows, 36.48 KiB in 0.001433 sec., 353105.3733426378 rows/sec., 24.86 MiB/sec. 2026.03.05 05:29:25.978862 [ 4 ] {72405af8-4eef-4dd1-88a2-bfe2531b7541} TCPHandler: Processed in 0.001611728 sec. 2026.03.05 05:29:25.978885 [ 190 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_13_3} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.05 05:29:25.978961 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.978968 [ 190 ] {26470b0b-d8cb-4076-a61f-95dd9b1fe347::all_1_13_3} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.03.05 05:29:25.979064 [ 4 ] {4bbf1456-e91f-4405-bbb0-8292909a0c9b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:29:25.979103 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.05 05:29:25.979115 [ 4 ] {4bbf1456-e91f-4405-bbb0-8292909a0c9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:29:25.979457 [ 4 ] {4bbf1456-e91f-4405-bbb0-8292909a0c9b} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.979492 [ 4 ] {4bbf1456-e91f-4405-bbb0-8292909a0c9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.979794 [ 4 ] {4bbf1456-e91f-4405-bbb0-8292909a0c9b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:29:25.979992 [ 4 ] {4bbf1456-e91f-4405-bbb0-8292909a0c9b} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:29:25.980114 [ 4 ] {4bbf1456-e91f-4405-bbb0-8292909a0c9b} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2026.03.05 05:29:25.980148 [ 4 ] {4bbf1456-e91f-4405-bbb0-8292909a0c9b} TCPHandler: Processed in 0.001234902 sec. 2026.03.05 05:29:25.980254 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.980344 [ 4 ] {77a54f3f-fc96-4e4d-88b2-d046b59f77b3} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:25.980383 [ 4 ] {77a54f3f-fc96-4e4d-88b2-d046b59f77b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:25.980772 [ 4 ] {77a54f3f-fc96-4e4d-88b2-d046b59f77b3} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.980806 [ 4 ] {77a54f3f-fc96-4e4d-88b2-d046b59f77b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.981138 [ 4 ] {77a54f3f-fc96-4e4d-88b2-d046b59f77b3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.05 05:29:25.981341 [ 4 ] {77a54f3f-fc96-4e4d-88b2-d046b59f77b3} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:25.981460 [ 4 ] {77a54f3f-fc96-4e4d-88b2-d046b59f77b3} executeQuery: Read 271 rows, 18.45 KiB in 0.001134 sec., 238977.07231040564 rows/sec., 15.89 MiB/sec. 2026.03.05 05:29:25.981494 [ 4 ] {77a54f3f-fc96-4e4d-88b2-d046b59f77b3} TCPHandler: Processed in 0.001293573 sec. 2026.03.05 05:29:25.981610 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.981700 [ 4 ] {31fb20f4-1396-4a61-be42-8c178f578ed1} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:29:25.981739 [ 4 ] {31fb20f4-1396-4a61-be42-8c178f578ed1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:29:25.982038 [ 4 ] {31fb20f4-1396-4a61-be42-8c178f578ed1} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.982073 [ 4 ] {31fb20f4-1396-4a61-be42-8c178f578ed1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.982381 [ 4 ] {31fb20f4-1396-4a61-be42-8c178f578ed1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.05 05:29:25.982588 [ 4 ] {31fb20f4-1396-4a61-be42-8c178f578ed1} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:29:25.982706 [ 4 ] {31fb20f4-1396-4a61-be42-8c178f578ed1} executeQuery: Read 1 rows, 69.00 B in 0.001023 sec., 977.5171065493646 rows/sec., 65.87 KiB/sec. 2026.03.05 05:29:25.982748 [ 4 ] {31fb20f4-1396-4a61-be42-8c178f578ed1} TCPHandler: Processed in 0.00119116 sec. 2026.03.05 05:29:25.982848 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.982938 [ 4 ] {12bbeed4-3d1c-4b37-bbe8-4a1b7a9af12e} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:25.982989 [ 4 ] {12bbeed4-3d1c-4b37-bbe8-4a1b7a9af12e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:25.983699 [ 4 ] {12bbeed4-3d1c-4b37-bbe8-4a1b7a9af12e} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.983732 [ 4 ] {12bbeed4-3d1c-4b37-bbe8-4a1b7a9af12e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.984220 [ 4 ] {12bbeed4-3d1c-4b37-bbe8-4a1b7a9af12e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.05 05:29:25.984434 [ 4 ] {12bbeed4-3d1c-4b37-bbe8-4a1b7a9af12e} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:25.984574 [ 4 ] {12bbeed4-3d1c-4b37-bbe8-4a1b7a9af12e} executeQuery: Read 4 rows, 7.34 KiB in 0.001654 sec., 2418.3796856106405 rows/sec., 4.33 MiB/sec. 2026.03.05 05:29:25.984629 [ 4 ] {12bbeed4-3d1c-4b37-bbe8-4a1b7a9af12e} TCPHandler: Processed in 0.001827371 sec. 2026.03.05 05:29:25.984747 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:25.984839 [ 4 ] {41e2fb9b-b827-49d3-b209-c01e85560e51} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:25.984878 [ 4 ] {41e2fb9b-b827-49d3-b209-c01e85560e51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:25.985193 [ 4 ] {41e2fb9b-b827-49d3-b209-c01e85560e51} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:25.985226 [ 4 ] {41e2fb9b-b827-49d3-b209-c01e85560e51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:25.985516 [ 4 ] {41e2fb9b-b827-49d3-b209-c01e85560e51} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.05 05:29:25.985717 [ 4 ] {41e2fb9b-b827-49d3-b209-c01e85560e51} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:25.985837 [ 4 ] {41e2fb9b-b827-49d3-b209-c01e85560e51} executeQuery: Read 90 rows, 5.77 KiB in 0.001015 sec., 88669.95073891625 rows/sec., 5.55 MiB/sec. 2026.03.05 05:29:25.985878 [ 4 ] {41e2fb9b-b827-49d3-b209-c01e85560e51} TCPHandler: Processed in 0.00118569 sec. 2026.03.05 05:29:26.406212 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9135 2026.03.05 05:29:26.406714 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:26.406751 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:26.407244 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.05 05:29:26.407483 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:29:26.407624 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9135 2026.03.05 05:29:26.893411 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.03.05 05:29:26.911057 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:26.911122 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:26.917480 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.05 05:29:26.918230 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:29:26.921289 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.03.05 05:29:30.962727 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:30.962912 [ 4 ] {6bc83a1d-56fd-41f9-9c8c-5562c67c9a4e} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:30.962981 [ 4 ] {6bc83a1d-56fd-41f9-9c8c-5562c67c9a4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:30.963756 [ 4 ] {6bc83a1d-56fd-41f9-9c8c-5562c67c9a4e} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:30.963806 [ 4 ] {6bc83a1d-56fd-41f9-9c8c-5562c67c9a4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:30.964220 [ 4 ] {6bc83a1d-56fd-41f9-9c8c-5562c67c9a4e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.05 05:29:30.964465 [ 4 ] {6bc83a1d-56fd-41f9-9c8c-5562c67c9a4e} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:30.964614 [ 4 ] {6bc83a1d-56fd-41f9-9c8c-5562c67c9a4e} executeQuery: Read 128 rows, 11.29 KiB in 0.001732 sec., 73903.00230946882 rows/sec., 6.36 MiB/sec. 2026.03.05 05:29:30.964660 [ 4 ] {6bc83a1d-56fd-41f9-9c8c-5562c67c9a4e} TCPHandler: Processed in 0.002068776 sec. 2026.03.05 05:29:30.964781 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:30.964878 [ 4 ] {dbd7783b-07e0-4e21-a4fd-ae60fab89d5e} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:30.964920 [ 4 ] {dbd7783b-07e0-4e21-a4fd-ae60fab89d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:30.965382 [ 4 ] {dbd7783b-07e0-4e21-a4fd-ae60fab89d5e} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:30.965415 [ 4 ] {dbd7783b-07e0-4e21-a4fd-ae60fab89d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:30.965698 [ 4 ] {dbd7783b-07e0-4e21-a4fd-ae60fab89d5e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.05 05:29:30.965904 [ 4 ] {dbd7783b-07e0-4e21-a4fd-ae60fab89d5e} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:30.966039 [ 4 ] {dbd7783b-07e0-4e21-a4fd-ae60fab89d5e} executeQuery: Read 36 rows, 2.71 KiB in 0.001194 sec., 30150.75376884422 rows/sec., 2.21 MiB/sec. 2026.03.05 05:29:30.966075 [ 4 ] {dbd7783b-07e0-4e21-a4fd-ae60fab89d5e} TCPHandler: Processed in 0.001363353 sec. 2026.03.05 05:29:30.966172 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:30.966260 [ 4 ] {0526bc8b-f852-410e-96c4-80db3be915cc} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:30.966298 [ 4 ] {0526bc8b-f852-410e-96c4-80db3be915cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:30.966758 [ 4 ] {0526bc8b-f852-410e-96c4-80db3be915cc} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:30.966790 [ 4 ] {0526bc8b-f852-410e-96c4-80db3be915cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:30.967075 [ 4 ] {0526bc8b-f852-410e-96c4-80db3be915cc} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.05 05:29:30.967271 [ 4 ] {0526bc8b-f852-410e-96c4-80db3be915cc} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:30.967459 [ 4 ] {0526bc8b-f852-410e-96c4-80db3be915cc} executeQuery: Read 100 rows, 8.00 KiB in 0.001158 sec., 86355.78583765113 rows/sec., 6.74 MiB/sec. 2026.03.05 05:29:30.967498 [ 4 ] {0526bc8b-f852-410e-96c4-80db3be915cc} TCPHandler: Processed in 0.001319643 sec. 2026.03.05 05:29:30.967617 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:30.967711 [ 4 ] {9bdbd132-7853-4e7d-b777-e12ca2adcfaa} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:30.967755 [ 4 ] {9bdbd132-7853-4e7d-b777-e12ca2adcfaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:30.968148 [ 4 ] {9bdbd132-7853-4e7d-b777-e12ca2adcfaa} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:30.968181 [ 4 ] {9bdbd132-7853-4e7d-b777-e12ca2adcfaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:30.968505 [ 4 ] {9bdbd132-7853-4e7d-b777-e12ca2adcfaa} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.05 05:29:30.968717 [ 4 ] {9bdbd132-7853-4e7d-b777-e12ca2adcfaa} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:30.968836 [ 4 ] {9bdbd132-7853-4e7d-b777-e12ca2adcfaa} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.03.05 05:29:30.968870 [ 4 ] {9bdbd132-7853-4e7d-b777-e12ca2adcfaa} TCPHandler: Processed in 0.001336073 sec. 2026.03.05 05:29:30.968971 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:30.969058 [ 4 ] {792f9c7f-252f-4977-b319-14153a127797} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:30.969110 [ 4 ] {792f9c7f-252f-4977-b319-14153a127797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:30.969898 [ 4 ] {792f9c7f-252f-4977-b319-14153a127797} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:30.969931 [ 4 ] {792f9c7f-252f-4977-b319-14153a127797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:30.970509 [ 4 ] {792f9c7f-252f-4977-b319-14153a127797} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.05 05:29:30.970718 [ 4 ] {792f9c7f-252f-4977-b319-14153a127797} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:30.970848 [ 4 ] {792f9c7f-252f-4977-b319-14153a127797} executeQuery: Read 36 rows, 66.06 KiB in 0.001792 sec., 20089.285714285714 rows/sec., 36.00 MiB/sec. 2026.03.05 05:29:30.970906 [ 4 ] {792f9c7f-252f-4977-b319-14153a127797} TCPHandler: Processed in 0.001976624 sec. 2026.03.05 05:29:30.971011 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:30.971099 [ 4 ] {bb641ea3-f27f-4ab5-b653-25c3cbb7fcb9} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:30.971139 [ 4 ] {bb641ea3-f27f-4ab5-b653-25c3cbb7fcb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:30.971518 [ 4 ] {bb641ea3-f27f-4ab5-b653-25c3cbb7fcb9} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:30.971553 [ 4 ] {bb641ea3-f27f-4ab5-b653-25c3cbb7fcb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:30.971856 [ 4 ] {bb641ea3-f27f-4ab5-b653-25c3cbb7fcb9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.05 05:29:30.972074 [ 4 ] {bb641ea3-f27f-4ab5-b653-25c3cbb7fcb9} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:30.972202 [ 4 ] {bb641ea3-f27f-4ab5-b653-25c3cbb7fcb9} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.03.05 05:29:30.972238 [ 4 ] {bb641ea3-f27f-4ab5-b653-25c3cbb7fcb9} TCPHandler: Processed in 0.001231391 sec. 2026.03.05 05:29:33.820926 [ 79 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:29:33.821003 [ 79 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:29:33.908195 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9583 2026.03.05 05:29:33.908979 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:33.909046 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:33.909591 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.05 05:29:33.909823 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:29:33.909957 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9583 2026.03.05 05:29:33.921919 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 668 2026.03.05 05:29:33.924256 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:33.924305 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:33.925510 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:29:33.925782 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:29:33.926037 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 668 2026.03.05 05:29:34.421823 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.03.05 05:29:34.438451 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:34.438509 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:34.444828 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.05 05:29:34.445530 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:29:34.448392 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.03.05 05:29:35.967430 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:35.967608 [ 4 ] {d4962beb-3b0e-4d73-ab5d-894210b1f83b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:29:35.967671 [ 4 ] {d4962beb-3b0e-4d73-ab5d-894210b1f83b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:29:35.968389 [ 4 ] {d4962beb-3b0e-4d73-ab5d-894210b1f83b} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.968437 [ 4 ] {d4962beb-3b0e-4d73-ab5d-894210b1f83b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.968850 [ 4 ] {d4962beb-3b0e-4d73-ab5d-894210b1f83b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:29:35.969088 [ 4 ] {d4962beb-3b0e-4d73-ab5d-894210b1f83b} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:29:35.969235 [ 4 ] {d4962beb-3b0e-4d73-ab5d-894210b1f83b} executeQuery: Read 284 rows, 18.47 KiB in 0.001675 sec., 169552.23880597015 rows/sec., 10.77 MiB/sec. 2026.03.05 05:29:35.969277 [ 4 ] {d4962beb-3b0e-4d73-ab5d-894210b1f83b} TCPHandler: Processed in 0.001975743 sec. 2026.03.05 05:29:35.969410 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:35.969503 [ 4 ] {df5f0bbb-9688-4e1d-8e52-6411b561e15c} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:35.969544 [ 4 ] {df5f0bbb-9688-4e1d-8e52-6411b561e15c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:35.970325 [ 4 ] {df5f0bbb-9688-4e1d-8e52-6411b561e15c} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.970361 [ 4 ] {df5f0bbb-9688-4e1d-8e52-6411b561e15c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.970700 [ 4 ] {df5f0bbb-9688-4e1d-8e52-6411b561e15c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.05 05:29:35.970903 [ 4 ] {df5f0bbb-9688-4e1d-8e52-6411b561e15c} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:35.971029 [ 4 ] {df5f0bbb-9688-4e1d-8e52-6411b561e15c} executeQuery: Read 805 rows, 64.93 KiB in 0.001546 sec., 520698.5769728331 rows/sec., 41.02 MiB/sec. 2026.03.05 05:29:35.971066 [ 4 ] {df5f0bbb-9688-4e1d-8e52-6411b561e15c} TCPHandler: Processed in 0.001704699 sec. 2026.03.05 05:29:35.971183 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:35.971275 [ 4 ] {d527fd00-91b9-4976-b1a7-afb13565961b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:35.971313 [ 4 ] {d527fd00-91b9-4976-b1a7-afb13565961b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:35.971739 [ 4 ] {d527fd00-91b9-4976-b1a7-afb13565961b} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.971774 [ 4 ] {d527fd00-91b9-4976-b1a7-afb13565961b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.972077 [ 4 ] {d527fd00-91b9-4976-b1a7-afb13565961b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.05 05:29:35.972279 [ 4 ] {d527fd00-91b9-4976-b1a7-afb13565961b} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:35.972403 [ 4 ] {d527fd00-91b9-4976-b1a7-afb13565961b} executeQuery: Read 146 rows, 8.84 KiB in 0.001146 sec., 127399.65095986037 rows/sec., 7.54 MiB/sec. 2026.03.05 05:29:35.972403 [ 77 ] {} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.05 05:29:35.972440 [ 4 ] {d527fd00-91b9-4976-b1a7-afb13565961b} TCPHandler: Processed in 0.001304782 sec. 2026.03.05 05:29:35.972478 [ 77 ] {} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.972505 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.972575 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:35.972594 [ 195 ] {d59a6c3f-3398-4034-963f-db0ffc376093::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.05 05:29:35.972670 [ 4 ] {988c619e-5bee-4e7d-a805-90c6f33cb0f0} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:29:35.972682 [ 195 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:35.972709 [ 4 ] {988c619e-5bee-4e7d-a805-90c6f33cb0f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:29:35.972710 [ 195 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 210 rows starting from the beginning of the part 2026.03.05 05:29:35.972777 [ 195 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 146 rows starting from the beginning of the part 2026.03.05 05:29:35.972823 [ 195 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part 2026.03.05 05:29:35.972869 [ 195 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 158 rows starting from the beginning of the part 2026.03.05 05:29:35.972908 [ 195 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part 2026.03.05 05:29:35.972946 [ 195 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 146 rows starting from the beginning of the part 2026.03.05 05:29:35.973144 [ 4 ] {988c619e-5bee-4e7d-a805-90c6f33cb0f0} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.973178 [ 4 ] {988c619e-5bee-4e7d-a805-90c6f33cb0f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.973480 [ 4 ] {988c619e-5bee-4e7d-a805-90c6f33cb0f0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:29:35.973698 [ 4 ] {988c619e-5bee-4e7d-a805-90c6f33cb0f0} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:29:35.973808 [ 197 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 5 columns (5 merged, 0 gathered) in 0.001251332 sec., 584976.6488829503 rows/sec., 38.40 MiB/sec. 2026.03.05 05:29:35.973826 [ 4 ] {988c619e-5bee-4e7d-a805-90c6f33cb0f0} executeQuery: Read 149 rows, 9.86 KiB in 0.001173 sec., 127024.72293265132 rows/sec., 8.21 MiB/sec. 2026.03.05 05:29:35.973874 [ 4 ] {988c619e-5bee-4e7d-a805-90c6f33cb0f0} TCPHandler: Processed in 0.001347223 sec. 2026.03.05 05:29:35.973959 [ 195 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.05 05:29:35.973988 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:35.974078 [ 4 ] {a9226525-537f-4d95-bc56-301cb1539eab} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:29:35.974117 [ 4 ] {a9226525-537f-4d95-bc56-301cb1539eab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:29:35.974222 [ 195 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_26_5} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:35.974284 [ 195 ] {d59a6c3f-3398-4034-963f-db0ffc376093::all_1_26_5} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.05 05:29:35.974341 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.05 05:29:35.974543 [ 4 ] {a9226525-537f-4d95-bc56-301cb1539eab} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.974577 [ 4 ] {a9226525-537f-4d95-bc56-301cb1539eab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.974885 [ 4 ] {a9226525-537f-4d95-bc56-301cb1539eab} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:29:35.975084 [ 4 ] {a9226525-537f-4d95-bc56-301cb1539eab} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:29:35.975207 [ 4 ] {a9226525-537f-4d95-bc56-301cb1539eab} executeQuery: Read 148 rows, 8.62 KiB in 0.001145 sec., 129257.64192139739 rows/sec., 7.35 MiB/sec. 2026.03.05 05:29:35.975243 [ 4 ] {a9226525-537f-4d95-bc56-301cb1539eab} TCPHandler: Processed in 0.001301792 sec. 2026.03.05 05:29:35.975358 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:35.975448 [ 4 ] {f5ebf27c-c58b-42ab-a427-bf07b8b8d276} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:35.975487 [ 4 ] {f5ebf27c-c58b-42ab-a427-bf07b8b8d276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:35.976050 [ 4 ] {f5ebf27c-c58b-42ab-a427-bf07b8b8d276} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.976086 [ 4 ] {f5ebf27c-c58b-42ab-a427-bf07b8b8d276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.976411 [ 4 ] {f5ebf27c-c58b-42ab-a427-bf07b8b8d276} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.05 05:29:35.976611 [ 4 ] {f5ebf27c-c58b-42ab-a427-bf07b8b8d276} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:35.976736 [ 4 ] {f5ebf27c-c58b-42ab-a427-bf07b8b8d276} executeQuery: Read 494 rows, 35.50 KiB in 0.001305 sec., 378544.061302682 rows/sec., 26.56 MiB/sec. 2026.03.05 05:29:35.976772 [ 4 ] {f5ebf27c-c58b-42ab-a427-bf07b8b8d276} TCPHandler: Processed in 0.001461705 sec. 2026.03.05 05:29:35.976880 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:35.976971 [ 4 ] {940d2463-27f6-49c5-9c36-c9b6ab023ab9} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:29:35.977010 [ 4 ] {940d2463-27f6-49c5-9c36-c9b6ab023ab9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:29:35.977335 [ 4 ] {940d2463-27f6-49c5-9c36-c9b6ab023ab9} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.977370 [ 4 ] {940d2463-27f6-49c5-9c36-c9b6ab023ab9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.977666 [ 4 ] {940d2463-27f6-49c5-9c36-c9b6ab023ab9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:29:35.977863 [ 4 ] {940d2463-27f6-49c5-9c36-c9b6ab023ab9} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:29:35.977985 [ 4 ] {940d2463-27f6-49c5-9c36-c9b6ab023ab9} executeQuery: Read 6 rows, 321.00 B in 0.001031 sec., 5819.592628516004 rows/sec., 304.05 KiB/sec. 2026.03.05 05:29:35.978019 [ 4 ] {940d2463-27f6-49c5-9c36-c9b6ab023ab9} TCPHandler: Processed in 0.001186921 sec. 2026.03.05 05:29:35.978126 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:35.978217 [ 4 ] {46f2fd91-fd30-417e-91f7-30f5b8c0bb47} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:35.978258 [ 4 ] {46f2fd91-fd30-417e-91f7-30f5b8c0bb47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:35.978653 [ 4 ] {46f2fd91-fd30-417e-91f7-30f5b8c0bb47} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.978688 [ 4 ] {46f2fd91-fd30-417e-91f7-30f5b8c0bb47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.979033 [ 4 ] {46f2fd91-fd30-417e-91f7-30f5b8c0bb47} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.05 05:29:35.979247 [ 4 ] {46f2fd91-fd30-417e-91f7-30f5b8c0bb47} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:35.979369 [ 4 ] {46f2fd91-fd30-417e-91f7-30f5b8c0bb47} executeQuery: Read 265 rows, 18.03 KiB in 0.00117 sec., 226495.7264957265 rows/sec., 15.05 MiB/sec. 2026.03.05 05:29:35.979405 [ 4 ] {46f2fd91-fd30-417e-91f7-30f5b8c0bb47} TCPHandler: Processed in 0.001325863 sec. 2026.03.05 05:29:35.979516 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:35.979606 [ 4 ] {7d725e5d-1a03-425f-8bfb-93e4ce9600e1} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:29:35.979647 [ 4 ] {7d725e5d-1a03-425f-8bfb-93e4ce9600e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:29:35.979962 [ 4 ] {7d725e5d-1a03-425f-8bfb-93e4ce9600e1} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.979998 [ 4 ] {7d725e5d-1a03-425f-8bfb-93e4ce9600e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.980299 [ 4 ] {7d725e5d-1a03-425f-8bfb-93e4ce9600e1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.05 05:29:35.980509 [ 4 ] {7d725e5d-1a03-425f-8bfb-93e4ce9600e1} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:29:35.980634 [ 4 ] {7d725e5d-1a03-425f-8bfb-93e4ce9600e1} executeQuery: Read 1 rows, 69.00 B in 0.001045 sec., 956.9377990430622 rows/sec., 64.48 KiB/sec. 2026.03.05 05:29:35.980668 [ 4 ] {7d725e5d-1a03-425f-8bfb-93e4ce9600e1} TCPHandler: Processed in 0.001199171 sec. 2026.03.05 05:29:35.980776 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:35.980866 [ 4 ] {aaa21fb2-fb8b-429b-81a0-adf979bbb733} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:35.980917 [ 4 ] {aaa21fb2-fb8b-429b-81a0-adf979bbb733} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:35.981646 [ 4 ] {aaa21fb2-fb8b-429b-81a0-adf979bbb733} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.981682 [ 4 ] {aaa21fb2-fb8b-429b-81a0-adf979bbb733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.982192 [ 4 ] {aaa21fb2-fb8b-429b-81a0-adf979bbb733} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.05 05:29:35.982406 [ 4 ] {aaa21fb2-fb8b-429b-81a0-adf979bbb733} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:35.982538 [ 4 ] {aaa21fb2-fb8b-429b-81a0-adf979bbb733} executeQuery: Read 4 rows, 7.34 KiB in 0.00169 sec., 2366.8639053254437 rows/sec., 4.24 MiB/sec. 2026.03.05 05:29:35.982590 [ 4 ] {aaa21fb2-fb8b-429b-81a0-adf979bbb733} TCPHandler: Processed in 0.001861342 sec. 2026.03.05 05:29:35.982709 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:35.982801 [ 4 ] {0c75e8b8-9816-4d3e-be6a-b79780961d0b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:35.982840 [ 4 ] {0c75e8b8-9816-4d3e-be6a-b79780961d0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:35.983172 [ 4 ] {0c75e8b8-9816-4d3e-be6a-b79780961d0b} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:35.983207 [ 4 ] {0c75e8b8-9816-4d3e-be6a-b79780961d0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:35.983495 [ 4 ] {0c75e8b8-9816-4d3e-be6a-b79780961d0b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.05 05:29:35.983700 [ 4 ] {0c75e8b8-9816-4d3e-be6a-b79780961d0b} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:35.983830 [ 4 ] {0c75e8b8-9816-4d3e-be6a-b79780961d0b} executeQuery: Read 90 rows, 5.77 KiB in 0.001048 sec., 85877.86259541984 rows/sec., 5.37 MiB/sec. 2026.03.05 05:29:35.983865 [ 4 ] {0c75e8b8-9816-4d3e-be6a-b79780961d0b} TCPHandler: Processed in 0.001205171 sec. 2026.03.05 05:29:36.479716 [ 76 ] {} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.05 05:29:36.479787 [ 76 ] {} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:36.479811 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:36.479952 [ 194 ] {b9f35ec6-dee9-469a-b0e6-5c2374fabc6a::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.05 05:29:36.480098 [ 194 ] {b9f35ec6-dee9-469a-b0e6-5c2374fabc6a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:36.480132 [ 194 ] {b9f35ec6-dee9-469a-b0e6-5c2374fabc6a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.03.05 05:29:36.480201 [ 194 ] {b9f35ec6-dee9-469a-b0e6-5c2374fabc6a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.03.05 05:29:36.480248 [ 194 ] {b9f35ec6-dee9-469a-b0e6-5c2374fabc6a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.03.05 05:29:36.480290 [ 194 ] {b9f35ec6-dee9-469a-b0e6-5c2374fabc6a::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.05 05:29:36.480329 [ 194 ] {b9f35ec6-dee9-469a-b0e6-5c2374fabc6a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.03.05 05:29:36.481230 [ 191 ] {b9f35ec6-dee9-469a-b0e6-5c2374fabc6a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334703 sec., 31467.674831029824 rows/sec., 2.63 MiB/sec. 2026.03.05 05:29:36.481436 [ 197 ] {b9f35ec6-dee9-469a-b0e6-5c2374fabc6a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.05 05:29:36.481792 [ 197 ] {b9f35ec6-dee9-469a-b0e6-5c2374fabc6a::all_1_5_1} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): 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.05 05:29:36.481870 [ 197 ] {b9f35ec6-dee9-469a-b0e6-5c2374fabc6a::all_1_5_1} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.05 05:29:36.481960 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.05 05:29:37.706229 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:37.706444 [ 4 ] {36f97614-164a-4d35-8fac-89403260883c} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.05 05:29:37.706519 [ 4 ] {36f97614-164a-4d35-8fac-89403260883c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.05 05:29:37.707203 [ 4 ] {36f97614-164a-4d35-8fac-89403260883c} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:37.707256 [ 4 ] {36f97614-164a-4d35-8fac-89403260883c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:37.707649 [ 4 ] {36f97614-164a-4d35-8fac-89403260883c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.05 05:29:37.707881 [ 4 ] {36f97614-164a-4d35-8fac-89403260883c} oximeter.fields_ipaddr (b9f35ec6-dee9-469a-b0e6-5c2374fabc6a): 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.05 05:29:37.708039 [ 4 ] {36f97614-164a-4d35-8fac-89403260883c} executeQuery: Read 6 rows, 501.00 B in 0.001648 sec., 3640.776699029126 rows/sec., 296.88 KiB/sec. 2026.03.05 05:29:37.708089 [ 4 ] {36f97614-164a-4d35-8fac-89403260883c} TCPHandler: Processed in 0.001989104 sec. 2026.03.05 05:29:37.708211 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:37.708315 [ 4 ] {69ab9488-12ac-441d-b606-dd82aa86ec2a} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:37.708359 [ 4 ] {69ab9488-12ac-441d-b606-dd82aa86ec2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:37.709838 [ 4 ] {69ab9488-12ac-441d-b606-dd82aa86ec2a} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:37.709877 [ 4 ] {69ab9488-12ac-441d-b606-dd82aa86ec2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:37.710338 [ 4 ] {69ab9488-12ac-441d-b606-dd82aa86ec2a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.05 05:29:37.710556 [ 4 ] {69ab9488-12ac-441d-b606-dd82aa86ec2a} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:37.710694 [ 4 ] {69ab9488-12ac-441d-b606-dd82aa86ec2a} executeQuery: Read 2013 rows, 155.50 KiB in 0.002402 sec., 838051.6236469608 rows/sec., 63.22 MiB/sec. 2026.03.05 05:29:37.710734 [ 4 ] {69ab9488-12ac-441d-b606-dd82aa86ec2a} TCPHandler: Processed in 0.002573974 sec. 2026.03.05 05:29:37.710840 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:37.710937 [ 4 ] {3ca0fa25-6e86-4f2f-a145-daf3a30294e8} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:37.710979 [ 4 ] {3ca0fa25-6e86-4f2f-a145-daf3a30294e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:37.711413 [ 4 ] {3ca0fa25-6e86-4f2f-a145-daf3a30294e8} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:37.711450 [ 4 ] {3ca0fa25-6e86-4f2f-a145-daf3a30294e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:37.711750 [ 4 ] {3ca0fa25-6e86-4f2f-a145-daf3a30294e8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.05 05:29:37.711991 [ 4 ] {3ca0fa25-6e86-4f2f-a145-daf3a30294e8} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:37.712120 [ 4 ] {3ca0fa25-6e86-4f2f-a145-daf3a30294e8} executeQuery: Read 52 rows, 3.88 KiB in 0.001203 sec., 43225.27015793848 rows/sec., 3.15 MiB/sec. 2026.03.05 05:29:37.712157 [ 4 ] {3ca0fa25-6e86-4f2f-a145-daf3a30294e8} TCPHandler: Processed in 0.001366533 sec. 2026.03.05 05:29:37.712278 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:37.712406 [ 4 ] {91b05f3a-9199-48e7-acfc-10ebe2fb8e21} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:29:37.712456 [ 4 ] {91b05f3a-9199-48e7-acfc-10ebe2fb8e21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:29:37.713264 [ 4 ] {91b05f3a-9199-48e7-acfc-10ebe2fb8e21} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:37.713305 [ 4 ] {91b05f3a-9199-48e7-acfc-10ebe2fb8e21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:37.713657 [ 4 ] {91b05f3a-9199-48e7-acfc-10ebe2fb8e21} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.05 05:29:37.713875 [ 4 ] {91b05f3a-9199-48e7-acfc-10ebe2fb8e21} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:29:37.714005 [ 4 ] {91b05f3a-9199-48e7-acfc-10ebe2fb8e21} executeQuery: Read 708 rows, 42.29 KiB in 0.001625 sec., 435692.3076923077 rows/sec., 25.42 MiB/sec. 2026.03.05 05:29:37.714043 [ 4 ] {91b05f3a-9199-48e7-acfc-10ebe2fb8e21} TCPHandler: Processed in 0.001825842 sec. 2026.03.05 05:29:37.714154 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:37.714251 [ 4 ] {aa7815d7-ea04-4e17-9535-cd53fb822e9c} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:37.714292 [ 4 ] {aa7815d7-ea04-4e17-9535-cd53fb822e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.05 05:29:37.714680 [ 4 ] {aa7815d7-ea04-4e17-9535-cd53fb822e9c} oximeter.fields_u64 (c46ab33a-ed1f-49e2-bece-c60de54ababd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:37.714717 [ 4 ] {aa7815d7-ea04-4e17-9535-cd53fb822e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:37.715005 [ 4 ] {aa7815d7-ea04-4e17-9535-cd53fb822e9c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.05 05:29:37.715214 [ 4 ] {aa7815d7-ea04-4e17-9535-cd53fb822e9c} oximeter.fields_u64 (c46ab33a-ed1f-49e2-bece-c60de54ababd): 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.05 05:29:37.715339 [ 4 ] {aa7815d7-ea04-4e17-9535-cd53fb822e9c} executeQuery: Read 1 rows, 72.00 B in 0.001106 sec., 904.1591320072333 rows/sec., 63.57 KiB/sec. 2026.03.05 05:29:37.715376 [ 4 ] {aa7815d7-ea04-4e17-9535-cd53fb822e9c} TCPHandler: Processed in 0.001270282 sec. 2026.03.05 05:29:37.715497 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:37.715621 [ 4 ] {00696803-7a5d-4b31-b689-3fedb2bf43f9} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:37.715672 [ 4 ] {00696803-7a5d-4b31-b689-3fedb2bf43f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:37.716578 [ 4 ] {00696803-7a5d-4b31-b689-3fedb2bf43f9} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:37.716616 [ 4 ] {00696803-7a5d-4b31-b689-3fedb2bf43f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:37.716976 [ 4 ] {00696803-7a5d-4b31-b689-3fedb2bf43f9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.05 05:29:37.717191 [ 4 ] {00696803-7a5d-4b31-b689-3fedb2bf43f9} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:37.717320 [ 4 ] {00696803-7a5d-4b31-b689-3fedb2bf43f9} executeQuery: Read 1052 rows, 74.51 KiB in 0.001724 sec., 610208.8167053364 rows/sec., 42.21 MiB/sec. 2026.03.05 05:29:37.717358 [ 4 ] {00696803-7a5d-4b31-b689-3fedb2bf43f9} TCPHandler: Processed in 0.001921053 sec. 2026.03.05 05:29:37.717470 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:37.717566 [ 4 ] {85a642d3-79e2-4025-a0ba-1db9755b2aa4} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:37.717610 [ 4 ] {85a642d3-79e2-4025-a0ba-1db9755b2aa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:37.718360 [ 4 ] {85a642d3-79e2-4025-a0ba-1db9755b2aa4} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:37.718436 [ 4 ] {85a642d3-79e2-4025-a0ba-1db9755b2aa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:37.718861 [ 4 ] {85a642d3-79e2-4025-a0ba-1db9755b2aa4} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.05 05:29:37.719072 [ 4 ] {85a642d3-79e2-4025-a0ba-1db9755b2aa4} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:37.719201 [ 4 ] {85a642d3-79e2-4025-a0ba-1db9755b2aa4} executeQuery: Read 1252 rows, 80.41 KiB in 0.001654 sec., 756952.8415961305 rows/sec., 47.48 MiB/sec. 2026.03.05 05:29:37.719239 [ 4 ] {85a642d3-79e2-4025-a0ba-1db9755b2aa4} TCPHandler: Processed in 0.001818491 sec. 2026.03.05 05:29:37.719360 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:37.719485 [ 4 ] {fb0000aa-9a59-49e7-89d5-b6d407d66e09} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:37.719553 [ 4 ] {fb0000aa-9a59-49e7-89d5-b6d407d66e09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:37.720582 [ 4 ] {fb0000aa-9a59-49e7-89d5-b6d407d66e09} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:37.720623 [ 4 ] {fb0000aa-9a59-49e7-89d5-b6d407d66e09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:37.721246 [ 4 ] {fb0000aa-9a59-49e7-89d5-b6d407d66e09} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.05 05:29:37.721480 [ 4 ] {fb0000aa-9a59-49e7-89d5-b6d407d66e09} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:37.721594 [ 73 ] {} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.05 05:29:37.721621 [ 4 ] {fb0000aa-9a59-49e7-89d5-b6d407d66e09} executeQuery: Read 46 rows, 84.41 KiB in 0.002162 sec., 21276.595744680853 rows/sec., 38.13 MiB/sec. 2026.03.05 05:29:37.721674 [ 73 ] {} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:37.721698 [ 4 ] {fb0000aa-9a59-49e7-89d5-b6d407d66e09} TCPHandler: Processed in 0.002400211 sec. 2026.03.05 05:29:37.721703 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:37.721821 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:37.721865 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::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.05 05:29:37.721921 [ 4 ] {69a4a113-7e87-45ab-a3d4-af3aa96d4541} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:37.721969 [ 4 ] {69a4a113-7e87-45ab-a3d4-af3aa96d4541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:37.722164 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:37.722235 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 387 rows starting from the beginning of the part 2026.03.05 05:29:37.722304 [ 4 ] {69a4a113-7e87-45ab-a3d4-af3aa96d4541} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:37.722345 [ 4 ] {69a4a113-7e87-45ab-a3d4-af3aa96d4541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:37.722379 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2026.03.05 05:29:37.722502 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2026.03.05 05:29:37.722618 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2026.03.05 05:29:37.722669 [ 4 ] {69a4a113-7e87-45ab-a3d4-af3aa96d4541} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.05 05:29:37.722731 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part 2026.03.05 05:29:37.722853 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part 2026.03.05 05:29:37.722891 [ 4 ] {69a4a113-7e87-45ab-a3d4-af3aa96d4541} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:37.723030 [ 4 ] {69a4a113-7e87-45ab-a3d4-af3aa96d4541} executeQuery: Read 24 rows, 1.66 KiB in 0.001129 sec., 21257.750221434897 rows/sec., 1.43 MiB/sec. 2026.03.05 05:29:37.723068 [ 4 ] {69a4a113-7e87-45ab-a3d4-af3aa96d4541} TCPHandler: Processed in 0.001297883 sec. 2026.03.05 05:29:37.727361 [ 197 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 513 rows, containing 19 columns (19 merged, 0 gathered) in 0.005564655 sec., 92189.00363095287 rows/sec., 165.20 MiB/sec. 2026.03.05 05:29:37.727943 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.05 05:29:37.728281 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_21_4} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:37.728355 [ 194 ] {187e5625-507c-488c-bc57-9e597551f04b::all_1_21_4} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.05 05:29:37.728452 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. 2026.03.05 05:29:38.001118 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 247.66 MiB, peak 252.94 MiB, free memory in arenas 0.00 B, will set to 249.11 MiB (RSS), difference: 1.45 MiB 2026.03.05 05:29:40.957993 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:40.958187 [ 4 ] {a67d8cb6-2829-4561-bc26-6873e5c85143} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:40.958255 [ 4 ] {a67d8cb6-2829-4561-bc26-6873e5c85143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:40.958947 [ 4 ] {a67d8cb6-2829-4561-bc26-6873e5c85143} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:40.958996 [ 4 ] {a67d8cb6-2829-4561-bc26-6873e5c85143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:40.959401 [ 4 ] {a67d8cb6-2829-4561-bc26-6873e5c85143} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.05 05:29:40.959647 [ 4 ] {a67d8cb6-2829-4561-bc26-6873e5c85143} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:40.959816 [ 4 ] {a67d8cb6-2829-4561-bc26-6873e5c85143} executeQuery: Read 56 rows, 4.38 KiB in 0.00168 sec., 33333.33333333333 rows/sec., 2.54 MiB/sec. 2026.03.05 05:29:40.959859 [ 70 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.05 05:29:40.959875 [ 4 ] {a67d8cb6-2829-4561-bc26-6873e5c85143} TCPHandler: Processed in 0.002030235 sec. 2026.03.05 05:29:40.959930 [ 70 ] {} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:40.959957 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:40.960045 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:40.960110 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::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.05 05:29:40.960147 [ 4 ] {eff984a0-39da-4a7b-8866-d42512f8862c} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:40.960198 [ 4 ] {eff984a0-39da-4a7b-8866-d42512f8862c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:40.960267 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:40.960306 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2768 rows starting from the beginning of the part 2026.03.05 05:29:40.960374 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 811 rows starting from the beginning of the part 2026.03.05 05:29:40.960418 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 128 rows starting from the beginning of the part 2026.03.05 05:29:40.960459 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 805 rows starting from the beginning of the part 2026.03.05 05:29:40.960496 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2013 rows starting from the beginning of the part 2026.03.05 05:29:40.960539 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2026.03.05 05:29:40.960624 [ 4 ] {eff984a0-39da-4a7b-8866-d42512f8862c} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:40.960667 [ 4 ] {eff984a0-39da-4a7b-8866-d42512f8862c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:40.961055 [ 4 ] {eff984a0-39da-4a7b-8866-d42512f8862c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.05 05:29:40.961293 [ 4 ] {eff984a0-39da-4a7b-8866-d42512f8862c} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:40.961406 [ 70 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.05 05:29:40.961430 [ 4 ] {eff984a0-39da-4a7b-8866-d42512f8862c} executeQuery: Read 64 rows, 5.12 KiB in 0.001304 sec., 49079.754601226996 rows/sec., 3.83 MiB/sec. 2026.03.05 05:29:40.961437 [ 70 ] {} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:40.961473 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:40.961477 [ 4 ] {eff984a0-39da-4a7b-8866-d42512f8862c} TCPHandler: Processed in 0.001496055 sec. 2026.03.05 05:29:40.961584 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::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.05 05:29:40.961602 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:40.961706 [ 4 ] {ef02a6b1-f332-400a-856c-2c227843a0d2} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:40.961711 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:40.961756 [ 4 ] {ef02a6b1-f332-400a-856c-2c227843a0d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:40.961760 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1512 rows starting from the beginning of the part 2026.03.05 05:29:40.961850 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 506 rows starting from the beginning of the part 2026.03.05 05:29:40.961898 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 100 rows starting from the beginning of the part 2026.03.05 05:29:40.961943 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 494 rows starting from the beginning of the part 2026.03.05 05:29:40.961988 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1052 rows starting from the beginning of the part 2026.03.05 05:29:40.962031 [ 194 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2026.03.05 05:29:40.962150 [ 4 ] {ef02a6b1-f332-400a-856c-2c227843a0d2} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:40.962192 [ 4 ] {ef02a6b1-f332-400a-856c-2c227843a0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:40.962583 [ 4 ] {ef02a6b1-f332-400a-856c-2c227843a0d2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.05 05:29:40.962618 [ 197 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6581 rows, containing 5 columns (5 merged, 0 gathered) in 0.002577804 sec., 2552948.168285874 rows/sec., 205.96 MiB/sec. 2026.03.05 05:29:40.962821 [ 4 ] {ef02a6b1-f332-400a-856c-2c227843a0d2} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:40.962889 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.05 05:29:40.962944 [ 70 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.05 05:29:40.962968 [ 4 ] {ef02a6b1-f332-400a-856c-2c227843a0d2} executeQuery: Read 96 rows, 6.85 KiB in 0.00128 sec., 75000 rows/sec., 5.22 MiB/sec. 2026.03.05 05:29:40.962976 [ 70 ] {} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:40.963013 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:40.963015 [ 4 ] {ef02a6b1-f332-400a-856c-2c227843a0d2} TCPHandler: Processed in 0.001462795 sec. 2026.03.05 05:29:40.963092 [ 197 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::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.05 05:29:40.963143 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:40.963167 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_31_6} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:40.963197 [ 197 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:40.963227 [ 197 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9701 rows starting from the beginning of the part 2026.03.05 05:29:40.963242 [ 4 ] {9dbd309b-04b6-4411-b094-77a44a0fb5f5} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:40.963251 [ 193 ] {fd4fc83e-8690-460a-9681-179b7bdca8b6::all_1_31_6} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.05 05:29:40.963286 [ 197 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 271 rows starting from the beginning of the part 2026.03.05 05:29:40.963292 [ 4 ] {9dbd309b-04b6-4411-b094-77a44a0fb5f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:40.963336 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.05 05:29:40.963338 [ 197 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::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.05 05:29:40.963391 [ 197 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 265 rows starting from the beginning of the part 2026.03.05 05:29:40.963429 [ 197 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1252 rows starting from the beginning of the part 2026.03.05 05:29:40.963469 [ 197 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 96 rows starting from the beginning of the part 2026.03.05 05:29:40.963644 [ 4 ] {9dbd309b-04b6-4411-b094-77a44a0fb5f5} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:40.963673 [ 187 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3728 rows, containing 5 columns (5 merged, 0 gathered) in 0.002134837 sec., 1746269.1531016184 rows/sec., 128.77 MiB/sec. 2026.03.05 05:29:40.963686 [ 4 ] {9dbd309b-04b6-4411-b094-77a44a0fb5f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:40.963923 [ 193 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.05 05:29:40.964051 [ 4 ] {9dbd309b-04b6-4411-b094-77a44a0fb5f5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.05 05:29:40.964225 [ 193 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_31_6} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:40.964309 [ 193 ] {9ca904bf-71db-4c7d-bedc-49522124eb4a::all_1_31_6} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.05 05:29:40.964319 [ 4 ] {9dbd309b-04b6-4411-b094-77a44a0fb5f5} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:40.964382 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.03.05 05:29:40.964436 [ 70 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.05 05:29:40.964460 [ 4 ] {9dbd309b-04b6-4411-b094-77a44a0fb5f5} executeQuery: Read 36 rows, 2.48 KiB in 0.001237 sec., 29102.66774454325 rows/sec., 1.96 MiB/sec. 2026.03.05 05:29:40.964468 [ 70 ] {} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:40.964501 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:40.964507 [ 4 ] {9dbd309b-04b6-4411-b094-77a44a0fb5f5} TCPHandler: Processed in 0.001413464 sec. 2026.03.05 05:29:40.964570 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:29:40.964673 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:40.964699 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1788 rows starting from the beginning of the part 2026.03.05 05:29:40.964748 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2026.03.05 05:29:40.964786 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::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.05 05:29:40.964822 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 90 rows starting from the beginning of the part 2026.03.05 05:29:40.964859 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part 2026.03.05 05:29:40.964894 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part 2026.03.05 05:29:40.965986 [ 189 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2088 rows, containing 4 columns (4 merged, 0 gathered) in 0.001441374 sec., 1448617.777204251 rows/sec., 93.41 MiB/sec. 2026.03.05 05:29:40.966274 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.05 05:29:40.966533 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_31_6} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:40.966617 [ 194 ] {9dc8fdb6-74ed-49a8-967e-12dd4077cea1::all_1_31_6} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.05 05:29:40.966688 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.05 05:29:40.967135 [ 194 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 11745 rows, containing 5 columns (5 merged, 0 gathered) in 0.00407496 sec., 2882236.8808528185 rows/sec., 189.85 MiB/sec. 2026.03.05 05:29:40.967526 [ 187 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.05 05:29:40.967810 [ 187 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_31_6} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:40.967898 [ 187 ] {f51017d0-7bcf-4ed5-9c24-a6b663880f7b::all_1_31_6} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.05 05:29:40.968002 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. 2026.03.05 05:29:41.410807 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10095 2026.03.05 05:29:41.411362 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:41.411412 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:41.411928 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.05 05:29:41.412177 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:29:41.412325 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10095 2026.03.05 05:29:41.412354 [ 70 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.05 05:29:41.412426 [ 70 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:41.412452 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:41.412582 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::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.05 05:29:41.412732 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:41.412775 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7663 rows starting from the beginning of the part 2026.03.05 05:29:41.412849 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.03.05 05:29:41.412908 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.03.05 05:29:41.412956 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.03.05 05:29:41.413001 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.03.05 05:29:41.413044 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.03.05 05:29:41.415106 [ 187 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10095 rows, containing 4 columns (4 merged, 0 gathered) in 0.002580404 sec., 3912178.0930427946 rows/sec., 55.96 MiB/sec. 2026.03.05 05:29:41.415332 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.05 05:29:41.415600 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_21_4} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:29:41.415671 [ 189 ] {85ebfdeb-2bf9-475e-9900-e12b517f768c::all_1_21_4} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.05 05:29:41.415762 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.03.05 05:29:41.949236 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.03.05 05:29:41.967551 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:41.967619 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:41.973179 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.05 05:29:41.973873 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:29:41.974163 [ 65 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.05 05:29:41.974230 [ 65 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:41.974255 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:41.974386 [ 196 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:41.977197 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.03.05 05:29:41.978450 [ 196 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:41.979991 [ 196 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:41.984814 [ 196 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.03.05 05:29:41.989403 [ 196 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.03.05 05:29:41.993645 [ 196 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:41.998212 [ 196 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:42.001131 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 254.67 MiB, peak 256.74 MiB, free memory in arenas 0.00 B, will set to 251.68 MiB (RSS), difference: -2.98 MiB 2026.03.05 05:29:42.002042 [ 196 ] {b20a347b-0b76-4089-929d-4643d143a335::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.05 05:29:42.053084 [ 189 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.078764956 sec., 2018.664239462027 rows/sec., 10.44 MiB/sec. 2026.03.05 05:29:42.055700 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.05 05:29:42.057643 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_21_4} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:29:42.057722 [ 187 ] {b20a347b-0b76-4089-929d-4643d143a335::all_1_21_4} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.05 05:29:42.060230 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.05 05:29:43.001125 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 248.23 MiB, peak 258.79 MiB, free memory in arenas 0.00 B, will set to 255.42 MiB (RSS), difference: 7.19 MiB 2026.03.05 05:29:43.926792 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 716 2026.03.05 05:29:43.929390 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:43.929447 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:43.930656 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:29:43.930922 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:29:43.931281 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 716 2026.03.05 05:29:45.968481 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:45.968687 [ 4 ] {7d57044d-66e6-4e8a-b951-ad144ef3bc35} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:29:45.968760 [ 4 ] {7d57044d-66e6-4e8a-b951-ad144ef3bc35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:29:45.969624 [ 4 ] {7d57044d-66e6-4e8a-b951-ad144ef3bc35} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.969683 [ 4 ] {7d57044d-66e6-4e8a-b951-ad144ef3bc35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.970125 [ 4 ] {7d57044d-66e6-4e8a-b951-ad144ef3bc35} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:29:45.970351 [ 4 ] {7d57044d-66e6-4e8a-b951-ad144ef3bc35} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:29:45.970504 [ 4 ] {7d57044d-66e6-4e8a-b951-ad144ef3bc35} executeQuery: Read 284 rows, 18.47 KiB in 0.00187 sec., 151871.6577540107 rows/sec., 9.65 MiB/sec. 2026.03.05 05:29:45.970545 [ 4 ] {7d57044d-66e6-4e8a-b951-ad144ef3bc35} TCPHandler: Processed in 0.002203518 sec. 2026.03.05 05:29:45.970673 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:45.970766 [ 4 ] {6dc67079-a681-4a17-98be-5606e5da3be6} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:45.970806 [ 4 ] {6dc67079-a681-4a17-98be-5606e5da3be6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:45.971591 [ 4 ] {6dc67079-a681-4a17-98be-5606e5da3be6} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.971626 [ 4 ] {6dc67079-a681-4a17-98be-5606e5da3be6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.972003 [ 4 ] {6dc67079-a681-4a17-98be-5606e5da3be6} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.05 05:29:45.972206 [ 4 ] {6dc67079-a681-4a17-98be-5606e5da3be6} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:45.972330 [ 4 ] {6dc67079-a681-4a17-98be-5606e5da3be6} executeQuery: Read 805 rows, 64.93 KiB in 0.001582 sec., 508849.55752212385 rows/sec., 40.08 MiB/sec. 2026.03.05 05:29:45.972366 [ 4 ] {6dc67079-a681-4a17-98be-5606e5da3be6} TCPHandler: Processed in 0.00174117 sec. 2026.03.05 05:29:45.972476 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:45.972567 [ 4 ] {f1ff61c9-576a-497c-a8a7-e4087fe8ed95} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:45.972606 [ 4 ] {f1ff61c9-576a-497c-a8a7-e4087fe8ed95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:45.973033 [ 4 ] {f1ff61c9-576a-497c-a8a7-e4087fe8ed95} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.973069 [ 4 ] {f1ff61c9-576a-497c-a8a7-e4087fe8ed95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.973354 [ 4 ] {f1ff61c9-576a-497c-a8a7-e4087fe8ed95} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.05 05:29:45.973558 [ 4 ] {f1ff61c9-576a-497c-a8a7-e4087fe8ed95} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:45.973680 [ 4 ] {f1ff61c9-576a-497c-a8a7-e4087fe8ed95} executeQuery: Read 146 rows, 8.84 KiB in 0.00113 sec., 129203.53982300886 rows/sec., 7.64 MiB/sec. 2026.03.05 05:29:45.973717 [ 4 ] {f1ff61c9-576a-497c-a8a7-e4087fe8ed95} TCPHandler: Processed in 0.001287662 sec. 2026.03.05 05:29:45.973828 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:45.973919 [ 4 ] {ff3562c5-4294-499e-a3bd-15b907e9e818} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:29:45.973957 [ 4 ] {ff3562c5-4294-499e-a3bd-15b907e9e818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:29:45.974375 [ 4 ] {ff3562c5-4294-499e-a3bd-15b907e9e818} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.974410 [ 4 ] {ff3562c5-4294-499e-a3bd-15b907e9e818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.974695 [ 4 ] {ff3562c5-4294-499e-a3bd-15b907e9e818} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.05 05:29:45.974888 [ 4 ] {ff3562c5-4294-499e-a3bd-15b907e9e818} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:29:45.975018 [ 4 ] {ff3562c5-4294-499e-a3bd-15b907e9e818} executeQuery: Read 149 rows, 9.86 KiB in 0.001117 sec., 133393.01700984783 rows/sec., 8.62 MiB/sec. 2026.03.05 05:29:45.975055 [ 4 ] {ff3562c5-4294-499e-a3bd-15b907e9e818} TCPHandler: Processed in 0.001273302 sec. 2026.03.05 05:29:45.975165 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:45.975256 [ 4 ] {1a00fc91-a455-41a5-8c38-ef00fb3d8718} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:29:45.975294 [ 4 ] {1a00fc91-a455-41a5-8c38-ef00fb3d8718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:29:45.975718 [ 4 ] {1a00fc91-a455-41a5-8c38-ef00fb3d8718} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.975753 [ 4 ] {1a00fc91-a455-41a5-8c38-ef00fb3d8718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.976046 [ 4 ] {1a00fc91-a455-41a5-8c38-ef00fb3d8718} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:29:45.976261 [ 4 ] {1a00fc91-a455-41a5-8c38-ef00fb3d8718} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:29:45.976383 [ 4 ] {1a00fc91-a455-41a5-8c38-ef00fb3d8718} executeQuery: Read 148 rows, 8.62 KiB in 0.001145 sec., 129257.64192139739 rows/sec., 7.35 MiB/sec. 2026.03.05 05:29:45.976419 [ 4 ] {1a00fc91-a455-41a5-8c38-ef00fb3d8718} TCPHandler: Processed in 0.001301252 sec. 2026.03.05 05:29:45.976529 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:45.976619 [ 4 ] {504ea2dc-f0e5-423e-a666-7aa4177783fb} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:45.976658 [ 4 ] {504ea2dc-f0e5-423e-a666-7aa4177783fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:45.977204 [ 4 ] {504ea2dc-f0e5-423e-a666-7aa4177783fb} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.977239 [ 4 ] {504ea2dc-f0e5-423e-a666-7aa4177783fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.977542 [ 4 ] {504ea2dc-f0e5-423e-a666-7aa4177783fb} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.05 05:29:45.977742 [ 4 ] {504ea2dc-f0e5-423e-a666-7aa4177783fb} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:45.977869 [ 4 ] {504ea2dc-f0e5-423e-a666-7aa4177783fb} executeQuery: Read 494 rows, 35.50 KiB in 0.001267 sec., 389897.3954222573 rows/sec., 27.36 MiB/sec. 2026.03.05 05:29:45.977906 [ 4 ] {504ea2dc-f0e5-423e-a666-7aa4177783fb} TCPHandler: Processed in 0.001422974 sec. 2026.03.05 05:29:45.978012 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:45.978107 [ 4 ] {fe56943d-d81c-4cac-885a-23b6adc7f2f2} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:29:45.978147 [ 4 ] {fe56943d-d81c-4cac-885a-23b6adc7f2f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:29:45.978469 [ 4 ] {fe56943d-d81c-4cac-885a-23b6adc7f2f2} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.978503 [ 4 ] {fe56943d-d81c-4cac-885a-23b6adc7f2f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.978788 [ 4 ] {fe56943d-d81c-4cac-885a-23b6adc7f2f2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:29:45.978993 [ 4 ] {fe56943d-d81c-4cac-885a-23b6adc7f2f2} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:29:45.979130 [ 4 ] {fe56943d-d81c-4cac-885a-23b6adc7f2f2} executeQuery: Read 6 rows, 321.00 B in 0.00104 sec., 5769.2307692307695 rows/sec., 301.42 KiB/sec. 2026.03.05 05:29:45.979166 [ 4 ] {fe56943d-d81c-4cac-885a-23b6adc7f2f2} TCPHandler: Processed in 0.00120037 sec. 2026.03.05 05:29:45.979274 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:45.979365 [ 4 ] {e88d785a-65a4-4835-9141-95d4c72a126a} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:45.979412 [ 4 ] {e88d785a-65a4-4835-9141-95d4c72a126a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:45.979818 [ 4 ] {e88d785a-65a4-4835-9141-95d4c72a126a} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.979852 [ 4 ] {e88d785a-65a4-4835-9141-95d4c72a126a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.980170 [ 4 ] {e88d785a-65a4-4835-9141-95d4c72a126a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.05 05:29:45.980370 [ 4 ] {e88d785a-65a4-4835-9141-95d4c72a126a} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:45.980491 [ 4 ] {e88d785a-65a4-4835-9141-95d4c72a126a} executeQuery: Read 265 rows, 18.03 KiB in 0.001144 sec., 231643.35664335664 rows/sec., 15.39 MiB/sec. 2026.03.05 05:29:45.980526 [ 4 ] {e88d785a-65a4-4835-9141-95d4c72a126a} TCPHandler: Processed in 0.001299462 sec. 2026.03.05 05:29:45.980637 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:45.980727 [ 4 ] {427f1b25-5e38-4726-8575-fa2187d3d58e} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:29:45.980772 [ 4 ] {427f1b25-5e38-4726-8575-fa2187d3d58e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:29:45.981074 [ 4 ] {427f1b25-5e38-4726-8575-fa2187d3d58e} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.981109 [ 4 ] {427f1b25-5e38-4726-8575-fa2187d3d58e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.981387 [ 4 ] {427f1b25-5e38-4726-8575-fa2187d3d58e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.05 05:29:45.981591 [ 4 ] {427f1b25-5e38-4726-8575-fa2187d3d58e} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:29:45.981699 [ 60 ] {} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.03.05 05:29:45.981718 [ 4 ] {427f1b25-5e38-4726-8575-fa2187d3d58e} executeQuery: Read 1 rows, 69.00 B in 0.001008 sec., 992.063492063492 rows/sec., 66.85 KiB/sec. 2026.03.05 05:29:45.981770 [ 60 ] {} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.981776 [ 4 ] {427f1b25-5e38-4726-8575-fa2187d3d58e} TCPHandler: Processed in 0.00118571 sec. 2026.03.05 05:29:45.981800 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.981899 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:45.981912 [ 188 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.03.05 05:29:45.981995 [ 4 ] {20ff7ae1-0197-4971-bbc7-28987e99d4e9} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:45.982051 [ 4 ] {20ff7ae1-0197-4971-bbc7-28987e99d4e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:45.982057 [ 188 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:45.982106 [ 188 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part 2026.03.05 05:29:45.982183 [ 188 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.03.05 05:29:45.982241 [ 188 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.03.05 05:29:45.982290 [ 188 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.03.05 05:29:45.982340 [ 188 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.03.05 05:29:45.982387 [ 188 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.03.05 05:29:45.982822 [ 4 ] {20ff7ae1-0197-4971-bbc7-28987e99d4e9} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.982868 [ 4 ] {20ff7ae1-0197-4971-bbc7-28987e99d4e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.983450 [ 4 ] {20ff7ae1-0197-4971-bbc7-28987e99d4e9} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.05 05:29:45.983495 [ 198 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.001627718 sec., 9215.355485409635 rows/sec., 620.96 KiB/sec. 2026.03.05 05:29:45.983680 [ 198 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.05 05:29:45.983687 [ 4 ] {20ff7ae1-0197-4971-bbc7-28987e99d4e9} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:45.983839 [ 4 ] {20ff7ae1-0197-4971-bbc7-28987e99d4e9} executeQuery: Read 4 rows, 7.34 KiB in 0.001861 sec., 2149.38205265986 rows/sec., 3.85 MiB/sec. 2026.03.05 05:29:45.983914 [ 4 ] {20ff7ae1-0197-4971-bbc7-28987e99d4e9} TCPHandler: Processed in 0.002061435 sec. 2026.03.05 05:29:45.984027 [ 198 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.05 05:29:45.984035 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:45.984117 [ 198 ] {e5834b94-289b-4e6a-acff-57d23d2b5b61::all_1_15_3} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.03.05 05:29:45.984141 [ 4 ] {a111892e-0cce-4502-8e72-cfa17a87f479} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:45.984186 [ 4 ] {a111892e-0cce-4502-8e72-cfa17a87f479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:45.984224 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.05 05:29:45.984522 [ 4 ] {a111892e-0cce-4502-8e72-cfa17a87f479} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:45.984562 [ 4 ] {a111892e-0cce-4502-8e72-cfa17a87f479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:45.984865 [ 4 ] {a111892e-0cce-4502-8e72-cfa17a87f479} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.05 05:29:45.985064 [ 4 ] {a111892e-0cce-4502-8e72-cfa17a87f479} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:45.985188 [ 4 ] {a111892e-0cce-4502-8e72-cfa17a87f479} executeQuery: Read 90 rows, 5.77 KiB in 0.001065 sec., 84507.04225352113 rows/sec., 5.29 MiB/sec. 2026.03.05 05:29:45.985223 [ 4 ] {a111892e-0cce-4502-8e72-cfa17a87f479} TCPHandler: Processed in 0.001236121 sec. 2026.03.05 05:29:48.821130 [ 55 ] {} DNSResolver: Updating DNS cache 2026.03.05 05:29:48.821202 [ 55 ] {} DNSResolver: Updated DNS cache 2026.03.05 05:29:48.912412 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10543 2026.03.05 05:29:48.913209 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:48.913282 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:48.913791 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.05 05:29:48.914030 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:29:48.914178 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10543 2026.03.05 05:29:49.477350 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.03.05 05:29:49.494014 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:49.494077 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:49.499722 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.05 05:29:49.500406 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:29:49.503205 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.03.05 05:29:50.962061 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:50.962247 [ 4 ] {c8fa826a-0363-4859-be57-0462dbbe83c7} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:50.962317 [ 4 ] {c8fa826a-0363-4859-be57-0462dbbe83c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:50.963032 [ 4 ] {c8fa826a-0363-4859-be57-0462dbbe83c7} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:50.963081 [ 4 ] {c8fa826a-0363-4859-be57-0462dbbe83c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:50.963496 [ 4 ] {c8fa826a-0363-4859-be57-0462dbbe83c7} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.05 05:29:50.963742 [ 4 ] {c8fa826a-0363-4859-be57-0462dbbe83c7} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:50.963910 [ 4 ] {c8fa826a-0363-4859-be57-0462dbbe83c7} executeQuery: Read 128 rows, 11.29 KiB in 0.001711 sec., 74810.05260081824 rows/sec., 6.44 MiB/sec. 2026.03.05 05:29:50.963961 [ 4 ] {c8fa826a-0363-4859-be57-0462dbbe83c7} TCPHandler: Processed in 0.002031725 sec. 2026.03.05 05:29:50.964093 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:50.964198 [ 4 ] {3e01635a-b09e-423c-87c5-05f9b3b16c32} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:50.964244 [ 4 ] {3e01635a-b09e-423c-87c5-05f9b3b16c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:50.964687 [ 4 ] {3e01635a-b09e-423c-87c5-05f9b3b16c32} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:50.964728 [ 4 ] {3e01635a-b09e-423c-87c5-05f9b3b16c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:50.965047 [ 4 ] {3e01635a-b09e-423c-87c5-05f9b3b16c32} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.05 05:29:50.965261 [ 4 ] {3e01635a-b09e-423c-87c5-05f9b3b16c32} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:50.965402 [ 4 ] {3e01635a-b09e-423c-87c5-05f9b3b16c32} executeQuery: Read 36 rows, 2.71 KiB in 0.001229 sec., 29292.107404393813 rows/sec., 2.15 MiB/sec. 2026.03.05 05:29:50.965443 [ 4 ] {3e01635a-b09e-423c-87c5-05f9b3b16c32} TCPHandler: Processed in 0.001401553 sec. 2026.03.05 05:29:50.965553 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:50.965649 [ 4 ] {1fe2e125-2a22-4bae-96d7-1e0b0a2fc4e5} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:50.965691 [ 4 ] {1fe2e125-2a22-4bae-96d7-1e0b0a2fc4e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:50.966121 [ 4 ] {1fe2e125-2a22-4bae-96d7-1e0b0a2fc4e5} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:50.966159 [ 4 ] {1fe2e125-2a22-4bae-96d7-1e0b0a2fc4e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:50.966465 [ 4 ] {1fe2e125-2a22-4bae-96d7-1e0b0a2fc4e5} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.05 05:29:50.966675 [ 4 ] {1fe2e125-2a22-4bae-96d7-1e0b0a2fc4e5} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:50.966802 [ 4 ] {1fe2e125-2a22-4bae-96d7-1e0b0a2fc4e5} executeQuery: Read 100 rows, 8.00 KiB in 0.001173 sec., 85251.49190110827 rows/sec., 6.66 MiB/sec. 2026.03.05 05:29:50.966842 [ 4 ] {1fe2e125-2a22-4bae-96d7-1e0b0a2fc4e5} TCPHandler: Processed in 0.001340402 sec. 2026.03.05 05:29:50.966952 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:50.967047 [ 4 ] {5c8a09d1-ce21-46a7-a8e9-2a005fbf944d} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:50.967093 [ 4 ] {5c8a09d1-ce21-46a7-a8e9-2a005fbf944d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:50.967510 [ 4 ] {5c8a09d1-ce21-46a7-a8e9-2a005fbf944d} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:50.967546 [ 4 ] {5c8a09d1-ce21-46a7-a8e9-2a005fbf944d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:50.967880 [ 4 ] {5c8a09d1-ce21-46a7-a8e9-2a005fbf944d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.05 05:29:50.968097 [ 4 ] {5c8a09d1-ce21-46a7-a8e9-2a005fbf944d} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:50.968229 [ 4 ] {5c8a09d1-ce21-46a7-a8e9-2a005fbf944d} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.03.05 05:29:50.968268 [ 4 ] {5c8a09d1-ce21-46a7-a8e9-2a005fbf944d} TCPHandler: Processed in 0.001365774 sec. 2026.03.05 05:29:50.968372 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:50.968467 [ 4 ] {b50e1b63-78e1-4929-92c4-259f303e5d59} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:50.968523 [ 4 ] {b50e1b63-78e1-4929-92c4-259f303e5d59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:50.969369 [ 4 ] {b50e1b63-78e1-4929-92c4-259f303e5d59} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:50.969412 [ 4 ] {b50e1b63-78e1-4929-92c4-259f303e5d59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:50.969985 [ 4 ] {b50e1b63-78e1-4929-92c4-259f303e5d59} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.05 05:29:50.970207 [ 4 ] {b50e1b63-78e1-4929-92c4-259f303e5d59} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:50.970349 [ 4 ] {b50e1b63-78e1-4929-92c4-259f303e5d59} executeQuery: Read 36 rows, 66.06 KiB in 0.0019 sec., 18947.36842105263 rows/sec., 33.95 MiB/sec. 2026.03.05 05:29:50.970412 [ 4 ] {b50e1b63-78e1-4929-92c4-259f303e5d59} TCPHandler: Processed in 0.002087955 sec. 2026.03.05 05:29:50.970524 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:50.970619 [ 4 ] {d034aeee-175b-4a00-93f3-2cf2bb79d93e} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:50.970662 [ 4 ] {d034aeee-175b-4a00-93f3-2cf2bb79d93e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:50.970999 [ 4 ] {d034aeee-175b-4a00-93f3-2cf2bb79d93e} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:50.971036 [ 4 ] {d034aeee-175b-4a00-93f3-2cf2bb79d93e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:50.971343 [ 4 ] {d034aeee-175b-4a00-93f3-2cf2bb79d93e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.05 05:29:50.971552 [ 4 ] {d034aeee-175b-4a00-93f3-2cf2bb79d93e} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:50.971682 [ 4 ] {d034aeee-175b-4a00-93f3-2cf2bb79d93e} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.03.05 05:29:50.971720 [ 4 ] {d034aeee-175b-4a00-93f3-2cf2bb79d93e} TCPHandler: Processed in 0.001246072 sec. 2026.03.05 05:29:53.932227 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 750 2026.03.05 05:29:53.934692 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:53.934752 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:53.935998 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:29:53.936279 [ 242 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:29:53.936433 [ 48 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.05 05:29:53.936502 [ 48 ] {} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:53.936522 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:53.936632 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::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.05 05:29:53.936635 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 750 2026.03.05 05:29:53.937235 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:53.937389 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 546 rows starting from the beginning of the part 2026.03.05 05:29:53.937771 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part 2026.03.05 05:29:53.938103 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part 2026.03.05 05:29:53.938399 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2026.03.05 05:29:53.938682 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part 2026.03.05 05:29:53.938958 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part 2026.03.05 05:29:53.945091 [ 199 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 72 columns (72 merged, 0 gathered) in 0.008498736 sec., 88248.41717638953 rows/sec., 74.97 MiB/sec. 2026.03.05 05:29:53.946075 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.05 05:29:53.946586 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_16_3} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af): 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.05 05:29:53.946660 [ 200 ] {bdcdeece-a6f3-4974-b358-17e842eae0af::all_1_16_3} system.query_log (bdcdeece-a6f3-4974-b358-17e842eae0af) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.05 05:29:53.946827 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. 2026.03.05 05:29:55.968780 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:55.969070 [ 4 ] {51f2b3a4-b0cf-4418-a4c9-76db0d2a42b9} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.05 05:29:55.969132 [ 4 ] {51f2b3a4-b0cf-4418-a4c9-76db0d2a42b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.05 05:29:55.969948 [ 4 ] {51f2b3a4-b0cf-4418-a4c9-76db0d2a42b9} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.969992 [ 4 ] {51f2b3a4-b0cf-4418-a4c9-76db0d2a42b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.970386 [ 4 ] {51f2b3a4-b0cf-4418-a4c9-76db0d2a42b9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:29:55.970606 [ 4 ] {51f2b3a4-b0cf-4418-a4c9-76db0d2a42b9} oximeter.fields_i16 (ec60d066-9b51-4130-a81e-348d15f30ef9): 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.05 05:29:55.970758 [ 4 ] {51f2b3a4-b0cf-4418-a4c9-76db0d2a42b9} executeQuery: Read 284 rows, 18.47 KiB in 0.001754 sec., 161915.6214367161 rows/sec., 10.28 MiB/sec. 2026.03.05 05:29:55.970799 [ 4 ] {51f2b3a4-b0cf-4418-a4c9-76db0d2a42b9} TCPHandler: Processed in 0.002205358 sec. 2026.03.05 05:29:55.970941 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:55.971040 [ 4 ] {30b88874-0452-45da-8111-aa8b5d83b70d} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.05 05:29:55.971081 [ 4 ] {30b88874-0452-45da-8111-aa8b5d83b70d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.05 05:29:55.972001 [ 4 ] {30b88874-0452-45da-8111-aa8b5d83b70d} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.972038 [ 4 ] {30b88874-0452-45da-8111-aa8b5d83b70d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.972404 [ 4 ] {30b88874-0452-45da-8111-aa8b5d83b70d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.05 05:29:55.972606 [ 4 ] {30b88874-0452-45da-8111-aa8b5d83b70d} oximeter.fields_string (fd4fc83e-8690-460a-9681-179b7bdca8b6): 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.05 05:29:55.972740 [ 4 ] {30b88874-0452-45da-8111-aa8b5d83b70d} executeQuery: Read 805 rows, 64.93 KiB in 0.001719 sec., 468295.5206515416 rows/sec., 36.89 MiB/sec. 2026.03.05 05:29:55.972777 [ 4 ] {30b88874-0452-45da-8111-aa8b5d83b70d} TCPHandler: Processed in 0.001883833 sec. 2026.03.05 05:29:55.972898 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:55.972999 [ 4 ] {a40c6ebd-c075-4201-a9e5-0927794ca8dd} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.05 05:29:55.973038 [ 4 ] {a40c6ebd-c075-4201-a9e5-0927794ca8dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.05 05:29:55.973525 [ 4 ] {a40c6ebd-c075-4201-a9e5-0927794ca8dd} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.973560 [ 4 ] {a40c6ebd-c075-4201-a9e5-0927794ca8dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.973862 [ 4 ] {a40c6ebd-c075-4201-a9e5-0927794ca8dd} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.05 05:29:55.974062 [ 4 ] {a40c6ebd-c075-4201-a9e5-0927794ca8dd} oximeter.fields_u16 (d59a6c3f-3398-4034-963f-db0ffc376093): 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.05 05:29:55.974186 [ 4 ] {a40c6ebd-c075-4201-a9e5-0927794ca8dd} executeQuery: Read 146 rows, 8.84 KiB in 0.001213 sec., 120362.73701566363 rows/sec., 7.12 MiB/sec. 2026.03.05 05:29:55.974226 [ 4 ] {a40c6ebd-c075-4201-a9e5-0927794ca8dd} TCPHandler: Processed in 0.001379413 sec. 2026.03.05 05:29:55.974348 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:55.974444 [ 4 ] {4a1bcd19-1135-4353-ad25-3ae2ec8fc468} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.05 05:29:55.974483 [ 4 ] {4a1bcd19-1135-4353-ad25-3ae2ec8fc468} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.05 05:29:55.974975 [ 4 ] {4a1bcd19-1135-4353-ad25-3ae2ec8fc468} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.975012 [ 4 ] {4a1bcd19-1135-4353-ad25-3ae2ec8fc468} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.975306 [ 4 ] {4a1bcd19-1135-4353-ad25-3ae2ec8fc468} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.05 05:29:55.975515 [ 4 ] {4a1bcd19-1135-4353-ad25-3ae2ec8fc468} oximeter.fields_u32 (3cda7eb8-5076-40c1-8136-a16138200641): 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.05 05:29:55.975639 [ 4 ] {4a1bcd19-1135-4353-ad25-3ae2ec8fc468} executeQuery: Read 149 rows, 9.86 KiB in 0.001213 sec., 122835.94394064302 rows/sec., 7.94 MiB/sec. 2026.03.05 05:29:55.975681 [ 4 ] {4a1bcd19-1135-4353-ad25-3ae2ec8fc468} TCPHandler: Processed in 0.001380113 sec. 2026.03.05 05:29:55.975800 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:55.975895 [ 4 ] {b81d4074-febb-4c54-a89e-78b841394383} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.05 05:29:55.975934 [ 4 ] {b81d4074-febb-4c54-a89e-78b841394383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.05 05:29:55.976385 [ 4 ] {b81d4074-febb-4c54-a89e-78b841394383} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.976421 [ 4 ] {b81d4074-febb-4c54-a89e-78b841394383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.976727 [ 4 ] {b81d4074-febb-4c54-a89e-78b841394383} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:29:55.976937 [ 4 ] {b81d4074-febb-4c54-a89e-78b841394383} oximeter.fields_u8 (26470b0b-d8cb-4076-a61f-95dd9b1fe347): 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.05 05:29:55.977062 [ 4 ] {b81d4074-febb-4c54-a89e-78b841394383} executeQuery: Read 148 rows, 8.62 KiB in 0.001185 sec., 124894.51476793249 rows/sec., 7.10 MiB/sec. 2026.03.05 05:29:55.977098 [ 4 ] {b81d4074-febb-4c54-a89e-78b841394383} TCPHandler: Processed in 0.001346143 sec. 2026.03.05 05:29:55.977216 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:55.977319 [ 4 ] {8ed764b1-423d-4b84-bcf5-195e589a78bd} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.05 05:29:55.977357 [ 4 ] {8ed764b1-423d-4b84-bcf5-195e589a78bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.05 05:29:55.977938 [ 4 ] {8ed764b1-423d-4b84-bcf5-195e589a78bd} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.977973 [ 4 ] {8ed764b1-423d-4b84-bcf5-195e589a78bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.978280 [ 4 ] {8ed764b1-423d-4b84-bcf5-195e589a78bd} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.05 05:29:55.978480 [ 4 ] {8ed764b1-423d-4b84-bcf5-195e589a78bd} oximeter.fields_uuid (9ca904bf-71db-4c7d-bedc-49522124eb4a): 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.05 05:29:55.978606 [ 4 ] {8ed764b1-423d-4b84-bcf5-195e589a78bd} executeQuery: Read 494 rows, 35.50 KiB in 0.001304 sec., 378834.35582822084 rows/sec., 26.59 MiB/sec. 2026.03.05 05:29:55.978642 [ 4 ] {8ed764b1-423d-4b84-bcf5-195e589a78bd} TCPHandler: Processed in 0.001473925 sec. 2026.03.05 05:29:55.978755 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:55.978857 [ 4 ] {cb1602f1-4c77-4c0b-b63d-306dd8101c18} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.05 05:29:55.978899 [ 4 ] {cb1602f1-4c77-4c0b-b63d-306dd8101c18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.05 05:29:55.979290 [ 4 ] {cb1602f1-4c77-4c0b-b63d-306dd8101c18} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.979334 [ 4 ] {cb1602f1-4c77-4c0b-b63d-306dd8101c18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.979717 [ 4 ] {cb1602f1-4c77-4c0b-b63d-306dd8101c18} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:29:55.979963 [ 4 ] {cb1602f1-4c77-4c0b-b63d-306dd8101c18} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:29:55.980095 [ 4 ] {cb1602f1-4c77-4c0b-b63d-306dd8101c18} executeQuery: Read 6 rows, 321.00 B in 0.001257 sec., 4773.26968973747 rows/sec., 249.38 KiB/sec. 2026.03.05 05:29:55.980092 [ 45 ] {} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.05 05:29:55.980133 [ 4 ] {cb1602f1-4c77-4c0b-b63d-306dd8101c18} TCPHandler: Processed in 0.001427544 sec. 2026.03.05 05:29:55.980171 [ 45 ] {} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.980196 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.980260 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:55.980336 [ 192 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::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.05 05:29:55.980361 [ 4 ] {5fdf71a0-6047-42bc-81ee-78b74c3d6807} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:55.980429 [ 4 ] {5fdf71a0-6047-42bc-81ee-78b74c3d6807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.05 05:29:55.980503 [ 192 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.05 05:29:55.980546 [ 192 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part 2026.03.05 05:29:55.980617 [ 192 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.03.05 05:29:55.980665 [ 192 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.03.05 05:29:55.980708 [ 192 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.03.05 05:29:55.980756 [ 192 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.03.05 05:29:55.980802 [ 192 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.03.05 05:29:55.980865 [ 4 ] {5fdf71a0-6047-42bc-81ee-78b74c3d6807} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.980905 [ 4 ] {5fdf71a0-6047-42bc-81ee-78b74c3d6807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.981283 [ 4 ] {5fdf71a0-6047-42bc-81ee-78b74c3d6807} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.05 05:29:55.981508 [ 4 ] {5fdf71a0-6047-42bc-81ee-78b74c3d6807} oximeter.measurements_cumulativeu64 (f51017d0-7bcf-4ed5-9c24-a6b663880f7b): 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.05 05:29:55.981601 [ 200 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.001337013 sec., 71801.84485865134 rows/sec., 3.66 MiB/sec. 2026.03.05 05:29:55.981638 [ 4 ] {5fdf71a0-6047-42bc-81ee-78b74c3d6807} executeQuery: Read 265 rows, 18.03 KiB in 0.001296 sec., 204475.3086419753 rows/sec., 13.59 MiB/sec. 2026.03.05 05:29:55.981679 [ 4 ] {5fdf71a0-6047-42bc-81ee-78b74c3d6807} TCPHandler: Processed in 0.001466945 sec. 2026.03.05 05:29:55.981729 [ 199 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.05 05:29:55.981798 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:55.981947 [ 4 ] {b8118381-9beb-40c8-9d90-9a592a6fed3b} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.05 05:29:55.981991 [ 4 ] {b8118381-9beb-40c8-9d90-9a592a6fed3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.05 05:29:55.982020 [ 199 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_16_3} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c): 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.05 05:29:55.982083 [ 199 ] {d5166b3e-d35f-4006-a2ad-3568de79616c::all_1_16_3} oximeter.measurements_bool (d5166b3e-d35f-4006-a2ad-3568de79616c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.05 05:29:55.982155 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.05 05:29:55.982322 [ 4 ] {b8118381-9beb-40c8-9d90-9a592a6fed3b} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.982358 [ 4 ] {b8118381-9beb-40c8-9d90-9a592a6fed3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.982663 [ 4 ] {b8118381-9beb-40c8-9d90-9a592a6fed3b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.05 05:29:55.982867 [ 4 ] {b8118381-9beb-40c8-9d90-9a592a6fed3b} oximeter.measurements_f64 (e5834b94-289b-4e6a-acff-57d23d2b5b61): 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.05 05:29:55.982995 [ 4 ] {b8118381-9beb-40c8-9d90-9a592a6fed3b} executeQuery: Read 1 rows, 69.00 B in 0.001079 sec., 926.7840593141797 rows/sec., 62.45 KiB/sec. 2026.03.05 05:29:55.983033 [ 4 ] {b8118381-9beb-40c8-9d90-9a592a6fed3b} TCPHandler: Processed in 0.001281872 sec. 2026.03.05 05:29:55.983144 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:55.983239 [ 4 ] {1765aabd-9226-4342-9b90-c7ea427e2feb} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.05 05:29:55.983292 [ 4 ] {1765aabd-9226-4342-9b90-c7ea427e2feb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.05 05:29:55.984026 [ 4 ] {1765aabd-9226-4342-9b90-c7ea427e2feb} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.984061 [ 4 ] {1765aabd-9226-4342-9b90-c7ea427e2feb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.984550 [ 4 ] {1765aabd-9226-4342-9b90-c7ea427e2feb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.05 05:29:55.984760 [ 4 ] {1765aabd-9226-4342-9b90-c7ea427e2feb} oximeter.measurements_histogramu64 (187e5625-507c-488c-bc57-9e597551f04b): 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.05 05:29:55.984892 [ 4 ] {1765aabd-9226-4342-9b90-c7ea427e2feb} executeQuery: Read 4 rows, 7.34 KiB in 0.001672 sec., 2392.3444976076553 rows/sec., 4.29 MiB/sec. 2026.03.05 05:29:55.984943 [ 4 ] {1765aabd-9226-4342-9b90-c7ea427e2feb} TCPHandler: Processed in 0.001847061 sec. 2026.03.05 05:29:55.985059 [ 4 ] {} TCP-Session: 0c71324d-c6bc-484a-81cd-90bb4359a702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.05 05:29:55.985152 [ 4 ] {18ac662d-0619-4a13-8701-34c3b76a9840} executeQuery: (from [fd00:1122:3344:101::d]:38555) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.05 05:29:55.985192 [ 4 ] {18ac662d-0619-4a13-8701-34c3b76a9840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.05 05:29:55.985532 [ 4 ] {18ac662d-0619-4a13-8701-34c3b76a9840} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:55.985567 [ 4 ] {18ac662d-0619-4a13-8701-34c3b76a9840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:55.985858 [ 4 ] {18ac662d-0619-4a13-8701-34c3b76a9840} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.05 05:29:55.986056 [ 4 ] {18ac662d-0619-4a13-8701-34c3b76a9840} oximeter.measurements_u64 (9dc8fdb6-74ed-49a8-967e-12dd4077cea1): 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.05 05:29:55.986179 [ 4 ] {18ac662d-0619-4a13-8701-34c3b76a9840} executeQuery: Read 90 rows, 5.77 KiB in 0.001045 sec., 86124.4019138756 rows/sec., 5.39 MiB/sec. 2026.03.05 05:29:55.986213 [ 4 ] {18ac662d-0619-4a13-8701-34c3b76a9840} TCPHandler: Processed in 0.00120193 sec. 2026.03.05 05:29:56.414776 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11055 2026.03.05 05:29:56.415286 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:56.415329 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2026.03.05 05:29:56.415812 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.05 05:29:56.416038 [ 244 ] {} system.asynchronous_metric_log (85ebfdeb-2bf9-475e-9900-e12b517f768c): 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.05 05:29:56.416181 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11055 2026.03.05 05:29:57.003747 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.03.05 05:29:57.020709 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.05 05:29:57.020768 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2026.03.05 05:29:57.026381 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.05 05:29:57.027066 [ 243 ] {} system.metric_log (b20a347b-0b76-4089-929d-4643d143a335): 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.05 05:29:57.029828 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174